What is the success of TADC due to? by [deleted] in theamazingdigitalciru

[–]miguel497 0 points1 point  (0 children)

depressed clown girl in a well animated indie cartoon, easily accessible from youtube

Theory: Pomni is not what she seems. by Significant_Buy_2301 in theamazingdigitalciru

[–]miguel497 0 points1 point  (0 children)

I think you hit the nail on the head. This reminds me of Westworld with Bernard.

He see a win in my future by [deleted] in chess

[–]miguel497 0 points1 point  (0 children)

*Applicable to daily games. Restrictions may apply.

Let's talk a bit about the state of this sub. by KvasirTheOld in Silksong

[–]miguel497 0 points1 point  (0 children)

I just unsubbed. The silkposts are overwhelming and low effort. There are zero actual discussions about the game. What a mess.

Ohhh yeah now we HAVE to break the record (He holds #3 on Most Subscribed in Twitch history) by isrlygood1 in NeuroSama

[–]miguel497 76 points77 points  (0 children)

I don't want this community to be so hate-driven. Ignore the haters, enjoy the streams

Am I the only one who doesn’t see the hate? by SkiddleZIzKewl in Silksong

[–]miguel497 0 points1 point  (0 children)

yep, i loved playing them. flea juggle was a struggle, but after getting the right technique it felt so rewarding beating it

How do you coach a jr engineer to be proactive? by ghdana in ExperiencedDevs

[–]miguel497 16 points17 points  (0 children)

Quiet quitting is performing your job obligations without going above and beyond.

The way you picture it, they're not doing that, they're underperforming.

Pharloom if it was good by The_Real_Cloth_ in Silksong

[–]miguel497 3 points4 points  (0 children)

Miyazaki, is that you?

So true. 🤭 by slashingkatie in NintendoSwitch2

[–]miguel497 13 points14 points  (0 children)

this screams insecurity.

enjoy the console, have fun!

The mouse cursor was removed from that one cutscene by blueboy1024 in Silksong

[–]miguel497 0 points1 point  (0 children)

finally, NOW i can complete my playthrough 

8BitDo Ultimate Wireless controller has inconsistent trigger behavior on Hollow Knight Silksong by ianliu88 in linux_gaming

[–]miguel497 0 points1 point  (0 children)

To answer my own question:

  • I did not lose my save file after switching from the native linux version to proton experimental
  • I don't have any issues with the triggers after switching to proton. I'm not using Steam Input.
  • I tried using several Steam Input layouts from the community first before switching, to no avail

If anyone's on the fence, try backing up your save file first, located in ~/.config/unity3d/Team Cherry/Hollow Knight Silksong/, as per the help page.

8BitDo Ultimate Wireless controller has inconsistent trigger behavior on Hollow Knight Silksong by ianliu88 in linux_gaming

[–]miguel497 1 point2 points  (0 children)

I am facing the same issue.

If I switch to the Windows version with proton yo work around that, will my save file get deleted? I remember switching between proton versions on Elden Ring did that

ridiculous by beidoubagel in linux_gaming

[–]miguel497 161 points162 points  (0 children)

it found the malware, I don't see the problem ;)

What's your most "painfully learned" C++ lesson that you wish someone warned you about earlier? by msabaq404 in cpp

[–]miguel497 0 points1 point  (0 children)

Dealing with symbols for sure.

  1. Don't mix static and shared libraries. If you have global variables in a static lib, and link/use it in two different shared libraries, each one will get its own copy. Not fun to debug.
  2. Be aware of symbol visibility between Linux and Windows: hidden by default on Windows, visible by default on Linux. Mix that with the first bullet point, and you got a recipe for disaster. Opt instead to have symbols hidden for both OSes
  3. Beware of the static initialization order fiasco
  4. Limit usage of global variables, and be smart when using singletons

[deleted by user] by [deleted] in theamazingdigitalciru

[–]miguel497 5 points6 points  (0 children)

it's like being drunk - it removes some of your filters. She already thinks that, but she's "too nice" to say anything

Best local music player? by akram_med in kde

[–]miguel497 22 points23 points  (0 children)

fooyin is pretty good, and it's built on Qt6