Viewing profile — _dky
_dky
HN member- Joined
- Fri, Jul 18, 2025, 11:09 PM UTC
- HN karma
- 2
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About _dky
No profile information was provided.
Recent public activity
-
comment
Comment #47297991
One similarity I noticed was the intermediate representation from GCC frontend looks and feels very Lispy. Could be just a coincidence too.
-
comment
Comment #47150562
If implementation is task based and task always runs on same virtual CPU (slots equaling CPUs or parallelism), wonder if something like below might help. RW lock could be implement…
-
comment
Comment #46936493
Back in 2003, implemented a Win32 profiler using Berkeley DB for offline indexing and visualizing profiler data. https://github.com/mechanicker/cramp Later in ~2011, used BDB for i…
-
comment
Comment #46108242
I guess it is more about captured user base than the technology. What other differentiating factors can you implement that can steer the masses from one messaging platform to the o…
-
comment
Comment #45901428
If C++ had a contract on what exceptions a function can throw with compile time check to enforce caller catches those exceptions, would it make it better? Guess Java does that, not…