"FUFFZEHN DAUSEND JEDEN MONAT FÜR DEM SEINE DAMISCHEN WURSCHTSEMMÈFOTOS."
Die für Söder anfallenden Social Media Kosten haben es zur Bevölkerung ohne eigene Accounts geschafft.
It’s time to consider leaving GitHub. The community aspect no longer truly outweighs the harm of feeding the corporations models.
Self-hosting Forgejo is easy and free. #selfhosting
It's only a u-boat if it's made in the Untersee region of Germany. Otherwise it's just a sparkling submarine
helpful tip
Just got this from Microslop GitHub:
> We're updating how GitHub uses data to improve AI-powered coding tools. From April 24 onward, your interactions with GitHub Copilot—including inputs, outputs, code snippets, and associated context—may be used to train and enhance AI models unless you opt out.
I barely ever use GitHub. When I do, it's when I am forced to because some project I rely on only uses GitHub.
If your project is only using GitHub, please consider migrating.
openrc’s most common init script:
#!/sbin/openrc-run
supervisor=supervise-daemon
command=/usr/bin/foo
command_args="--nya"
really, we’re not sysvinit where you don’t have supervision and need to implement start/stop, and the same stupid pidfile logic, manually every time
what specifically does openrc lack? why do people see “shell” and immediately jump off, when it addresses all the issues sysvinit/lsb init scripts had