Nice. Software developer, gamer, occasionally 3d printing, coffee lover.

  • 0 Posts
  • 197 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle




  • Cruel? Of the places to be stabbed, the belly is probably one of the least severe ones, especially on males, so long as you get medical attention. Stabbing in a limb could result in long term damage much more easily.

    You were in the process of being strangled, even if in hindsight you think you did, you weren’t making a choice with any thought of it being cruel or not. There was likely adrenaline at that point, and panic. No one could successfully argue you had the presence of mind to make a conscious decision to be cruel.

    I’m sure you’ll have lifelong trauma, and might need to seek therapy if you aren’t already receiving it. It sounds like a part of what you’re experiencing is a form of survivor’s guilt. But no, how you got yourself out of that situation wasn’t cruel.






  • I’ve had bad tinkering break my system before, but never had an update break it irreversibly. The closest would actually be on Silverblue itself, when an update to the kernel was using different signing keys that cause the system not to boot. Fortunately it was simple, I selected the previous deployment and I was in (on a non versioned OS I would have selected the previous kernel which most are configured to retain the last few). A quick Google revealed Ublue had a whole kerfuffle and after verifying it was legit, I enrolled the new certs into my MOK.

    Although one time on Arch I had installed an experimental version of Gnome from one of their repos, and was pleasantly surprised when that version finally released and I removed the experiment repo and did an update absolutely nothing at all broke. Nothing.


  • Zikeji@programming.devtoPeople Twitter@sh.itjust.worksAI Code.
    link
    fedilink
    English
    arrow-up
    7
    ·
    edit-2
    2 months ago

    I’d rather just write it out. I’ve never used snippets or macros per say, but I do make liberal use of regex replace and multiline cursors lol. Writing out a bunch of getters and setters? Regex!

    I did try LLM tab auto complete and while sure, it did suggest some stuff that was useful (after refactoring it), the amount of time I spent WTF’ing some suggestions it made wasn’t worth it.

    I find more benefit from asking an LLM about something I’m undecided or confused about, and while it’s never given me a good enough answer, it has stirred enough creative juices in my brain to help me along lol.

    Edit: sorry for the dupes. When Eternity said it failed the send I took that at face value.





  • Zikeji@programming.devtoLinux@lemmy.mlVPS encryption
    link
    fedilink
    English
    arrow-up
    5
    ·
    2 months ago

    LUKS, or anything that relies on the server encrypting, is highly vulnerable (see schizo@forum.uncomfortable.business’s response).

    Your best bet would be encrypting client side before it arrives on the server using a solution like rclone, restic, borg, etc.