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

martinprins

no profile record

投稿

I used Claude Code's agent teams on a production incident (field report)

magarcia.io
2 ポイント·投稿者 martinprins·4 か月前·0 コメント

A Serverless WebRTC Signaling Protocol Using QR Codes

magarcia.io
4 ポイント·投稿者 martinprins·6 か月前·3 コメント

コメント

martinprins
·6 か月前·議論
Thanks! The write-up took longer than the actual protocol design.
martinprins
·6 か月前·議論
Author here. Started with a simple problem: sync data between two phones with no backend.

WebRTC signaling SDPs are ~2.5KB. Too large for practical QR scanning. When you control both endpoints, most of that is unnecessary ceremony.

Key insights: derive ICE credentials from DTLS fingerprint via HKDF, use binary encoding (IP as 4 bytes not ASCII), skip compression (DEFLATE increases size on high-entropy data), skip base64 (QR supports raw binary).