-
BaronHK
njsg: They were some company that offers cheap debtor counseling.
-
BaronHK
They don't have much incentive to do anything except the bare minimum.
-
BaronHK
It's so simple that nobody fails.
-
BaronHK
It's like you have to go through and be shamed for being poor and unable to pay your hospital bills and your ex's car payment because we have Republicans.
-
BaronHK
So naturally, they just don't build the site very well.
-
BaronHK
The law says you have to have a two hour course, and they enforce it with some JavaScript they didn't bother to obfuscate.
-
BaronHK
njsg: BAPCPA was a Republican law to cut most people off from the bankruptcy courts unless they were so poor that their creditors would absolutely never get any money from them. The mandatory poor-shaming is now a Web site though.
-
BaronHK
It seemed to me to focus heavily on the idea if you're poor you were out buying flat screens and taking payday loans to go to Disney World.
-
BaronHK
It's a right-wing fantasy document, but you have to play the game.
-
BaronHK
I think adding Gemini to SeaMonkey would be logical if there are ever developer resources to implement it.
-
BaronHK
GeminiSpace is rapidly growing by pod and page count. By bandwidth, the Web will always be ahead of it just simply due to bloat.
-
BaronHK
I read news in SeaMonkey by having it all converted to GemText and then back to a simpler form of HTML without any formatting or scripts. Just 10-15 KB of text and HTML formatting. Not hundreds of MB of crap for each article.
-
BaronHK
Once it's in GemText, it's easy to convert back to basic HTML.
-
BaronHK
The Gemini to Web proxy doesn't specify a doctype other than "HTML", but I don't think it's even as complicated at HTML 3.
-
BaronHK
It looks like someone got into nano and wrote out the news into HTML in a very "just the facts" manner.
-
BaronHK
You could teach a 10 year old how to make pages like this.
-
BaronHK
It's really quite good.
-
BaronHK
I like Lynx the best under ideal circumstances, but many sites vomit out so much crap that it's not very easy to navigate with.
-
BaronHK
Even Richard Stallman is guilty of this!
-
tomman
computers were a mistakeā¢
-
tomman
no, seriously
-
tomman
computers WERE a mistake
-
BaronHK
Programs that give Web developers everything they ask for and more were a mistake.
-
BaronHK
Google has no incentive to stop them. The more crap they can put in there, the bigger any COMPETING browser has to be.
-
BaronHK
I was looking at the JSSS<>CSS thing in Netscape 4.
-
BaronHK
You could use either, but Netscape didn't fully test the CSS converter and so it only "mostly" worked with CSS Level 1.
-
BaronHK
You'd get all the features of CSS Level 1 and then some by using JSSS alongside it, but now you'd be writing in two style sheet formats on the same page. :P
-
BaronHK
A Web site could probably internally convert the page meant for Opera and Internet Explorer CSS into Netscape 4 using JSSS, but it would just be easier to give it a degraded page that would probably crash it.
-
BaronHK
Which is what happened.
-
job
One might want to look into the Overbite extension if they want to add Gemini support
-
job
I doubt we'd have Gemini support in SM out of the box, if gopher is not even included in the first place, so it should be done via an extension
-
njsg
I don't know how gemini works, but OverbiteFF does AFAIK handle the protocol-level conversation in the extension, so it is likely a good starting point, indeed.
-
AmyMalik
could somebody who has a touchscreen computer report on their experiences with seamonkey on it? do scrollables scroll by finger as they do in FF and TB?
-
WG9s
AmyMalik well i have a stupid question. If you do not have a touchscreen computer why do you care. and if you do what is preventing you from testing?
-
AmyMalik
I have a touchscreen computer. I wanted to hear if anyone else did before I go into the situation blind WG9s
-
AmyMalik
good to know you think I should go in blind tho.
-
AmyMalik
:/
-
WG9s
well you can install seamonkey without making it the default browser easy to then see if it works as you want rather than asking someone else to do testing for you,
-
WG9s
i had a touchxcreen computer but is shit the bed I think this all worked as you requested but I no longer have a way to test.
-
frg_Away
apz is enabled but not everything. zooming is disabled by default. Fix still go in and certainly not at the same level as current Firefox but should be ok. Best to try it yourself.
-
WaltS48
frg_Away: Have you noticed the username/password prompt for news.mozilla.org? I started seeing it yesterday afternoon.
-
WaltS48
I guess we have to find a different group on a different server to use for testing.
-
frg_Away
WaltS48 Yes already removed it but maybe it was premature. Might be temporary. njsg told me that 216.166.97.169 still works.
-
frg_Away
giganews might experience problems.
-
tomman
found a local provider site with some screwy logon issues on SM but not on "recent FF"
-
tomman
mi.simple.com.ve doesn't let me login from SeaMonkey - it fails with the equivalent of "somehting happened"
-
tomman
but on FF91ESR logs on fine
-
tomman
an UA override did nothing
-
tomman
so I'm checking the headers...
-
tomman
paste.debian.net/hidden/da1d5b1a headers from failed logon at SeaMonkey...
-
tomman
paste.debian.net/hidden/dea4756f ...and headers from successful logon with FF91ESR
-
tomman
notice that FF adds "Origin:
mi.simple.com.ve" and "Sec-Fetch-*" headers
-
tomman
and after reading the server response JSON ({"error":"data required","message":"Bad request domain not match..."}), it... makes sense?
-
tomman
maybe the "Origin" header is now important?
-
tomman
(This portal used to work fine with SM a few months ago, but OF COURSE GOOGLE!!!")
-
tomman
...and indeed, if I modify the request headers (wow, TIL you can do that!) to add those four extra headers, I now get the expected response from the server (a logon token)
-
tomman
...actually, only the Origin header is required
-
tomman
and today's Chromeism is...
-
tomman
-
tomman
which was implemented on FF70
-
tomman
(and always present on Chrome, of f'ing course)
-
tomman
...and on IE tool!?
-
tomman
-
tomman
Alternative fix: network.http.sendOriginHeader = 2
-
tomman
yup, that works.
-
tomman
the insecurity theater has been successfully pleased. GAAAH!
-
frg_Away
tomman
Bug 1424076 is not in. Not sure if setting 2 all the time is ok. 1 should be ok Wasn't this the bug orginally needed for the clownflare captcha to succeed?
-
frg_Away
There was some serious refactoring needed like
bug 1504085 so only add the first one for now.
-
tomman
frg_Away: with 1 it also works too
-
tomman
what's the difference between 0,1,2 on this specific pref?
-
frg_Away
tomman Seems the header spec now changes monthly.
-
tomman
ah yeah, forgot to blame Clownflare too
-
frg_Away
+// Include an origin header on non-GET and non-HEAD requests regardless of CORS
-
frg_Away
+// 0=never send, 1=send when same-origin only, 2=always send
-
frg_Away
+pref("network.http.sendOriginHeader", 0);
-
tomman
makes sense
-
tomman
first place I find that is now strict on that header
-
tomman
(again: that's a recent update - a few months ago it didn't care)
-
frg_Away
tomman 2 might be problematic but I have not turned into a web dev yet understanding all of it :)
-
frg_Away
Not sure if it has only privacy implications when setting to 2. The followup bugs are not clear to me. Privacy is out of the door anyway so I tend to not care about fingerprinting stuff. You will be tracked anyway somehow.
-
frg_Away
and the personalized ads from the trackers vanish in the uBlock realm.
-
BaronHK
It's so nice of Libera Chat to demand SASL like Crown Prince of Korea-Node. Gave me something else stupid to figure out in ChatZilla.
-
tomman
wat
-
tomman
I haven't bothered with SASL
-
BaronHK
It kept disconnecting me and then said my current VPN IP, I guess, was on a k-line unless I log in with SASL.
-
tomman
ah, so you've hit an IP blacklist
-
tomman
those are always so fun
-
BaronHK
"We punish you for not wanting to reveal your ISP IP address to the public!
-
BaronHK
I had someone threaten me with a defamation lawsuit and send letters to my home after using the IP address I was connected to Ubuntu's chatroom on Freenode with a long time ago.
-
BaronHK
They paid an attorney to contact my ISP and figure out who I was.
-
BaronHK
They never proceeded with the lawsuit, but it was unnerving.
-
tomman
I often hit those blacklists with my actual public IP (I don't bother with VPNs anyway)
-
tomman
when that happens, I just make a new MAC address and reset my IP
-
BaronHK
Well, the VPN is basically to try to avoid crazy people like the guy who doxxed me and paid a lawyer to threaten a defamation lawsuit.
-
BaronHK
Who does that? The lawyer must have charged him $1,500 to do all of that even in 2008!
-
BaronHK
I wrote his attorney back telling him that his client would be sorry because I would invoke SLAPP Back and he'd end up suffering extreme financial losses due to his own misguided behavior.
-
BaronHK
That was the last I ever heard of it.
-
BaronHK
But I doubt anyone sending letters to Panama would find out much about me.
-
BaronHK
-
tomman
-
tomman
oh, so these guys are pushing harder and harder the "turn the web browser into the next OS" pandemic, cool
-
tomman
> This isn't developers not caring about the user. These are huge UX advantages, and there's no way to get them all other than building on the web.
-
tomman
stay klassy, HN
-
tomman
how about we devs stop making our users even dumber?