Live data from Hacker News

Ask HN: What's your quarantine side project?

news.ycombinator.com

671–680 of 1001 posts

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

#671
I've been working on a "newsbetting" site. Basically, you get a de-titled article and have to place a bet whether you think the source has a right leaning bias or left leaning bias. The idea is this betting market will force people to contend with their biases which will then reduce the proliferation of fake news. Theoretically

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

#672
I made a national organization (AARP) change course and issue corrections regarding their Coronavirus volunteer program with a single blog post on Medium. (They had been sending members to an open, Google spreadsheet where their info was public). https://medium.com/@doncarlitos/maintaining-privacy-while-vo...

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

#673
1. https://www.puzzletradr.com/: A Classifieds website to trade puzzles. MVP built with WordPress before building something from scratch

2. Lots of baking with my girlfriend. This turned out to be a ton of fun

3. Studying for the AWS CSA Associates test on Linux Academy

4. Rebuilding my LinkedIn and resume. Way more time consuming than expected

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

#674
I've been working on adding diff support to a tool I created a while back for interactive rebases in Git. It's been interesting digging into libgit2 and the Rust bindings.

https://github.com/MitMaro/git-interactive-rebase-tool

The tool/utility provides an easy interface for managing the interactive rebase TODO file. It's heavily inspired by vim and I have plans to expand the functionality.

I had tried a similar tool that was written using Node.js but that seemed like overkill. After ranting about the lack of a good tool, my co-worker at the time challenged me to write it that evening after work. I added to the challenge that I would write it Rust since I had not used the language before and I had heard several good things about it. After hacking away for several hours that evening, I had a working prototype to show at work the next day. Since then the project has evolved a lot and it's gained some traction. It now has a small community behind it, which is really awesome!

Post reply on HN