That's exactly the kind of existential crisis I was looking for on a Saturday night.
I know, right? Apparently I'm at 54% completion of my life...
Death Clock
171–180 of 205 posts
Re: Death Clock
#172I built another version of this about 30ish years ago, you can see it now at www.deathclock.com. I sold the site about 15 years ago (helped pay for an adoption). It was my first "successful" website, getting near 5 million views per day. It was also a useful programming exercise (learned the painful way that one ColdFusion function wouldn't support large numbers and others would, so had to do so wrangling to get the…
Re: Death Clock
#173Re: Death Clock
#174Re: Death Clock
#175I’d say lower your expectations even further to reach true happiness: always expect to die tomorrow and adjust your lifestyle and the way you treat your loved ones accordingly. Or in Montaigne’s words: to philosophize is to learn to die http://homepages.wmich.edu/~rvr5407/3140readings/That%20to%2...
The real trick: expect to die in a minute . No joke. The Buddhist perspective gets into that. The idea of dying tomorrow sets you up to worry about making the most of the future of the rest of the day, and you're still not really present. When we consider that these few breaths or bites or moments might be our last, we can release all the clinging and aversion because it's too late to do anything but be profoundly aw…
Re: Death Clock
#176This is so depressing, and I am left with just over 60%.I can't imagine how someone would feel with just 10% or even less..
Re: Death Clock
#177Earlier quoted context omitted.
I appreciate the idea, but what about preparing for the future? Money spent now doesn’t compound for later. I’m concerned about not being a burden later or leaving my wife without enough. There is surely a balance but without a crystal ball I wonder how to find it.
There's life insurance.
Re: Death Clock
#178I would guess this is due to a disagreement between some part of the code that thinks there are 28 days in every February and another part that is aware that there are 29 days in a leap year. But it's odd that the bug shows up one-third of the way through February, instead of halfway through February, as I would expect if it were rounding to the nearest day. Quite a strange bug; it suggests that date calculations must have been done ad-hoc instead of using a well-tested date library.