Show HN: Interactive Calendar of Your Life, Inspired by WaitButWhy / Kurzgesagt
1–8 of 8 posts
Re: Show HN: Interactive Calendar of Your Life, Inspired by WaitButWhy / Kurzgesagt
#2Time is limited and precious. Hope this little app will help people gain some perspective and play around with their history.
Any feedback is greatly appreciated.
Code is available at https://github.com/henk23/your-life/
Re: Show HN: Interactive Calendar of Your Life, Inspired by WaitButWhy / Kurzgesagt
#3Reminds me of https://chrome.google.com/webstore/detail/mortality-death-cl..., which does the same but on the new tab page in Chrome. The only problem is that one gets adapted to it and stops noticing it.
Re: Show HN: Interactive Calendar of Your Life, Inspired by WaitButWhy / Kurzgesagt
#4Reminds me of https://chrome.google.com/webstore/detail/mortality-death-cl... , which does the same but on the new tab page in Chrome. The only problem is that one gets adapted to it and stops noticing it.
What a cool plugin. Didn't know it, thanks :)
Re: Show HN: Interactive Calendar of Your Life, Inspired by WaitButWhy / Kurzgesagt
#5I'm going for a similar visualization with my "year-in-pixels" project aimed primarily at spotting trends in mood and/or health symptoms, but I wanted it to be adaptable. Hence the name: https://howsyourblank.com
Re: Show HN: Interactive Calendar of Your Life, Inspired by WaitButWhy / Kurzgesagt
#6I'm going for a similar visualization with my "year-in-pixels" project aimed primarily at spotting trends in mood and/or health symptoms, but I wanted it to be adaptable. Hence the name: https://howsyourblank.com
That actually looks really cool and mature. Since when have you been working on it?
What technology did you use?
Re: Show HN: Interactive Calendar of Your Life, Inspired by WaitButWhy / Kurzgesagt
#7Seems good but I am constantly getting "Error saving to local storage. Can't read property setItem of null".
Re: Show HN: Interactive Calendar of Your Life, Inspired by WaitButWhy / Kurzgesagt
#8Seems good but I am constantly getting "Error saving to local storage. Can't read property setItem of null".
Mhh, that's unfortunate. Either you have cookies disabled or you're using a browser that doesn't support localStorage.
The app needs it because otherwise all is lost when you close the tab.