Hacker News new | ask | show | jobs
by nene 5365 days ago
> Remind me to call my wife before I leave work

Might be implemented as:

while (get_location() == work) { sleep(1min); }

go_back_in_time(10min);

trigger_reminder();

1 comments

>go_back_in_time(10min);

time.h certainly got a lot more features since the last time I used it...