So clearly defined... #define FINAL_EPOCH_TIME_SECONDS 2895868800 // this is the expected epoch time of your life expectancy Which is October 7, 2061, a rainy Friday.
Arduino Death Clock
41–50 of 64 posts
Re: Arduino Death Clock
#42Earlier quoted context omitted.
It won't, but it will still be displayed when rendering the readme, just like if it were hosted on any other webserver. Of course only as long as the webserver is around, but still better than adding several MB to your repo just for a few screenshots.
If it's only a few MB, I'd value the ability to backup the image together with the rest of the repo more than shaving a few MB off the repo. (Also, hi Kilian. Long time no see.)
And hi!
Re: Arduino Death Clock
#43Re: Arduino Death Clock
#44So clearly defined... #define FINAL_EPOCH_TIME_SECONDS 2895868800 // this is the expected epoch time of your life expectancy Which is October 7, 2061, a rainy Friday.
Re: Arduino Death Clock
#45Split format (ymd/hms) doesn’t feel as fatal to me as e.g. 1 167 607 224 seconds remaining, where each week eats 0,05% and each year is ~ 31 557 000. It would be also nice to make time much slower at the beginning and much faster towards the end, as it really is IRL.
> It would be also nice to make time much slower at the beginning and much faster towards the end, as it really is IRL. I find this effect kind of terrifying. I'm in my early 30s and would estimate my perception of time is at least 3x as fast as it was before age 16 or so, maybe 4x. It's definitely getting worse. Even assuming some leveling off, I'm guessing a year at age 70 will feel about as short as a kid's month.
Re: Arduino Death Clock
#46Read Michael Ende's 'MOMO' to realize that one can not 'waste time'! I should do so again as well. One tends to forget while being in the rat race.
Re: Arduino Death Clock
#47Cool - it'd be fun to wear one of these on your sleeve, and glare meaningfully at it when people start droning on about nothing in a meeting or whatever. Although, it'd also be some embarrassing morbid irony if you run into an accident somewhere.
> Cool - it'd be fun to wear one of these on your sleeve... ... with your time remaining written in big green digits? https://en.wikipedia.org/wiki/In_Time
Re: Arduino Death Clock
#48I’ve seen a similar low-tech version of this clock (sorry I can’t find a link). You setup two jars. Fill one with 365 * (years of life left). In the morning you move a single bead from the full jar to the empty one. It’s supposed to help you visualize “spending” your days, and encourages you to live them more deliberately.
Re: Arduino Death Clock
#49ATmega's EEPROM has a lifetime of 100k write/erase cycles. The program stores current time every 10 minutes, giving it ~2 years of lifetime. It looks like the clock will die long before you.
Re: Arduino Death Clock
#50Read Michael Ende's 'MOMO' to realize that one can not 'waste time'! I should do so again as well. One tends to forget while being in the rat race.