Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
awesome! loving GMail more and more, now hopefully they will always keep POP3 access free

edit: or is this just another April Fools prank? i think i should just go to bed
 
well I like the increase my gmail account is getting but I really like the fact that yahoo is going upto a gig because that means my main account though SBC is going to go up to a gig in storage as well (as well as be earily on the list of the yahoo accounts that get upgrauded since it is a paid account because they are my ISP).
 
This better not be some April Fools joke! :mad: I'm already confused by all these status changes and the mods sigs changes..... :(

EDIT: Why is there a number that gets bigger and bigger on the Gmail site?
 
Weird, it's going up bit by bit. See the images below.

I went from having 1101MB available to having 1102MB available.
 

Attachments

  • Picture 1101.jpg
    Picture 1101.jpg
    9.2 KB · Views: 96
  • Picture 1102.jpg
    Picture 1102.jpg
    9.3 KB · Views: 76
watcher2001 said:
Hey, I just noticed that too. What gives? Is there a list somewhere???

Look in the Community Discussion forum for "Gar!" and the Macrumors feedback area. Something to do with Aprils Fools day or something. Actually for me its not April 1st for another 24 minutes.


EDIT: And the mods are all talking "Pirate" :D
 
I think that's pretty cool. They don't want to overwhelm the system or something so they do it bit by bit.

Google issued its own statement on its website. Also note the napkin drawing they have - it's genius.
 
Yeah, well its 8am over here, and I got 1304MB of total storage. Are will still debating if this is a April Fools thing or not?
 

Attachments

  • gmail.JPG
    gmail.JPG
    11.7 KB · Views: 79
The login page makes mention of the storage increasing today to 2GB and over. In fact the login page shows the storage space increasing 1 MB at a time. They are calling it the infinity plus one storage model. ;)

yup... the counter shows the actual storage amount for every user.
 
yup, just go straight to gmail.com and on their main page you see the live counter counting up. that is an awesome idea and awesome way to implement the new space. good marketing guys
 
If you care... this is the function that it is using to make the numbers go up....

Code:
function updateQuota() { 
  if (!quota) {
    return;
  }
 
  var now = (new Date()).getTime(); 
  if (now < START) { 
    setTimeout(updateQuota, 1000); 
  } else if (now > END) { 
    quota.innerHTML = 'Over 2000'; 
  } else { 
    quota.innerHTML = format(((now - START)/(END - START)*1025) + 1025); 
    setTimeout(updateQuota, 50); 
  } 
}
 
Yeah, it's just using your system clock for it's time variable. Set the time to anytime after april 2nd and you'll have 2 gigs instantly. There's no ramp up or anything, this is just part of the marketing.

BEN
 
Any news on gmailfs for the mac? I always wanted to get a virtual gmail drive to show up on the mac desktop (2 gb network drive? That would be nice). I posted a tip on macosxhints to use gmail as an online backup system, but gmailfs would be even cooler.
 
WAIT, WHAT!?!?!?

Can you do that? I was just wondering if I could upload my files there so i can see them in my Gmail for transferring files from home to school. So, can it be done? And if so, please be precise and explain how...I REALLY REALLY WANNA KNOW HOW! :confused: :confused: :confused:
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.