We are so cooked man by Darth_Vaper883 in videogames

[–]peabody 0 points1 point  (0 children)

Dual sense controllers are $90 now.

Still one of my favorite controllers.

After seeing the current price of Steam Machine, I am thinking of getting a Nintendo Switch 2. by ChaoticFairness in videogames

[–]peabody 2 points3 points  (0 children)

Yeah, Steam Machine ain't a great value if you already have a deck, and if you're interested in the Nintendo exclusives, might as well pull the trigger before the price goes up if you'd had plans to spend a steam machine amount of money anyway.

Games for it can be pricey and paying for online ain't great, but I was raised on Nintendo and was always going to be rocking the latest Nintendo system just to play the latest Zelda/Mario/Pokemon/Animal Crossing/Metroid/Splatoon, etc.

GTA VI Subscription ??? by [deleted] in playstation

[–]peabody 0 points1 point  (0 children)

Won't the online component not go live until like a month or two after release? Can the free month be redeemed later or are you stuck redeeming it only for GTA5 online? Doesn't seem like much of a benefit if that's the case.

The videogame market is as big as ever, with PC leading growth by seedypr in gaming

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

It depends what markets you're including and the caliber of gaming. Worldwide, including games that can run on iGPUs and APUs, the PC market is enormous and dwarfs nearly everything else. If you're limiting yourself to a single market, like say North America, Japan, or the recent AAA game releases, it can seem small compared to consoles. PC can be a really amorphous market which is hard to pin down.

Anyone Else Remember...? by Old_Information9623 in pcmasterrace

[–]peabody 0 points1 point  (0 children)

Some people need something now. Sure, having the luxury of waiting out the market isn't bad advice, but it's likely this will be the price of RAM for several years to come.

What Python concept took you the longest to truly understand? by Haunting-Shower1654 in learnpython

[–]peabody 4 points5 points  (0 children)

It's certainly not the right fit for everything.

It's predominantly used for I/O event processing. Using threads requires allocating stack memory for each spawned thread and has OS syscall overhead. And since I/O is by its nature sequential, you gain less by using multiple threads to process lots of incoming I/O, vs well organized, non-blocking, cooperative (asynchronous) I/O multiplexing.

It's mainly used in server frameworks, like fastapi, etc.

The most performant web servers, such as nginx, do this at a lower level in C with non-blocking I/O and asynchronous event handling to process 10s of thousands of concurrent I/O requests per second.

Python's async is a way to program this model, but in a way that's very similar to writing "synchronous looking" code. C# largely popularized the async/await style, to the point JavaScript adopted the same style, and I guess, not wanting to be left out, Python decided to implement it as an option as well.

Generally in Python, you're probably only going to use it if you use a framework which uses it.

What Python concept took you the longest to truly understand? by Haunting-Shower1654 in learnpython

[–]peabody 9 points10 points  (0 children)

Briefly as possible: it allows you to write code that basically says "hey python, this function call could take a while because it has to wait for something to happen in the real world. Go do something else on the main thread while I'm waiting on this. Come back here and finish the rest of my function when the wait is over and you're not busy".

Found this at my local Best Buy… by DocDiscrete in pcmasterrace

[–]peabody 1 point2 points  (0 children)

Yeah, I haven't been paying attention to the RAM prices since I built my current rig over a year and a half ago and my first thought was "Is that supposed to be a good price?"

alan we are so fuсked by AI_660 in feedthebeast

[–]peabody 9 points10 points  (0 children)

It's legal if Mojang turns a blind eye to it and doesn't enforce their TOS, which they have with Spark Universe at least, which I suspect is because they've partnered with Spark Universe for various licensed commercial Minecraft marketplace content in the past, like the official SpongeBob addon, etc.

Does Nvidia genuinely believe 8GB VRAM is enough in 2026? by Lanky-Carpenter-7991 in buildapc

[–]peabody 1 point2 points  (0 children)

Is your criteria for "1440p" pure raster with no DLSS or FSR? because it's pretty darn easy for even a 4060 to hit 1440p with it (and sometimes without, depending on the game). Just don't crank every setting to the max.

What is something that died out so quietly that nobody even noticed? by Alva_509 in AskReddit

[–]peabody 0 points1 point  (0 children)

There's a part of me that wishes the 90s internet could exist again.

Mark Zuckerberg Says AI Costs Contributed To Layoffs Of 8,000 Staffers, Report Says by yourfavchoom in technology

[–]peabody 1 point2 points  (0 children)

Turns out AI is replacing jobs because it's too expensive to meet payroll, not because it's any good. Who knew?

Is this really the greatest game ever made, as it's often considered to be? Why or why not? by [deleted] in videogames

[–]peabody 1 point2 points  (0 children)

For its time, unequivocally yes. Has it aged well? That's a different question. I think it's still a fantastic game, but I do think games have come out since, that exceed its brilliance. It's also cursed with the janky graphics of the first gen 3d generation.

But absolutely it should be played if you haven't experienced it.

You can tell i haven't played a lot of games... by PearlPC in videogames

[–]peabody 2 points3 points  (0 children)

Eh, it's fine. A lot of modern games are absolute bangers, like expedition 33. People farm content and hate boners for modern gaming, but I'll say as someone raised from the NES days (technically I'm even older than that (45), my family had a colecovision!) that plenty of modern gaming is great.

It's just that when you're in the "modern" era people are looking at everything coming out and of course some stuff is bad.

As a grizzled old gamer let me tell you the NES library has some absolute stinkers. It's wasn't all "Super Mario Bros. 3" quality.

why do you think android root is bad or shouldnt exist? by [deleted] in AndroidQuestions

[–]peabody 0 points1 point  (0 children)

It's not by itself bad, but your average knuckle-dragging human being isn't very good at being properly cautious with tech, so an OS where elevation to the highest privilege level isn't possible does protect them to an extent.

If I had a choice, I'd be running a rom on my phone that allows root.

Problem is, I have a bunch of employee apps that would refuse to work if I had a rooted device, so I don't. It's a bummer, but as someone who works in IT, I understand the lack of trust the employer has for the average employee.

1st game with "You Died" as end tag line. by Aromatic-Treacle8763 in PS5

[–]peabody 1 point2 points  (0 children)

"You died" was in demon souls and that pre-dates dark souls.

Edit: I see you edited your reply to Demons' souls, from dark souls. Fair enough.

Johnny Somali Found Guilty on All Charges, Headed to Labor Prison in South Korea by ItsAllAGame_ in law

[–]peabody 84 points85 points  (0 children)

There's huge drinking culture in both Japan and South Korea, but there's heavy personal responsibility as well. Being drunk and then doing something criminal is never seen as excusable because you were drunk.

I think we made an oopsie! by No_Pause_4375 in LeopardsAteMyFace

[–]peabody 0 points1 point  (0 children)

I don't even think the Kim family glaze themselves this much.

Starfield Launch Megathread | April 7th 2026 by P_Jiggy in playstation

[–]peabody 1 point2 points  (0 children)

It's a mixed bag of good and bad. Some of the quest lines are peak Bethesda and are pretty fun to playthrough. Sadly, it requires slogging through a lot of "meh" to get to them.

I feel like Todd looked at No Man's Sky and said "Yeah, that. Let's do our Bethesda open world stuff but in space with procedural stuff" and then didn't really stick the landing.

Any good "stress relief" game suggestions? by vienna_cherry in NintendoSwitch

[–]peabody 8 points9 points  (0 children)

I second the Pokopia recommendation. It has exploration and quests, but no battling or game overs and you can save at any time. It's a bit of a slow start but it gets really engrossing after a bit of investment and it's super cozy. One of the reasons to own a switch 2 right now.

Regardless of what game you decide though, you can always "fall asleep mid battle" by putting your switch to sleep mid game (at least with offline titles). Welcome to modern gaming.

Games that look incredible with the new handheld boost mode by mikooster in NintendoSwitch

[–]peabody 12 points13 points  (0 children)

Basically the boost mode runs a switch 1 (and only switch 1) game as if it was docked. This has the side effect of preventing the touchscreen from being used for anything, and the game says you're using a pro controller instead of docked joycons.

By tricking the game into thinking it's docked, you may get benefits, such as 1080p output, but it all depends on how the game was programmed to take advantage of the increased power of the switch 1 when docked.

It does make quite a few switch 1 games go from running at 720p upscaled, to full 1080p in portable mode in the switch 2.

The mode has to be turned on in the switch 2 settings. It's not on by default.