I always love seeing clever ways to be random. Hadn't considered this one but it's a pretty good idea, and I'm sure there are even better ways to run with the basic concept (maybe analyzing color values of recent pinterest or instagram photos). If you can find a private source of community-driven-randomness that'd be even better.
I wonder whether pictures would be a good source. I could see strong leanings towards blue (sky, water) and green (vegetation), and maybe also grey (concrete, asphalt). Would be interesting to do a collective histogram over a wide array of images and see if colors tend to average out or if there's clear peaks.
Show HN: Birdseed – A silly way to get random numbers by hashing tweets
11–20 of 24 posts
Re: Show HN: Birdseed – A silly way to get random numbers by hashing tweets
#12I always love seeing clever ways to be random. Hadn't considered this one but it's a pretty good idea, and I'm sure there are even better ways to run with the basic concept (maybe analyzing color values of recent pinterest or instagram photos). If you can find a private source of community-driven-randomness that'd be even better.
I wonder whether pictures would be a good source. I could see strong leanings towards blue (sky, water) and green (vegetation), and maybe also grey (concrete, asphalt). Would be interesting to do a collective histogram over a wide array of images and see if colors tend to average out or if there's clear peaks.
Re: Show HN: Birdseed – A silly way to get random numbers by hashing tweets
#13Re: Show HN: Birdseed – A silly way to get random numbers by hashing tweets
#14I always love seeing clever ways to be random. Hadn't considered this one but it's a pretty good idea, and I'm sure there are even better ways to run with the basic concept (maybe analyzing color values of recent pinterest or instagram photos). If you can find a private source of community-driven-randomness that'd be even better.
Other sources of randomness are https://en.wikipedia.org/wiki/Special:Random or https://news.google.com . The URLs could be parameterized to request a random language, too.
Re: Show HN: Birdseed – A silly way to get random numbers by hashing tweets
#15I always love seeing clever ways to be random. Hadn't considered this one but it's a pretty good idea, and I'm sure there are even better ways to run with the basic concept (maybe analyzing color values of recent pinterest or instagram photos). If you can find a private source of community-driven-randomness that'd be even better.
Re: Show HN: Birdseed – A silly way to get random numbers by hashing tweets
#16i know most people talk about the technical aspect of things, but i got to hand it to you, that's an amazing name
Re: Show HN: Birdseed – A silly way to get random numbers by hashing tweets
#17i wrote a paper about leveraging public random streams like this one. it can be downloaded here https://drive.google.com/file/d/0B9IkyvYlZZe7TldTRGlSMnpQX0U...
Stock market data does seem like a better source of entropy than Twitter queries.
Re: Show HN: Birdseed – A silly way to get random numbers by hashing tweets
#18Re: Show HN: Birdseed – A silly way to get random numbers by hashing tweets
#19Re: Show HN: Birdseed – A silly way to get random numbers by hashing tweets
#20I know that this has a disclaimer that isn't to be used in production. But, just know that hash functions are not there to provide randomness. There is no guarantee that a hash will be statistically indistinguishable from random noise.