Live data from Hacker News

Ask HN: What's your quarantine side project?

news.ycombinator.com

871–880 of 1001 posts

Re: Ask HN: What's your quarantine side project?

#872
This is one of the best threads here!

I created a tool that lets you create ebooks from RSS feeds and send them to your Kindle.

I follow several long-form blogs, and I really prefer to read them on the kindle, so this was my attempt to solve this problem.

If anyone else has the same problem, I'd like to get feedback and feature requests!

https://github.com/mcouthon/r2k

Re: Ask HN: What's your quarantine side project?

#874
I am working on Dwata, a (planned to be) power admin that is language/framework agnostic. Works with SQL and third party APIs (Stripe, Mailchimp, etc.) and has tons of team collaboration features, things that I have seen repeatedly in my 14 years/10 startups experience.

Self-hosted and open source, but I surely want to make a living off this.

https://github.com/brainless/dwata/tree/develop

I am working on this full-time, daily. The README is a bit out of date.

Re: Ask HN: What's your quarantine side project?

#876
I'm working on an app that tracks errors in your applications. Currently, it supports NodeJS servers and JS frontends. It reports detailed information about the error like console logs, code snippets, stacktrace, occurrences with timestamps, previous user interactions and custom data. In addition, it allows you to track data about your websites visitors such as page views, unique visitors, sessions, time on page, referrers and device data. It's all done in a very transparent manner with as little data as possible. It's written in Go and React and is completely open-source and can easily hosted by yourself.

https://github.com/jz222/loggy https://github.com/jz222/loggy-client

Re: Ask HN: What's your quarantine side project?

#877
https://github.com/Qu4tro/git-bookmark

A simple git subcommand to keep your browsing sessions together with whatever repository relates to the session.

It's kinda trivial, but learned a few different things, mostly about git and BATS.

For example:

     git checkout --orphan
As its name suggests, creates a branch without a parent. Pretty trivial, but I hadn't encountered it before.

It's tested, CI integrated, already in use.

Re: Ask HN: What's your quarantine side project?

#880
My consulting work is pretty quiet right now so I'm working lots on Trolley [1] - my payments tool.

Lots of people right now seem to be looking for new ways to get paid / make money / start little businesses from home, and being able to send quick payment links over social / SMS seems a common requirement. (a 2nd / 3rd-order COVID effect I guess!)

Things are taking off for Trolley - acquiring 1-2 new customers a day right now :) Trolley is still just me, so I'm plenty busy!

[1] - https://trolley.link

Post reply on HN