RSS

HTTP:// wtf?

Sep 7, 2007    (Click to Rate!) Loading ... Loading ...

Technology


Brian Fernandes just sent this one in and I’m stumped… navigate to this address:

http://1089059683

Why does that work you ask? I have no idea, but this guy does

Share and Enjoy:
  • Facebook
  • MySpace
  • Twitter
  • Digg
  • StumbleUpon
  • Reddit
  • del.icio.us
  • Propeller
  • Mixx
  • Fark
  • FriendFeed
  • Google Bookmarks
  • Suggest to Techmeme via Twitter
  • Slashdot
  • Technorati
  • Tumblr
  • Yahoo! Buzz
  • Print

This post was written by:

Riyad Kalla - who has written 1727 posts on The “Break it Down” Blog.

"Ultimately I just want to provide a resource that folks find useful."

1 Comments For This Post

  1. Brian Fernandes Says:

    If you’ve worked with sockets directly (in C/++ perhaps) you might remember the “atoi” (ascii to integer) method which converts your IP address into an integer, which is then passed into the socket structs as the “destination address”. So that number is actually one of Google’s IPv4 addresses converted into the 32 bit integer it actually represents – and our browsers are smart enough to take an address in that form as well.

    I should have thought of this earlier, but years of Java coding has left me spoiled :(

Leave a Reply