Ask HN: What's the hardest problem you've ever solved?
chistev
12 points
6 comments
May 30, 2026
Related Discussions
Found 5 related stories in 1212.6ms across 14,015 title embeddings via pgvector HNSW
- Ask HN: What Are You Working On? eisleggje · 38 pts · June 13, 2026 · 64% similar
- Ask HN: What has been bothering you lately? julienreszka · 44 pts · June 17, 2026 · 63% similar
- Ask HN: What are you working on (non-AI)? BrunoBernardino · 28 pts · May 13, 2026 · 60% similar
- Ask HN: Who Needs Help? surprisetalk · 13 pts · March 09, 2026 · 60% similar
- Ask HN: What are you working on? (June 2026) david927 · 195 pts · June 14, 2026 · 58% similar
Discussion Highlights (5 comments)
king_zee
triple openvpn setup with a webserver in the middle handling cloudflare web requests outside the vpn (pre-AI)
malux85
Its classified, but the second hardest was simulating Dynamic nuclear polarization, ab initio.
lyfeninja
The problem I'm currently trying to solve, building a business around a novel data protection mechanism using ML based encoding while continuing to do research on it.
mikewarot
I used ebtables and packet labels/connection tracking to allow our in-house network VPN/Web servers to function seamlessly in our dual homed (but not BGP supported) internet connections, each with different public addresses and gateways. It's now stock functionality in VPN/Firewall appliances, we ended up with SonicWall, but at the time it nearly melted my brain. A second hardest was writing a cooperative multi-tasker for Turbo Pascal programs under MS-DOS.[1] It made a copy of the stack, and the first time it returned from spawn twice, I was really, really confused.... until it dawned on me that it was actually working as designed! There was a really weird requirement in an upload protocol I was using that required knowing how long the file was, before I was even done generating it, so I built a text piping engine to allow that to happen, and Tasker was part of that. [1] https://web.archive.org/web/20230319104502/https://www.pcorn...
mrKola
How to talk to people