this post was submitted on 24 May 2026
93 points (86.6% liked)
Linux Gaming
25962 readers
146 users here now
Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.
This page can be subscribed to via RSS.
Original /r/linux_gaming pengwing by uoou.
No memes/shitposts/low-effort posts, please.
Resources
Help:
- ProtonDB
- Are We Anticheat Yet?
- r/linux_gaming FAQ
- Fork of an earlier version of the above
- PCGamingWiki
- LibreGameWiki
Launchers/Game Library Managers:
General:
Discord:
IRC:
Matrix:
Telegram:
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This is the personal project of some LLM.
It even has the common "phase" numbering and long em dashes.
Ah I see. Man I hate how things have become now thanks to AI.
Even YouTube videos now are made by AI with a virtual author and full AI generated animations. It's crazy.
The worst part is seeing my colleagues work and deliver code that they don't even know themselves what it does because they got it from GitHub Copilot. It's insane. I have to sit down with them to review the code so THEY know what their code does.
I hate how people use it.
I am a dev with 15+ years of experience and I just vibecoded some little summarization service that uses a small LLM model because I needed it and couldn't be bothered with the python stuff for the AI part. It's only 3 files that I double checked line by line. I posted it on github as a backup and on docker hub so I can pull it easily from wherever I want. I have not advertised it anywhere and the first three words of the readme are literally "I vibecoded this" with a note that if somebody thinks it's useful I can start maintaining it without AI, cause I fucking can. I could have written the thing myself, and that's the most important thing somebody should be able to do before having AI do it for them.
I looked trough the script you posted as it might have had some interesting ideas that I could research further. It installs
irqbalancewhich I hadn't heard of yet. Upon further research it seems to be only good for servers and might even have negative impact on desktop installations, especially ones with 8GB RAM and lower. Nowhere does it mention anything about it.Interesting. Maybe it has some good stuff but i really should go through everything and double check.