That full version is extremely satisfying. I think it'd be even better if there were sound - maybe ascending notes in a scale like in some puzzle games.
Deebster
I like the take that they have in that thread: Perforce is forking Puppet into a non-Open Source version (but they're keeping the name).
But I said how they work, not, say, how to use a computer to get onto a website. I'm thinking of future generation's makers and tinkerers, which seemed to be the gist of the article you posted.
The surface of computing is quite polished nowadays, but that's not entirely helpful when you can't access anything under the surface to learn what makes it tick.
I feel this article is looking at a bit of silver as if it's the lining and writing an article about the cloud.
Definitely there's less knowledge about how computers work nowadays: e.g. universities now have to teach Computer Science students how file systems and directories work, because kids are used to saving everything in the default folder and just searching for what they want (and we're talking to those geeky enough to be doing CS).
But there's more complexity now, and a lot of that stuff is just irrelevant busy work. I remember juggling IRQ lines when installing hardware but luckily that's auto-configured now. I used to create boot discs and eke out enough memory by skipping the better graphics, mouse driver, etc when not needed but did that teach me much?
On the other hand, we used to have LAN parties as teenagers and would rebuild the networking stack for each game, including some performance tweaks (“Red Alert needs NetBIOS over IPX, right?” “Yeah, but disable the turbo encabulator”) and ¾ of us went on to do CS at uni. We certainly never thought of a web browser as “the internet” and we're confident to explore knowing we could fix what we broke (and did, often).
The main thing I remember about Dijkstra's algorithm was that at uni when we coded it up in the lab my version had a bug where a certain node was always 0, so I just left the mouse cursor on top of that mode when I demoed it - got full marks 🤓
I think just announce it's a thing and let people post as they will. I don't think a daily thread is necessary, for the reason you say but also that individual posts would get more attention - and extra attention is warranted since there's a lot of extra work that goes in to them.
Perhaps you could run an “advent of vis” where on the first of Jan we post visualisations of our solutions for day 1, etc.
Maybe you're already editing it in, but there's no description in your post.
That's a six book series, if I remember rightly. I love Pratchett's stuff (Men at Arms is next on my Discworld reread) but I was thinking of his solo stuff. Normally I just start at the first published if I think I'll enjoy the whole lot.
I haven't read anything by him, where is a good place to start? Here?
That kills Xorg, right? Does it work on Wayland, or is there something similar?
I missed that line too:
So I also did my pathfinding for every variation in the first part, but realised something must be wrong with my approach when I saw part 2.