Very very nice. This has convinced me to use this technique for non-player characters in a game I am working on. I see you licensed the artwork from three artists. Did you have it especially drawn for you, or was it already released under some CC license?
I had it drawn for the project at 99designs.
Create a Robot Image from any text string
81–90 of 104 posts
Re: Create a Robot Image from any text string
#82Earlier quoted context omitted.
I wouldn't worry about it. You didn't come off as sexist or anything; it was clearly just informal colloquial speak.
The concern here is not that the poster comes off looking like a bad person, because clearly he* doesn’t, but that unintentionally sexist language persists. If I had corrected the poster’s lack of a final slash in his s/// syntax, I wouldn’t have been implicitly accusing him of being an incompetent programmer, because it’s a common and small mistake that I make too. But perhaps it’s worth pointing out every tenth tim…
Re: Create a Robot Image from any text string
#83I think this is broken. I entered, "Bite my shiny, metal ass!" and all I got was some weird, Barney-like purple robot. I'd suggest special sub-routines for certain phrases including, but not limited to: "Ex-Ter-Mi-NATE!", "Danger, Will Robinson!", "Crush, Kill, Destroy!", "Beedeebeedeebeedeebeedee!", "We've got movie sign!", "Blah, blah, blah", "I'll be back", etc. ;)
For 2.0, I'll add ?popculture=yes ;)
Re: Create a Robot Image from any text string
#84Re: Create a Robot Image from any text string
#85If I put a % anywhere in the string (except at the end where I think it is ignored) it doesn't give me my robot, but a broken link!
It's doing a URL decode to store them. I think that a % is not valid in a URL.. From http://www.w3.org/Addressing/URL/4_URI_Recommentations.html- The percent sign ("%", ASCII 25 hex) is used as the escape character in the encoding scheme and is never allowed for anything else. I'll try to see why it's not converting it after work.
Re: Create a Robot Image from any text string
#86Re: Create a Robot Image from any text string
#87Earlier quoted context omitted.
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 ;)
I wonder if you could get better results using a markov chain to generate english prose from a large sample. If you take the top N next word options, and select one based on the next log_2(N) bits of your hash/key, you lose no key space and should get a nonsensical but perhaps easily remembered string.
Re: Create a Robot Image from any text string
#88Earlier quoted context omitted.
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 ;)
Sounds like it would be a pretty good "did I type my password correctly?" indicator.
Re: Create a Robot Image from any text string
#89Earlier quoted context omitted.
I wouldn't worry about it. You didn't come off as sexist or anything; it was clearly just informal colloquial speak.
The concern here is not that the poster comes off looking like a bad person, because clearly he* doesn’t, but that unintentionally sexist language persists. If I had corrected the poster’s lack of a final slash in his s/// syntax, I wouldn’t have been implicitly accusing him of being an incompetent programmer, because it’s a common and small mistake that I make too. But perhaps it’s worth pointing out every tenth tim…
"We were looking for the best for the job" .... and then go on to announce it's a woman. We don't have to be such prudes to be respectful of the other gender.
Re: Create a Robot Image from any text string
#90Earlier quoted context omitted.
Identicons are a great idea, I really love them.. They're a good solution to a gut-check "Something is wrong here.." Sort of like a SSH-fingerprint. The problem I've had with them is that they're generate not all that memorable. Was that triangles pointing left, then up, or up then left? This is my attempt at addressing that problem for my own new project, but I'd love to see what you build! If you want to use these…
Re 'not all that memorable', that's because identicons were originally designed for 'distinguishing' and 'matching' data, not 'memorizing'. Abstract geometric identicons like my original implementation as well as variations used at Wordpress and StackOverflow are, while nearly impossible to remember, distinguishable in a pile which comes in handy when distinguishing the 'voice' of individuals in a long thread of comm…
But I like the idea. Perhaps the image problem could be met by combining it with a bio (giving a story); and the "make sense" problem could be addressed by a story grammar (following the hero's myth as a template, with recursive and optional parts), written using templates consisting of canned pseudo-english sentences with gaps filled by a set of names, objects, places that play the various roles in the "hero grammar": the key, the sword, the grail, the shadow, the mentor, the ordinary world, the special word, various thresholds - perhaps some word generation for place names. If the story made sense, as a journey, it might be memorable, even stirring in an awkward way, despite all the grammar/template/presets...
Of course, maybe I'm wrong: " with " is already fairly rich. Even, extending it to incongruous occupations (surgeon, nurse, motorcyclist, developer). Perhaps, like theatresports, just starting points of a place, occupation and problem is enough to suggest a story to the user?