Show HN: Enter a message, delivery at a random time up to 6 months from now
11–20 of 56 posts
Re: Show HN: Enter a message, delivery at a random time up to 6 months from now
#12With Boomerang for Gmail, you can send a message/receive at a random time. You might want to ask them how popular it is before pushing forward.
Re: Show HN: Enter a message, delivery at a random time up to 6 months from now
#13Re: Show HN: Enter a message, delivery at a random time up to 6 months from now
#14Nice one :). Good tool to add a little randomness into life - several months is enough time to forget about all the messages one sent to one's friends. And then, one day, somebody gets the message and replies... :).
Re: Show HN: Enter a message, delivery at a random time up to 6 months from now
#15Re: Show HN: Enter a message, delivery at a random time up to 6 months from now
#16So how many messages have you gotten queued today?
Re: Show HN: Enter a message, delivery at a random time up to 6 months from now
#17Re: Show HN: Enter a message, delivery at a random time up to 6 months from now
#18That reminds me of something I've been thinking about again and again over the past years. Is there any reliable way to send myself a message that I would receive, say, 40 years from today. So far I haven't been able to come up with a good solution.
Re: Show HN: Enter a message, delivery at a random time up to 6 months from now
#19Re: Show HN: Enter a message, delivery at a random time up to 6 months from now
#20As a computer scientist, one wonders what kind of randomness? Is the date picked uniformly at random, or is there a bias involved (for example, a negative bias towards the coming days)?
my $sendAt = time + int(rand()*86400*30*5) + 86400*30;