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

help-circle
  • In terms of algorithms, nothing. But you were the one who mentioned algorithms. I am speaking of code in general. I do want for persons to contribute back to the community if they use community sourced code. I don’t think we can trust corporations to be altruistic.

    This all being said in your earlier message you were implying it’s all about ego. I was just saying it is not about ego.

    For me it’s all about community resources and societal enrichment.



  • Wait, so because a few execs violated the GPL and threw their employees under the bus, we should abandon copyleft entirely? That’s like ditching locks just because burglars exist. Companies that want to exploit software will do so, BSD or not. The GPL didn’t land those four guys in prison; their higher-ups did. Giving up and saying “ok big corp I’ll just do what you want“ just makes it even easier for corporations to profit at societies expense.







  • I would strongly encourage people to encrypt their on site data storage drives even if they never leave the house and theft isn’t a realistic thing that can happen.

    The issue is hard drive malfunction. If a drive has sensitive data on it and malfunctions. It becomes very hard to destroy that data.

    If that malfunctioning hard drive was encrypted you can simply toss it into an e-waste bin worry free. If that malfunctioning drive was not encrypted you need to break out some heavy tools tool ensure that data is destroyed.










  • SSHFS will be incredibly slow. I would avoid it personally.

    NFS will be performant and is easy to set up. This being said by default NFS is without any security.

    The problem is that Kerberos is a huge pain to set up. I would avoid this unless you really need Kerberos.

    If you want security NFS + WireGuard will serve you well.

    Also I would consider Samba/CIFS if it is for local convenient fine access. It’s not super secure but for me it’s a good trade off.