Viewing profile — spyc
spyc
HN member- Joined
- Sat, Jun 17, 2017, 11:50 PM UTC
- HN karma
- 637
- Public activity
- 149 items
- HN profile
- View on Hacker News ↗
About spyc
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #48543450
Both libexpat ("Expat") and uriparser are following the curl security vacation and will not accept new vulnerability reports before 2026-08-01, starting today. [1] https://github.c…
- story
- story
- story
- story
- story
- story
-
comment
Comment #46255299
The current implementation breaks semantics of functions with tail recursion from within loops: https://github.com/raaidrt/tacopy/issues/1
- story
- story
-
comment
Comment #45468894
Potentially the movie itself is also or more of interest. The related thread is: https://news.ycombinator.com/item?id=45056377
- story
- story
-
comment
Comment #43911111
Both implementations of doas for Linux have (the same) unfixed security issue: - https://github.com/Duncaen/OpenDoas/issues/106 - https://github.com/slicer69/doas/issues/110 I have…
-
comment
Comment #43890588
Lost trust for sure. Who knows if Redis would be AGPL now if Valkey did not exist.
- story
-
comment
Comment #43496618
If anyone wonders what atop looks like at runtime or what it would be useful for, there's a video dedicated to the tool at https://www.youtube.com/watch?v=27AtCR5ftyM .
-
comment
Comment #43494461
I see, thanks!
-
comment
Comment #43494342
Update: I found https://www.bismuth.sh/ at https://news.ycombinator.com/user?id=ianbutler .
-
comment
Comment #43494287
I'm reading "I can go into why another time." like "I don't have time" personally, not like "I am not allowed to say".
-
comment
Comment #43494257
Hi! Three things: - There is no commit with a SHA1 like that in atop Git history and what you shared is too long for a SHA1, it looks more like a SHA256. Did you share the right ch…
- story
-
comment
Comment #43364783
There are parsers that only implement a tiny subset of XML. And Expat has compile time flags to disable some of that machinery where not needed. It's arguably no longer XML then th…