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
Hi everyone,
I recently published a small open-source project called Vanta. 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 ent

Article URL: https://maxliani.wordpress.com/2025/03/01/mesh-edge-construction/
Comments URL: https://news.ycombinator.com/item?id=44159798
Points: 17
# Comments: 2
https://maxliani.wordpress.com/2025/03/01/mesh-edge-construction/


Yesterday, in the bygone hour of the weekend, I undertook a most singular and fascinating endeavor, wherein I delved deep into the recesses of my mind, and, with a fervent zeal, breathed life into a most remarkable creation. I embarked upon the quest, with the singular object of fashioning an artificial construct, one imbued with the verdant essence of the Irish Penny Journal, an ancient and venerable tome that holds within its pages the whispered tales of a bygone era.
In my haste, I set
Article URL: https://www.science.org/content/blog-post/taurine-revisited
Comments URL: https://news.ycombinator.com/item?id=44160758
Points: 5
# Comments: 0

Article URL: https://www.arcol.io/
Comments URL: https://news.ycombinator.com/item?id=44160358
Points: 11
# Comments: 1


Article URL: https://www.thorvg.org/about
Comments URL: https://news.ycombinator.com/item?id=44157406
Points: 4
# Comments: 0

Morning HN.
Random number generation feels is a somewhat underrepresented topic in the C++ realm. There is a lot of questionable info about it found online and even the standard library is quite behind the times in terms of it's algorithms. It suffers from trying to accommodate sometimes impractical standard requirements and has several ways of getting significantly bad statistical results. This leaves a lot easily achievable performance & quality on the table.
So, being a mathematician