• 0 Posts
  • 239 Comments
Joined 2 years ago
cake
Cake day: June 11th, 2023

help-circle
  • In this world anything can have value as long as there are other stupid ppl who’d believe you. Any form of money is just a piece of paper. Gold, silver and all those are just rocks. Even food once was cherished as the ultimate wealth but now we waste food by Metric F*ck tonnes.

    No one on this earth or beyond can predict what will be the value of anything. If someone says this is going to make you a millions they are either trying to sell you their course/books/etc. Or they think you are the next idiot to whom they can sell garbage.









  • Yeah AI is really stupid especially when it comes to bash. Once one of my colleague came to me asking a bash script not working that they got from ChatGPT. It was 20-30 lines with function and everything was a variable even the commands. I didn’t even bother reading, asked them what they were trying to do and wrote a simple one liner and it did exactly what they wanted in first try…











  • OK there are 2 completely opposite thoughts on shredding SSDs

    1. All SSDs have a trim functionality so any unused data gets set to 0 automatically by the os or in some cases by ssd controller

    2. Even if trim sets it to zero there is always some deviation from the original zero and a very very sophisticated attacker can find the actual data. And simply using shred or /dev/zero doesn’t help because SSD controller always writes to different physical location even for same file. And the only real way to ensure data can’t be recovered is to smash it

    Pick and choose depending on your threat model. If you’re just selling it to someone or you know that no nation state actors are after your data then just do normal delete and then do the trim. If you think someone with capabilities is after your data and that they are willing to spend few hundred thousand dollars or even few million for whatever data is in your SSD then just microwave it and then smash with hammer. No need to shred or zero.