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.
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.”
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).
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.
irssi. the plugin stuff is nice, terminal is better than GUI, and when themed it doesn’t look terrible
ooh, amanita
Steam
vibeogames
oh yeah, that happens to me too sometimes. Weirdly, it only seems to happen to some sites, while others always keep me logged in.
With the little upside down arrow thing, you can search through open tabs. No need to scroll through them. I think that answers what you were asking.
I’ve never had any issues with tabs not restoring (I have 6729 tabs currently open, on the newest FF release, updated many times). What do you mean by “never completely capable of restoring my tabs”?
Wouldn’t this just mean AI=0?
Hannah Montana Linux is probably the most popular Linux distro.
In all seriousness, popularity isn’t necessarily the best metric for what you should run on your computer. Ubuntu might be fairly popular, but it also isn’t particularly good.
i2p. It’s sorta like Tor, but the way that every user is a node provides some advantages over Tor.
It would be pretty neat if they did like zsh does, where it asks you if you mean a certain command when you only type it partially.
I’m a big fan of Nebula. It’s sorta like Tailscale, but not quite.
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.