https://linktr.ee/tomawezome Donations:

  • BTC: bc1qu73wa69ey6f4qjhpg0sdtkxhusvtf68946eg6x
  • XMR: 4AgRLXVNgMhTWsEjEtZajtULPi6964nuvipGXc6eNyFhWF9CSm7rRpFWQru8hmVzCkS5zBgA2ehhcbk86qLxM9MZ5pTEgYb
  • 0 Posts
  • 28 Comments
Joined 1 年前
cake
Cake day: 2024年10月31日

help-circle









  • Generally if you want to combine full encryption with version control, your best bet would be instead to not use something like Forgejo, and instead do something like init a local git repo, commit like usual, then set up scripting that will tar.gz archive the entire repo, PGP encrypt the archive, and then upload that to a cloud provider’s file storage. That way, it’s got privacy (the archive is encrypted), it’s got version control (once decrypted and decompressed it goes back to being a folder with a git repo in it), and it’s backed up (via cloud file storage provider).


  • I’ve used Devuan before with decent success, I run it as a server on an ancient netbook with 1Ghz and 2GB RAM. Works pretty well, but bear in mind so much has become entangled with the expectations of systemd that as more packages get installed you may find things that break. As an example, apt gets an error every time it does anything because Mullvad VPN software has a configuration step that expects systemd functionality, and obviously that won’t work on Devuan. The program itself works fine, just have to start it a little differently, but it means that apt functionality always returns an error, which itself breaks any other scripts you may run that have steps that use apt. I had to do a lot of manual patching for PiHole scripting to get that installed because every time it would run anything with apt it thought there was a showstopping error simply because Mullvad complained during apt configurations.







  • Button batteries suck and are absolutely e-waste, I have a small recycled sealable container just to collect dead CR2032’s. Every time I go through another one, I add another mental tally to eventually just mod any device I have that takes CR2032’s to instead take rechargeable AA’s. I’ve always suspected that the batteries are just too small to store enough energy to make the size worth it, and that devices that take them drain them on idle when the batteries are left in. I’ve had many CR2032 powered devices where they worked fine, I put them in a drawer, pull them out some weeks or months later, and it’s already dead. Battery drains without using whatever it’s in. Bad design from all directions