Yikes... it looks like my IP is about as good at color coordination as I am.
Show HN: What colour is your IP address?
41–50 of 76 posts
Re: Show HN: What colour is your IP address?
#42Earlier quoted context omitted.
I see this as like an internet art installation. It injects art into an unexpected place/space. Finding patterns and/or meaning out of nothing is quite interesting. Is art useless and not worth executing?
Is generating a 4 color palette based of a random seed all it takes to be art? Not to say it wasn't worth executing from a personal standpoint, it was probably fun to build if nothing else, but really what possible use can anyone else get out of this?
Re: Show HN: What colour is your IP address?
#43Earlier quoted context omitted.
I see this as like an internet art installation. It injects art into an unexpected place/space. Finding patterns and/or meaning out of nothing is quite interesting. Is art useless and not worth executing?
Is generating a 4 color palette based of a random seed all it takes to be art? Not to say it wasn't worth executing from a personal standpoint, it was probably fun to build if nothing else, but really what possible use can anyone else get out of this?
http://www.tate.org.uk/art/artworks/creed-work-no-233-p78388
Re: Show HN: What colour is your IP address?
#44Earlier quoted context omitted.
Is generating a 4 color palette based of a random seed all it takes to be art? Not to say it wasn't worth executing from a personal standpoint, it was probably fun to build if nothing else, but really what possible use can anyone else get out of this?
These days, 'art' is an almost meaningless term, since it has to include this: http://www.tate.org.uk/art/artworks/creed-work-no-233-p78388
And, on a more serious note, pretty depressing.
Re: Show HN: What colour is your IP address?
#45Earlier quoted context omitted.
That would not work, as stated. The search space is way too small. Simply exhaustively building a table mapping hash to IP address is tractable. This could be ameliorated by including a site-specific secret in the hashed value; I'm not comfortable calling that "secure" but it does address this particular flaw.
Yes, but given a single hash you are only able to reduce to 200 candidate IPs.
Re: Show HN: What colour is your IP address?
#46The resulting colors had no special significance, but the important point is they never changed and it let you easily visualize what was going on. I'm sure this had been done many, many times before. The difference here is that the straightforward conversion from IPs to colors means similar IPs will look very similar, whereas hashing some value to a color results in similar values looking vastly different.
Re: Show HN: What colour is your IP address?
#47People are bashing this for being 'pointless', but hey, so is the next great to-do list app you made in 48 hours. This is a fun little experiment. I can see an actual use for this. Look for example at Identicons, Wavatars, and MonsterIDs[1]. They all use browser variables to generate random avatars for use around the web, e.g. on blog comments. I imagine this could do something similar, and a nice colour palette is a…
Re: Show HN: What colour is your IP address?
#48Here's a short blog post to go with this little project we made! http://meetstrange.com/blog/pretty-ip/
Re: Show HN: What colour is your IP address?
#49Re: Show HN: What colour is your IP address?
#50People are bashing this for being 'pointless', but hey, so is the next great to-do list app you made in 48 hours. This is a fun little experiment. I can see an actual use for this. Look for example at Identicons, Wavatars, and MonsterIDs[1]. They all use browser variables to generate random avatars for use around the web, e.g. on blog comments. I imagine this could do something similar, and a nice colour palette is a…
When looking at client (request) logs full with IP addresses, the colorful visual cue would give you an idea which requests group to a single client.