Live data from Hacker News

Show HN: What colour is your IP address?

prettyip.meetstrange.com

61–70 of 76 posts

Re: Show HN: What colour is your IP address?

#61
post #18

Cute little thing :) - but: A pallet is a flat transport structure that supports goods in a stable fashion while being lifted by a forklift, pallet jack, front loader or other jacking device. A palette is a given, finite set of colors for the management of digital images.

Thanks! Its crazy how many little typos and issues get exposed by the HN crowd even for a tiny experiment like this :-)

Free crowdsourcing!

Re: Show HN: What colour is your IP address?

#62
post #60

Earlier quoted context omitted.

You had me at "fu". Bookmarked! And, on a more serious note, pretty depressing.

Being depressed by this is a bit like being depressed by pop because you think only classical music is music. He's not stopping anyone from doing better art. I wouldn't be into his art particularly but neither am I into the sort of paintings you see in national galleries either. Really it wouldn't surprise me if he turned around one day and said the whole thing was a big joke. He practically does just that here: http…

The question is, how do you get the the point in your career where you can put stuff like this and people laud it?

If I went to a gallery and offered this up I'd obviously be laughed out of the place.

Re: Show HN: What colour is your IP address?

#63
post #35

Earlier 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

The work’s irreverent message appears discreet due to its small size and almost apologetic lower-case lettering; the blank expanse of the rest of the page, however, gives the words disproportionate weight and presence. This simultaneously self-effacing and assertive quality is typical of Creed’s work.

I don't know where to begin. If I didn't know any better I'd think this was a parody.

Re: Show HN: What colour is your IP address?

#64

This seems to run as a script in your browser, and then calls out to some helper to get your IP address. The original server (the one which hands you the script in the first place) should have your IP address already, and in theory, could create the page on the fly. That would make it work even with NoScript or similar in force. I guess client-side is the way most people do things these days.

This way the server can serve a static cached page, and distribute the work to derive the colour palette to the clients.

I agree that the server could do this, and for a small app like it is this wouldn't even be a big problem, however there is almost no impact on the end user and this way scaling is handled by 'better caching' and serving static pages faster.

Offloading to the client is a good thing in general, and I think there are few cases where it is possible but not the better option.

Re: Show HN: What colour is your IP address?

#65
post #53

Neat! My place of work has a surprisingly attractive IP address palette. It would be cool if you could specify an IP address; I'd like to see what the IP for my hosted VM looks like. (I suppose I could set up an SSH tunnel if I am really curious...)

I'd like to see what the IP for my hosted VM looks like

Step 1: determine IP address

Step 2: interpret the first three octets as red, green, and blue respectively

Step 3: there is no step 3.

Re: Show HN: What colour is your IP address?

#66
post #22

Earlier quoted context omitted.

Considered it, but CMYK only go up to 100 in value - alpha channel could be an option though...

You can name the color too - http://chir.ag/projects/ntc/ It's not an exact match of course but I did my best to make it as close as possible.

This is really cool, and useful.

[and for all the silly color names out there, it's actually pretty amazing how right most of the names that pop out of this tool seem... most really do capture the essence of the color.]

Re: Show HN: What colour is your IP address?

#69
post #64

This seems to run as a script in your browser, and then calls out to some helper to get your IP address. The original server (the one which hands you the script in the first place) should have your IP address already, and in theory, could create the page on the fly. That would make it work even with NoScript or similar in force. I guess client-side is the way most people do things these days.

This way the server can serve a static cached page, and distribute the work to derive the colour palette to the clients. I agree that the server could do this, and for a small app like it is this wouldn't even be a big problem, however there is almost no impact on the end user and this way scaling is handled by 'better caching' and serving static pages faster. Offloading to the client is a good thing in general, and…

The work to derive the palette? Do you mean RGB to HSL and back? That isn't particularly CPU-intensive.

One of many implementations: http://axonflux.com/handy-rgb-to-hsl-and-rgb-to-hsv-color-mo...

I imagine you could precompute the entire 24 bit range if you really wanted.

I mean, this thing has a failure mode where it says it can't find your IP address. That makes no sense until you look at how it was implemented.

Re: Show HN: What colour is your IP address?

#70
post #35

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

Art is a means of expression, whether you can see meaning in it or whether it had any meaning at all or even if you think it wasn't particularly creative. Art serves no other purpose other than to be art. In that regard, yes, this can be considered art. I thought it was quite creative in a relatively unexplored medium, your IP, instead of oil paint.

And I vehemently disagree with cormullion's comment : http://news.ycombinator.com/item?id=5239734

Consider Malevich's work : http://en.wikipedia.org/wiki/File:Malevich.black-square.jpg

Yes, that's in a museum. And it wasn't made "these days" either.

Post reply on HN