Slashdot Mirror


Google's Sergey Brin Talks on Gmail's Future

de la mettrie writes "Sergey Brin of Google has been discussing the future of GMail in a recent eWeek article. He says that the ongoing beta test will likely take about six months, and that the implementation of mail forwarding, POP access, mail encryption and even RSS feeds is being considered."

64 of 203 comments (clear)

  1. For more answers by SpanishInquisition · · Score: 5, Funny

    you can always reach him at sergey_brin@hotmail.com

    --
    Je t'aime Stéphanie
  2. Don thy Tinfoil Hat. by grub · · Score: 5, Funny


    already slashdotted, here's the text:


    Steve Gillmor : Hi Sergey, thanks for taking the time to do this interview.
    Sergey Brin : My pleasure, Steve.
    Gillmor : So why gmail? It sounds like an expensive endeavor.
    Brin : Yes, it really is. We have to weigh the curve of user data and disk space then constantly keep ahead of the users' requirements.
    Gillmor : Can you give us a ballpark figure as to cost?
    Brin : No, not really. It's being paid for by the NSA, actually.
    Gillmor : The NSA? Why?
    Brin : They've realized that they have to put on a "friendlier face" to the public. Being that Google already has a huge infrastructure, it only made sense that they use it. They approached us over a year ago with this idea.
    Gillmor : The NSA wants to manage the email of literally hundreds of millions of net users? Don't the privacy implications concern you?
    Brin : No. The NSA have told me, in fact our contact wrote it on a cocktail napkin, that they wouldn't snoop user mail. They are really nice people. Think about it, who would you rather trust with your personal email, Hotmail & Microsoft or Google & the NSA? I think the answer is obvious.
    Gillmor : In all honesty, I don't think the answer is clear.
    Brin : Sure it is, if Hotmail "fills up" you're out of luck, with gmail the NSA have gratiously offered to let us use some of their disk storage on their Cray and SGI SANs. Like I said, really nice people.
    Gillmor : Can you give is the name of your contact?
    Brin : [answers cell call, hangs up] This interview is over.

    --
    Trolling is a art,
    1. Re:Don thy Tinfoil Hat. by shish · · Score: 2, Funny
      who would you rather trust with your personal email, Hotmail & Microsoft or Google & the NSA?

      So Microsoft aren't passing mails through the NSA filters? When did they stop?

      --
      I mod down anyone who says "I will be modded down for this", regardless of the rest of their comment
  3. google isn't evil by quelrods · · Score: 5, Insightful

    They also mention various privacy concerns. The only thing they ever meant by not guaranteeing immediate deletion has to do with proper backups. I think the geek/media bridge failed yet again and something was blown out of proportion. I can't wait to see that you're using 99% of your available 1gb for email tho.

    --
    :(){ :|:&};:
  4. Encryption support... by dmayle · · Score: 5, Insightful

    I really hope they implement support for GnuPG in an easy manner. As it is, having a public key doesn't mean much for email, since people sending you email need to do the work for you to receive encrypted email, and you can't send encrypted email unless the other person has a key. GMail could go a long way towards making GnuPG prolific...

    1. Re:Encryption support... by Sajma · · Score: 2, Interesting

      To decrypt incoming mail or sign outgoing mail, GMail would need access to your private key, which is bad for your security. Even if you trust GMail with your key, it's hard to keep sensitive data private in a large distributed system: a single compromised node could reveal the private keys it stores (keys stored on disk are encrypted with passphrases, but an attacker can copy these keys and try and break their encryption offline; also, keys of users with active sessions may be decrypted in unprotected memory).

      Instead, you could run an agent on your local machine that manages your private key. GMail could request decryption and signing from your agent over a secure network connection; the agent in turn could confirm with you before using your private key (so that you don't sign anything you don't mean to). You must still trust GMail to protect your decrypted messages, e.g., to scrub them from its memory when your session expires.

      The problem with the agent approach is you can only use GPG from machines that hold your private key. What might be best is a combined approach: keep two private keys, one offline, and another on GMail. Your offline key is the one people trust. Use your offline key to authorize your GMail key for some limited period of time (say, one year). Then, if your GMail key is lost or compromised, you can just create a new one.

      Regarding searching encrypted mail, you might allow GMail to index a message when it is first decrypted, but not to store the decrypted message itself. Then, you can still search for that message by the words it contains. An attacker who gains access to your account can use the search determine whether an encrypted message contains a specific word or phrase, but this is probably an acceptable risk for most people (this assumes access to your account does not imply access to your private key, though!). An attacker might be able to reconstruct your message if they gain access to Google's entire index for that message, but this seems unlikely.

    2. Re:Encryption support... by gad_zuki! · · Score: 2, Insightful

      I dunno, its seems to me that only x amount of traffic is encrypted. I don't encrypt everything mainly because of the technophobes who don't even have keys or certs. Google is just assuming (and wisely so) that most mail will be unencrypted. The worst-case scenario is that they ask for your private key and just decrypt things on fly, but something tells me this would be fatal to the Gmail project.

      Secondly, its good to see an industry leader take on encryption. MS, hotmail, yahoo, etc have all largely ignored encryption. Google could make encryption or at least encryption awareness a goal and a selling point. Hopefully it wont be a proprietary gmail to gmail system, but something based on open standards so everyone can use it. Gmail could issue free personal certificates and perhaps implement a simple "get someones public cert here" webpage.

    3. Re:Encryption support... by qbwiz · · Score: 2, Insightful

      Do you trust Google that much?

      --
      Ewige Blumenkraft.
  5. Six months? by Anonymous Coward · · Score: 2, Interesting

    Sounds like a media cooldown period more than a beta testing period.

  6. Re:Six months? by grub · · Score: 5, Insightful


    What are they building a space shuttle?

    No, they're building a massive, wide area distributed email system with vast amounts of storage. I doubt they'd want to tarnish their name, especially with an IPO pending, by going live with a buggy system. If you can shave a few months off that, I'm sure you could have a good career at Google.

    --
    Trolling is a art,
  7. POP? by jhoude · · Score: 4, Insightful

    Having a 1GB mailbox is useless if you use POP to get your mail... They should provide IMAP access.

    OK, after reading the article, I see that they are also planning to offer imap, but still, pop makes no sense to me for a webmail.

    1. Re:POP? by LostCluster · · Score: 4, Interesting

      I think that they're thinking about POP in the opposite direction... allowing you to give Google your username and password to a POP server you have an account on so that you can read your mail in Google's interface and store it at Google rather than your HD.

    2. Re:POP? by wmspringer · · Score: 3, Insightful

      OK, after reading the article, I see that they are also planning to offer imap, but still, pop makes no sense to me for a webmail.

      Why not?

      I use Mozilla for my email, but when I download it I leave it on the server until it's deleted. That way I have it on my home computer, but I can still get to it through the web interface if I'm not at home.

      Of course, I tend to have to go and clear out old emails every so often..

  8. Re:Six months? by FrYGuY101 · · Score: 3, Insightful

    Knowing Google, they're probably doing one or more of the following:

    *Getting usibility information from the beta testers.
    *Assessing their ad-placement algorithms.
    *Trying to see how the email will work on their distributed systems.
    *Hashing through privacy concerns, see if there are ways to alleviate them.

    And I'm sure there's more that others could think of that they'd be testing...

    --
    "If we let things terrify us, life will not be worth living."

    - Seneca
  9. Deleting messages? by erick99 · · Score: 4, Informative
    I don't quite understand how they are going to do that - it seems like a massive undertaking. Are they going to go through a tape library and only delete messages that the user deleted or are they going to delete archived messages periodically anyway. It seems like a massive task to selectively delete messages (from possibly billions?) from a massive tape library. Anyway, I think their intent is to make sure that messages are not saved forever:

    Is it possible to delete messages, or does everything continue to reside in AllMail?

    Oh, no, no, that was just poor wording on our part. It's just that we make a variety of backups, and we can't guarantee instantaneous deletion. Stuff that's on tapes, and those are offline--we eventually delete it, but we can't guarantee an instantaneous deletion.

    The question would be whether or not somebody could feel confident that if they wanted to delete something that it would eventually be deleted.

    Yes, eventually it will be deleted.

    Happy Trails!

    Erick

    --
    http://www.busyweather.com/
  10. Best thing since 1998 Hotmail by brainkiller · · Score: 5, Interesting

    I am lucky enough to have an early account at Gmail. Before I had it, I was the screenshots and I was not impressed, but once I tried it out... it is amazing. This will be one of the biggest things to hit the internet. It simply works, it doesn't have any flashy ads to bother you, and it's FAST! Not to mention the "conversation" style e-mailing, and everything being so dynamic. Now if they only make a Google Messenger, we're all set!

    1. Re:Best thing since 1998 Hotmail by hkfczrqj · · Score: 4, Funny

      Now if they only make a Google Messenger, we're all set!

      This is Slashdot. We are all set if and only if that IM is Jabber based and the client can run on *IX, GNU/Linux, *BSD...

      :)

    2. Re:Best thing since 1998 Hotmail by nfsilkey · · Score: 3, Funny
      Before I had it, I was the screenshots and I was not impressed


      In Russia, the screenshots were you!
    3. Re:Best thing since 1998 Hotmail by omicronish · · Score: 3, Interesting

      It simply works, it doesn't have any flashy ads to bother you, and it's FAST!

      I'm also lucky enough to have an account, and one interesting thing is their heavy usage of Javascript to generate the pages. Your inbox is basically an HTML page linking to a Javascript file and containing one block of Javascript code used to generate all the elements on the screen, and assuming the Javascript file is cached, checking your email should be blazing fast. It works perfectly fine with Firefox too!

  11. Google's User Interface by richard_za · · Score: 5, Interesting

    I have seen several reviews of Google's user interface (here, here, and here), as well as google's screenshots of the inbox and conversation view. and it seems that a lot of them are really unique, especially in a web application. Apparently it "autocompletes" from your address book. It looks like Google will be raising the bar of the standard for web applications. I sure hope they open up an API for accesing it. (as well as POP / IMAP access).

    1. Re:Google's User Interface by richard_za · · Score: 2, Interesting

      Well the're definitely planning it (I agree IMAP is definitely better in this application).

      From the article:
      Steve Gillmor: It also compares favorably to my corporate e-mail.

      Sergey Brin: Well, thank you. There are some things that it is currently missing as compared to corporate e-mail--for example, disconnected operation--though we do plan to provide things like POP3 and IMAP support, which should help that.


      If they implement IM I hope they go the Jabber route.

    2. Re:Google's User Interface by hobbsbutcher · · Score: 2, Interesting

      I've got seven gmail screenshots on my blog as of today [jhbutcher.com]

      --
      Jonathan B.
    3. Re:Google's User Interface by mytho · · Score: 2, Informative

      I posted some remarks last night about my first impressions on GMail. You can read it here

  12. Re:Six months? by stefanlasiewski · · Score: 5, Interesting

    Google's backend is more complex then you think.

    Google's beta tests for search, groups, Froogle all took closer to a year.

    Assuming that they have completed internal testing six months is a very very long period to do beta tests.

    The problem with internal testing is that you can never account for the wide variety of things that users will do to your site. Your QA team may come up with a great set of tests, but for every functional part of your site, your users will be able to make it break in a dozen different ways.

    --
    "Can of worms? The can is open... the worms are everywhere."
  13. Re:Rush! by stefanlasiewski · · Score: 2, Informative

    Well, Gmail requires that your username be a minimum of 6 characters, so that actually rules out a number of common first names.

    --
    "Can of worms? The can is open... the worms are everywhere."
  14. Re:Six months? by arvindn · · Score: 5, Insightful

    They're playing for big stakes, and a lot of things have to go right. Since they're offering 1GB, and are doubtless counting on the user not being able to use up all of that immediately, their rate throttling measures had better be really good. If spammers/warez doodz find a way to exploit the system and automate the client interface, then google will probably have to retract their offer, which will be enormous bad publicity. And few people have realized it, but gmail is actually a whole desktop email app written in javascript. Several hundred KB of javascript. Or atleast a cross between webmail and a desktop app. Such attempts have never worked in the past. (I remember some horrors like html editors written in java on web hosting sites, before the dot.bust). But google thinks they're on to something here. Indeed, beta testers have reported that after a few days of using gmail they find it to be a whole new paradigm and don't want to go back to the folder based approach. So there's a lot of testing that google have to do, since they're breaking new ground. Google's known for not releasing stuff until they're really sure they've ironed out the wrinkles.

  15. Re:Six months? by Infonaut · · Score: 5, Interesting
    What are they building a space shuttle?

    No, they're building a product that they hope will dislodge MSN Hotmail from its dominant position. Hotmail gets at least 145 million visitors per month, and Microsoft poured money into Hotmail for eight years before it became profitable.

    Microsoft can afford to pour money down a hole until something becomes profitable. Google can't. So Google has to get it right the first time and make Gmail a much better product right out of the gate in order to combat Microsoft's built-in advantages as the owner of the OS and the browser that most people use.

    --
    Read the EFF's Fair Use FAQ
  16. Re:Six months? by treerex · · Score: 2, Interesting

    Give me a break. Good software companies spend time to test their product: user testing, functionality testing. Google is very careful to test features before the roll out to the world. Given the size and breadth of the GMail product, this isn't that long.

    It makes me think of The Simpsons episode where Moe turns his bar into a family restaurant, and he buys a surplus Navy deepfryer that he says can flash fry a buffalo in 40 seconds. Home responds, "Forty seconds? But I want it now."

    I expect that if you want to use such a thing, it will be worth the wait.

  17. How did they pick beta testers? by FsG · · Score: 4, Interesting

    I've read beta testers' weblogs and seen all the cool screenshots, but there's one thing I still can't figure out: how did Google pick the beta testers? Were they just friends of certain Google employees, or was there some place that you could apply to be a considered for beta testing?

    --
    I made a PHP/MySQL library that prevents SQL injection & makes coding easier!
    1. Re:How did they pick beta testers? by brainkiller · · Score: 2, Insightful

      It can be a friend of a friend of a friend of a google employee :) They're really nice about giving frinds beta accounts... I guess they want a lot of feedback to solve the bugs.....

      but there is no place where you can "apply" for beta testing...

      btw... the usernames for @gmail.com have to be minimum 6 characters ... I was about to cry when I found out I can't get mike@gmail.com :(

    2. Re:How did they pick beta testers? by dokebi · · Score: 4, Informative

      I have a friend with a Gmail account. He got one through an acquantance working at Google. It seems like Google employees get accounts, and they could give out "passes" to a number of people. (not sure how many, though--definately more than 2)

      --
      In Soviet Russia, articles before post read *you*!
    3. Re:How did they pick beta testers? by richard_za · · Score: 2, Funny

      I'd really appreciate one of those passes.

    4. Re:How did they pick beta testers? by hobbsbutcher · · Score: 4, Funny

      This is true. I signed into Blogger one day and there was a little box asking if I would like to give Gmail a try. There wasn't a "You bet your ass" button, so I just clicked yes. Now I am a Gmail user.

      --
      Jonathan B.
    5. Re:How did they pick beta testers? by richard_za · · Score: 2, Funny

      I'm not kidding, but a few minutes after posting this, I discovered how to get a gmail test account. Needless to say a will be posting a review on my blog soon.

    6. Re:How did they pick beta testers? by Pranjal · · Score: 2, Funny

      and how do you get an account? :p

    7. Re:How did they pick beta testers? by atto · · Score: 2, Informative

      Yeah, a friend of mine works at google. He had 15 invitations to give away initially, but after finding tons of people who were interested he managed to get a lot more, around 50 I think. I got the impression that they are going to 'scale up' - keep handing out invites throughout the beta process.

  18. Re:Six months? by gooru · · Score: 3, Informative

    I have to wait six months to get an account :(

    Nyah nyah! I have one! :-p It's actually not too tough to get an account. You just have to be acquainted with someone at Google. If you're on Orkut, it shouldn't be a problem to find someone who's less than a few degrees of separation from you who works at Google.

    Also, six months is hardly a long time for a beta test. This is an absolutely enormous task they're undertaking. It's not like they're just installing IMP on a server or something. Gmail is also still very far from being ready for public consumption. I send bug reports and feature requests in constantly for things that are IMHO absolutely necessary for a full email experience.

  19. Google Messenger? by osewa77 · · Score: 4, Interesting

    Dear Mr. Brin, now that we're providing webmail services, don't you feel that a Google Messenger should be in order?

  20. Could Google Kill Spam? by pipingguy · · Score: 4, Funny


    Given the bright minds over there, I have to wonder. Unfortunately for me, I don't think I'd qualify for even a junior janitor trainee position at their offices (I think he's doing particle physics research in his spare time).

  21. Free Lunch? by psychokid · · Score: 5, Insightful

    People want something free (a GB of free mailbox space in this case) at someone else's expense and then criticises about the possible tradeoffs involved? If you want content privacy, you shouldn't be using a free web account to begin with.

  22. Re:Six months? by Dorothy+86 · · Score: 2, Informative

    ahh... being a beta tester... I do indeed feel sorry for you. I really enjoy the features that have been previously spoken of, and the "conversation" feature is especially nice. Just wait it out... it's definitely worth it!

  23. I love google but by jacquesm · · Score: 3, Insightful

    I'm beginning to feel uncomfortable with the amount of clout they have and their new 'commercial' outlook on things.

    If - as someone remarked - google goes public that is not the same as google being owned by th e public. It simply means that there will be that much more pressure on them to make cash. Buying stock in an IPO is not to be equated with supporting that company, it simply gives them cash to pursue their business in return for a small piece of the pie.

    It would be nice if there was a public - not for profit - alternative to google.

    1. Re:I love google but by JohnCub · · Score: 2, Insightful

      Dmoz.org is about as close to a not for profit alternative to google.

      The truth is though, all that bandwidth costs money. Programmers typically want paid. Hardware breaks and electricity is most often not free. I know a non-profit organization still makes money to cover these costs but I don't see the need for anything more than dmoz if that's what you want.

      --
      -= Why can't I add 'Anonymous Coward' to my list of Foes? =-
    2. Re:I love google but by hswerdfe · · Score: 2, Interesting

      Alternative to Gmail
      mightbe freeshell.org

      non-profit company provides email (pop, webmail, pine) access.

      all it cost is $1 for 20MB....they also give webspace, and general ssh and telnet access.

      amazing shit...

      but your right non-profit indexing of the web is needed

      --
      --meh--
    3. Re:I love google but by mpk · · Score: 2, Insightful

      Commercial doesn't necessarily equal evil. If commercial means "having the money to implement things we think are cool in interesting ways without having to scrape around", that's a good thing. If, for instance, Google were having to go to venture capitalists to raise the funding to develop Gmail, development would be primarily driven by commercial concerns and interfered with by investors wanting to maximise return rather than the way it's being done, which seems to be to be more or less a drive to Do The Right Thing. If investors were clamouring for a return on their investment, you can bet Gmail would be being rushed into full service right now rather than going through a good long testing and shakedown period for making sure everything works the way it should.

      However, in the long term Google ain't a charity and all of the staff and system resources needed to provide the search engine, Google News and Gmail have to be paid for somehow. If the least obnoxious way of doing that is via Google's fairly unobnoxious and much-less-evil-than-many-others approach to inline advertising, that's fine with me.

      If Google do go public then they'll have to be very careful to make sure they keep the freedom they have at the moment - but it seems to work so well right now that any shareholder demanding changes for the sake of changes would be a fool.

    4. Re:I love google but by bhtooefr · · Score: 2, Informative

      Pay $36, and get 100MB e-mail, 100MB web, and 100MB shell instead of 20MB each, and get SMTP access. BTW, they also have IMAP access.

      As for non-profit indexing of the web, look to the Nutch project, and Directory Mozilla (aka the Open Directory, which is used as Google Directory).

  24. spam? by circletimessquare · · Score: 4, Insightful

    you realize that if google wrings spam's neck in their implementation successfully (somehow), then they will:

    1. have every single user on the internet signing up

    2. singlehandedly save email itself from progressively encroaching social irrelevancy

    --
    intellectual property law is philosophically incoherent. it is your moral duty to ignore it or sabotage it
  25. Why always Hotmail? by koi88 · · Score: 4, Informative
    Just because they were first?
    I mean,
    • no pop3
    • ridiculously little space
    • no imap
    • reminds you to use Internet Explorer each time you use it with Mozilla
    • belongs to MS ;-)

    My email provider offers pop3, imap, 12 mb storage (well, that's not much, if you pay, you get more), email forwarding etc. (some stuff I don't use, like sms when you get email). Of course, all for free and quite reliable for 3 years now.
    So why always Hotmail?
    --

    I don't need a signature.
    1. Re:Why always Hotmail? by koi88 · · Score: 2, Interesting

      When my girlfriend accesses her Hotmail account from my Mac with Mozilla (same with Firefox, I think), after logout theres always a screen telling her to use Internet Explorer (for Macintosh).
      Maybe your browser "disguises" as Internet Explorer? Or they're especially proud of their IE, Mac Version (which is stuck at version 5.2)...

      --

      I don't need a signature.
  26. Yet more testing notes by mpk · · Score: 3, Informative

    I've written a few thoughts on my initial impressions of Gmail. Not much that hasn't been said before, but hey, it's another data point.

    In summary - WHOA, keyboard shortcuts!

  27. Re:Six months? by arvindn · · Score: 2, Interesting

    Of course they're not the same. What's your point? They're both client side web programming languages, and that's all that matters for my example.

  28. Re:Six months? by toasted_calamari · · Score: 4, Insightful

    theortically:

    1) RAR file
    2) Split into 29.9 MB segments
    3) Write scripts that interface with Gmail
    4) Register 15 accounts
    5) Free Storage.

    Also, they limit attachement size, but do they limit body size? would it be possible to UUencode the whole thing and stick it as the message text?

  29. Re:Well... by segfaultcoredump · · Score: 2, Interesting

    the policy was dicated by our legal department, not IT or the user community.

    as a general rule with reguards to email, as long as you have an established policy that states what is kept and for how long, one is safe from anybody who asks for stuff that is older than the retention policy. (but if you are caught changing that policy as a reaction to a request, one is in deep trouble).

    There are exceptions, mostly in the financial industry (all written communications must be kept for 3 years, that includes email, im, etc, etc). Those rules do not apply to us (we have our own list of things that we must keep, but none of them are in email).

  30. The privacy concerns are overrated. by endersdouble · · Score: 3, Insightful

    In my opinion, the privacy concerns people have about GMail are vastly overrated. Don't get me wrong, I'm just as privacy/rights obsessed as the next Slashdotter...but there isn't very much wrong with GMail. Go to Google, will you? Type something into the search box, let's say "books." No reason why, just a random word. On the right side of the screen, what do you see? Under the heading "sponsored links", you see adds for Amazon and the like. Things which paid to get in on the "books" search. Do people complain about this? No! But, I hear you cry, GMail is looking into my personal words! They can context-ad my searches, but not my email! And why not? From everything I've seen, it's been said that no person will EVER read what you've written/been sent. If that's true, then how is your privacy invaded? It's not! Pure code scanning your email and showing ads is not an invasion of privacy. But, I hear you cry, if they start with that, they may end up reading our email by hand/searching it for use other than anonymous advertising/whatever? So? So could Hotmail. So could Yahoo. We trust them not to actually read our mail. We have to trust Google too; we all know the lesson of Ken Thompson's "Reflection on Trusting Trust"...we have to trust any mail service at some point. My point? I'll trust them not to actually read them. Anonymous ad fetching? That's OK.

  31. Everything and a bag of chips by KalvinB · · Score: 2, Interesting

    I'm working on my own web-mail (link in sig) with anything I can think of applied to it. It's very much functional and easy to use.

    Google looks to be doing the same thing. They're not just emulating what's already out there but going way above and beyond. They've already got all the basic features that people expect implemented and a few toys. 6 Months gives them plenty of time to go further to give people that last push they needed to move over to GMail vs whatever they're currently using.

    One can expect that MS is already at work figuring out a battle plan to counter this. Or maybe they're just expecting GMail to fail financially because they think they're overselling themselves into debt.

    MS knows how much it costs to run their service which offers significantly less and has a number of caps in place. Not just storage but also the number of e-mails you can send per day. Hotmail is also ad supported.

    I can imagine that MS has something cooking but they're not going to do anything until they see what happens to Google. If Google becomes too popular they may be forced to sell premium accounts that have the extra bells and whistles.

    Ben

  32. Sergey Brin = worse than Saddam? by Anonymous Coward · · Score: 2, Funny

    It isn't just the happy grin he exhibits in every picture, though that is annoying. No, I consider Sergey evil because:

    a) he has my dream job
    b) he defined what my dream job would be
    c) he thought of cool stuff before me
    d) he has more stuff than me

    I don't mind Bill Gates much despite his money because his company and his ideas are mundane and never very exciting. Oh sure, I'd like to have a mountain fortress with helipads and scuba tunnels, and I guess it would have been OK if I'd come up with the Windows oses, but really I could take or leave it.

    Ditto Linus Torvalds. He has the opposite problem. He has neat ideas, but, no offense Linus (I know he is reading this), not exactly a dream job. I am only mildly envious of him. Larry Ellison I am also slightly envious of because of his crazy samurai stuff but due to his crazy samurai brain I don't think I'd want to be him.

    No, as far as being others goes, I'll take Sergey Brin and his unique name and mysterious heritage and brilliant smile and rugged good looks and cool job and money.

    That bastard.

  33. I switched over to using Gmail exclusively by MarkWatson · · Score: 3, Informative

    Yes, I know that it is a beta system, but for really crucial business email, I keep a flat file where I copy and paste emails for local backup (but, I almost never bother to do this).

    Setting up Gmail was trivial - just forwarded email from my domain name. It is a little strange using a web based email system but because it uses a Mozilla plugin it is really more like a fat client. I find that the convenience of getting my email from any computer I am using outweighs any hassles of a web interface.

    Oddly enough, I don't use the search capability very often, but it does work well. I like the way threads are organized in "conversations" and a new email to a "conversation" moves the entire conversation to the top of the Inbox.

    -Mark

  34. IE Only! Are you smoking Crack? by Anonymous Coward · · Score: 2, Informative

    Umm, its a complex app, but its definetly not IE only. The current list of supported browsers includes IE, of course, as well as Mozilla and Firefox (on Windows/Mac/Firefox), and Netscape too. The only browser support that is strangely absent is Safari, but they are working on it.

    The difference between GMail and an application is that you can check it anywhere. I've used Hotmail and Yahoo Mail, and they both pale in comparison. I now have a GMail account, and its fantastic. Its well designed, very intuitive, and it works great.

    Daniel

  35. Re:About the "ad" concern by CaptainTux · · Score: 2, Interesting
    So I've been using gmail now and guess what.. I've not seen the text ads on most of my emails (I'm being completely honest here). In fact, none of my personal emails have any ads on the side.

    I signed up for my GMail account on yesterday and there certainly are VERY unobtrusive text ads (similar to the ones used on Google Search) on the right hand side of the page. Perhaps older GMail accounts don't have this though. Either way, they are extremely unobtrusive and don't effect the experience at all. I wish all of the email providers (like they'll be there long once GMail launches) would do this with their ads.

    For anyone interested, I've posted a brief review of the GMail service in my blog. I'll be honest, this is a mindblowing service. Absolutely world-class all the way.

    --
    Anthony Papillion
    Advanced Data Concepts, Inc.
    "Quality Custom Software and IT Services"
  36. Re:i dont understand by CaptainTux · · Score: 2, Interesting
    how does Google do everything so well, or at least better than any other company by far

    Because Google is run by people who, not only love technology, but actually understand technology. These guys are technologists first and businesspeople second. They've created a geek playground, set their geeks free, and watched them play. The result of that play is what we love about Google.

    That might all change once they go public. I hope that it doesn't but pouring buckets of money at people tends to oftentimes have a negative effect. I suppose we shall wait and see.

    --
    Anthony Papillion
    Advanced Data Concepts, Inc.
    "Quality Custom Software and IT Services"
  37. If only it was IMAP, you wouldn't need ...... by ron_ivi · · Score: 3, Interesting
    If only it used IMAP instead of POP, you wouldn't need Gmail's search features.

    Since 1990 IMAP had a "search unseen" feature (See http://www.faqs.org/rfcs/rfc1176.html which enabled clients to easily broaden and narrow searches easily (see Pine for a good implementation).

    I currently have about 1GB across a few IMAP folders at my ISP; and can search the hole think quickly and efficiently using '90's technology.

    I don't see the big deal.

  38. You are currently using 27 MB (3%) of your 1000 MB by KrackHouse · · Score: 2, Informative

    I got an account through Blogger because I'm an active poster. http://crackhouse.blogspot.com. Here are some quick first impressions of Gmail. It really is a gig, I uploaded some MP3s without any problems, no pop access right now, it's very limited in the settings department compared to yahoo but it's still in beta so that's to be expected. I tried to send a 90MB file to myself as an attachment but it says that I'm limited to 10MB attachments :( They have a system where you can flag messages as important with a star icon. It copies the message to the star folder for easy access to important messages. The default name format looks like this firstname.lastname@gmail.com

    --
    What if Digg added local news and a Slashdot inspired comment karma system? ---
    http://houndwire.com
  39. Re:Six months? by billcopc · · Score: 2, Insightful

    The common inbred mortals that use Hotmail aren't going to bother switching over to Gmail. It's called laziness.

    Heck, how long did it take for those inbreds to just start USING Google search ? WE THE NERDS had to change their start page to Google.com because they were still using the default MSN page. And then we had to teach them how to use a fricking SEARCH ENGINE.

    Gmail is cool, but they won't steal many Hotmail users. They earn a whole bunch of new users though, as well as us geeks who typically run our own mail servers and/or pay a nominal fee for a true POP/IMAP account.

    --
    -Billco, Fnarg.com
  40. on gmail and spam filtering by rebelcool · · Score: 2, Informative

    I have a gmail account. I set some other email accounts of mine to forward to it, a couple of which are heavy spam attractors (200 a day or so).

    At the moment, gmail's spam filter isn't all that great allowing maybe 50% through. I figure this is probably because their filter hasn't had enough training yet, not enough users etc. And they make it easy to report the spam by just checking off the messages and clicking "Report As Spam".

    So I'm not too bummed, but don't get your hopes up on gmail saving the world from spammers.

    --

    -