Live data from Hacker News

Ask HN: What's your quarantine side project?

news.ycombinator.com

831–840 of 1001 posts

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

#832
I've also made quite a bit of bread - very satisfying first thing in the morning.

I used the change in routine to put spare time into launching a specialty coffee indexing site[1]. I've been thinking about it for +1 year.

Still working on the backend and the ultimate goal is to tell you when harvests from producers you've liked before are back on sale (i.e. I liked this coffee last year, what might I like this year), and build a kind of engine to recommend coffees.

(It's also a testbed for ruby continuous deployment with Docker!)

[1] https://www.coffeesindex.com/

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

#834
I wrote a system so that people can help me to identify the steam traction engines featured in each one of my photograph collection.

The premise of the system was simple, you view a pic, type in the registration / license plate then move to the next. It has only three options, add, none visible or same as previous.

The system is offline at min whilst I prepare more images but here is a screen grab:

https://i.imgur.com/qWSiUEV.png

I advertised the link on a forum which I post on and was amazed at the response. The first 10k images I'd prepared were indexed within 24hrs and then a second batch of 20k in the same timeframe. The quality of results was very good, less than 5% error rate.

Ultimately I am going to choose the best and add them to a web site.

Some guys have said they'd like a similar system for their own photos. I suspect there could be a solution there for things like railway / transport photograph community.

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

#836
As an Android developer, it was hard for me to find a place to copy & paste deeplinks on a device that didn't have Slack. So, I created a lightweight Android app that allows you store any time of link and open it: https://play.google.com/store/apps/details?id=com.appdex

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

#838
The TDA, biggest art student competition in Europe, was scheduled in Barcelona in April. Because of COVID-19 it was impossible for the few thousands students to meet there. So I made a mobile app to host the competition online, which replicated all the rules of the traditional contest. It got around 2000 signups during the week of the contest and made the competition possible remotely. I decided to keep it live and run new contests for artists everywhere in the world during lockdown. You can check it out and vote for your favorite artists, or join the contest yourself, there : https://greatest.app.link.

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

#839
https://istqb-glossary.page - I got frustrated with the official ISTQB glossary page, so I made my own. Scraped their data via (terrible, terrible) search API, published it all as a hugo page. Nothing spectacular, but it serves a purpose. You can link to a specific term with relative ease, see available translations and synonyms, and if I come around to adding extra content (like youtube videos or articles explaining concept - see https://istqb-glossary.page/boundary-value-analysis/), then the page will morph into place for learning more about testing concepts - the glossary itself might be a little... dry.

All contributions are welcome, however we're working 2 fulltime jobs and care for a 3 yo in lockdown, so time to work on this project is a luxury.

Post reply on HN