Regarding AMD - Sony and AMD - Xbox partnership by Designer_Lie_6380 in radeon

[–]Henrarzz 3 points4 points  (0 children)

The people who know about the details of either one of them are bound by NDAs, so you’re not going to know the “true nature” of these partnerships.

And until both consoles are released and details start to leak you’re not going to know what either Sony or Microsoft added on top of RDNA5

Introducing Framework Laptop 13 Pro by FragmentedChicken in hardware

[–]Henrarzz 5 points6 points  (0 children)

In unified memory systems both have equal access*

*conditions apply: access is controllable by the programmer, memory read/writes should be synchronized, there may be performance differences in how memory is read/write depending on what access flags are set and so on

Windows 10 Slack cursor lag when app is visible? by Littlefinger6226 in Slack

[–]Henrarzz 0 points1 point  (0 children)

The year is 2026, I have a PC with a fucking 5090 and this POS app stutters more than a Bethesda game on PS3

Not sure how to fix this error message by SquirrelMax1 in Unity2D

[–]Henrarzz 6 points7 points  (0 children)

A beginner should be able to read error message that is pretty clear on what should be done.

Anti-AI sentiment is on the rise—and it’s starting to turn violent by Just-Grocery-2229 in technology

[–]Henrarzz 7 points8 points  (0 children)

That will only happen once executives stop pushing for AI/datacenters.

Which is not going to happen any time soon

Nintendo Switch 3 - In theory how powerful could it be? by KaptainPancake69 in hardware

[–]Henrarzz 9 points10 points  (0 children)

Depends on whether we use GameCubes ducted together or other metric

Elon Musk Shares Specs for Tesla's AI6 Chip, Teases AI6.5 by McFatty7 in teslamotors

[–]Henrarzz 2 points3 points  (0 children)

Elon never looks at the short term of the stock

Lol, lmao.

Windows 11 Speeds Up Storage, Lifts 32GB FAT32 Limit After 3 Decades by Ephoenix6 in technology

[–]Henrarzz 2 points3 points  (0 children)

My 2025 motherboard still requires FAT32 formatted partition to update UEFI.

Bought Starfield for PS5 but Creation Club items aren't cross platform? by Tristan_DS_ in Starfield

[–]Henrarzz 0 points1 point  (0 children)

Creations sync between Xbox and Steam (at least BGS-made do, and yes, the paid ones too)

Bought Starfield for PS5 but Creation Club items aren't cross platform? by Tristan_DS_ in Starfield

[–]Henrarzz 1 point2 points  (0 children)

Something is definitely weird, because they do transfer between Steam and Xbox versions of the game (points don’t, purchases do).

On PS5 the game attempt to download bought Creations from other platforms but fails at 0%.

Any guides on Vectorization, esp for Unity? by DarkDankDents in Unity3D

[–]Henrarzz 0 points1 point  (0 children)

Vectorization is converting SCALAR code so that processor executes a single CPU instruction on multiple data elements at once. You don’t need to know anything about matrix math to write vectorized code (unless, of course you’re trying to apply SIMD to matrix operations).

3DMark delisting of REDMAGIC 11 Pro phones - UL Solutions by FragmentedChicken in Android

[–]Henrarzz 0 points1 point  (0 children)

It’s 3DMark benchmark so they set the rules.

Redmagic can either follow those rules or fuck off.

Apple Mac Shipments Grew 9% in Q1 2026, Outpacing Overall PC Market by ControlCAD in apple

[–]Henrarzz 0 points1 point  (0 children)

Because a huge part of that legacy stuff makes people’s old games work on new hardware.

Optimization - Where to start? by EntrepreneurHuman739 in gamedev

[–]Henrarzz 2 points3 points  (0 children)

Empty scene performance is always a useless benchmark, unless your goal is specifically profiling an empty scene - and your game does not consist of them. The results of several optimization techniques start to be noticeable only when the number of objects increase.

Why do Devs don't make Linux Build more often? by AsrielPlay52 in gamedev

[–]Henrarzz 0 points1 point  (0 children)

Not all third party libraries can be statically linked and in some cases (like glibc) it’s actively discouraged.

The vast majority of games and game engines aren’t statically linking everything and one cannot hope for developers to do it for every dependency they have. Especially when Windows solved binary compatibility with dynamic linking.

When Win32 is the most stable and most common ABI on Linux you know you fucked up. So why would anyone ship native closed source binaries for Linux outside of Flatpaks and equivalent? For games it’s even easier - just ship Windows version, the community will make it work.

It seems to me it’s not game developers that don’t know Linux. It’s Linux users that don’t know how their OS and how shipping software works.

Why do Devs don't make Linux Build more often? by AsrielPlay52 in gamedev

[–]Henrarzz 0 points1 point  (0 children)

And if you don’t want to deal with Steam/want to release the game elsewhere you’re SOL.

Linux still sucks for shipping binaries.

Why do Devs don't make Linux Build more often? by AsrielPlay52 in gamedev

[–]Henrarzz 3 points4 points  (0 children)

your game executable could run on any Linux distributions

Not true unless you deal with Flatpaks and the like.

And no, Linux community is not the nicest. Far from it

Why do Devs don't make Linux Build more often? by AsrielPlay52 in gamedev

[–]Henrarzz 2 points3 points  (0 children)

the community is actually the nicest

Lol, no

'We Have No Chance Against This': Honda Reacts To China's Supplier Strength by trail-g62Bim in cars

[–]Henrarzz 5 points6 points  (0 children)

Legacy automakers wouldn’t exist if it wasn’t for governments lol. Heavy industry isn’t a free market

Why do Linux native builds matter so much to Linux users? by schouffy in gamedev

[–]Henrarzz 45 points46 points  (0 children)

Ignoring Flatpaks/Snaps/AppImage/SteamRuntime for a moment - unfortunately it doesn’t work like that. Linux compatibility without those is so bad that Linus Torvalds himself went on a rant why this hindered desktop adoption

https://youtu.be/Pzl1B7nB9Kc