Slashdot Mirror


Google's X Files Vanish

An anonymous reader writes "News.com reports that Google's latest technology experiment paid tribute to Apple Computer, but the Mac OS X-themed version of the search king's Web site was taken down a day after its debut. Though that particular page was taken down, there is a screenshot here displaying how the icons were magnified as the mouse hovered over them."

37 of 407 comments (clear)

  1. Google cache to the rescue! by Markaci · · Score: 3, Informative

    You can see a working version (minus the images) at the google cache of the page. It is really neat. Sucks that it was taken down.

    1. Re:Google cache to the rescue! by Shachaf · · Score: 5, Informative

      A link that actually works can be found Here.

    2. Re:Google cache to the rescue! by Orgazmus · · Score: 2, Informative

      This one is a bit more complete:
      http://dinkdoink.com.nyud.net:8090/me/googlex/

      --
      The system had the verbosity of HTML combined with all the readability of compiled assembly viewed as bitmap images
    3. Re:Google cache to the rescue! by Myrmi · · Score: 2, Informative

      That isn't quite how it worked; that link doesn't partially zoom into adjacent icons to the one you're hovering over as the original did...

      --
      "I think everyone is an agnostic but just doesn't know" - Frazz
    4. Re:Google cache to the rescue! by CrackerJack9 · · Score: 2, Informative

      This one works for me at 2:46am est u.s.

      My two cents...I can do the same thing with text using a nifty CSS a:hover {font size +3}...not that hard...(and not it's not meant to actually work the way written).

      Is it really that copyright-able just because they are graphics...come on.

    5. Re:Google cache to the rescue! by shaka · · Score: 4, Informative

      Actually, this is quite how the one at labs.google.com worked - that didn't zoom any other icons except the one the mouse was over either.

      --
      :wq!
  2. Still blgged on the Google's Blog by xmas2003 · · Score: 4, Informative

    Ironically, this is still talked about on the Google's own Blog

    --
    Hulk SMASH Celiac Disease
  3. Code Still Available by ewithrow · · Score: 5, Informative

    In case you have a good use for it, you can find the HTML here:

    http://www.neowin.net/forum/index.php?showtopic=29 7173&st=40&p=585627099&#entry585627099

  4. Re:Already? by Shachaf · · Score: 2, Informative

    I was lucky enough to see the page before it was taken down, but a (non-zoomed) screenshot is linked from the article.

  5. Mirror of X by sammykrupa · · Score: 5, Informative

    Here is a fully functional mirror of Google X:
    http://www.theplaceforitall.com/googlex/

  6. Mirrored copy by SoLO · · Score: 2, Informative

    here and
    here

  7. Mirror by boredMDer · · Score: 4, Informative

    There's a mirror here: http://googlex.foxified.info/, from someone in ATM at DSLR.

  8. mirror dot by Anonymous Coward · · Score: 2, Informative
  9. Re:Variable names... by Philippe · · Score: 4, Informative

    There is a reason why the code looks like this: bandwidth. With the amount of people loading Google.com every day, even one character off their home page must make a significant difference.

  10. Local Copy by pseinstein · · Score: 4, Informative

    Non Working Mirror of Page but it has a zip of all the files you need to run it locally, works too so I can still use it as my homepage. http://www.geocities.com/googlexmirror/

  11. Obfuscated.. by cmburns69 · · Score: 1, Informative

    Apparently, anything put out to the public for google must run through an obfuscator/compressor.

    The reasons would obviously be:
    a) Bandwidth: All those extra characters (newlines, variable names, etc) can really add up.
    b) Security: Competitors can't steal what they can't read.. or can they?

    Definately cool, though!

    --
    Online Starcraft RPG? At
    Dietary fiber is like asynchronous IO-- Non-blocking!
  12. Speculation by daitengu · · Score: 5, Informative

    Why all this about Apple's legal department? Google Labs says that sites will be pulled down if they're too intensive on the Google Labs server, and this was a VERY popular layout today. It's quite possible that that is the reason they pulled it down. I doubt Apple would threaten them over something like this.

    1. Re:Speculation by daitengu · · Score: 4, Informative

      Because I'm a bumbling idiot, I forgot to include the link...

      Google Labs FAQ

  13. Re:Variable names... by GoClick · · Score: 5, Informative

    Quite possibly code re-coded. Ie it was obfuscated after the fact. Obfuscated might be a bad word, smallized might be a better one. ;)

  14. Re:Before anyone jumps to conclusions... by FLAGGR · · Score: 2, Informative

    because when a million slashdot users click the link to see, they don't want to waste any of their massive distributed server farms resources :) And it's just good practice as a web developer. He probably has a clearer version of the code kept for himself, thats what I do.

  15. Re:Before anyone jumps to conclusions... by Peugeot206WRC · · Score: 3, Informative

    It's interesting to note that the OS X dock magnifier doesn't actually work like the google representation. Note that google magnifies the icons individually while OS X magnifies a radius around the cursor where the greatest magnification occurs at the center.

  16. Full Mirro by Warthog9 · · Score: 2, Informative

    I was able to get a full working mirror before it went down, it can be found here:

    http://www.eaglescrag.net/Googlex/

    1. Re:Full Mirro by DiSKiLLeR · · Score: 2, Informative

      Another mirror here (http://cable.diskiller.net/google/ ).

      --
      You can tell how powerful someone is by the magnitude of the crime they can commit and be able to get away with.
  17. Re:Before anyone jumps to conclusions... by Anonymous Coward · · Score: 1, Informative

    Well if I am looking at the right one, he should first learn about descriptive variable namees. There are a lot of single-letter variables and function names in there.

    You're seeing the live version, stripped down to save a few bytes on every load. This is an incredibly common practice on sites with extremely high bandwidth use. Shaving off a few hundred or even thousand bytes on each of a few million page loads adds up. Look at this from Google's main page: "function sf(){document.f.q.focus();}"

    There are scripts out there that will cut variable names down to one or two letters.

  18. Re:my version by no1here · · Score: 5, Informative

    The code I used is available from logjjic.net at http://lojjic.net/script-library/OSXBar-doc.html . It's available freely to use as long as it's for a non-commercial purpose. I'm not an expert at javascript or DHTML so I used that and then modified bits and pieces to display the bar the way I wanted it.

  19. X-Files by koko775 · · Score: 2, Informative

    The truth is out there. Or here: http://68.7.205.246:9500/googlex/Google.htm

  20. It gets press because by Sycraft-fu · · Score: 4, Informative

    1) Slashdot loves Apple.
    2) Slashdot loves Google.
    3) It looks kinda nifty.
    4) It's not something most people expect HTML to be able to do.

    I mean your same criticims apply to the actual dock. Tog (Bruce Tognazzini, founder of the orignal Apple Human Interface Group) did a writeup on the dock and complained about it as being a nice tech demo but not good for usability. One of the reasons was no labels on icons (http://www.asktog.com/columns/044top10docksucks.h tml if you are curious).

    However, seems clear in the case of Google it was just a tech demo. Some guy showing off some nifty stuff with DHTML. Doesn't look like Google was at all serious about actually using it as theri new interface. They've long maintaned a very simple, clean, compatible interface and this would break from that.

    But ya, neat though it is, not sure it's front page /. news worthy. However, I'm not one that makes those kind of decisions.

  21. Local Mirror by burns210 · · Score: 2, Informative
    Hope this isn't redundant, but here is a (my) server that you can /. for a little while.

    Be Gentle

  22. ScreenShot of GoogleX by WaldoXX · · Score: 2, Informative

    GoogleX screenie from yesterday. Icons grow when your mouse hovers above. Looks like it could be done with only CSS extensions... but i digress. Take it easy on my server /. haha http://hoteats.net/googlex.jpg

  23. Re:We all know why by dreamboi21 · · Score: 2, Informative

    If I remember correctly, Australia has Registered Designs, which allow a company to register the design of something, like a clothing uniform, website design, or possible a program / os interface. Similar to how Registered Trademarks offer protection to words and logos.

  24. Re:We all know why by evilandi · · Score: 5, Informative
    'look and feel'

    You're thinking of the Lotus 123 case.

    The difference was that Lotus didn't have a patent, they only had copyright, which as you rightly point out doesn't cover look and feel.

    This time, though, Apple have a patent for the graphical design which means they may well be able to successfully sue those who copy the look and feel of their interface.

    Which IMHO just goes to show how dumb patent law is these days, but hey, everyone's doing it so it might be right. Right? :-(

    --
    Andrew Oakley - www.aoakley.com
  25. Re:We all know why by Anonymous Coward · · Score: 5, Informative
  26. Where to find google x now! by ultramkancool · · Score: 2, Informative

    http://www.iamcannabian.com/googlex/ has it! it even has a gmail link check it out!

  27. Re:We all know why by tdemark · · Score: 5, Informative

    Same happened in the infamous Apple vs. Microsoft lawsuit.

    No, it didn't.

    Instead of hearing that Apple lost that case and jumping to an incorrect conclusion about what it says, maybe you should actually read the ruling?

    But, no, this is Slashdot, where people can't even be bothered to RTFA (which, talking about the current article, makes no mention of Apple legal putting pressure on Google). So, I'll sum the ruling up for you:

    Apple sues Microsoft for stealing its "look and feel". Apple loses because the judge ruled that the license agreement that Microsoft had with Apple could be interpreted to give Microsoft right to the look and feel. Without the fuzziness in the license wording, Apple would have won easily.

    - Tony

  28. Re:We all know why by hjf · · Score: 0, Informative
    Without the fuzziness in the license wording, Apple would have won easily.

    Oh, shut up! No one "wins easily". All contracts (and licenses) are about wording.
  29. Re:Before anyone jumps to conclusions... by Anonymous Coward · · Score: 1, Informative

    grandparent: He probably has a clearer version of the code kept for himself, thats what I do.

    people work on the unobfuscated code. then when they make changes to it, they obfuscate it, test the obfuscated version, and post the obfuscated version.

    the obfuscator returns a table showing which variable names have been changed to what, to make debugging easier.

  30. Re:We all know why by SteveX · · Score: 2, Informative

    Same way Microsoft is a monopoly. You're not forced to use it, but because everyone does, we call it a monopoly.