NixOS. My primary reason for switching was wanting a single list of programs that I had installed. After using ubuntu for 5 years I just lost track of all the tools and versions of software that I had installed…and that didnt even count my laptop. Now all my machines have a single list of applications, and they are all in sync.
- 0 Posts
- 6 Comments
IMO I think most financial institutions can see or acquire a lot of transactional data, so I just pick one bank (who already knows everything I spend) have a credit card with them, and use it. My bank also allows making virtual cards, so I opt for it over privacy.com.
rutrum@programming.devto Linux@lemmy.ml•Here's an exercise in extreme masochism:English12·1 month agoLove him. His lego island port has been a pleasure to watch.
I use borg the same way you describe. Part of my nixos config builds a systemd unit that starts a backup on various directories on my machine at midnight every day. I have 2 repos: one to store locally and on a cloud backup provider (borgbase) and another thats just stored locally. That is, another computer in my house. That local only is for all my home media. I havent yet put the large dataset of photos and videos on the cloud or offsite.
rutrum@programming.devto Privacy@lemmy.ml•Folks who moved from Google to Proton: What do you wish you'd known at the start?English3·1 month agoDont delete the gmail. As much as I want to move on…i still remember the occassional account tied to my gmail, and Im so, so thankful I can still get whatever notification, reset password, etc. I dont know when I’ll feel comfortable deleting it. As long as Im getting emails, I can at least use it to reference what accounts still need to be moved over.
So despite “moving” emails I kind of just added one. But not a big deal, and the safety net is nice.
Tinkering, really. I did a bunch of stuff with wine and virtualization and troubleshooted across versions. One time I manually updated the version of sqlite in python’s std lib to be a newer version. I picked a non LTS kernel once. All these things compounded and bloated my system. And when I went to do clean up, I didnt have a record of exactly everything I installed, what I used and what I didnt. It was guesswork to clean up my disk or even remember the tools I used to get a project working.
This is solved with declarative configuration, which is the basis of NixOS. I believe VanillaOS 2 has something similar. Likewise, this is one the great benefits of docker, vagrant, ansible, etc.