• 0 Posts
  • 12 Comments
Joined 10 months ago
cake
Cake day: June 9th, 2024

help-circle







  • Came here to follow up with this.

    I don’t care what magic beans my email provider wants to sell, at the end of the day they’re only able to do encryption within their own server which is pointless.

    Anyone who thinks email is not immediately plain-text when they hit the send button (because, frankly, it is) is suffering from some weird marketing-induced delusion, or just plain doesn’t understand that proton encrypting something, or SSL in transit is not going to do a single damn thing to improve security.

    Sure my copy of an email is all nice and secure, but the other copy of it almost certainly not, unless you use something like GPG to force the contents to be transmitted encrypted, and fucking nobody uses GPG outside of very limited situations.



  • Very very little. It’s a billion tiny little bits of text, and if you have image caching enabled, then all those thumbnails.

    My personal instance doesn’t cache images since I’m the only one using it (which means a cached image does nobody any good), and i use somewhere less than 20gb a month, though I don’t have entirely specific numbers, just before-lemmy and after-lemmy aggregates.



  • If you have a credit card and can pass their validation, Oracle offers a shockingly good set of free cloud options.

    4 core, 24gb ram ARM instance, two potato epyc instances, 200gb of disk space and 10tb of transfer and various other little bits and pieces for the grand total of $0.

    Some people have had their accounts closed for “no reason”, but I’m closing in on 2 years of free shit with no problems, so ymmv.

    (I strongly suspect no reason has a reason and a huge number of these people were running VPNs, so I’d wager they either did something stupid/illegal, or someone they gave access to did something stupid/illegal.)


  • The big thing for #2 would be to seperate out what you actually need vs what people keep recommending.

    General guidance is useful, but there’s a lot of ‘You need ZFS!’ and ‘You should use K8s!’ and ‘Use X software!’

    My life got immensely easier when I figured out I did not need any features ZFS brought to the table, and I did not need any of the features K8s brought to the table, and that less is absolutely more. I ended up doing MergerFS with a proper offsite backup method because, well, it’s shockingly low-complexity.

    And I ended up doing Docker with a bunch of compose files and bind mounts, because it’s shockingly low-complexity. And it’s just running on Debian, instead of some OS that has a couple of layers of additional software to make things “easier” because, again, it’s low-complexity.

    I can re-deploy the entire stack on new hardware in about ~10 minutes (I’ve tested this a few times just to make sure my backup scripts work), and there’s basically zero vendor tie-in or dependencies that you’d have to get working first since it’s just a pile of tarballs and packages from the distro’s package manager on, well, ANY distro.