Live data from Hacker News

Show HN: I made Devzat – It's like Discord but in the terminal, over SSH

news.ycombinator.com

51–60 of 154 posts

Re: Show HN: I made Devzat – It's like Discord but in the terminal, over SSH

#51

i knew the name looked familiar... there's already a hackthebox out for it: https://www.youtube.com/watch?v=QEgtbzS1Pyc

I know! An longtime user of Devzat made it

that's awesome. i recently built an ssh management interface using some of the same libraries, i'll be sure to check it out.

Re: Show HN: I made Devzat – It's like Discord but in the terminal, over SSH

#52

Earlier quoted context omitted.

Discord is one of the most popular chat platforms. Imagine IRC, but more modern and the developers actually care about UX.

But unfortunately it is highly censored. And if you're part of any community that is banned, your account is banned as well. It happens often. Something I experienced, as a former member of a nootropics server. I don't find the service very trustworthy, but I think that if you're a gamer, it may work out just fine for you.

Reminds me of a time when a dedicated anti-malware server was temporarily deleted (probably due to the amount of malware samples being sent)

Re: Show HN: I made Devzat – It's like Discord but in the terminal, over SSH

#53

Earlier quoted context omitted.

idk, i didn't exist when IRC was the hip thing

You might wanna check it out. Things like code quotes and expand/collapse would be cool to add to an IRC client. I think some clients already support emoji as it's just UTF8? It's common for IRC users to use IRC from a terminal client on their desktop. If they have a remote server they'll ssh into a box and use their terminal client there. They'd also use a screen session to keep their IRC client running 24/7 so they…

Great post! Minor nit: eggdrop is an old bot written in TCL. People use "bouncers" like BNC and ZNC to proxy IRC through a shell to keep themselves connected, and other features.

I don't know why we keep reinventing IRC.

Re: Show HN: I made Devzat – It's like Discord but in the terminal, over SSH

#54
post #16

After living through Google Chat going down while handling a server incident at work, I created an internal, encrypted chat system in order to have an alternative in case our regular communications channel is down. However the actual chat part of it is very barebones with a simplistic JSON-based protocol and a simplistic IRC-like interface - quite unlike devzat. I wonder how hard it would be to untangle the authentic…

Would an internal Matrix homeserver meet that need?

Re: Show HN: I made Devzat – It's like Discord but in the terminal, over SSH

#56
post #55

Back in the mid 90's, I used to hang out on what was called vrave, a telnet based chat hosted at hyperreal.org (Apache's' Brian Behlendorf's rave archive/culture site). This is definitely making me nostalgic for it.

Strange. I reported to Brian for years. He’s moved on, for now, I guess?

Re: Show HN: I made Devzat – It's like Discord but in the terminal, over SSH

#57

> It's like discord but in the terminal, over SSH so it's IRC?

IRC never used SSH.

not directly, no, but one of the most common ways to maintain a persistent IRC session is to ssh to a server somewhere (typically not on a residential or dynamic internet connection) and then run your CLI irc client like ircII, bitchx or irssi inside of a gnu screen session, or inside of tmux.

Re: Show HN: I made Devzat – It's like Discord but in the terminal, over SSH

#58
> Also an interesting issue: bots that go around trying to brute force ssh into random IPs with common usernames. My current solution is banning if rapid successive joins are detected.

I should've read this before trying to connect 100 usernames in parallel.

Re: Show HN: I made Devzat – It's like Discord but in the terminal, over SSH

#59
post #56
post #55

Back in the mid 90's, I used to hang out on what was called vrave, a telnet based chat hosted at hyperreal.org (Apache's' Brian Behlendorf's rave archive/culture site). This is definitely making me nostalgic for it.

Strange. I reported to Brian for years. He’s moved on, for now, I guess?

I think most ravers from that time period have moved on. :)

Re: Show HN: I made Devzat – It's like Discord but in the terminal, over SSH

#60

> Also an interesting issue: bots that go around trying to brute force ssh into random IPs with common usernames. My current solution is banning if rapid successive joins are detected. I should've read this before trying to connect 100 usernames in parallel.

[deleted]
Post reply on HN