I use gentoo on my main PC and debian on an old Thinkpad.
Debian is solid as a rock provided you don’t edit the sources to make it a “FrankenDebian” where it is pulling in more recent packages like Ubuntu.
I use gentoo on my main PC and debian on an old Thinkpad.
Debian is solid as a rock provided you don’t edit the sources to make it a “FrankenDebian” where it is pulling in more recent packages like Ubuntu.
Aside from bug/issue spam where maintainers are stuck dealing with bogus problems raised by LLMs and posted by lazy humans, I don’t think there ought to be an issue. Maintainer burnout is no joke though; a bad day topped off with a bogus bug report might be the straw breaking a camel’s back.
The other issue is licensed code with stricter copy left protections can be stolen for training data and unwittingly regurgitated into a code base elsewhere. Unfortunately this would require lawyers to actually bring these cases to court, which is not happening at the moment. Seems more manageable as an issue though since there is a path to resolving it. I think I need to make an EFF donation to help with that process.


The steam version of Cyberpunk is slightly different to the GOG one because CD Projekt Red gave Valve previewed access to the code to ensure it would work with Proton. That said, I’m not sure why any changes have not been rolled into the GOG release.
What you are describing sounds like a memory leak or some kind of graphics option causing problems. Could the game be using a feature that your graphics card drivers are configured to use?


I used Krita for the first time the other day and it was a lot more slick than Gimp. Not a professional though, just got a hobbyist interest in graphic design.
It uses the gentoo package manager as part of it’s bootstrapping process when new versions of it are being built but the final product doesn’t have any gentoo functionality


Inshallah


Imagine borking your OS so hard you need to give your mobo electroshock therapy
Provided I can still use about:config to clear out all the Mozilla crap then I’m happy with Firefox. The only add-on I use is ublock-origin on my phone and also NoScript on desktop.


Je crois c’est un arrangement temporaire avec GOG et Amazon. Je le disais juste parce que j’ai récupéré gratuitement d’anciens jeux video Civilization, et que beaucoup de gens utilisent Prime.
Edit: you can tell I gave up on my remedial knowledge of French halfway through writing this comment and used a translate app lol


If you’ve got Amazon prime then the GOG version of Civ 3 and I think 4 is available through prime gaming as a subscription bonus https://www.amazon.com/prime-gaming
Edit: sorry looks like they’ve cycled those off. All I can see is civ 6 on epic store at the moment. There is fallout 1 and some DnD games available for GOG though.


Not sure why people are downvoting you. It’s a simple enough task that the risk of LLM hallucination is very low.
Suspect it is just from people who dislike AI but in my experience using it as a replacement search engine for some stackoverflow type questions is about the only useful thing I’ve gotten it to do.


I’d recommend getting to grips with the fundamentals of python or JavaScript first before jumping in but Godot is a great open source tool for picking up some gamedev after you are used to the basics.


Unless they can make Proton performance work emulating both the windows environment layer and a different CPU arch then I’d be very surprised to see this happen.
To flex on strangers online and post to unixporn fora
Shh we’re trying to circlejerk here! Keep your voice of reason down and grab some lotion


I tend to put work dir under documents but yeah would be the same having a dev or local dir for code.
Does seem like being funny helps with running for president these days


One reason is that the coreutils in Linux use a lot of hacky or hard to read tricks to improve performance. OpenBSD explicitly wanted to make their source code more legible. FWIW I prefer the Linux approach.
Kovid Goyal was extremely unhappy about python2 being sunsetted. He was pondering maintaining it himself at one point because it required such a re-write porting to python3.