Ask HN: Why hasn't x86 caught up with Apple M series?
432 points by stephenheron 3d ago 616 comments
Ask HN: Best codebases to study to learn software design?
103 points by pixelworm 4d ago 90 comments
Spiped – secure pipe for SSH, SMTP, etc.
31 cylinder714 10 8/28/2025, 8:37:11 PM tarsnap.com ↗
Spiped – symmetric, encrypted, authenticated pipes between sockets - https://news.ycombinator.com/item?id=7539499 - April 2014 (86 comments)
https://news.ycombinator.com/item?id=45054598
I already have SSH set up and functional, what advantage does spiped offer?
We would use stunnel rather than SSH for non-interactive usages. Having an active stunnel running all the time is safer than requiring a full SSH session being active.
Today, most people would just use WireGuard for this.
Because it's much simpler it's also a good way to expose a system to the internet, although Wireguard with a PSK is a very similar and possibly superior solution.
A subthread from 2014:
https://news.ycombinator.com/item?id=7540288