- Joined
- Jun 11, 2022
This might interest you. Lennart Poettering is leaving Red Hat.
Same shit, different day unfortunately.He is now employed by another major organization continuing his work on systemd.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
This might interest you. Lennart Poettering is leaving Red Hat.
Same shit, different day unfortunately.He is now employed by another major organization continuing his work on systemd.
afaik gnu awk and bash don't break compatibility but add extensions. but from the little bash scripting I've done, it has so many useful features over standard sh you wish it was standardThis isn't the first time I've come across GNU or Linux shit breaking POSIX compatibility. but I don't have the mental fortitude to keep track of it anyway. Maybe there's a shell script linter for it somewhere out there. Bashisms are another can of worms, with regular POSIX shell being a pain in the ass void of features.
Probably MicrosoftSame shit, different day unfortunately.
All perl code looks like line noise, like you left an acoustic modem off the hook and then screeched autistically for a minute or two and nobody can figure out what the fuck it does.Whenever sed falls short for the task I'm doing, Perl's always there to save the day. If I want to search and replace a paragraph or a block Perl can do the job.
I hate him so much.Poettring is working on making Linux equivalent to his employer's product on the desktop by adding better persistence for malware across boots.
bwahaha well if the shoe fits. Systemd dicksucking central /r/linux has no mention of it so my guess is discussion of the topic is verboten by tranny decree. (or reddits shitty search isn't showing it to me, also quite possible)From here and on I cannot exactly predict what's going to happen, but Lennart got hired by Microsoft indeed.
Wow. I really did not think I could hate Microsoft more but here we are.From here and on I cannot exactly predict what's going to happen, but Lennart got hired by Microsoft indeed.
Maybe now distros will begin stepping away from systemd more.From here and on I cannot exactly predict what's going to happen, but Lennart got hired by Microsoft indeed.
Rated your post Hawaiian, but I also hope so. There are some aspects of SystemD that are nice, but on the whole it wasn't necessary. There's nothing wrong with OpenRC and binary logs are pure faggotry.Maybe now distros will begin stepping away from systemd more.![]()
Poettring is working on making Linux equivalent to his employer's product on the desktop by adding better persistence for malware across boots.
You've gotta tell me where I can get that skin. It's like early 2000s nostalgia personified and I love it.I had no idea that QMMP can use old Winamp skins.
View attachment 3475085
You've gotta tell me where I can get that skin. It's like early 2000s nostalgia personified and I love it.
I'm not properly Perl-pilled unfortunately. I don't think it's completely unreadable, but the syntax isn't easy enough to justify the effort. The points listed seem compelling, but what about startup time outside of daemon services?usually I don't post these but this is an interesting topic after the recent discussion on awk
The aspects that are nice are the features that were requested by companies who pay Red Hat, i.e. embedded sector and FAGMAN. The rest are pet ideas of developers, who are massive speds and Apple fetishists, that get thrown at the Linux desktop serfs. When they don't clap and start mentioning verboten terms like "OpenRC" and "runit", Poettering/Microsoft and redditors get very upset. At that point, you can expect mentions of SysVinit and The Future of all your OS internals hidden behind an API of systemd or something similar (and that's a good thing!)Rated your post Hawaiian, but I also hope so. There are some aspects of SystemD that are nice, but on the whole it wasn't necessary. There's nothing wrong with OpenRC and binary logs are pure faggotry.
Shellcheck would be complaining at those unquoted command results. That is, "$()" instead of $() to prevent whitespace fuckery.Hello friends. I've been using Linux for about 5-6 years now and recently switched from Arch to Gentoo, from i3 to dwm, and from urxvt to st. Loving the new setup. I've also been trying to learn Bourne Shell and BASH, but it's been kinda slow going. My code is almost certainly still pretty flawed, but it'll get there. Below is from when I was working on my replacement for neofetch.
View attachment 3473540
Sorry if this is a bit of a newbie question, but I am still quite new to this. What do you mean by "whitespace fuckery?" Is it just generally better practice to quote commands?Shellcheck would be complaining at those unquoted command results. That is, "$()" instead of $() to prevent whitespace fuckery.
Let's say you have a script to delete a file and you give an unprivileged user permissions to run itSorry if this is a bit of a newbie question, but I am still quite new to this. What do you mean by "whitespace fuckery?" Is it just generally better practice to quote commands?