Live data from Hacker News

Viewing profile — sbondaryev

sbondaryev

HN member
Joined
Tue, May 24, 2022, 2:33 PM UTC
HN karma
36
Public activity
38 items

About sbondaryev

https://sbondaryev.dev/

Recent public activity

  1. comment
    Comment #48857689

    Thanks for sharing!

  2. comment
    Comment #48221376

    An interactive guide to how attention, embeddings, and positional encoding work together to predict the next move.

  3. story
  4. story
  5. comment
    Comment #47004443

    Inspired by 3Blue1Brown's Wordle video I applied maximum entropy to Mastermind. The solver averages 4.42 guesses across all 1296 possible codes. Includes an interactive game where …

  6. story
  7. comment
    Comment #47002749

    That's fair. It's just a suggestion - it's been useful for me in early stages of UI prototyping.

  8. comment
    Comment #47002249

    Nice project! This pairs nicely with ASCII-Driven Development - for iterating and modifying layouts with AI. https://medium.com/@calufa/ascii-driven-development-850f6666...

  9. comment
    Comment #46944577

    https://sbondaryev.dev/ An attempt to build intuition with interactive articles and experimentation, inspired by explorabl.es

  10. comment
    Comment #46797745

    Hi HN, I built a chess position recognition system that runs entirely in the browser. The project walks through the full pipeline: manually collecting data from book scans, compari…

  11. story
  12. comment
    Comment #46674168

    Nice project! One small suggestion, adding a search or category filter would help simplify navigation given the number of calculators available.

  13. comment
    Comment #46646093

    Nice touch - seeing the Windows 95 IE favicon took me back for a while.

  14. comment
    Comment #46641377

    Seems like reading the code is now the real work. AI writes PRs instantly but reviewing them still takes time. Everything flipped. Expect more projects to follow - maintainers can …

  15. story
    Show HN: Why Neural Networks Need He Init, Clipping, and Momentum

    Hi HN, I made an interactive guide showing why neural networks need specific training techniques. Start with a simple network trying to learn x². Each section introduces a problem …

  16. comment
    Comment #46623881

    https://sbondaryev.dev/ An attempt to build intuition with interactive articles and experimentation, inspired by explorabl.es

  17. comment
    Comment #46590011

    Nice visualization of the residual connections. Is the animated svg manually created or programmatically generated? What tools did you use?

  18. comment
    Comment #46589106

    It's a website https://sbondaryev.dev/

  19. comment
    Comment #46578186

    I'm working on interactive explorations of algorithms and machine learning. Small, visual, hands-on demos that help build intuition by letting people tweak code/parameters and see …

  20. comment
    Comment #46574995

    This looks promising - I've always found the schema duplication annoying with Zod/Yup. Would be great to see benchmarks vs Typia/ArkType at https://moltar.github.io/typescript-runt…

  21. comment
    Comment #46569516

    Great idea, thanks for sharing! Tried your prompts with ChatGPT and Claude than iterated on it. The ASCII doesn't render perfectly in the web interface but looks good when copy/pas…

  22. comment
    Comment #46566498

    It really depends on your level - this kind of graphics work is usually learned over many years. Some sources > Math & motion: – The Nature of Code https://natureofcode.com/ – Codi…

  23. comment
    Comment #46557203

    Nice project! I'm not very strong at note recognition, so I see the “Wrong note” message quite often (which is totally fine), but the frequent blinking feels a bit distracting. You…

  24. comment
    Comment #46552796

    I like this book. The probability section is great, especially how they handle the Monty Hall paradox. They use "four step method" that breaks it down perfectly - way clearer than …

  25. comment
    Comment #46542742

    I skimmed the source code (base.js, light.js) to see what he was using. It appears to be entirely custom, with no graphics libraries like Three.js. He even implements his own low-l…