00:02:45 oh wow that IRC username bug... 00:02:55 well, "bug" 01:26:47 also, code pages are still a thing with modern hardware because graphics cards are still VGA compatible and their text mode uses code pages 01:27:19 so it would make sense that a web browser could at least display text files correctly using code page charsets 01:27:37 code pages aren't going away 01:28:18 not really: modern GPUs are not even 2D anymore 01:28:27 they simulate everything via the 3D pipeline 01:28:39 but they are also VGA compatible 01:28:40 even the text mode BIOS is largely emulated on shaders 01:28:49 of course, everything is emulated 01:29:00 on x86 CPUs the entire instruction set is emulated, and has been since Pentium Pro 01:29:26 nowadays everything is just highly specialized RISC CPUs emulating the actual instruction set that is visible to the programmer 01:29:32 it doesn't falsify what I wrote 01:30:16 maybe Transmeta was right... and wrong at the same time 01:30:23 the future is emulation, but not with VLIW :D 01:31:27 I did enjoy being told to use VESA when I was trying to figure out the appropriate linux or gentoo settings, was it for the virtual console or x11... problem is it wasn't an "IBM PC-compatible" :-) 01:32:01 <+tomman> maybe Transmeta was right... and wrong at the same time <--- the future is clearly quantum computing then :-P 01:33:09 the future has been quantum for the last 40 years we've been hearing that "the future will be quantum" 01:33:30 and so far the only pieces of quantum hardware I have are a bunch of old dead Quantum Fireballs and Bigfoot HDDs :D 01:33:32 no, computers must be deterministic 01:33:46 ...and a local ISP called "Quantum Xfinity Networks" 01:33:52 (that ALSO STOLE the Quantum logo!) 13:16:21 (More about Finnish news outlets:) Maybe it's just a coincidence, but looking at memory usage and doing "flush memory", as well as alt-tabbing back and forth: are Ilta-Sanomat webpages excessively heavy even without JS? 19:04:59 . 19:06:01 just making sure the logbot was still recarding 21:30:50 cloudflare's anti-ddos thing doesn't let SeaMonkey through anymore 21:31:10 It doesn't even give the "verify that you're a human" box at all 21:31:14 No errors in the browser console 21:31:39 The page just doesn't include the actual task to prove being a human 21:34:25 njsg: Every Finnish website is bloated, the IT job sector here is completely broken and competent people are unemployed 21:35:50 most websites don't even work without javascript at all 21:36:03 they have at least megabytes of minified JS 23:45:53 Sompi: try threatening the Turnstile box with devtools 23:46:00 that's how I can get it to show at my side 23:46:12 it doesn't load, and neither it doesn't error on the console 23:46:25 but when I inspect the space where it is supposed to render... oh, magically it comes on! 23:46:51 that's Clownflare warfare for you 23:51:46 That sounds like they are probably relying on some undefined behavior in Firefox