If there’s one song that takes me back to GTA Vice City, cruising downtown on a harvey davidson style motorcycle, then it’s “Video killed the Radio Star”, what a tune.
Born 1983, He/him, Danish AuDD introvert that’s surfed the internet since he was a tween.
If there’s one song that takes me back to GTA Vice City, cruising downtown on a harvey davidson style motorcycle, then it’s “Video killed the Radio Star”, what a tune.
Tbf, disabling systemD autorun is the only thing I’ve ever user kwriteconfig6 for, because with it enabled bash scripts don’t run correctly.
Only thing I’ve had to edit in the terminal in the last several months has been automount on a hard drive.
I just use gnome disks for that. Tbh, that’s the only thing I use gnome disks for.
I don’t mind using the terminal, but how the fuck am I going to remember something like kwriteconfig6 --file startkderc --group General --key systemdBoot false
? (In fact, there aren’t even man pages for that command). Like the scribbles of a mad man I’ve had to put down commands like that in a sort of personal instructions manual, because ain’t no way I’ll remember these commands by heart.
And you often end up just saving the most used commands as aliases or functions in the .bashrc meaning you don’t retain the syntax for the commands you use. Well, maybe I’m a unique case of fish memory…
The thing about humans is that we greatly rely on our vision, and having GUI’s to show what’s possible greatly improve ones understanding of how to manage it going forward.
“Bloody Just Stop Oil protesters blocking the road, preventing me to go to work just so they can spread the message that we’re all going to die! I HAVE A MORTGAGE!”
Thanks, this seems like a very thorough description of the situation. My limited understanding of how coding works and has worked through history is like you say “filled with a lot of jank” regarding memory because it was limited but also because compilers weren’t as efficient as they are today. So it makes sense that there are purists that believes the only good code is the one where programmers are in total control of every bit of memory themselves instead of leaving anything to automation.
That’s actually really cool. I like that the dev has expressed that he doesn’t want to make the algorithm addictive and just keep it random 😅
Classic. But yeah, that’s how I’m reading the situation as well.
Most comments with links are straight up deleted from YT comments. Moderation has gotten pretty strict there since covid.
I began using SMPlayer, which uses MPV, and yeah, it was confusing having to mess around in %localappdata%. But unironically, having to do so kinda prepared me for the switch to linux, what with getting used to using the filesystem.
Some of the comments on that article made me realise I’m a bit out of the loop: what makes Asahi linux “woke”?
It is sad though that there is so much drama around linux development. It’s easy for me to say this, but I do think it’s important that there is a switch to a newer language like Rust away from C eventually.
Linux is not that old. There’s a reason why the “Actually it’s GNU+Linux…” meme exists, because Linux is built using tools that were already around, he didn’t start entirely from scratch.
spoiler
I’d just like to interject for a moment. What you’re referring to as Linux, is in fact, GNU/Linux, or as I’ve recently taken to calling it, GNU plus Linux. Linux is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX.
Many computer users run a modified version of the GNU system every day, without realizing it. Through a peculiar turn of events, the version of GNU which is widely used today is often called “Linux”, and many of its users are not aware that it is basically the GNU system, developed by the GNU Project.
There really is a Linux, and these people are using it, but it is just a part of the system they use. Linux is the kernel: the program in the system that allocates the machine’s resources to the other programs that you run. The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Linux is normally used in combination with the GNU operating system: the whole system is basically GNU with Linux added, or GNU/Linux. All the so-called “Linux” distributions are really distributions of GNU/Linux.