Viewing profile — Xraider72
Xraider72
HN member- Joined
- Fri, Nov 28, 2025, 6:43 AM UTC
- HN karma
- 25
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About Xraider72
No profile information was provided.
Recent public activity
-
comment
Comment #47566059
No idea if modules themselves are failed or no, but if c++ wants to keep fighting for developer mindshare, it must make something resembling modules work and figure out package man…
-
comment
Comment #46764385
In my experience it seems to be an issue caused by optimizations in legacy code that relied on dlopen to implement a plugin system, or help with startup, since you could lazy load …
-
comment
Comment #46628936
haproxy has an article on the subject https://www.haproxy.com/blog/state-of-ssl-stacks TLDR - on the TLS parts, quite a lot, up to 2x slower on certain paths. Amusingly, openssl 1.…
-
comment
Comment #46628911
The whole 3.0 rewrite is a massive regression in all ways possible - they deprecated the old engines and replaced them with providers, and they are not that much easier to work wit…
-
comment
Comment #46209292
Deepseek is GOATed for me because of this. If I ask it if "X" is a dumb idea, it is very polite in telling me that X is is dumb if the AI knows of a better way to do the task. Ever…
-
comment
Comment #46173304
Me neither. Docker is the platform agnostic way to deploy stuff and if I maintained software, it is ideal - i can ship my environment to your environment. Reproducing that yourself…
-
comment
Comment #46173238
This is a familiarity problem. I've never used NixOS and all your posts telling me how simple it is sounds like super daunting challenges to me versus just updating a Dockerfile or…
-
comment
Comment #46076184
In the real world, unless are writing a very specialized system, intended to run only on Linux 6.0 and never, it just is not realistic and you will need some sort of abstraction la…