• 1 Post
  • 961 Comments
Joined 3 years ago
cake
Cake day: June 30th, 2023

help-circle





  • IDK. It puts them at the forefront of this fight.

    If governments successfully prosecute distro maintainers (if they can) for this, then distro maintainers are liable.
    And distro maintainers would then have to pursue non-compliant users to cover that liability, or fold.
    Which is a huge loss for open source.

    Or, there would be a huge legal fight and it turns out that the licence of a distro protects it from its users actions.
    Which would be awesome and a massive win. It also makes sense. Nobody is suing an OS maintainer because it was used for a data breach.
    And then the governments have to pursue the actual users. Which… is gonna be useless wrt these laws



  • I dunno if a “cheap drone” can produce the same magnetic response that a fucking cargo ship can, but it seems extremely unlikely.

    And what, you have 2 in the water ahead of you? Is that enough for it to be clear for a cargo ship? They function perfectly all the time and catch every single mine?
    What happens when 1 finds a mine? How many extras do you carry? What happens when you run out, “just turn around”?

    Drones could probably clear a shipping channel, but at some point and actual ship is going to have to go through it.
    And the suez canal was blocked for ages due to 1 ship, even after having been operated for decades. That, except the ship sinks.










  • And it’s still faster for my linux install to boot.
    LUKS password for disk encryption, then user login to a usable desktop with network connectivity.
    Windows takes ages to get to a login screen (bitlocker is disabled, so no decryption excuse), logging in is a breeze with fingerprint reader (certainly faster than typing in a password), then it sits there for ages looking like it’s ready to be used, but the network stack isn’t ready and it is just unusable until that comes up.

    I’m so happy when I get a day of just working in Linux.
    It just… Works.


  • I’ve had one issue in the past year and a half, dual booting from the same NVMe.
    After fixing the boot partition issues from a liveUSB, the actual solution was disabling fast-boot.
    It’s been solid for a year now.

    But I always shutdown my laptop when I’m not using it. And any windows updates that require restarts, I make sure it fully reboots into windows again.



  • I use it for scripts or for esoteric error messages or problems I’m having in my dev environment.
    I can’t be bothered to understand a specific error message that I’ve never seen before because of an update or whatever.
    So getting it to explain errors to me is handy.
    I always review the LLMs process and the resulting changes it suggests (including searching what it’s done if I don’t get it).
    It’s essentially a context-aware search engine.

    Actual coding and problem solving? I enjoy that.