Maybe they mixed up usenet by doing what I used to do back then - use gmane so I could follow various mailing lists via NNTP for better thread tracking and not filling up my inbox.
My Lenovo Thunderbolt 3 docks wakes up reliably, the problem is that it keeps randomly nodding off for a second or so causing the monitor to lose signal and have to sleep/wake itself.
That wasn't anywhere near your point. Your point was that "the left" would praise Boko Haram. You backed it up with a link to a story that was neither about Boko Haram, was about behavior "the left" opposes, nor had any praise from anybody.
The only way your point could work is by redefining "the left" as Muslim fundamentalists, which is frankly bonkers.
Unless by "the left" you mean some solitary idiot (or troll) on tiktok who just went to college.
In the west Boko Haram's goal seem closer to groups on the right than anyone on "the left". eg suppressing women's rights, more religion in school/govt, homosexuality etc
>If the terrorists were very smart, they'd realize that their religion is stupid, that their leaders were mostly corrupt (or themselves stupid), and they'd also probably find something more productive to do with their time.
In my head I was running through a whole lot groups to replace "terrorists" with in that sentence...
Also, the quote didn't really apply in the 80s. Getting a game running on a C64, Spectrum, Amiga, ST or Apple II didn't involve understanding the computer.
That autoexec crap was unique to DOS PCs. DOS was a uniquely crappy experience in a lot of different ways.
I much preferred Diamond Age to Snow Crash. It's been a while though, so can't fully remember why - but I think Snow Crash tried to be too cute or something and kinda seemed disjointed.
I also had one of their intro books before having a computer available. But it had a paper based simulator of the program counter and variables so you could run through without a computer (I was saving up for one though, but that took years).
Same with me. As a 12yr old I failed learning Z80 on my spectrum with the one book I could find. I had a bunch of other Usborne BASIC books, but their machine code book(s) would've been the link I needed to bridge the gap to where I could understand other material.
Python containing type hints doesn't get transpiled the way typescript does. The transpiling rewrites the TS to varying degrees depending on the target and the extra TS features being used.
Python "just" (that word is doing a lot of work) updated the interpreter to ignore the type hints. It still runs the same way as code without hints.
There's a bit more going on with TS that you couldn't just have the runtime ignore the types.
I think you might have cause and effect switched around.