05c9cf37854b6cdcfeeddff6d7f849e46d949f915fcc1931fcf2ce66303d47c553
You could try using Hashicorp’s Packer to generate images repeatably (usually more meant for cloud images though). Or NixOS (like others have mention), or Guix (like NixOS, but better in some ways, worse in others). You could make it an Ansible playbook, which would let you both make configured images, and just configure machines that already have an OS.
I do something similar with archiso, fwiw, but that only works with Arch Linux.
Would you want to change your distribution, or just keep Debian with some tools to automate?
Annas archive exists
Make a plugin to a non-vim editor that properly emulates the vim experience, with the non-vim GUI.
Or, if that doesn’t work well enough, fork them.
Failing that, you could just accept your fate. I love my neovim install.
It’s a bit of a false dichotomy, there’s a broad spectrum in both.
A lot of the benefit of religion doesn’t come from the beliefs itself, but the community around them. You could just have a community built around other things, or even a religion that doesn’t mandate theism (UU’s and Quakers come to mind, they have fairly large atheist populations. There’s also less “serious” religions, like TST).
It’s not really something we can do, sadly. Reddit closing it’s API was more about getting money than actually stopping it’s use as a training set.
Having an allow-list is a start though, as it means that a company can’t just make an instance and suck all the data out through that. Common corporate crawlers could be added to the robots.txt, but that would mean that you might not be able to find lemmy instances in search results. We could make it against ToS, but what are we going to do, sue the massive corporation? They have plenty of lawyer and payout money, so very little would fundamentally change.
Ultimately, if content can be served to us, it can be served to them.
Exciting! Sort of interestingly, I never dual booted or anything, I just jumped straight to Linux.
Honestly, it’s really not that bad. Linux has come a long way since I started out, and while I usually make it harder for myself than it needs to be, I’ve seen young middle schoolers installing and using Linux, I’ve seen retired professional musicians with no technical background install and use Linux. Especially with all these new fancy atomic desktops, like Silverblue, Bazzite, and Kinoite. Admittedly, I have managed to break a Kinoite installation (doing stuff I probably shouldn’t have been doing), but fixing it felt magical. Just roll back to when it wasn’t borked, then update it.
I did a lot of not so nice things to that installation (it was a bit of a test, to see how fragile it was), and it’s still running now!
Are her screeds deranged? Yeah. Are they interesting to read? Also yeah.
“We regret to inform you that, as of July 26, 2024, all Homeworkify services are permanently unavailable.”
‘GamingTrend had an issue with the humour in Chapter 4, stating “this series of levels has what I would call three distinct right wing dog whistles, with jokes that feel mean spirited involving drag, homophobia, and fat-phobia”.’
I enjoyed the first one, hopefully this one is decent. I might wait until I can get more details on the above, though.
A long, long time ago (before I can even remember, I was that young) I attempted to pick up something heavy, and fell into the corner of a wall (like, the outside, so it was pointy). I needed stitches, and I still have a scar.
The details I all got second hand, but I can still just barely see the scar.
If you’ve ever tried DMT, that’s what heaven is like.
Hell is basically a speedball gone wrong.
Source: it is known
Why wouldn’t they be in the olympics? Unless a country is banned, it’s just something a country does. Even places that aren’t technically countries participate! There is 206 delegations at this years Olympics, and the UN only recognized a total of 195 nations.
I avoid it basically wherever possible, but sometimes people give me Amazon giftcards.
I don’t buy a huge amount of stuff off the internet, transacting in person is often more convenient. Imo Banggood, Aliexpress, dhgate, taobao, etc. are often some of the best alternatives, because a lot of Amazon is just selling that same stuff, but for more money.
the only dead giveaway is if they get doxxed
Oh, hmm, interesting. I would simply not bother trying to clean up your tabs (it’s what I do, 6476 baby!).
Perhaps consider also getting more RAM. 128 is good, 256 is better. Thanks to ddr5, ddr4 isn’t all that expensive now (and 5000 series can’t use ddr5 anyways).
A “best dad” mug, but you cross out the “best”
probably? I feel like it would make more sense to ask someone else if I was nice (assuming you want an accurate response), given I might be a little biased.
Working there is apparently pretty nice. Microsoft on the inside is not Microsoft on the outside.
But regardless, terrible company with terrible products. Even if they didn’t do anything shady, they still aren’t great.
restic to a local server and to cloud storage. it varies by device, but usually just everything in /home/. The rest of the operating system should be reproducible, whether through images, ansible, nix, or guix, given the information in /home/.
scheduling is done through systemd, usually (or the non-systemd equivalent). I use BackBlaze now, but I switch around occasionally. restic has policy based snapshot removal, and a prune option.