I just don’t have a wife. Even more secure.
I just don’t have a wife. Even more secure.
Podman not because of security but because of quadlets (systemd integration). Makes setting up and managing container services a breeze.
Please tell me, when it says “Transportation” on that chart, what exactly do you think is being transported, and where?
smallest part of the problem
This is what I’m trying to get across to you here. You’ve posted the same notion multiple times in this thread. The consumer share isn’t the smallest part, it’s most of it. All the oil we extract serves to make products, transport products, sell products to the consumer - you. It’s not being being burnt for fun.
When you engage in consumption, any amount of it, you’re pulling a string connected to a million other strings that mostly end up in an oil well one way or another. The luxury you speak of is in that consumption, not the lack of it.
And if you think otherwise, compare your lifestyle, your lifelong level of comfort to that of someone who spent their whole life living in a hut in Mali, whose lifelong emissions equal a few months worth of yours. Now try to tell that person that you’re not responsible for the gas you burn, it’s the fault of those that provided you with the option to do it. It’s insulting.
If the providers are to blame for all emissions and the consumers are free of responsibility, then all consumption is equal. If Exxon is the responsible party, then the guy buying the gas guzzler to stick it to the libs is the same as the guy driving a hybrid, as neither is to blame for their emissions.
I understand choosing comfort over living in a cave or dying, obviously, but that doesn’t mean we’re free of any and all blame. Any time a new climate report comes and it’s worse than the one before I understand that my existence and choice of comfort played a part in it . I don’t just go “oh that Exxon, smh” and carry on guilt free.
Those 100 companies are fuel producers making fuel that everyone else burns. By that metric my gas company is responsible for 100% of my gas-based greenhouse emissions.
I hate how often that study gets misused.
Hyperconvergence or hypervisor.
IBM argued that its patent, initially used to launch Prodigy, remains “fundamental to the efficient communication of Internet content.” Known as patent '849, that patent introduced “novel methods for presenting applications and advertisements in an interactive service that would take advantage of the computing power of each user’s personal computer (PC) and thereby reduce demand on host servers, such as those used by Prodigy,” which made it “more efficient than conventional systems.”
According to IBM’s complaint, “By harnessing the processing and storage capabilities of the user’s PC, applications could then be composed on the fly from objects stored locally on the PC, reducing reliance on Prodigy’s server and network resources.”
The jury found that Zynga infringed that patent, as well as a '719 patent designed to “improve the performance” of Internet apps by “reducing network communication delays.” That patent describes technology that improves an app’s performance by “reducing the number of required interactions between client and server,” IBM’s complaint said, and also makes it easier to develop and update apps.
All I can say is yikes.
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.
Not sure what you’re on about, most package managers have a literal database of most package manager installed files. Debian and derivatives have dpkg --verify
or debsums
to verify the files, arch has paccheck
, I’m sure other distros have something similar. And fixing them is just a matter of reinstalling the package, which you can do from a chroot if the system won’t boot.
Or you can just run your system on a checksumming FS like btrfs which will instantly tell you when a file goes bad.
Yay, fan club.
I was just introducing someone to Rodney last night because some actor in a show we saw looked a bit like him. Then I wake up and see this here. Life sure has funny coincidences sometimes.
Shame he didn’t have a scandal on that stage. They would have stopped taking about it within the day.
Someone found a way to weaponise bikeshedding.
I guess it’s too much to ask the richest company on the planet to keep a list of a few accounts indefinitely. I’m sure that database is a whole gigabyte sized and maintaining it requires a whole person to check in on it once in a while. Obviously they can only afford that level of effort for a year or two. And we’re only taking about removing access from millions of people to something they paid good money for, and also doing it because. Yeah, I’m with you on this one, totally not their fault.
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.
The issue isn’t just a simple oversight. Git includes the file name as part of the tree and commit hash. The hash has security implications. There’s really no way to make the hash support case insensitivity without opening up a multitude of holes there. So there will always be a mismatch, and you can’t just fix it without changing how git works from the ground up.