Information for Internet Archive.
MBFC: Left-Center
That’s just embarrassing.
Information for Internet Archive.
MBFC: Left-Center
That’s just embarrassing.
You should probably use a double slash in that non-equality sign as a single slash will be seen as an escape character by some parsers and then not rendered. In my client it just shows two equal signs, i.e. the opposite of what you wanted to convey.
But check that it has all the features you need because it lags behind gitea in some aspects (like ci).
Podman quadlets have been a blessing. They basically let you manage containers as if they were simple services. You just plop a container unit file in /etc/containers/systemd/
, daemon-reload and presto, you’ve got a service that other containers or services can depend on.
I’ve been in love with the concept of ansible since I discovered it almost a decade ago, but I still hate how verbose it is, and how cumbersome the yaml based DSL is. You can have a role that basically does the job of 3 lines of bash and it’ll need 3 yaml files in 4 directories.
About 3 years ago I wrote a big ansible playbook that would fully configure my home server, desktop and laptop from a minimal arch install. Then I used said playbook for my laptop and server.
I just got a new laptop and went to look at the playbook but realised it probably needs to be updated in a few places. I got feelings of dread thinking about reading all that yaml and updating it.
So instead I’m just gonna rewrite everything in simple python with a few helper functions. The few roles I rewrote are already so much cleaner and shorter. Should be way faster and more user friendly and maintainable.
I’ll keep ansible for actual deployments.
Someone found a way to weaponise bikeshedding.
All public companies are, it’s just what Boeing makes things that fall out of the sky if they mess up, so it’s more obvious.
Just have NAS A send a rocket with the data to NAS B.
Seems to me that a lot of the world’s problems start with “well, the managers think…” They all seem extremely bad at the whole managing thing, good thing we don’t overpay them or anything like that.
Or libcinder. Or even simply Arduino.
That’s a very arbitrary delineation that just seems to be something you worked out backwards to support your claim. I’m an EE and software developer and I sometimes do projects involving both fields (which would be computer engineering, I guess), and there’s really not that much difference. I certainly don’t see why I would label half of it engineering and the other half not.
They’d tell you what the movie was, but they’d have to search for it and don’t want to waste an hour.
Jokes aside, I believe them, I spent close to an hour recently finding a YouTube I knew existed but I could only remember vague details. Ended up having crawl back months though my YouTube history in the end.
It used to be that you could just describe a movie to Google like "movie where " and it would be really good at finding that movie even if it was some obscure one. Now if you’re trying to find that one movie you saw years ago where you just remember one scene, be prepared to spend that hour.
Podman not because of security but because of quadlets (systemd integration). Makes setting up and managing container services a breeze.