Live data from Hacker News

Ask HN: What is your current side-project?

news.ycombinator.com

71–80 of 137 posts

Re: Ask HN: What is your current side-project?

#74

Scratched my own itch on a few things recently ... Simple mood/symptom tracker: https://howsyourblank.com I have almost six months of data in it myself, and I am excited to see what my "year-n-pixels" looks like at the end of the year. Leaderboard app: https://leaderboardhq.com My family plays a card game that includes 9 rounds with a cumulative score. This app is tailored for that, but I made it generic enough with…

nice. what stack do you use?

Re: Ask HN: What is your current side-project?

#75
post #74

Scratched my own itch on a few things recently ... Simple mood/symptom tracker: https://howsyourblank.com I have almost six months of data in it myself, and I am excited to see what my "year-n-pixels" looks like at the end of the year. Leaderboard app: https://leaderboardhq.com My family plays a card game that includes 9 rounds with a cumulative score. This app is tailored for that, but I made it generic enough with…

nice. what stack do you use?

I primarily build in python/flask with mysql.

How's Your Blank is a javascript app with https://userbase.com serving as the backend to keep the user data encrypted and out of my hands.

Re: Ask HN: What is your current side-project?

#77
Playing with a site that displays a bunch of stats about your (my) team's dev 'health' based on GitHub (eventually others?) PRs. Fun little web app so far and I like to see the things I think are good indicators. Next wave of work I'm thinking about after the base stats is to automate everything and proactively warn me to look at things that seem to need attention (PRs that are 'stuck', certain reviewers over/underloaded, certain authors not getting reviews at the same rate as everyone else, etc etc etc). I like it but I have far more ideas than time to implement them at the moment.

Re: Ask HN: What is your current side-project?

#78
post #74

Earlier quoted context omitted.

nice. what stack do you use?

I primarily build in python/flask with mysql. How's Your Blank is a javascript app with https://userbase.com serving as the backend to keep the user data encrypted and out of my hands.

didn't know userbase, seems interesting, thanks!
Post reply on HN