Live data from Hacker News

Ask HN: What's your quarantine side project?

news.ycombinator.com

931–940 of 1001 posts

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

#931
I've been working on an iMessage API, been able to learn a ton about Node.js in the backend. Website is built with React: sendblue.co

Has anyone else been perfectly ok with the quarantine? I can learn, build, explore, and I don't even have to interact with anyone. I guess seeing friends is nice, but I don't miss it.

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

#934
Game Tools:

- Visual Tech Trees (React, javascript) [0]

Games:

- Slay the spire + pokemon (React, javascript) [1]

- HN Comments Matcher (Phoenix, elixir) [2]

[0]: https://ldd.github.io/react-tech-tree/

[1]: https://ldd.itch.io/nu

[2]: https://hn.lddstudios.com/

[0-source]: https://github.com/ldd/react-tech-tree

[2-source]: https://github.com/ldd/hn_comments_game

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

#936
Mine is pretty vanilla; I built a home server for development/media. It's been probably 13 years since I built a computer so the experience of researching parts, etc was fun. My wife appreciates it's almost totally silent :)

It's been a great project so far; using it to learn Prometheus, pick up more Go development, host my own NextCloud, and run Plex and a Minecraft server.

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

#937
I have been working on https://bifocalnews.com -- a news feed that scrapes political subreddits. This allows for a democracy-driven news feed with explicit bias stated for each article. Started this site for myself after realizing I had nowhere to go to get reliable political perspectives from both sides on popular topics, and I do not like that major news corporations get to choose what is on the front page.

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

#938
I created https://www.pullchecklist.com, a Github tool that surfaces contextually relevant checklists for Pull Requests. I built it to scratch an itch of a common problem at work. Some of the member of my team were tired of manually checking Github checklists because they were not relevant to the PR they were reviewing. This tool layers conditional logic on top of Github's checklist functionality.
Post reply on HN