9 ms·
I can improve the UI to my taste but if the maintainer doesn't have time/money to maintain a big ol vibe coded PR for some very opinionated change isn't going t
by raybb 4d ago
I can improve the UI to my taste but if the maintainer doesn't have time/money to maintain a big ol vibe coded PR for some very opinionated change isn't going to do much.
That would appear to leave me with the choice of just using it for myself (lame) or I then have a public fork to maintain :(
If there's basically no shot of it getting up streamed I think I'd rather make something from scratch to suit my needs without the extras.
Anyway, I hope the AI overlords help us fund more maintainers soon!
- senbrow 4d agoFYI LLMs are also very good at maintaining a fork ;)
- raybb 4d agoDo you have any examples of forks maintained by LLMs and how they do it?
- DeepDyno 4d agoI keep my neovim config maintained by a LLM which is a fork of Kickstart. My example might be an outlier on the easy side because they have a custom/plugins directory that will not have merge conflicts ever so I try to never modify the main init.lua and keep all of my changes separate in my own files. This prevents merge conflicts. I can then ask my LLM to add a plugin or customize existing plugins by writing files in this separate directory to add/overwrite plugins and configurations. This works great for me. If I were working in the main file creating merge conflicts, I could imagine it could get messy fast.