Source: https://www.gog.com/en/work/senior-software-engineer-c-gog-galaxy
We already knew that GOG were going to be looking more seriously at Linux, as covered here previously on GamingOnLinux. However, they’re going a step further as noted in their job listing on how “Linux is the next major frontier”.



I don’t want to say you’re totally wrong, but I am skeptical of the benefit. Sure, maybe it works now, which is cool, but is it making changes that are maintainable? The next time someone does this is it going to work? If we just constantly have LLMs update code, when does it start breaking, and when it does is it going to be in a state someone can fix?
Im not generally making source code changes. It’s the dependencies.
Mainly we’re talking about building very old versions of things like libpng. Making things like autoconf and configure and cmake all work is a pain in the ass as their versions slowly change.
The business would be content to let it run on Ubuntu 12 until it’s a major problem so I can’t let the perfect be the enemy of good.
Fair enough. Probably a good use case for it. I’ve found it’s pretty reliable at creating boilerplate. I just wouldn’t trust it for doing anything important.