sonymegadrive

u/sonymegadrive@feddit.uk
2 posts · 35 comments

Recent posts

Recent comments

I can’t shake the feeling that Win11 is part of the AI grift master-plan. They’re a big investor in OpenAI, and OpenAI needs to start showing large, genuine revenue. Locking both consumers and business customers into a subscription model for the largest OS by market share to fund this grift seems like exactly such collusion. The required minimum hardware requirements for Win11 feel like the big clue, here.

From nbcnews

The [tech] guild says it has been fighting for a contract to secure better wages, hours, benefits and job security, as well as foster diversity, equity and inclusion among the organization’s workforce.

The guild has accused Times management of not bargaining in good faith and making inflammatory decisions, like firing employees without just cause and limiting bargaining time in an effort to delay an agreement.

on Is this a Nut? · c/programmer_humor · 16 pts · 2y

C++: Nuh, uh ...

template <typename T>
concept Crackable = requires(T obj) {
    { obj.crack() };
};

auto crack(Crackable auto& nut) {
    nut.crack();
}

If you're using Steam then you could try adding PROTON_LOG=1 %command% to your launch options for the game. This will output a log file into $HOME/steam-$APPID.log ($APPID will probably be 823130 in this case). This log file might show why the game isn't starting. You could even post this log file here as a pastebin link to see if anyone can help diagnose if you're unable to see anything obvious.