Viewing profile — Tringi
Tringi
HN member- Joined
- Fri, Jun 07, 2019, 1:38 AM UTC
- HN karma
- 18
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About Tringi
No profile information was provided.
Recent public activity
-
comment
Comment #47489809
I wasn't happy with existing solutions for clean shutdown of Azure Spot VMs so I put together this tiny service application that does basically what all those scripts do, but with …
- story
-
comment
Comment #46832412
An observation and a rant. Many will not even notice that icons got more blurry with Windows 10 and then worse, but I needed to get this off my chest, and perhaps I'll find likemin…
- story
-
comment
Comment #43958295
It's a little more complicated if you are to be using themes, GDI and common controls. Some time ago I put together this example: https://github.com/tringi/win32-dpi The high DPI s…
-
comment
Comment #42223207
So how shall a launcher application determine which AArch64 ISA level is available on Windows on ARM device? Full story: https://www.reddit.com/r/programming/comments/1gxnr85/deter…
- story
-
comment
Comment #41339128
There's this issue with Win32 synchronization API, discussed and documented in many blogs, videos and tutorials over the years, that comes up again and again, that one thread can o…
- story
-
comment
Comment #41150653
Ah, yeah, that's true.
-
comment
Comment #41150326
As awesome as these algorithms are, I can never imagine use case. Any time I need to turn something into uppercase or lowercase, it's user's input or something Unicode. Which can b…
-
comment
Comment #41150039
The Hub Event (working title) is similar to the standard Win32 Event Object, but multiple consumers (clients) of the event can reliably wait on them, while being set/reset by the p…
- story
-
comment
Comment #39587793
Some time ago I did some test, 256 threads competing on a small number of cache lines, and found out that all, CreateMutex, CRITICAL_SECTION and SRWLOCK, were quite fair. The most …
-
comment
Comment #39587762
Blocking new readers when a writer arrives is perfectly good and desirable. Blocking readers when the writer finishes, and there isn't any new queued, is definitely not.
-
comment
Comment #39586591
And Twitter/X accounts. I have had a lot more things fixed in Windows or MSVC from nagging devs on there than from reporting through any official channel.
-
comment
Comment #37869087
I'm always fascinated when engineers who make my year's salary in a week come up with something as dumb as this.
-
comment
Comment #33841134
A simple tool that I've created to solve a somewhat self-inflicted problem. In some projects I want or need small differences in DLL .def exports, differences by architecture or re…
- story
-
comment
Comment #32694372
Algorithm intended as a replacement for basic fast Ctrl+F search inside C++ sources. Ignores insignificant whitespace, diacritics and is case insensitive. Can ignore comments/strin…
- story
-
comment
Comment #31964405
Yes, it is.
-
comment
Comment #24218219
Yes. 200 MHz down from base clock.
-
comment
Comment #20903039
I'm searching for it too, and I can't find the actual text. Somebody doesn't want us to begin mixing that cocktail ourselves :D
- story