Live data from Hacker News

Viewing profile — spyc

spyc

HN member
Joined
Sat, Jun 17, 2017, 11:50 PM UTC
HN karma
637
Public activity
149 items

About spyc

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. 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…

  4. story
  5. story
  6. story
  7. story
  8. story
  9. story
  10. comment
    Comment #46255299

    The current implementation breaks semantics of functions with tail recursion from within loops: https://github.com/raaidrt/tacopy/issues/1

  11. story
  12. story
  13. comment
    Comment #45468894

    Potentially the movie itself is also or more of interest. The related thread is: https://news.ycombinator.com/item?id=45056377

  14. story
  15. story
  16. 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…

  17. comment
    Comment #43890588

    Lost trust for sure. Who knows if Redis would be AGPL now if Valkey did not exist.

  18. story
  19. 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 .

  20. comment
    Comment #43494461

    I see, thanks!

  21. comment
    Comment #43494342

    Update: I found https://www.bismuth.sh/ at https://news.ycombinator.com/user?id=ianbutler .

  22. 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".

  23. 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…

  24. story
  25. 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…