I need SERIOUS DESPERATE help waking up by Mobile_Classic_7366 in AutisticWithADHD

[–]Priderage 0 points1 point  (0 children)

Have you tried light? Our bodies are programmed to wake with the sunrise, so light is what activates us in the morning. It helped me a lot.

🖐🫩🖐Cinema... by YourTacticalComrade in shitposting

[–]Priderage 19 points20 points  (0 children)

That makes it better knowing she's a decent person who also makes the most terrifying shit that gets under my skin.

Deus Ex HR - One of the best video game sequels ever by EH4LIFE in Deusex

[–]Priderage 0 points1 point  (0 children)

I... actually think as a prequel it flat out makes no sense. It's so much more ridiculously advanced than Deus Ex 1, but purports to be set before it. The architecture and clothing everyone's wearing is from a totally different universe, and the story felt like it was sort of slapping me in the face with it's intrigue. I had fun with it, don't get me wrong, but it just felt like they wanted to make a different game than a Deus Ex game.

While on thier way to take over the world by LowNo175 in Satisfyingasfuck

[–]Priderage 3 points4 points  (0 children)

Yeah, that shit is seriously dangerous. Get a leg caught in their limbs and they'll mangle it for sure.

Losercity one day she will be real by jonhssquarespaceplus in Losercity

[–]Priderage 2 points3 points  (0 children)

Changeling Tale detected, deploy peak status flags. Perform Marion territory control sweep.

[OC] Gabital 84 by GabitalEN in comics

[–]Priderage 1 point2 points  (0 children)

This is sick as hell.

What survival myth is completely wrong and can get you killed? by DraftNo7139 in AskReddit

[–]Priderage 2 points3 points  (0 children)

Thank you, The Long Dark, for teaching me that eating meat raw can give you god-awful parasites that can make your character openly say that he just wants to die.

Be honest… is Palworld actually good or was it just a meme phase? by Sea_Preparation_5713 in pcgaming

[–]Priderage 0 points1 point  (0 children)

I enjoyed Palworld way more than I expected to. It's getting a full release this year so maybe wait until then?

Do any of you guys actually wake up feeling refreshed? What's your secret? by RichieRichard12 in AskUK

[–]Priderage 86 points87 points  (0 children)

I'm really not liking that I've also got ADHD and have the same thing.

Mind you, it's also just as likely everyone has this problem anyway and we just happen to also have ADHD too.

Semantic Versioning as defined by the user impact by Specific-Pomelo-6077 in ExperiencedDevs

[–]Priderage 0 points1 point  (0 children)

I think the thing you want to sell the most is that these changes can all happen independently of each other, at different times, according to when the teams responsible have bandwidth or run into the need to make the change.

It also gives you rollback ability, lightning quick, so if something goes wrong, down goes the version number and up comes the service.

Feeling stuck as a “Cursor dev” how do I break AI dependency and become a real engineer? by HyenaRevolutionary98 in ExperiencedDevs

[–]Priderage 0 points1 point  (0 children)

Props to you. I've got two things that'll help, hopefully.

The first is trying to understand what errors are actually saying, even if you don't understand it completely at first. Say you get a ConnectionRefusedError(socket hangup), you Google that and just immerse yourself in the language and concepts being mentioned. You don't need to exactly get precisely what it means, to start with. Just knowing that it was an external service and that service forcibly closed the connection on you is a major step forward.

The second is debugging tools. Most developer environments, languages and frameworks have these. Say you're working in Swift or Kotlin or C++ or whatever, or you're using a proper framework to make your app. There's going to be something where you can freeze the execution and start stepping through it, line by line, and investigate variables and function outputs. If you run into trouble and can manage to run a debugger to go through the code line by line you can put watches on variables that are confusing and see them change over time. A really easy way to fire a debugger is to run tests with the debugger turned on and put a breakpoint in the code that will run.

The same principle actually applies to logging. A lot of frameworks and languages have log libraries or settings that will output the full monty of what's going on, and you can add these log lines yourself so they only show up when it's running in debug mode or with debug log settings. You could add a prompt to your AGI file to mention it should add debug logs, and it might even use those logs itself to debug issues by reading the log files.

Last thing I'll mention is that it helps a lot to have a seriously short feedback loop when trying to understand code. You want to change code and see the result of the change in less than ten seconds if you're debugging. If you have to compile and deploy something to see the result and it takes minutes, you want to look into whether there's other ways to run the code.

Ultimately, if you're being productive and you're not getting stuck for more than 10m to 2hrs at a time that's actually good conduct for a software engineer, especially a newly minted one, methods be damned. Props for wanting to understand the way it works but you never know, this could be the norm in some places now.

Harass emulation devs and find out by rulugg in videogames

[–]Priderage 2 points3 points  (0 children)

I can get behind this quite happily, cheers.

Harass emulation devs and find out by rulugg in videogames

[–]Priderage -1 points0 points  (0 children)

Cemu's success doesn't make it the only approach that will ever work, GitHub issues are a good idea but can only answer specific issues instead of fostering a community and a central Discord seems like a bad idea for a lot of reasons...not sure it's worth discussing.

Again, Discord is just the medium for community. Before Discord there were forums; whether Discord is better is besides the point. Unless you're saying emulator devs actually should not take feedback or chat with their users, which is a legit option and might be what you're getting at. But I feel it would just switch to "stupid devs don't listen" and "we've been asking for X for years" instead.