Viewing profile — willybrauner
willybrauner
HN member- Joined
- Mon, Apr 06, 2026, 8:13 AM UTC
- HN karma
- 11
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About willybrauner
Recent public activity
-
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.
-
comment
Comment #47658878
But as the article points out, this is a naive implementation. It could be discussed and greatly improved.
-
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…
-
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…
-
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…
-
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…
-
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…