Live data from Hacker News

Viewing profile — willybrauner

willybrauner

HN member
Joined
Mon, Apr 06, 2026, 8:13 AM UTC
HN karma
11
Public activity
7 items

About willybrauner

https://willybrauner.com

Recent public activity

  1. comment
    Comment #47659791

    No, unfortunately, my website is not open source. I may consider externalizing the blog in the future, while keeping all the internal article modules.

  2. comment
    Comment #47658878

    But as the article points out, this is a naive implementation. It could be discussed and greatly improved.

  3. comment
    Comment #47658850

    I create a new copy of the Set because the functions called during the loop might modify it by removing elements via cleanup functions. Without a copy, iterating directly on the Se…

  4. comment
    Comment #47658843

    Writing technical articles without adding a graphic and playful touch would indeed interest me less. I find that it's the intersection of these two worlds that makes reading enjoya…

  5. comment
    Comment #47658504

    I didn't know about Flapjax, thanks I'll check it out. Glitch-freedom is indeed a gap in this article. I focused on the signal algorithm exclusively without some implementation opt…

  6. comment
    Comment #47658283

    I searched for the "right way" to explain this algorithm, and ultimately parsing the code was the clearest for me. This isn't always true; sometimes a graph or an interactive modul…

  7. comment
    Comment #47658218

    Thanks a lot! The left column containing the text is sticky, The right column is absolute and translate on Y and depend on an intersection observer triggered by each scroll section…