-
» njsg points at RFC 1459
-
MattATobin
njsg: I'll your 1459 and raise you an RFC 2324
-
MattATobin
I'll take*
-
MattATobin
SeaMonkey MUST support the Hyper Text Coffee Pot Control Protocol
-
MattATobin
frg must be convinced somehow lol
-
tomman
Any recommended addon to dump/export cookies to files for SeaMonkey?
-
tomman
I may require this for yt-dlp
-
tomman
addons.thunderbird.net/es/seamonkey/addon/cookie-exporter there is this, but of course most likely will require fixing it for modern SM releases
-
tomman
...and I'm not interested to export thousands of cookies to a megatextfile :/
-
tomman
addons.mozilla.org/en-US/firefox/addon/cookies-txt this one does what I want, alas, it's Chromefox-only :/
-
Sompi
-
Sompi
that site has also just now stopped working on seamonkey
-
Sompi
and no errors in browser console
-
Sompi
it's just that nothing works
-
tomman
It loads here... mostly
-
tomman
can spot a couple of "SyntaxError: missing : after property id" on the console
-
Sompi
it loads but nothing works
-
Sompi
yes, it seems to randomly output those
-
Sompi
but not every time
-
Sompi
that site worked ~two days ago
-
tomman
Pushing! Things! Forward!
-
Sompi
actually almost everything stopped working two days ago and it seems to be related to react
-
tomman
looks lime someone deployed the latest frame-not-work update to production then
-
Sompi
that site also has only static content and 4,2 megabytes of minified javascript
-
Sompi
when unminified, probably more code than linux kernel has
-
Sompi
I mean that single page, not the whole site. The site is probably hundreds of times larger
-
Sompi
one of those errors is in column 81956. so that one problematic line of minified javascript code is approximately 80 kilobytes long
-
Sompi
or actually much longer than that, the problematic part is just at the 80 kB point
-
Sompi
seems to be a 146716 bytes long line
-
Sompi
so 143,28 kB
-
Sompi
The unminified version of that single line is probably larger than the entire codebase of ST-DOS :)
-
tomman
the original Super Mario Bros. ROM for the NES was 40KB... of which 32KB was assets!
-
Sompi
and NES has two kilobytes of RAM
-
Sompi
though AFAIK the cartridge can have some extra RAM in it. Both ROM and RAM are mapped in the same address space anyway and the CPU does not know the difference
-
tomman
wait, no, the 32KB was code, the remaining 8KB were CHR-ROM, aka assets
-
Sompi
But usually two kilobytes is more than enough for the stack and global variables
-
tomman
now, the meme nowadays is that websites are bigger in size than the original *retail* Doom release!
-
Sompi
many (if not most) websites of today are bigger than Windows 95
-
Sompi
I have Windows 95 install floppies
-
Sompi
The floppy version is not big. The CD version has "extras" such as the legendary Hover game
-
Sompi
The floppy version is just the "operating system" itself, including every accessory program (Wordpad, Paint etc) and every device driver of that era
-
Sompi
Back in the day Windows literally included drivers for practically every existing device on its install media(s)
-
Sompi
Now one GPU driver can be hundreds of megabytes
-
Sompi
tomman: One professional web developer laughed at me when I said that I just write HTML tags for every element on the webpage, control their styles and placement with CSS and use JavaScript only when necessary (usually not at all). He insisted that it is impossible to do a website that "looks modern" that way.
-
tomman
you're a dinosaur, man! Be hip or be square! :D
-
Sompi
I asked him what are those HTML elements that don't have a HTML tag, but he clearly did not even understand the question.
-
Sompi
He said that it is absolutely necessary to insert every HTML element to the page using JavaScript or else the result is just black text using Times New Roman as the font, on white background
-
Sompi
He was serious
-
Sompi
In the end I was kicked out from that Facebook group, because those professional web developers were absolutely sure that I was trolling. Because it is not possible to do anything else than black on white text with a newspaper font without JavaScript.
-
Sompi
And they were very angry at my "trolling". They were furious.
-
njsg
0302|02:41:51 < Sompi> Now one GPU driver can be hundreds of megabytes <-- it doesn't help that, even with lean or compatible drivers, some manufacturers wrap these into gigantic blobs, see AMD with .NET
-
njsg
I even one had a setup failure on NT 6.1 because "it only supports Windows 7", not sure it was for a device driver, though. And, well, Google is doing that too with notices in Chrome :-)
-
njsg
(Although in the latter case, showing the notice is appropriate for what Google wants to do, it's just the text that's a bit screwed)
-
njsg
Sompi: uh, I can't even pick a shop/location at s-kaupat.fi. well, at least this one will hopefully be easier to reproduce
-
njsg
okay, this is charming, is one of these minified files setting RTL mid-code?
-
njsg
-
Sompi
I have no idea about the modern javascript.
-
Sompi
It's full of weird features that seem extremely hard to implement in the parser, and I cannot imagine a user case where I would need those when writing a interactive webpage
-
Sompi
I don't know what are public class fields, but I have a hunch that everything "public", in a scripting language where several megabytes of random libraries are imported from random locations, is a sure way to introduce heisenbugs that are near impossible to fix
-
Sompi
JavaScript has standard functions for almost everything, and often it has several standard functions that do the same thing. Its video/audio capturing API is an example of an API where old features are replaced with new features that are often more complex and restricting for the programmer, and then the old API is deprecated. But generally you don't need external libraries to make things work in JavaScri
-
Sompi
pt, because there is already a standard function where everything is readily implemented
-
Sompi
Firefox still doesn't support AudioDecoder/AudioEncoder API
-
Sompi
For some reason I get IP-level bans to web services that are hosted with F5's Big-IP. And Finland's public sector uses their services for everything
-
Sompi
Now it started again, the servers just don't answer to the TCP SYN packet at all.
-
Sompi
The same problem exists for both Firefox and Seamonkey. Probably not even browser-related, but could be.
-
Sompi
Sometimes the front page HTML loads before the server stops responding again.
-
tomman
Sompi: could be your ISP having a faulty route there?
-
Sompi
Everything is always possibly broken.