Viewing profile — sbondaryev
sbondaryev
HN member- Joined
- Tue, May 24, 2022, 2:33 PM UTC
- HN karma
- 36
- Public activity
- 38 items
- HN profile
- View on Hacker News ↗
About sbondaryev
Recent public activity
-
comment
Comment #48857689
Thanks for sharing!
-
comment
Comment #48221376
An interactive guide to how attention, embeddings, and positional encoding work together to predict the next move.
- story
- story
-
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 …
- story
-
comment
Comment #47002749
That's fair. It's just a suggestion - it's been useful for me in early stages of UI prototyping.
-
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...
-
comment
Comment #46944577
https://sbondaryev.dev/ An attempt to build intuition with interactive articles and experimentation, inspired by explorabl.es
-
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…
- story
-
comment
Comment #46674168
Nice project! One small suggestion, adding a search or category filter would help simplify navigation given the number of calculators available.
-
comment
Comment #46646093
Nice touch - seeing the Windows 95 IE favicon took me back for a while.
-
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 …
-
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 …
-
comment
Comment #46623881
https://sbondaryev.dev/ An attempt to build intuition with interactive articles and experimentation, inspired by explorabl.es
-
comment
Comment #46590011
Nice visualization of the residual connections. Is the animated svg manually created or programmatically generated? What tools did you use?
-
comment
Comment #46589106
It's a website https://sbondaryev.dev/
-
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 …
-
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…
-
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…
-
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…
-
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…
-
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 …
-
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…