I long for an alternate dimension where terminal-based internet like Minitel dominated . Something like hypercard implemented with 80x24 ncurses UI
New startup sells coffee through SSH
41–50 of 430 posts
Re: New startup sells coffee through SSH
#42Re: New startup sells coffee through SSH
#43I long for an alternate dimension where terminal-based internet like Minitel dominated . Something like hypercard implemented with 80x24 ncurses UI
Re: New startup sells coffee through SSH
#44It's sold out and the only option if you actually connect via ssh is to give them your email address so they can send you updates.
Makes me wonder if this is just a ploy to email harvest and there never was any coffee being sold.
Re: New startup sells coffee through SSH
#45Re: New startup sells coffee through SSH
#46Re: New startup sells coffee through SSH
#47One safety tip: disable SSH Agent Forwarding before you connect, otherwise the remote server can theoretically reuse your private key to establish new connections to GitHub.com or prod servers (though this host is unlikely malicious). https://www.clockwork.com/insights/ssh-agent-hijacking/ (SSH Agent Hijacking)
ssh -a -i /dev/null terminal.shop
to disable agent forwarding, as well as to not share your ssh public key with them, but that's just a little less slick than saying just: ssh terminal.shop
to connect.Re: New startup sells coffee through SSH
#48Re: New startup sells coffee through SSH
#49Interesting. I like this. No need for a cookie banner.
>No need for a cookie banner.
there was never a need