Elektrine lite

← Feed

@affenlehrer@feddit.org

Post #965129

2026-04-03 04:22 UTC

Sorry, it’s a bit long so I only skimmed your post. However, I sometimes use LLMs for Linux issues as well. I think they’re pretty good at explaining concepts and give you some hints which commands to use. However, in some situations they tend to do things their way and not the way the distribution you’re using intended. E.g. if you have a distro like fedora that comes with podman it will likely have you install docker if you ask something about containers. Or in other cases it might basically vibe code you a bunch of shell scripts for what you want, even though your distro already comes with the feature (but the LLM didn’t know about it). So it’s a bit of a two side sword. Explaining a concept usually works great. But otherwise prompt it to use Internet search for the latest and distribution specific docs and to always prefer ideomatic solutions.

Replies (1)

  • @meathorse@lemmy.world 2026-04-03 08:32

    That’s a good point and something I haven’t really considered but will keep that in mind moving forward - that’s part of my problem is not really being aware of what already exists or the most suitable method (or for different distros). That’s what ended up getting me into trouble on Bazzite when I was attempting to use Fedora documentation thinking it’s similar and broke boot trying to mess with fstab. Only recently found out why that didn’t work!

    Open ##965849