Hacker News
24.3K subscribers
118K links
Top stories from https://news.ycombinator.com (with 100+ score)
Contribute to the development here: https://github.com/phil-r/hackernewsbot
Also check https://t.me/designer_news

Contacts: @philr
Download Telegram
Stepping Back (Score: 150+ in 22 hours)

Link: https://readhacker.news/s/6vpNy
Comments: https://readhacker.news/c/6vpNy
LibriVox (Score: 153+ in 11 hours)

Link: https://readhacker.news/s/6vrDC
Comments: https://readhacker.news/c/6vrDC
I made a chair (❄️ Score: 150+ in 2 days)

Link: https://readhacker.news/s/6vmYD
Comments: https://readhacker.news/c/6vmYD
How do I learn robotics in 2025? (Score: 152+ in 5 hours)

Link: https://readhacker.news/c/6vt83

i wish to make something. it should be more accessible than ever and the next thing but only the tech giants seem to capture most of the conversation.
Ask HN: Who is hiring? (June 2025) (Score: 152+ in 4 hours)

Link: https://readhacker.news/c/6vtv2

Please state the location and include REMOTE for remote work, REMOTE (US)
or similar if the country is restricted, and ONSITE when remote work is not an option.
Please only post if you personally are part of the hiring company—no
recruiting firms or job boards. One post per company. If it isn't a household name,
explain what your company does.
Please only post if you are actively filling a position and are committed
to responding to applicants.
Commenters: please don't reply to job posts to complain about
something. It's off topic here.
Readers: please only email if you are personally interested in the job.
Searchers: try https://amber-williams.github.io/hackernews-whos-hiring/, http://nchelluri.github.io/hnjobs/, https://hnresumetojobs.com,
https://hnhired.fly.dev, https://kennytilton.github.io/whoishiring/,
https://hnjobs.emilburzo.com, or this (unofficial) Chrome extension:
https://chromewebstore.google.com/detail/hn-hiring-pro/mpfal....
Don't miss these other fine threads:
Who wants to be hired? https://news.ycombinator.com/item?id=44159525
Freelancer? Seeking freelancer? https://news.ycombinator.com/item?id=44159527
Show HN: A toy version of Wireshark (student project) (Score: 156+ in 4 hours)

Link: https://readhacker.news/s/6vtz8
Comments: https://readhacker.news/c/6vtz8

Hi everyone,
I recently published a small open-source project. It’s a minimal network packet analyzer written in Go — designed more like a learning toy than a replacement for Wireshark.
It currently supports parsing basic protocols like TLS, DNS, and HTTP, and includes a tiny fuzzing engine to test payload responses. You can inspect raw packet content directly from the terminal. The output is colored for readability, and the code structure is kept simple and clear.
The entire program is very small — just about 400 lines of Go code. I know it’s not anywhere near Wireshark’s level, and I still use Wireshark myself for real-world analysis. But I built it as a personal experiment in network parsing and to understand protocol behavior more directly.
If you're curious or would like to try it out, the project is here:
https://github.com/lixiasky/vanta
I'm happy to hear your thoughts, suggestions, or critiques. It’s just a little network toy, but maybe someone out there finds it useful or fun.
Thanks for reading!