Live data from Hacker News

Ask HN: What's your quarantine side project?

news.ycombinator.com

521–530 of 1001 posts

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

#521
As a full-time Asana[0] user with Bitbucket[1] (and Github[2]) I am missing so many features with regards to connecting these two services. Meet Astogi.com[3] which essentially does the following:

1) Automatically generate unique task IDs for all created tasks. (e.g. TA-12)

2) On push in Bitbucket/Github, post a notification in the Asana task that is mention in the commit message. (e.g. Changed login form to fix TA-12)

If anyone is interested hit me up! I'm in dire need of some good feedback. :)

[0] https://asana.com

[1] https://bitbucket.org

[2] https://github.com

[3] https://astogi.com

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

#523
Working on an online version of a party game I designed in college. I figured it could be a nice way for friends to reconnect and get their minds off the anxiety and tedium of lockdown. I want to use the Facebook Instant Games platform, but their documentation has been difficult so far.

Professionally, two different clients have postponed their projects until October, which is getting a bit worrisome. Some members of my team have been advised to propose summer projects that will help automate our engagements, because Q3 will be light, but then Q4 will be a deluge of chaos and demand.

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

#524
I have 2:

- [1]: I took a Coin Pusher arcade game and put together some electronics and software to make it playable through a Twitch stream. I thought it'd be fun to make and an interesting idea (especially with people being stuck at home), but it hasn't really gained much traction. It's currently a functional "MVP", but I haven't gotten any players so I can't figure out how to iterate and improve it. I built it using NodeJS, C++, a Raspberry Pi, an Arduino, a 3D printer, and an assortment of electronic components.

- [2]: Rebuilt my personal website. I've been hoping to write more (mostly for my own sake). One of the things that was mentally impeding me from writing was being afraid of being incorrect. I like to learn, but I think I'm a slow learner and don't always get things right the first time around. However, I tend to usually figure it out. I think writing could help me through that process (and potentially other people that are learning as well), so I think it'll be easier if I approach my writing with that perspective. I built it using GatsbyJS and its hosted with Netlify.

[1]: https://www.twitch.tv/coinarcadelive [2]: https://www.andrew-nguyen.com

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

#525
Been trying to complete a project I started back in college: codeexplainer.org . It's nothing fancy, built with a MERN stack and currently trying to get it deployed on AWS.

My hope is that I can integrate multiple languages (only supports vanilla.js at the moment) and eventually allow highlighting to explain "sentences" instead of just keywords.

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

#528
1. GitHub CSV Tools (https://github.com/gavinr/github-csv-tools) - import/export issues from GitHub

2. split-polygon-demo (https://gavinr.github.io/split-polygon-demo/) - demonstrates the ~4 geographical operations you can perform to split a polygon into n roughly equal area polygons.

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

#530
Quarantine (https://quarantine.softwarerero.com/) models a worst case scenario for getting herd immunity.

Duobiblo (https://app.duobiblo.com/) allows to practice a language showing chapters of the bible side-by-side with a language you already know. I learn Portuguese currently on Duolingo, which inspired the name. If a browser supports the Web Speech API for the given language it is also possible to let the browser read the text.

Post reply on HN