Live data from Hacker News

Viewing profile — fypanto

fypanto

HN member
Joined
Mon, Nov 24, 2025, 8:55 AM UTC
HN karma
3
Public activity
6 items

About fypanto

Old beard (without the beard) Linux kernel and OSS stuff. YAML without the pain on C.

Recent public activity

  1. comment
    Comment #49122850

    Admittedly the documentation is woefully out of date, but I think the premise of the article is how the session data are increasingly move away from the control of the user and mor…

  2. comment
    Comment #49121117

    This is exactly what I'm working on. Very rough yet but it's progressing nicely. https://github.com/pantoniou/fyai The idea is that your session data are what's important, and what…

  3. story
    Show HN: Libfyaml adds a YAML/JSON parse cache; 427 MB reloads in 36 ms

    libfyaml 1.0.0-alpha7 adds an opt-in transparent parse cache for repeated reads of stable YAML/JSON files. It is not making the parser itself hundreds of times faster. On a cache h…

  4. story
    Show HN: Libfyaml 1.0.0-alpha1, a modern YAML library for C

    libfyaml is a C library for YAML 1.2 parsing and emission. I have been working on it for several years as a parser/emitter library, and this alpha is the point where three addition…

  5. comment
    Comment #46875224

    libfyaml is a feature-complete YAML 1.2 parser/emitter written in C. It passes the entire official YAML test suite and focuses on high performance with zero-copy operation. What's …

  6. story