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

help-circle




  • I use Devuan on my servers, changed because I was annoyed that systemd was forced on me. (I have mellowed a bit since and accept that systemd is here to stay)

    I chose Mint for my laptop, because I just want a OS that works and still gives me a taskbar. (Here I got fed up when Ubuntu switched away from gnome)

    All of them are apt based Linux because it just works and when apt shoots itself in the foot during dist upgrades you can still wrangle it back in working order.




  • Sounds about right, I had a positive experience when I told my local LLM to refactor a function and add a single argument.

    I would not dare letting it loose on a whole source file, because it changes random things giving you more code to review.

    In my view current LLM’s do a acceptable job with:

    • Adding comments
    • Writing docstrings
    • Writing git commit messages
    • Simple tasks on small pieces of code