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.
Ask HN: What's your quarantine side project?
931–940 of 1001 posts
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
Re: Ask HN: What's your quarantine side project?
#932I'm working on a daily newsletter to curate interesting articles/blogs around personal finance and financial independence: launchpf.com
Re: Ask HN: What's your quarantine side project?
#933Spice up your video conferences with OBS compositing (allows you to do green screen, multiple cameras, etc)
Re: Ask HN: What's your quarantine side project?
#934Game 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/
[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?
#935The next, and first paid version of https://factfreaks.com. A math teaching tool.
Re: Ask HN: What's your quarantine side project?
#936Mine 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?
#937I 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?
#938I 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.
Re: Ask HN: What's your quarantine side project?
#939https://github.com/cnizzardini/cakephp-swagger-bake also combining various other cake libraries into a competitor to api platform for those who prefer to write code instead of comments (annotations) and YML.
Re: Ask HN: What's your quarantine side project?
#940I picked up my first open source maintainership: django-address.
Did my first triage release to pypi this past week. Learning about adding CI and all kinds of things about what it means to maintain a package on a popular web framework.