Viewing profile — AHTERIX5000
AHTERIX5000
HN member- Joined
- Sun, Jun 18, 2017, 3:14 PM UTC
- HN karma
- 457
- Public activity
- 146 items
- HN profile
- View on Hacker News ↗
About AHTERIX5000
No profile information was provided.
Recent public activity
-
comment
Comment #48551814
Yep, someone needs to do the same workarounds Windows drivers do but on Linux and the translation layer is a good spot for them, look at https://github.com/HansKristian-Work/vkd3d-…
-
comment
Comment #48368864
Does embedding Janet still lean on global state?
-
comment
Comment #47908354
Is this written by a real person though?
-
comment
Comment #46796474
My Windows 11 installation broke down after one of the updates. Now I get "Please reinstall Windows" warning in Windows Update settings. And some error hex code which doesn't reall…
-
comment
Comment #46177684
Yep. And 'wget' is often alias for WebRequest in PowerShell. The amount of footguns I ran into while trying to get a simple Windows Container CI job running, oh man
-
comment
Comment #46018647
What about new features? There are many small features that can't be used via older APIs and bigger ones like accelerated ray tracing.
-
comment
Comment #45676024
The kernel might be a polished gem but win32 API? Practical is a term I'd use as win32 has managed to survive to this day but that came with a boatload of hacks and problems. It's …
-
comment
Comment #45577585
2025 was the year when my fear of being replaced by an AI changed to fear of a big economic disaster caused by AI bubble
-
comment
Comment #45268132
I write C++ daily and I really can't take seriously arguments how C++ is safe if you know what you're doing like come on. Any sufficiently large and complex codebases tend to have …
-
comment
Comment #45255226
It's not as bad as the first previews but ugly nonetheless and overall accessibility nightmare. All I hope is that the design language stays contained in Apple ecosystem and does n…
-
comment
Comment #45060965
I've had similar experiences when working on non-web tech. There are parts in the codebase I'd love some help such as overly complex C++ templates and it almost never works out. So…
- comment
-
comment
Comment #44751535
I have the same issue. I've disabled "Find My" feature and uninstalled everything that kept showing up as battery draining apps. My iPad loses about 20-25% of battery every night a…
-
comment
Comment #44421138
That's scary. I have an old Steam account with tons of games and already got banned once due to a bug in anti-cheat software and for a while my whole account was marked with a chea…
-
comment
Comment #44420747
Fragment shaders are perhaps over over-represented due to old WebGL style and easiness of integration, full screen quad + a shader is quite self contained setup. Compute shaders ar…
-
comment
Comment #44256345
It seems to be a parody account
-
comment
Comment #44199845
The more I read MR discussions regarding this the less I want to use the forked version. Not that anyone is going to ship it anyway.
-
comment
Comment #43966231
The Linux audio stack is just baffling. After all these years it's still unreliable. I'm running Fedora 41 and often toggle between two audio devices, USB DAC and HDMI output. Some…
-
comment
Comment #43831039
Or the display sleep menu which offers choices like 1, 2, 5, 10, 15 and 30 min timeout but no more than that unless you use external config editor.
-
comment
Comment #43697834
Is there an open source project which uses CMake well and could be used as a reference for good CMake practices? I've been using CMake for years and it's definitely not the worst s…
- comment
-
comment
Comment #43569870
systemd is good. Also enjoyed SMF with Solaris. Maybe the best way to manage operating system services might be something else than bunch of scripts envisioned in the 70s.
-
comment
Comment #43499239
Spotlight straight up broke on both of my Macs after Sequoia. It can't even find exact matches in many directories marked for indexing and re-indexing did nothing. Just searching f…
-
comment
Comment #43273757
This work is related to recently found signing weakness and supposedly fake key with resign works with unpatched CPUs.
-
comment
Comment #43252962
Spotlight has been broken on both of my Macs since Sequoia. It doesn't find anything under Downloads dir even though it should be indexed. Or any non-Apple apps under Applications.…