Live data from Hacker News

Ask HN: What's your quarantine side project?

news.ycombinator.com

131–140 of 1001 posts

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

#131
Creative writing website for people to write silly hyperfiction novels together. It's closed beta, but over the last month a handful of us have written about eighty chapters totaling about the length of The Lion, the Witch and the Wardrobe. We're slowly looking for more writers that like doing round-robin-ish fiction like that. The site ends up owning the content but it's doubtful it will ever end up truly publication quality - it's mostly about just the fun of riffing off each other's submissions. The first version of the site existed almost 25 years ago so there are a lot of in-progress stories, I just brought it back to life with updated tech because of the virus.

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

#133
https://wearehearted.com

A platform that brings together people that are mentally struggling with isolation due to Corona with screened volunteers ("Hearts") that have a professional background in psychotherapy or social work (for free). The technical implementation is a huge hack right now but it works and our 50+ hearts are having video sessions with people from all over the world every day!

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

#134
I've launched a side project to let people track the outcome promises/predictions made by public figures and popular Twitter accounts, as I find unrealistic predictions and outright lies can be very damaging:

https://ontherecord.live

The stack is Django + Gunicorn / nginx, PostgreSQL and some Intercooler.js and vanilla JS to make the experience smoother.

I've also been trying to learn Elixir + Phoenix, as I find some of the concepts (e.g. LiveView) very promising.

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

#135
Built a platform for people to play social games with friends and family over Skype/Zoom.

https://ziago.co

So far 8 games, adding more weekly. Games follow the same code patterns, so about a week to add one.

Everything runs on Firebase, needed something to launch quickly with real-time capabilities. Vue on front-end.

Would love some feedback.

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

#138
I'm a teacher, and these days I frequently need to email the grades to my students. I created a tool where you can upload a spreadsheet containing name, email, grade, etc of the students and write an email template that references those columns. You can try it here: https://sheetmailer.io (you get 30 free emails to start).
Post reply on HN