-
Sompi
Now even Twitter has stopped working on Seamonkey...
-
tomman
and nothing of value has been lost
-
tomman
seriously, don't use the Musknet™
-
tomman
if you absolutely MUST READ contents on the Musknet™, use xcancel.com or any of the few surviving Nitter instances
-
tomman
I can't believe people refuse to abandon that sinking ship of hate
-
tomman
forum.palemoon.org/viewtopic.php?p=261490#p261490 oh gawd, Crimeflare is Crimeflaring browsers again
-
tomman
why I have this faint feeling of deja-vu?
-
tomman
</sarcasm>
-
tomman
also, "We test on production, like REAL MEN DO"
-
njsg
Sompi: for a long time I haven't even bothered, wasn't TSNFKAT broken in SeaMonkey for months already?
-
njsg
Sompi: nitter has made a comeback but given recent comments here, they're moving behind CAPTCHAs, which I assume means ECMAScript
-
njsg
tomman: I'd start by holding some political parties and organizations to the standards they ought to have, like doing most of their public communication via TSNFKAT or Zuckerberg's media when their own positions would point towards the opposite of that
-
tomman
LOLOL Meta
-
tomman
the Whatsapp site blocks SeaMonkey with a misleading "Something happened" error page
-
tomman
...and a HTTP 400 Bad Request error
-
njsg
you mean they might be teapots?
-
njsg
hm... at least in one mastodon web interface, having the find bar open seems to increase CPU activity, now am I seeing things...
-
tomman
and found my next bank account to close: Venezuela's Banco Mercantil now wants static class members
-
tomman
> SyntaxError: expected property name, got '{'
-
tomman
turns out this renders their online banking inaccessible to me
-
tomman
...yay, it will be SO FUN to close that account
-
tomman
I hated that bank anyway
-
tomman
...the bank that demands Chromeisms but still runs XP on their ATMs :D
-
Sompi
Many web servers nowadays just return the "400 Bad Request" error when the user agent string is something else than Chrome or Firefox...
-
tomman
error codes? Who even check those these days?
-
tomman
See: Discourse's "500 OK"
-
Sompi
and also now Finlex changed to the new version of the site that does not work properly if the browser is not Firefox or Chrome
-
Sompi
so now no-one can read Finnish law anymore, without a non-free browser
-
Sompi
I contacted Oikeusministeriö about it but seems that they just don't care
-
Sompi
I sent this message to them:
paste.dy.fi/LBy/plain
-
Sompi
So they just don't care about accessibility at all
-
tomman
the law is tech illiterate
-
tomman
they only know about sending bribes, er, project investment to 3rd party contractors
-
Sompi
btw, how does Seamonkey's JavaScript engine work? Does it compile everything to the native code or to a platform-independent bytecode?
-
tomman
it's like that time I had to call the banking regulator when Clownflare blocked me from my owen money
-
tomman
--own
-
tomman
Sompi: it's still Spidermoney under the hood
-
Sompi
I was blocked from my own money by Danske Bank because I didn't use Windows and Chrome... and they literally told me to use those or else it won't work
-
Sompi
So even Firefox is not supported
-
tomman
ha, not even "Linux and Chrome"?
-
Sompi
Nope
-
Sompi
And nothing like that was mentioned in the contract when my account was created to that bank
-
Sompi
Otherwise I would have chosen a different bank
-
tomman
and that's the sound of me withdrawing all of my money, closing my accounts, and leaving my cards burning at the branch doors
-
Sompi
They didn't let me close my account because the service fees caused the balance to go negative
-
Sompi
So I just abandoned it and hopefully it doesn't cause me problems in the future
-
Sompi
They broke the contract, not me
-
Sompi
tomman: I don't know how SeaMonkey's JavaScript engine works. But if it uses bytecode, that makes it immune to CPU bugs like Meltdown and such
-
Sompi
Firefox was affected
-
tomman
-
tomman
Well, do remember that for exploiting Meltdown and friends, you need extremely targeted (and unreliable!) attacks
-
tomman
I stopped caring, live with the flow, and mitigations=off because Intel won't buy me a new PC :)
-
tomman
and on older metal, the performance loss from the mitigations CAN be noticeable
-
tomman
now, you should worry on, say, shared webhosting or VPS
-
tomman
because one of the avenues of exploitation for these CPU flaws are VMs
-
tomman
(again, extremely targeted and unreliable, but theoretically possible)
-
tomman
OK, after reading that, we're still using IonMonkey as their JIT
-
tomman
Firefox upstream moved to WarpMonkey by FF83, but it's still a JIT
-
tomman
it has always been a JIT
-
Sompi
So it can use native instructions on ARM and x86 but also supports pure bytecode?
-
tomman
no, the end result is always native code, which is generated from intermediate bytecode
-
Sompi
So it isn't platform-independent?
-
tomman
that's the nature of JITs - you still need a platform-dependant backend to generate the native code that the CPU ends running
-
Sompi
It seems to be partly written in Rust so it cannot be platform-independent anyway
-
tomman
the intermediate bytecode CAN be platform-agnostic
-
tomman
but without a native code generator... it's useless, and you might as well fallback to a pure interpreter
-
njsg
Sompi: but did OM reply to you that they did not care, or did you not get a reply at all?
-
njsg
Sompi: there's one entity which has not responded to my message yet, but it might be because they're using the new webmail from MICROS~1
-
Sompi
I did not get reply at all
-
njsg
it's amazing how these days e-mail starts getting less reliable once it hits MS or Gmail...
-
njsg
(so far, I'd say my experience is that MS is quite worse in this regard)