Live data from Hacker News

Devzat – Chat over SSH, with some nice quality-of-life features

github.com

91–100 of 111 posts

Re: Devzat – Chat over SSH, with some nice quality-of-life features

#91
I love stuff like this. I made a widget for MacOS where you can see incoming |hi messages sent to your Urbit, as a kind of poor man's p2p chat. But I didn't add a feature to send hi messages, so you still need a CLI for that.

You can see what it looks like here: https://www.youtube.com/watch?v=_bAx4Jx39jE&t=384s

(it's the widget in the bottom right of the screen)

Re: Devzat – Chat over SSH, with some nice quality-of-life features

#92
post #23

Cool, the source code is amazingly readable. Also love the sense of humor :-D such as https://github.com/quackduck/devzat/blob/main/commands.go#L1...

When I read this comment, thought good readability it’s got to be Go

why is this downvoted?

Re: Devzat – Chat over SSH, with some nice quality-of-life features

#93
post #78

Earlier quoted context omitted.

customize https://github.com/gliderlabs/ssh I use it for funky.nondeterministic.computer

Thanks for the link! However, I will not touch the Google programming language.

lol

Re: Devzat – Chat over SSH, with some nice quality-of-life features

#95

I have a Raspberry Pi running a read-only server where some friends and I have a "poor man's IRC" chat, in that we all log in from Termux and post messages to one another using `wall`. It's absolutely ridiculous and I love it.

Install `finger` and you've practically got a social media platform.

Re: Devzat – Chat over SSH, with some nice quality-of-life features

#96
post #59

Earlier quoted context omitted.

"I suppose this will also lock the user out of sftp and scp?" No it wont! The specified command might provide sftp, scp, telnet or stream a film.

I stream a film at funky.nondeterministic.computer on port 22

hah

made me laugh

Re: Devzat – Chat over SSH, with some nice quality-of-life features

#97

I have a Raspberry Pi running a read-only server where some friends and I have a "poor man's IRC" chat, in that we all log in from Termux and post messages to one another using `wall`. It's absolutely ridiculous and I love it.

Install `finger` and you've practically got a social media platform.

I’m trying to google finger and all I get is fingerprint software

Re: Devzat – Chat over SSH, with some nice quality-of-life features

#98

Earlier quoted context omitted.

Install `finger` and you've practically got a social media platform.

I’m trying to google finger and all I get is fingerprint software

https://en.wikipedia.org/wiki/Finger_(protocol)

An old, old Internet protocol that was used to get information on a user, and could be used by users to post updates from their .plan files. Essentially plaintext social media for people with Internet connections in the 80s and (early-ish) 90s.

Re: Devzat – Chat over SSH, with some nice quality-of-life features

#99

I have a Raspberry Pi running a read-only server where some friends and I have a "poor man's IRC" chat, in that we all log in from Termux and post messages to one another using `wall`. It's absolutely ridiculous and I love it.

Install `finger` and you've practically got a social media platform.

.plan was the original status update.

Re: Devzat – Chat over SSH, with some nice quality-of-life features

#100

Earlier quoted context omitted.

I’m trying to google finger and all I get is fingerprint software

https://en.wikipedia.org/wiki/Finger_(protocol) An old, old Internet protocol that was used to get information on a user, and could be used by users to post updates from their .plan files. Essentially plaintext social media for people with Internet connections in the 80s and (early-ish) 90s.

I had that "oh crap, I'm old" moment when my initial reaction was "what? You've never heard of finger?!" and then I remembered I last used it in the late 90s.

I'm glad your reaction was to assist the young folks. :)

Post reply on HN