I love this, simply because http://robohash.org/mattbearman kinda looks like me :D My one criticism is that it took me while to figure out (and I'm web dev) It wasn't clear until quite far down the page that you need to just put the text string after the URL. I'd recommend having a text box into which pasted text can be robohashed prominent on the homepage, as well as clearer instructions. Edit: just noticed there is…
Create a Robot Image from any text string
11–20 of 104 posts
Re: Create a Robot Image from any text string
#12I love this, simply because http://robohash.org/mattbearman kinda looks like me :D My one criticism is that it took me while to figure out (and I'm web dev) It wasn't clear until quite far down the page that you need to just put the text string after the URL. I'd recommend having a text box into which pasted text can be robohashed prominent on the homepage, as well as clearer instructions. Edit: just noticed there is…
I have added a box in the Last 5 minutes based on user-feedback. It's kinda a hack, but.. It's there ;)
Re: Create a Robot Image from any text string
#13this is cute. if anyone is looking for a more abstract approach i threw some code together a year ago that generates colourful "mosaics" - http://www.acooke.org/hash-icons.html (i really need to improve the page and release the code...)
I love the mosiacs; They remind me of a prettier version of identicons. My concern was just that people won't remember a random pattern of dots very well.
Re: Create a Robot Image from any text string
#14Which you can try out at: http://unicornify.appspot.com/use-it
Re: Create a Robot Image from any text string
#15It's similar to the StackOverflow April Fools' Unicorn Avatars: http://meta.stackoverflow.com/questions/37328/my-godits-full... Which you can try out at: http://unicornify.appspot.com/use-it
Re: Create a Robot Image from any text string
#16 Dr. Chandra, RobotCrunch
Subtle jab at Arrington? =)Re: Create a Robot Image from any text string
#17Earlier quoted context omitted.
What are the odds of a collision? How many unique elements are there that can make up a robot?
If you use all three sets, and enable backgrounds, the collision chance is much lower. Each Robot is made up of 6 sets of 10 choices each, plus backgrounds. It's not perfect, but it's enough to give you a basic view into "Is this the same guy or not"
So it works well for a simple signal (which is the goal), but shouldn't be relied on if people might try to abuse it.
Re: Create a Robot Image from any text string
#18Re: Create a Robot Image from any text string
#19Earlier quoted context omitted.
If you use all three sets, and enable backgrounds, the collision chance is much lower. Each Robot is made up of 6 sets of 10 choices each, plus backgrounds. It's not perfect, but it's enough to give you a basic view into "Is this the same guy or not"
as in 10^6 possibilities, ignoring backgrounds? For the curious, that means collisions are expected >50% of the time with ~1200 samples, and someone could easily generate collisions on purpose with little effort. So it works well for a simple signal (which is the goal), but shouldn't be relied on if people might try to abuse it.
I could have made up more Random elements, but that'd take more time/money, which isn't worth it unless anyone outside of me actually wants it ;)
Re: Create a Robot Image from any text string
#20Earlier quoted context omitted.
vladev- Sure. It's on Github; Written in Python + Tornado. If you're interested, email me. I'd rather clean it up, but if you're a Python guy, you could help ;)
URL please.