HackerTrans
TopNewTrendsCommentsPastAskShowJobs

AHTERIX5000

no profile record

comments

AHTERIX5000
·26 ngày trước·discuss
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-proton/blob/938d7... for example
AHTERIX5000
·tháng trước·discuss
Does embedding Janet still lean on global state?
AHTERIX5000
·3 tháng trước·discuss
Is this written by a real person though?
AHTERIX5000
·5 tháng trước·discuss
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 really help. I've installed like 5 different apps on this machine and never ran any "tweaking" scripts or apps.

I don't think I ever had to reinstall Windows 2000 but here we are.
AHTERIX5000
·7 tháng trước·discuss
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
AHTERIX5000
·8 tháng trước·discuss
What about new features? There are many small features that can't be used via older APIs and bigger ones like accelerated ray tracing.
AHTERIX5000
·9 tháng trước·discuss
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 ugly.
AHTERIX5000
·9 tháng trước·discuss
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
AHTERIX5000
·10 tháng trước·discuss
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 bugs and footguns and using tools like memory safe languages limit blast radius considerably.

Smart pointers are neat but they are not a solution for memory safety. Just using standard containers and iterators can lead to lots of footguns, or utils like string_view.
AHTERIX5000
·10 tháng trước·discuss
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 not spread.
AHTERIX5000
·11 tháng trước·discuss
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. Sometimes I get useful pointers (no pun intended) what the problem actually is but even that seems a bit random. I wonder if it's actually faster or slower than traditional reading & thinking myself.
AHTERIX5000
·3 năm trước·discuss
But the limit of 32 MB is arbitrary and undocumented which is a huge problem.
AHTERIX5000
·3 năm trước·discuss
Exceptional events yes like when the help output is printed due to incorrect usage. But when calling with --help directly it's the expected output.