Monday, April 3, 2023

Show HN: Shhhbb, an SSH BBS https://ift.tt/CdRyNqo

Show HN: Shhhbb, an SSH BBS Hello all :) I made this BBS for fun and thought you all would enjoy it. It's not perfect, but it's been a fun exercise! see it: https://ift.tt/t4xLWpM try it: ssh -p 2223 shhhbb.com host it: https://ift.tt/P2mL0fz why? Every year I challenge myself in some new way, this year it is to push one project per week. You might recognize my static site generator [0] or my releaser for go [1] from previous posts as one of these weekly projects. If you want to join me in doing this, it's been a blast and I highly recommend it! Maybe we can chat on the bbs about it :) [0] - bearclaw tiny static generator - https://ift.tt/mr5MeQ8 [1] - release.sh release builder for go - https://ift.tt/mr5MeQ8 need: I'd love a few co-conspirators, or even some new friends for the bbs software or the bbs itself. A lofty nice-to-have goal is meeting a few other similarly motivated people to conspire with on a weekly basis. If that's you, drop me a line! goals: I have about half of an admin interface endpoint pushed up, which I'd like to finish. I realized mid-commit that I'd lacked some other material in a previous commit, and in pushing it up, I ended up pushing half the admin feature. Stay tuned for that. I'd also like to implement a feature where I surrender the socket to a new process so I can upgrade the binary without dropping all of the connected users. I'm not sure on the feasibility of this, but all the words fit together, so it'll be tried. https://donuts-are-good.github.io/shhhbb/` April 2, 2023 at 10:10PM

Sunday, April 2, 2023

Show HN: PizzaGPT – ChatGPT clone accessible from Italy https://ift.tt/hIn1XKk

Show HN: PizzaGPT – ChatGPT clone accessible from Italy https://ift.tt/TxENZAm April 2, 2023 at 06:03AM

Show HN: Jarvis AI – your dedicated concierge for anything https://ift.tt/QGDPmlh

Show HN: Jarvis AI – your dedicated concierge for anything https://usejarvis.ai/ April 2, 2023 at 05:08AM

Show HN: SiteGPT – Create ChatGPT-like chatbots trained on your website content https://ift.tt/XHaSAt7

Show HN: SiteGPT – Create ChatGPT-like chatbots trained on your website content https://sitegpt.ai April 2, 2023 at 04:06AM

Show HN: Rock Paper Scissors Online Game https://ift.tt/YCvdntD

Show HN: Rock Paper Scissors Online Game I created online rock paper scissors game with Nuxt.js and node.js (socket.io) https://ift.tt/gmfT0l4 April 2, 2023 at 02:25AM

Show HN: A Google Reader-inspired RSS reader https://ift.tt/fuat5NK

Show HN: A Google Reader-inspired RSS reader https://ift.tt/o0jWhtr April 2, 2023 at 12:27AM

Show HN: Build your own no-code editor with Reka.js https://ift.tt/czq5OGU

Show HN: Build your own no-code editor with Reka.js Much of the complexity surrounding building no-code editors come from architecting the state management system to power such editors: how can we allow end-users to create and edit entire UI components directly from the browser? Reka solves this by providing an AST-powered state system that enables end-users to create UI components that are nearly as complex as ones that developers could write in code; along with an interpreter to efficiently compute an output that could be rendered on the browser. Furthermore, Reka provides additional extensions, such as enabling real-time collaboration via CRDTs; or you could build a custom extension to support additional functionalities such as a commenting system. All that's left is for you to build your own UI abstractions on top of Reka — designing your editor UI/UX and providing easy-to-use buttons/controls for your end-users to mutate the underlying state in Reka. Github: https://ift.tt/qBCE4pb https://reka.js.org April 1, 2023 at 05:00PM

Show HN: Pocket2Linkding – Migrate from Mozilla Pocket to Linkding https://ift.tt/IwYJfju

Show HN: Pocket2Linkding – Migrate from Mozilla Pocket to Linkding With the Mozilla Pocket shutdown coming up in about two weeks, I thought ...