TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: SSH Devzat.hackclub.com

9 pointsby quackduckalmost 4 years ago

3 comments

quackduckalmost 4 years ago
Devzat is chat, but over ssh in your terminal<p>People who join tell me it&#x27;s like &quot;the ol&#x27; days of IRC&quot; lol:<p>There&#x27;s markdown support builtin, DMs, rooms, even emoji so &quot;:rocket:&quot; becomes &quot;&lt;hn removes emoji&gt;&quot;. And because there&#x27;s markdown support, there&#x27;s even syntax highlighting. There&#x27;s also a very stupid if-else bot named devbot.<p>Also if a firewall blocks port 22, you can use &quot;ssh devzat.hackclub.com -p 443&quot; to join.<p>Btw this was #3 on Product Hunt :D - <a href="https:&#x2F;&#x2F;producthunt.com&#x2F;posts&#x2F;devzat" rel="nofollow">https:&#x2F;&#x2F;producthunt.com&#x2F;posts&#x2F;devzat</a><p>Give it a star if you like it! It&#x27;s my first big Go project. Apparently making PRs to Devzat is pretty easy.<p>Tech details:<p><pre><code> I&#x27;m using the gliderlabs&#x2F;ssh lib And the emoji and markdown comes from michaelmure&#x2F;go-term-markdown I don&#x27;t store IPs, I hash them first (used for bans and to show who all have connected). Yes, I know about shazow&#x2F;ssh-chat, it&#x27;s the inspiration for Devzat! I made Devzat completely independently tho (shazow just let me know it was possible) because it wouldn&#x27;t work here for some reason. If you have concerns over whether the server really is running the code posted online, make sure to disable ssh key forwarding just in case. </code></pre> - Ishan<p>A random 16 year old guy
sampoderalmost 4 years ago
cool project!
评论 #27589609 未加载
cole-wilsonalmost 4 years ago
Wow! This is so awesome.
评论 #27595201 未加载