HackerTrans
TopNewTrendsCommentsPastAskShowJobs

AndriyKunitsyn

456 karmajoined 8 yıl önce

comments

AndriyKunitsyn
·dün·discuss
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).
AndriyKunitsyn
·16 gün önce·discuss
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.
AndriyKunitsyn
·24 gün önce·discuss
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.
AndriyKunitsyn
·25 gün önce·discuss
There's basically zero apps without some sort of analytics nowadays.
AndriyKunitsyn
·27 gün önce·discuss
Any particular program? GNU Radio seems perfectly fine.
AndriyKunitsyn
·27 gün önce·discuss
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.
AndriyKunitsyn
·28 gün önce·discuss
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”.
AndriyKunitsyn
·29 gün önce·discuss
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.
AndriyKunitsyn
·29 gün önce·discuss
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?
AndriyKunitsyn
·29 gün önce·discuss
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.
AndriyKunitsyn
·2 ay önce·discuss
So, you never iterated past an array, you never used after a free(), you never tried doing i = ++i + ++i; ?
AndriyKunitsyn
·2 ay önce·discuss
There are so many Russian émigrés in Belgrade that you hear Russian more than Serbian in the city center.
AndriyKunitsyn
·2 ay önce·discuss
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.
AndriyKunitsyn
·2 ay önce·discuss
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!
AndriyKunitsyn
·2 ay önce·discuss
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.
AndriyKunitsyn
·3 ay önce·discuss
OK, can't argue with that. I have no first-hand experience on this, you are probably right.
AndriyKunitsyn
·3 ay önce·discuss
Why not? The friendliest people in the US are exactly in the open carry states.

NYC on the other hand has the biggest number of jerks per capita I ever seen. (No offence to all nice people from NYC, which there are still plenty.)
AndriyKunitsyn
·4 ay önce·discuss
"My shepherd pokes me with a stick, but it's the tree's fault that this stick is so sharp".
AndriyKunitsyn
·4 ay önce·discuss
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.
AndriyKunitsyn
·4 ay önce·discuss
>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?