• 3 Posts
  • 404 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle

  • Yeah, they were able (and thus legally required) to hand over the user’s recovery email address, which is what got them caught. You don’t need to enter a recovery email address, and you can of course choose to use an equally-secure service for recovery.

    One big technical issue to note is that Proton doesn’t use end-to-end encryption for email headers, which includes recipients and subject lines, among other things. So that’s potentially exposed to law enforcement as well. I believe Tuta does encrypt headers.




  • There’s a way to say this that isn’t so gross: good working conditions are valuable. Quality of life is valuable. Work-life-balance is valuable. Mental and physical health is valuable. Not having raging shitbags in management is valuable.

    The problem is that you can’t focus on secondary factors until the primary factor is taken care of. And the primary factor is that people need a living wage. Rent is expensive. Food is expensive. God help you if you need to pay for childcare.

    If you’re already paying your employees a fair living wage, then yes, you should absolutely think about how you can improve working conditions.

    As an example, if my company gave me the option to switch to a 4-day workweek for the same pay, or stay at a 5-day workweek for a 25% raise, I’m honestly not sure which one I’d prefer. But we all know that’s never going to happen; instead the choice would be to take a 20% pay cut or maintain the status quo. I wouldn’t take that deal because I’m not making enough money to live on 20% less.


  • Yeah, AMD is lagging behind Nvidia in machine learning performance by like a full generation, maybe more. Similar with raytracing.

    If you want absolute top-tier performance, then the RTX 4090 is the best consumer card out there, period. Considering the price and power consumption, this is not surprising. It’s hardly fair to compare AMD’s top-end to Nvidia’s top-end when Nvidia’s is over twice the price in the real world.

    If your budget for a GPU is <$1600, the 7900 XTX is probably your best bet if you don’t absolutely need CUDA. Any performance advantage Nvidia has goes right out the window if you can’t fit your whole model in VRAM. I’d take a 24GB AMD card over a 16GB Nvidia card any day.

    You could also look at an RTX 3090 (which also has 24GB), but then you’d take a big hit to gaming/raster performance and it’d still probably cost you more than a 7900XTX. Not really sure how a 3090 compares to a 7900XTX in Blender. Anyway, that’s probably a more fair comparison if you care about VRAM and price.










  • Probably ~15TB through file-level syncing tools (rsync or similar; I forget exactly what I used), just copying my internal RAID array to an external HDD. I’ve done this a few times, either for backup purposes or to prepare to reformat my array. I originally used ZFS on the array, but converted it to something with built-in kernel support a while back because it got troublesome when switching distros. Might switch it to bcachefs at some point.

    With dd specifically, maybe 1TB? I’ve used it to temporarily back up my boot drive on occasion, on the assumption that restoring my entire system that way would be simpler in case whatever I was planning blew up in my face. Fortunately never needed to restore it that way.