Live data from Hacker News

Ask HN: What are you working on?

news.ycombinator.com

121–130 of 1001 posts

Re: Ask HN: What are you working on?

#121
Building a better chatbot / automation platform called Abbot - https://ab.bot

My friend and I used to do a ton of Hubot scripting but wanted to use a language other than Coffeescript to do it. So, we built a bot that used C#... then we realized there was a lot of other stuff that we had to do to run a bot, so we built a platform to run it (and added support for Python and JavaScript while we were at it).

We handle all the annoying stuff about running a bot (hosting, persistence, secrets management, job scheduling) and add a bunch of other cool stuff on top (Triggers, which make it so that Abbot can respond to events from outside chat or on a schedule, a package manager so people can easily share skills, the ability to create some kinds of skills from inside chat, etc).

The timing of this Ask HN is perfect -- we've been running a beta for Slack users for the past few weeks and just started beta for Discord yesterday. We handle all the middleware so skills written for Abbot work in both Slack and Discord without any changes.

Everything is free during beta, and we'll always have a free plan for basic bot usage (we will probably tier based on the number of custom skills people have running).

If you do end up trying it out, please let us know you found out about Abbot from this thread -- just say `@abbot feedback I found this from HN!` or `@abbot feedback I came from Hacker News` or something similar. We're going to do something fun for our beta testers (probably have some fun stickers made). We love feedback, so even if you don't try it out; I'd love to hear why. My email is in my profile!

Re: Ask HN: What are you working on?

#123
It's an app for churches (or any live performance) to display and manage lyrics.

http://alpha.lyricscreen.com:6754/

I'm missing accounts and some of the more frilly features, like different fonts and backgrounds.

All the info is shared and HN could probably crash it. It's all synced live, so it's very (too) collaborative.

Re: Ask HN: What are you working on?

#125

I'm building a autolayout algorithm specifically [0] for software diagrams. The autolayout algorithm will be used for generating pretty software architecture diagrams from text that get you 90% of the way there, and then you can tweek it to perfection via a UI. I have an alpha out of the algorithm on https://terrastruct.com and it's by far the hardest thing I've worked on, and it mostly works, though I'm constantly f…

Neat! I love things that help engineers document their stuff better.

Re: Ask HN: What are you working on?

#126

An app to help couples learn each other's languages ( https://learncoupling.com ) My wife is Chinese, and I've been learning Cantonese and Mandarin off-and-on on my own for years. For many reasons, I recognize it's extremely difficult to make it work to acquire a language with the help of a romantic partner. I even had a friend who's wife was a doctorate in French language education but completely failed to use her a…

At first glance, I thought you meant languages in the metaphorical sense. I actually thought that sounded cool. Sort of like a gamified way of understanding what makes each other feel loved, etc. Just wanted to add this idea in there.

Re: Ask HN: What are you working on?

#130
A CMS written in Go. It’s still very early and it has the basics of user creation, multiple domain support, themes and user management by default. What will make it really powerful is plugins.

Plugins are still being developed and currently use the go plugin package which is really good for performance but can be bad for security and compatibility with versions and operating systems. I plan to either move over to using RPC instead or supporting both options.

Everything is available on GitHub under the MIT License.

https://github.com/uberswe/beubo

Post reply on HN