Well, now I want a cervelat sandwich, but vegan sausage is too damn expensive :/
Well, now I want a cervelat sandwich, but vegan sausage is too damn expensive :/
I stand corrected! I’ll have to tune my internal AI detector a bit :)
If you look closesly there’s a lot of nonsensical details, like the quite high water tower in the top right, window layout on the side of the building facing us, different lengths and angles of fire escape stairs, a weird semi-reflective “thing” (scaffolding?) on the left of the image (and if it is indeed reflective, the reflection doesn’t match the original), extremely weird-looking humans on the hoist and artifacts on the hoist railing. None of these are a dead giveaway, but the general vibe is off.
Image likely generated by GenAI, funnily enough
Honestly, I think I’m mostly set already (as I often go backpacking and there’s no internet there). I have offline maps for the country I’m in and neighboring regions downloaded in OsmAnd and mapy.cz (two sources just in case), Wikipedia in Kiwix, and my custom NixOS setup as a bootable ISO on a flashdrive. I’ll probably miss being able to watch science/maths edutainment on YouTube, but it’s not something I’d download.
What I find annoying is when some talking head says all code should be a certain way,
It’s quite useful to have “all code be a certain way” within a language ecosystem. E.g. Haskell requiring all pure functions be actually pure is amazing because you know that any function from any library doesn’t perform some stupid side effect when you call it, and just processes its inputs into an output. Of course, functional programming tools can be useful even outside purely functional languages, but having those important properties be ecosystem-wide makes you feel much more comfortable, and produces much better, safer and more reliable code in the end.
Very few things are trully impossible in linux land, but having multiple package managers on a single system is just asking for trouble.
Nix/Guix (and a couple other similar package managers) are specifically designed to not interfere with the rest of your system.
That’s literally just regular browsers, you can interact with any one of billions of webservers
Git is federated by nature, you can add as many remotes as you wish and push/pull to all of them. Add in a mailing list for issue tracking and “pull requests” (patch submissions) and you’re golden. You can look up sourcehut to self-host a well-integrated combination of the two.
Not sure what exactly you mean by this but maybe take a look at IPFS, although it’s more P2P then federation.
Internet is already fairly federated by nature - most commonly used protocols in the OSI stack are open and you can host your own components of critical infrastructure. Getting others to interact with them might be difficult due to security & privacy issues.