Ask HN: What's your quarantine side project?
841–850 of 1001 posts
Re: Ask HN: What's your quarantine side project?
#842I want a a basic crud application that allows users to log events in their life by date, journal, or more blog in longer form the day to day experiences they've had during the pandemic.
Re: Ask HN: What's your quarantine side project?
#843Re: Ask HN: What's your quarantine side project?
#844Raspberry pi garage door opener build with React+NodeJS.
Admin panel | User roles | Signup/Login flows | responsive | Progressive web app
Re: Ask HN: What's your quarantine side project?
#845Re: Ask HN: What's your quarantine side project?
#846Also trying to clean up https://geo-yak.com and https://yak-mu.com, which are IP Geolocation charts for visitors, and SQL analytics for Stripe. I made both to scratch my own itch, but trying to market them a bit too.
Re: Ask HN: What's your quarantine side project?
#847But exactly the opposite happened. After a sharp collapse in visitor numbers in the first days of the crisis, they shot up again. More than I knew from before. That was astonishing but in retrospect logical: because here in Germany there was no real curfew, only a ban on contact with other people. So people probably thought: before I lounge around at home, I'll do something for my health and fitness. You can also tell from other comments here that fitness projects have worked. That motivated me to do my project even more intensively, because I realized that it is important to people.
Re: Ask HN: What's your quarantine side project?
#848Compared to EF, you author your projections in a sandbox where you can get familiar with your data as you build up your projection. Compared to stored procs, your queries are versioned and distributed with the app. Compared to Dapper and ADO, your SQL lives in a real environment and you have zero mappings to maintain. This ought to change the world, no?