lol this whole article and this thread is a bunch of bikeshedding I haven't had the privilege of enduring in some weeks.
MadhuGururajan
THAT is the message you took from all this? What you're going to root for the smug ignorant asshole?
probably for the labour it takes to do the OEM install and verify that everything is up to date and works.. like audio and multi-monitor.
I often compare vibe coding to lord of the rings. Saruman blocks the fellowship's path with difficult challenges. So too does solving hard problems in programming. So Gandalf decides they will take the mines of moria (vibe coding). He knows better but does so anyway. The rest of the fellowship naively follows him down (junior devs). Most of the path is just minor hiccups and the juniors fumbling around. But they get to a certain point and things start to get too heated. The hordes of goblins being the bugs introduced by the LLM as they keep changing the code via different prompts. Then they inevitably awaken the Balrog.. the monstrous Complexity Demon that was brewing behind the vibe coding sunshine and roses.
the arch maintainers are not terminally online like some of us.
you have to install a nerd font i guess. nerd-fonts dot com.
3rd thing: these tools may not be available on the remote server at your company. so you don't want to stumble on the commands (aliases exist but the outputs are wildly different)
We used to be able to do multiplayer only without the need for official servers.
it's a bit of a straw man from your side to act like the discussion is about multiplayer when we are discussing about single player campaign based RPGs or about multiplayer when the company deliberately shuts it down in favour of a new version that just milks players for more money; or about toasters that definitely don't need internet connection to function.
Thinking you can even prevent all unkowns is a foolish endeavor. Only work on solving the problem at hand. Why would I think about some future requirement and lose sleep over it? That's the PM and sales team headache! Or think of it another way... you haven't yet reached the bridge yet but you're already thinking you need rope for the imagined bridge collapse.
All you can do with the present is make it relatively easier for your future self. Avoid complexity (thanks grug brained programmer!), don't tie yourself into knots and back yourself in corners (keep the code readable, testable and simple. This means minimal external dependencies, lose coupling but good coherence, and avoiding reinventing solution to difficult to solve problem)
some of these goals seem contradictory but you have to apply them to a specific problem and the objective of solving the problem (why are you solving this problem?). For instance, for crypto the advice of avoiding reinventing the solution takes precedence to minimal dependencies one because your objective is security which is important to get right without tolerance for bugs.
I have never had luck with stability with fedora. But this was 5 years ago. Might try that.
or simply use a well designed programming language.