That's what id Software did in December 2025. 165 of 185 of the studio's staff at the Dallas, TX office unionized with the Communications Workers of America (CWA).
1) They were in browsers since 2000s. Then Steve Jobs held a grudge with Adobe and Flash took a major blow. Today, we successfuly reinvented the wheel using "open" technologies - on the client side at least, the authoring tools of Flash are still uncomparable.
2) WebAssembly, compiling the leaked HL2 code. The graphics stack is WebGL.
3) Absolutely illegal, it exists until a cease&desist comes from Valve. We may see it taken down even today. They aren't.
Epic's Unreal Engine development is made in Perforce, and then it was mirrored to git/Github. Or that's how it was a couple years ago. That's kind of expected, VCS is one thing, a forge is another thing.
Well, you were talking about testing, development of DPI-aware apps is another thing. It requires the developers to be, well, DPI-aware, but I don't think there are particular obstacles to that in winapi itself.
>Have you ever tried to write HiDPI-aware Win32 code?
I haven't. I don't think there's any reason to, I'm more of a wxwidgets fan. I don't think even Microsoft makes applications in raw WinAPI.
>I suggest enabling HiDPI in Control Panel sometimes and marveling at how many Win32 apps just don’t notice and draw as postage stamps.
The default behaviour of a DPI-unaware app in Windows is to scale everything by the scale factor. Which - yes, looks completely awful and blurry, but that's not what you describe.
I’m not your child, and that’s false, it’s literally one key to change in the settings. That allows you to select the exact scaling factor, not macos’s “more text”/“less text”.
What kind of windows programs are these? HiDPI is more than a decade old. A desktop application, no matter what OS it is, should always be tested with different scaling factors.
People also use usable mice instead of touchpads, and they put the "ctrl" key where Apple thinks a useless "fn" should be. All kinds of things happen outside Apple world.
To me, it's more about what I'm used to. I have a perfectly fine several years-old monitor, so why should I throw it away?
What's funny is from 2023 (I think), macOS just draws the UI unhinted. You have a 1080p display and you don't want to see the letters in the UI blurred to death? Tough luck, 1080p is incompatible with macOS, everybody needs "retina", and nobody cares that Windows and all Linux DEs look on 1080p just fine.
It looks like this hinter will be used only in rendering PDFs, because that's where they test the performance.
And I'm happy that they are happy, but Czech keyboards have so many letters they have to use the number row, and Polish words, as beautiful as they are, have a lot of digraphs.
The author had an agenda to push, and they generated a load of slop to support it. Obviously, the usage of Latin alphabet today is also a political tool to support the Roman Empire. Carthago Delenda Est!
No, not strange, selective enforcement is what's strange.
In London, it's illegal to shake rugs in the street. If police actually starts prosecuting people for that, and not all people but just bald ones, it's natural that people won't be happy and start asking questions about the anti-bald bias.
Okay, but how could the fact that these elements are in a partially ordered set, or whatever set, trump the basic law of logic, the law of identity, "a = a"?
Or the argument is that NaNs are not actually the values themselves, but the representations of the facts of different failures, and because we can't compare the facts, we shouldn't compare NaNs? Well, I guess one could say that numbers in general are also such incomplete representations; 2 is 2, I could get 2 by adding one crayon to another crayon, or by taking 10 crayons and removing 8 of them. That doesn't stop me from comparing these 2s.
>With not-numbers added to the set of FP numbers, the set becomes a partially-ordered set and all relational operators must be interpreted accordingly.
The same not-number, produced by the same computation, occupying the same memory, is still not equal to itself. It is true that I haven't been able to brush up my knowledge on partial ordering, but isn't being identical is the same as being equal in math?