I’ve been reading this for a few weeks now.
There’s a section talking a bit about the history of unix that I quite liked. I’m young and don’t know the whole story. According to this handbook, unix was used and taught in universities, so when students went out into the world they preferred unix systems. As a result, tons of companies started offering their own versions of unix touting portability with the other unixes but with their own differentiating extensions which sort of contradicts the claim of portability. People would write for one system and frustratingly find that their software doesn’t work on a different vendor. I’m curious where linux fits into the story. This must have been before linux because the handbook makes no mention of it. Did linux and its free software license immediately kill off these other unixes? How much role did copyleft play?
It seems Mullvad has the OpenVPN option tucked away as the very last option even though OpenVPN seems to be the easiest method. Why is that?
Here’s a good discussion on HN about this, including comments from lawyers.
https://blog.wolftune.com/p/software-recommendations-and-more.html
If anybody knows what you’re looking for, the author of this blog does.
How do Debian and other distros feel about Rust? It’s a fantastic language that can improve security, but it doesn’t have a stable ABI and they don’t really do the whole dynamically linked library thing.
I’ll offer a balanced position and say nobody can do it all themselves, but I think everyone should strive to be self-sufficient in at least one aspect of modern living. My neighbor grows their own food. My dad is good with cars. My aunt makes quilts and dishware. A society that has crafty knowledge widely distributed like this makes it more likely everyone knows an expert on a given thing, helping prevent people from getting screwed by terrible products. An Arch Linux user might be able to manage linux for 100 close people in their social graph, or at least advocate for it. This also keeps industry from having 100% market share.
I have the issue that the snap version can’t browse files whose path includes a hidden dot file/directory in my home directory. It doesn’t seem there’s any clean way for me say “no, I give you explicit permission to read these files.” My workaround was to sudo mount --bind ~/.foo ~/bar
and then browse from ~/bar
instead. I’m not sure what they think they were preventing me from doing but they failed.
Finally, I can upgrade from Hannah Montana Linux. Really, I should have upgraded sooner. GML is still stuck on Kubuntu 9.04 and Hannah changed her name to Miley back in 2008.
Some day you may find your machine booting into linux without displaying a grub menu. You were promised a menu giving you boot options. Where is it? The problem may be your grub timeout is 0. Set the timeout in /etc/default/grub
and then run update-grub
. See section 6.1 of the info grub
manual.
The first rule of fight club is don’t talk about fight club.
book-sized posts explaining how something works e.g. email
emacs stuff
one of the leaders of the Rust library team
deep dives into formal methods and programming topics
art/culture analysis of old CD-ROM games
computer history (more technical)
computer history (less technical)