• 2 Posts
  • 26 Comments
Joined 1 year ago
cake
Cake day: August 21st, 2023

help-circle
  • Heh, Distrobox came to my mind when writing my comment. I haven’t used it enough to recommend it yet though.

    I recall there are some other development container projects, but can’t remember the names right now.

    Development containers are nice in theory. In practice, sometimes development environments are so complex that it might not be worth the trouble. But it’s good to have options.


  • Distro packages don’t really matter much in my experience. You either use project-specific package management or install stuff with Homebrew or Nix package manager. Sometimes maybe even containers.

    One problem with distro packages is that you can only install one version. And in practise a lot of software projects have outdated dependencies. Sometimes you have multiple projects with conflicting version dependencies.






  • ouch@lemmy.worldOPtoLinux@lemmy.mlVPS encryption
    link
    fedilink
    arrow-up
    1
    arrow-down
    1
    ·
    edit-2
    19 days ago

    Thanks for the comments. I agree on the general consensus, that once an encryption key enters the VPS, the encryption is compromised.

    However, I’m thinking more in practical terms, eg. the service provider doing just casual scanning across all disks of VPS instances. Some examples could be: cloud authentication keys, torrc files, specific installed software, SSH private keys, TLS certificates.





  • ouch@lemmy.worldtoLinux@lemmy.mlWhich distro?
    link
    fedilink
    arrow-up
    6
    ·
    21 days ago

    I use Debian stable because I’m tired of constantly twiddling with breaking stuff, I just want a distro that keeps working without issues and tinkering.

    If you still want to learn Linux stuff and debug packages, then go for a bleeding edge distro.










  • Someone excitedly demonstrated to me how easy it is to code with copilot. They generated a bunch of code easily. And then proceeded to debug subtle bugs for longer than it would have taken to write it yourself in the first place.

    And in the end they were still left with badly structured and maintainable code.

    LLMs will do exactly what Stackoverflow has done, but more efficiently: allow profileration of bad/outdated solutions to problems, and application of those with no real understanding.

    More garbage code and more work for the few people who continue to actually read manuals and understand what they are doing.