If you hit Ctrl-Alt-Delete 7 times in 2 seconds it will skip immediately
If you hit Ctrl-Alt-Delete 7 times in 2 seconds it will skip immediately
Why? You can bypass it immediately if it’s a one-off, or go update the unit configuration to have a short timeout if it’s a regular error.
More likely though, it’s something that should actually be fixed, like a misconfigured fstab. Systemd is rarely the problem here.
Yeah, you really have to read between the lines. Like, if this guy wants to kick me in the balls, and the alternative is 5/6 shots from that revolver in my head, then what’s his plan for that sixth round? He’s obviously gonna shoot me in the balls. That’s what it means to be an informed consumer these days.
It’s actually false. I know this because I passed physical chemistry.
I think that the code of conduct pre-diff is less professional but totally unambiguous about AI-generated contributions, so I’m not sure where your confusion is coming from. And I have already spent more time looking for evidence of your claims than you have, so no thanks, I think that unless you present something of substance I’m good.
Ok, I just searched their codeberg for the word “fuck” and both (yes, exactly 2) closed MRs were, in fact, heaps of LLM puke with no engagement from the “author”. More importantly, both of these were created after the policy was posted.
I think your argument is nonsense. Post evidence if you have it, but I’m guessing you won’t.
Why are you so sure this is “revisionism”? They’re not trying to rewrite history, they’re trying to explain their staunch policy.
It’s their project, and if they want to carefully select contributors they think will stick around and be a member of the community, then that is entirely their prerogative. This is a viable model for a niche project. There’s no requirement that they invest time and energy to review and integrate every last PR.


People who develop and maintain closed-source software. Who did you think you were referring to?


Uh, most of us are selling our labor the same as anyone else, dude.
I am not sure open source can reproduce the “LinkedIn experience”. I’m also not sure that’s a huge loss. That place is a dumpster fire on a steep hill.
Does it support unit dependencies? That’s pretty much the only reason I use systemd outside of work. Edit: ah yeah it sure does. I know what I’m playing with next weekend.


This line of thinking would make a lot more sense if there wasn’t a long, storied history of Trump completely ignoring sycophants when they’re not immediately useful to him. You’d expect someone like Carney to know better. It’s enough to make a person physically cringe.


For top left I’d like to humbly nominate SCO Unix.
I assume you mean radio frequencies, and the answer is basically none. A grounded fireproof safe is basically a perfect faraday cage.
EDIT: Ok, I actually have a pedantic answer for this. If you put a microphone on a device inside the safe, you can signal it from outside by sending it vibrations, and you could encode a message in binary and thus technically send it a “digital signal”. If you wanted to be a little more analog you could use Morse code :)
Probably yeah. A fireproof safe will be airtight, so the system can only produce as much energy as whatever reagents you put inside.


This might seem like a very indirect response, and that’s because it is largely a notion I have after a couple years of observing the fediverse. My background is in infrastructure for micro services, which is a powerful source of bias, so take this with a grain of salt.
The fediverse is suffering from major problems caused by homogeneity, data duplication, and lack of meaningful coordination. It is completely unsurprising that it struggles to provide the level of service that most users expect. I’m not saying this to be mean, but because I’ve experienced these same growing pains in commercial settings.
The solution has always been to restructure product services in a way that separates concerns. Most of the big guys will, at a very high level, use an API gateway which handles security + authn, then forward requests to high level product services which in turn reach down to the data layer services (which are often ORMs with huge caches sitting on top of databases). Works great, usually.
The fediverse, from what I’ve seen, does not do this. Everyone sets up largely identical monolithic applications which share messages through the Pubsub protocol. Information is duplicated everywhere, and inter-instance communications are a liability not only in content but even in compute and persistence (you can absolutely get DDOS’d by a noisy neighbor). Individual instances are responsible for their own edge security, compute, and data. It’s just a lot to ask of a single person that wants to host a federated instance.
I think that a healthy federated internet will eventually require highly specialized instances at several layers, and for certain maintainers to thanklessly support the public facing services. One of the most obvious classes of these specialized instances, to me, would be the data layer and catching instances, which exist to ensure that content posted on one instance is backed up and served for other instances. It reduces the strain on public facing instances because they no longer have to host all the content they’ve ever seen, and it also ensures that if a public instance goes down, the content does not disappear with it.
This same principle could be used on “gateway” or “bastion” instances which enforce strict security on behalf of public instances. Public instances would block direct connections while treating requests from the gateway nodes as highly privileged. Each public instance would either find a gateway instance to protect it or handle its own security and inter-instance communications.
This obviously isn’t a complete solution, and it’s a hell of a long way from a technical specification, but my hope is that others who are looking at the weird and wonderful landscape of our new internet are having similar concerns and reaching similar conclusions.
I don’t believe you. Gnome 2 was pretty much universally loved (hence the existence of Cinnamon, which is a direct descendant), and people were pissed about the tablet-oriented Gnome 3. You’d know this if you used Gnome 20 years ago.