HackerTrans
トップ新着トレンドコメント過去質問紹介求人

otterwilde2

no profile record

投稿

[untitled]

1 ポイント·投稿者 otterwilde2·先月·0 コメント

Meta's AI agent for WhatsApp Business is now available globally

techcrunch.com
1 ポイント·投稿者 otterwilde2·先月·1 コメント

[untitled]

1 ポイント·投稿者 otterwilde2·先月·0 コメント

[untitled]

1 ポイント·投稿者 otterwilde2·先月·0 コメント

[untitled]

1 ポイント·投稿者 otterwilde2·先月·0 コメント

[untitled]

1 ポイント·投稿者 otterwilde2·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 otterwilde2·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 otterwilde2·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 otterwilde2·2 か月前·0 コメント

How TCP Works – Handshake, Sequence Numbers, Congestion Control

toolkit.whysonil.dev
5 ポイント·投稿者 otterwilde2·2 か月前·0 コメント

HTTPS: The Three Guarantees and the Handshake Beneath

toolkit.whysonil.dev
2 ポイント·投稿者 otterwilde2·2 か月前·0 コメント

Systems Are Visual – This Is a Better Way to Write Them

toolkit.whysonil.dev
4 ポイント·投稿者 otterwilde2·2 か月前·0 コメント

Show HN: What happens when you load a webpage (Interactive)

toolkit.whysonil.dev
32 ポイント·投稿者 otterwilde2·3 か月前·9 コメント

コメント

otterwilde2
·2 か月前·議論
The whole UI could use a polish. The About, How To Use pages don't work either.

Also, how are you planning on integrating these ads with llms?
otterwilde2
·2 か月前·議論
thanks.
otterwilde2
·4 か月前·議論
The step-by-step timeline format is really well done. I've bookmarked the OAuth page specifically — explaining the redirect flow visually makes it so much clearer than the spec's wall of text.

One thing I'd love to see added: a WebSocket upgrade visualization. The initial HTTP handshake → 101 Switching Protocols → full-duplex flow is something a lot of devs use daily (via Socket.io or similar) but never actually understand at the protocol level. It would fit perfectly with your existing format.

Also, the HTTPS section could benefit from showing the 0-RTT resumption failure case — what happens when the server rejects the early data and falls back to a full handshake. That's the part that catches people off guard in production when they're debugging intermittent TLS issues.

Really nice work overall. These kinds of interactive explainers stick way better than reading RFCs.