Live data from Hacker News

Create a Robot Image from any text string

robohash.org

11–20 of 104 posts

Re: Create a Robot Image from any text string

#11

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…

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

#12
post #11

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…

I have added a box in the Last 5 minutes based on user-feedback. It's kinda a hack, but.. It's there ;)

Ah cool, its good to see you respond quickly to feedback

Re: Create a Robot Image from any text string

#13
post #10

this 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.

yeah, i agree. on the other hand, they go smaller - i was looking for something that would label users on a feed of short comments.

Re: Create a Robot Image from any text string

#15
post #14

It'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

Woah, That's really cool! I hadn't seen that, but yes, it's designed to be along the same idea, except more year-round friendly ;)

Re: Create a Robot Image from any text string

#17
post #7

Earlier 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"

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.

Re: Create a Robot Image from any text string

#18
post #8
post #6

Earlier quoted context omitted.

Any chance of open-sourcing this? :)

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.

Re: Create a Robot Image from any text string

#19
post #7

Earlier 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.

If you use all three sets (?set=any), plus backgrounds, that adds two additional choices, which brings us into the 100+ Million category. As a signal to review the Pubkey, that's probably enough.

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

#20
post #8

Earlier 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.

It's really not that ready for public consumption yet, but, I've added you to the project, and made it public.

https://github.com/e1ven/Robohash/

Post reply on HN