Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Cloud OS?

If you look at the page source you will notice Apple is hosting files on their server under the folder "system/cloudos" and making references to CloudOS.

Could be nothing, or could be a sign there is a lot more room to grow with iCloud.

Code:
<!-- IMPORTANT NOTE: This file is licensed only for use in providing the iCloud service,
    or any part thereof, and is subject to the iCloud Terms and Conditions. You may not
    port this file to another platform without Apple's written consent. -->

<!DOCTYPE html><html><head><meta http-equiv="X-UA-Compatible" content="IE=edge"/><script>var SC_benchmarkPreloadEvents={headStart:new Date().getTime()};</script><meta http-equiv="Content-type" content="text/html; charset=utf-8"/><meta http-equiv="Content-Script-Type" content="text/javascript"/><meta name="description" content="Store contacts, calendars, photos, music, books, apps and more in the cloud and access them on all your devices."/><meta name="keywords" content="icloud, free, apple"/><meta name="robots" content="noodp,noydir,nosnippet"/><meta name="apple-mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-status-bar-style" content="default"/><meta name="viewport" content="initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/><link rel="apple-touch-icon-precomposed" sizes="114x114" href="system/cloudos/en-us/1KBeta.52691/source/resources/images/apple-touch-icon-114x114.png"/><link rel="apple-touch-icon-precomposed" sizes="72x72" href="system/cloudos/en-us/1KBeta.52691/source/resources/images/apple-touch-icon-72x72.png"/><link rel="apple-touch-icon-precomposed" sizes="57x57" href="system/cloudos/en-us/1KBeta.52691/source/resources/images/apple-touch-icon-57x57.png"/><title>iCloud</title><script>BUILD_INFO={buildMode:"production",buildNumber:"1KBeta.52691",buildLocale:"en-us",currentUrl:"/system/cloudos/en-us/1KBeta.52691/../../../../index.html",useRelativeUrls:true,styles:{x2:["system/cloudos/en-us/1KBeta.52691/stylesheet@2x-packed.css"],normal:["system/cloudos/en-us/1KBeta.52691/stylesheet-packed.css"]},images:{x2:["system/cloudos/en-us/1KBeta.52691/stylesheet-1@2x.png"],normal:["system/cloudos/en-us/1KBeta.52691/stylesheet-1.png"]}};</script><script type="text/javascript">String.preferredLanguage="en-us";</script><script type="text/javascript">if(!window.BUILD_INFO){BUILD_INFO={useRelativeUrls:false,currentUrl:window.location.pathname}
}window.SC=window.SC||{MODULE_INFO:{},LAZY_INSTANTIATION:{},buildMode:BUILD_INFO.buildMode,buildNumber:BUILD_INFO.buildNumber,buildLocale:BUILD_INFO.buildLocale};
window.SC=window.SC||{MODULE_INFO:{},LAZY_INSTANTIATION:{}};SC._detectBrowser=function(userAgent,language){var version,webkitVersion,iOSAgent,iOSDevice,iOSMajorVersion,iOSMinorVersion,browser={};
userAgent=(userAgent||navigator.userAgent).toLowerCase();language=language||navigator.language||navigator.browserLanguage;
version=browser.version=(userAgent.match(/.*(?:rv|chrome|webkit|opera|ie)[\/: ](.+?)([ \);]|$)/)||[])[1];
webkitVersion=(userAgent.match(/webkit\/(.+?) /)||[])[1];iOSAgent=(userAgent.match(/\b(iPad|iPhone|iPod)\b.*\bOS (\d)_(\d)/i)||[]);
iOSDevice=iOSAgent[1];iOSMajorVersion=iOSAgent[2];iOSMinorVersion=iOSAgent[3];browser.windows=browser.isWindows=!!/windows/.test(userAgent);
browser.mac=browser.isMac=!!/macintosh/.test(userAgent)||(/mac os x/.test(userAgent)&&!/like mac os x/.test(userAgent));
browser.lion=browser.isLion=!!(/mac os x 10[_\.]7/.test(userAgent)&&!/like mac os x 10[_\.]7/.test(userAgent));
browser.iPhone=browser.isiPhone=(iOSDevice==="iphone");browser.iPod=browser.isiPod=(iOSDevice==="ipod");
browser.iPad=browser.isiPad=(iOSDevice==="ipad");browser.iOS=browser.isiOS=browser.iPhone||browser.iPod||browser.iPad;
browser.iOSMajorVersion=browser.iOS?iOSMajorVersion*1:undefined;browser.iOSMinorVersion=browser.iOS?iOSMinorVersion*1:undefined;
browser.android=browser.isAndroid=!!/android/.test(userAgent);browser.opera=/opera/.test(userAgent)?version:0;
browser.isOpera=!!browser.opera;browser.msie=/msie/.test(userAgent)&&!browser.opera?version:0;
browser.isIE=!!browser.msie;browser.isIE8OrLower=!!(browser.msie&&parseInt(browser.msie,10)<=8);
browser.isIE9OrLower=!!(browser.msie&&parseInt(browser.msie,10)<=9);browser.isIE10=!!(browser.msie&&parseInt(browser.msie,10)===10);
browser.mozilla=/mozilla/.test(userAgent)&&!/(compatible|webkit|msie)/.test(userAgent)?version:0;
browser.isMozilla=!!browser.mozilla;browser.webkit=/webkit/.test(userAgent)?webkitVersion:0;
browser.isWebkit=!!browser.webkit;browser.chrome=/chrome/.test(userAgent)?version:0;
browser.isChrome=!!browser.chrome;browser.mobileSafari=/apple.*mobile/.test(userAgent)&&browser.iOS?webkitVersion:0;
browser.isMobileSafari=!!browser.mobileSafari;browser.iPadSafari=browser.iPad&&browser.isMobileSafari?webkitVersion:0;
browser.isiPadSafari=!!browser.iPadSafari;browser.iPhoneSafari=browser.iPhone&&browser.isMobileSafari?webkitVersion:0;
browser.isiPhoneSafari=!!browser.iphoneSafari;browser.iPodSafari=browser.iPod&&browser.isMobileSafari?webkitVersion:0;
browser.isiPodSafari=!!browser.iPodSafari;browser.isiOSHomeScreen=browser.isMobileSafari&&!/apple.*mobile.*safari/.test(userAgent);
browser.safari=browser.webkit&&!browser.chrome&&!browser.iOS&&!browser.android?webkitVersion:0;
browser.isSafari=!!browser.safari;browser.language=language.split("-",1)[0];browser.current=browser.msie?"msie":browser.mozilla?"mozilla":browser.chrome?"chrome":browser.safari?"safari":browser.opera?"opera":browser.mobileSafari?"mobile-safari":browser.android?"android":"unknown";
return browser};SC.browser=SC._detectBrowser();if(typeof SC_benchmarkPreloadEvents!=="undefined"){SC.benchmarkPreloadEvents=SC_benchmarkPreloadEvents;
SC_benchmarkPreloadEvents=undefined}else{SC.benchmarkPreloadEvents={headStart:new Date().getTime()}
}SC.setupBodyClassNames=function(){var el=document.body,browser,platform,shadows,borderRad,classNames,style,ieVersion;
if(!el){return}browser=SC.browser.current;platform=SC.browser.windows?"windows":SC.browser.mac?"mac":"other-platform";
style=document.documentElement.style;shadows=(style.MozBoxShadow!==undefined)||(style.webkitBoxShadow!==undefined)||(style.oBoxShadow!==undefined)||(style.boxShadow!==undefined);
borderRad=(style.MozBorderRadius!==undefined)||(style.webkitBorderRadius!==undefined)||(style.oBorderRadius!==undefined)||(style.borderRadius!==undefined);
classNames=el.className?el.className.split(" "):[];if(shadows){classNames.push("box-shadow")
}if(borderRad){classNames.push("border-rad")}classNames.push(browser,platform);ieVersion=parseInt(SC.browser.msie,10);
if(ieVersion){if(ieVersion===7){classNames.push("ie7")}else{if(ieVersion===8){classNames.push("ie8")
}else{if(ieVersion===9){classNames.push("ie9")}}}}if(browser==="safari"||browser==="chrome"){classNames.push("webkit")
}if(SC.browser.mobileSafari){classNames.push("mobile-safari")}if("createTouch" in document){classNames.push("touch")
}el.className=classNames.join(" ")};SC._relativeUrl_cachedCurrentUrl=(function(){var parts=BUILD_INFO.currentUrl.split("/");
var idx,len=parts.length;for(idx=0;idx<parts.length;idx++){if(parts[idx]==".."){parts.splice(idx,1);
parts.splice(idx-1,1);idx--;idx--}}return parts.join("/")})();SC.relativeUrl=function(to_url){if(!BUILD_INFO.useRelativeUrls){return to_url
}var from_parts=SC._relativeUrl_cachedCurrentUrl.split("/");var to_parts=to_url.split("/");
while(to_parts.length>=1&&from_parts.length>=1&&from_parts[0]===to_parts[0]){from_parts.shift();
to_parts.shift()}var ret="";from_parts.pop();for(var idx=0,len=from_parts.length;
idx<len;idx++){ret+="../"}ret+=to_parts.join("/");return ret};SC.absoluteUrl=function(relative_url){if(relative_url[0]==="/"){return relative_url
}var path=window.location.pathname.split("/"),add=relative_url.split("/"),len=add.length,idx;
if(path[path.length-1]===""){path.pop()}for(idx=0;idx<len;idx++){if(add[idx]==".."&&path.length>0){path.pop()
}else{path.push(add[idx])}}return path.join("/")};(function(){if(!BUILD_INFO.images){return
}var styles=[];if(window.devicePixelRatio==2||window.location.search.match(/(\?|&)2x=true/)){styles=BUILD_INFO.styles.x2;
SC.APP_IMAGE_ASSETS=BUILD_INFO.images.x2}else{styles=BUILD_INFO.styles.normal;SC.APP_IMAGE_ASSETS=BUILD_INFO.images.normal
}var head=document.getElementsByTagName("head")[0],len=styles.length,idx,css;for(idx=0;
idx<len;idx++){css=document.createElement("link");css.rel="stylesheet";css.type="text/css";
css.href=styles[idx];css.media="screen";head.appendChild(css)}})();</script><script type="text/javascript">if(window.navigator&&window.navigator.loadPurpose==="preview"){window.location.href="https://www.icloud.com/topsites_preview/"
}if(self==top){document.documentElement.style.display="block"}else{top.location=self.location
}if(!window.SC||!SC.browser){window.location="https://www.icloud.com/unavailable/"
}if(!window.console){window.console={error:function(){},warn:function(){},log:function(){}}
}var supportedLocales=["en-us","ja-jp","fr-fr","de-de","es-es","zh-cn","nl-nl","it-it","ko-kr","zh-tw","pt-pt","pt-br","da-dk","fi-fi","no-no","sv-se","ru-ru","pl-pl","ar-sa","tr-tr","th-th","uk-ua","hr-hr","cs-cz","el-gr","iw-il","ro-ro","sk-sk","hu-hu","id-id","ms-my","en-gb","ca-es","vi-vi"];
if(window.location.hostname==="developer.icloud.com"){wwwSupportedLocales=supportedLocales;
supportedLocales=["en-us"]}if(window.location.hostname==="beta.icloud.com"){wwwSupportedLocales=supportedLocales;
supportedLocales=["en-us"]}var supportedLocalesMapping={"zh-hk":"zh-tw","nb-no":"no-no","nn-no":"no-no",nb:"no-no",nn:"no-no"};
CloudOSBootstrap={getUserAgentVersion:function(f){var c="",a=0;try{c=(window.userAgent||navigator.userAgent).toLowerCase()
}catch(b){c=navigator.userAgent.toLowerCase()}try{a=parseInt(c.match(f.regexp)[1],10)
}catch(d){}return a},browserVersionFinders:{safari:{scApproval:SC.browser.isSafari,regexp:/version\/(\d+\.\d+)/},mobilesafari:{scApproval:SC.browser.isMobileSafari,regexp:/version\/(\d+\.\d+)/},android:{scApproval:SC.browser.isAndroid,regexp:/android (\d+\.\d+)/},firefox:{scApproval:SC.browser.isMozilla,regexp:/firefox\/(\d+\.\d+)/},chrome:{scApproval:SC.browser.isChrome,regexp:/chrome\/(\d+\.\d+)/},opera:{scApproval:SC.browser.isOpera,regexp:/version\/(\d+\.\d+)/},ie:{scApproval:SC.browser.isIE,regexp:/msie (\d+\.\d+)/}},isBrowserVersionAtLeast:function(e){var b=CloudOSBootstrap.browserVersionFinders,c,a,d;
for(c in e){if(c==="otherwise"){continue}if(b[c].scApproval){a=CloudOSBootstrap.getUserAgentVersion(b[c]);
d=e[c];return d!==-1&&a>=d}}return !!e.otherwise},currentlyLoadedLocale:null,loadStringsForLocale:function(a,d){var c=document.createElement("script");
var b=window.location.pathname+"system/cloudos/cloudos/language/"+a+"/"+SC.buildNumber+"/javascript.js";
c.setAttribute("type","text/javascript");c.setAttribute("src",b);c.onload=c.onreadystatechange=function(){if(!this.readyState||this.readyState=="complete"||this.readyState=="loaded"){window.localeDidLoad=true;
CloudOSBootstrap.currentlyLoadedLocale=a;if(window.CloudOS){window.SC.run(function(){window.CloudOS.set("localeDidLoad",true)
})}if(d&&typeof d==="function"){d()}}};window.document.getElementsByTagName("head")[0].appendChild(c)
},supportedRegionsForLanguage:function(){var c={};for(var a=0;a<supportedLocales.length;
a++){var d=supportedLocales[a];var b=d.split("-");if(!c[b[0]]){c[b[0]]=[]}c[b[0]].push(b[1])
}return c}(),getBrowserLocale:function(e){var a=(navigator.language||navigator.browserLanguage).toLowerCase(),c,b,d;
if(e){a=e}a=(""+a).replace("_","-");if(supportedLocalesMapping[a]){a=supportedLocalesMapping[a]
}c=a.split("-");if(CloudOSBootstrap.supportedRegionsForLanguage[c[0]]){d=CloudOSBootstrap.supportedRegionsForLanguage[c[0]];
if(c.length>=2){for(b=0;b<d.length;b++){if(d[b]==c[1]){return a}}}return c[0]+"-"+d[0]
}return a}};var localeDidLoad=false,localizedStrings={},localizedMetrics={};(function(){var d=function(){var g={},m=location.search.substr(1).split("&"),j,h,l,k;
for(k=0;!!m[k];k++){j=m[k].split("=");h=j[0];l=j[1];if(!!h&&!!l){g[h]=l}}return g
}();var c=d&&d.locale?d.locale:CloudOSBootstrap.getBrowserLocale(),f=window.supportedLocales,e="en-us";
for(var b=0,a=f.length;b<a;b++){if(f[b]===c){e=c}}String.preferredLanguage=e;if(SC.browser.iPhone){window.location="https://www.icloud.com/iphone_welcome"
}else{if(SC.browser.iPad){window.location="https://www.icloud.com/ipad_welcome"}}if(!CloudOSBootstrap.isBrowserVersionAtLeast({safari:4,mobilesafari:0,firefox:4,opera:0,chrome:0,ie:8,otherwise:true})){window.location="http://www.icloud.com/unsupported_browser"
}CloudOSBootstrap.loadStringsForLocale(e)})();SC.stringsFor=function(b,a){var d=localizedStrings[b];
if(!d){d=localizedStrings[b]=a}else{for(var c in a){if(a.hasOwnProperty(c)){d[c]=a[c]
}}}};SC.metricsFor=function(a,c){var d=localizedMetrics[a];if(!d){d=localizedMetrics[a]=c
}else{for(var b in c){if(c.hasOwnProperty(b)){d[b]=c[b]}}}};</script><script>SC.benchmarkPreloadEvents.headEnd=new Date().getTime();</script><style type="text/css">#noscript{position:absolute;z-index:100;top:0;right:0;bottom:0;left:0;background-image:url("system/cloudos/en-us/1KBeta.52691/source/resources/no_javascript/BG_Texture_tile.png");text-align:center;overflow:hidden;cursor:default;-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;user-select:none;}
#noscript div#container{position:absolute;top:0;left:0;right:0;bottom:0;min-height:500px;}
#noscript div#overlay{position:absolute;top:0;left:0;right:0;bottom:0;min-width:600px;min-height:550px;background:#0B080E;opacity:.84;}
#noscript div#container div.float-center-canvas{z-index:101;position:absolute;background-image:url("system/cloudos/en-us/1KBeta.52691/source/resources/no_javascript/BG_Texture_tile.png");top:50%;left:50%;margin-top:-1000px;margin-left:-1500px;width:3000px;height:2000px;}
#noscript div#container div.float-center-gradient{z-index:102;position:absolute;background-image:url("system/cloudos/en-us/1KBeta.52691/source/resources/no_javascript/BG_Radial_gradient.png");top:50%;left:50%;margin-top:-1100px;margin-left:-1500px;width:3000px;height:2000px;}
#noscript div#container div.float-center{z-index:103;position:absolute;top:44%;margin-top:-125px;width:100%;height:250px;text-align:center;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;}
#noscript div#container div.float-center img#img-cloud{margin-bottom:-1px;}#noscript div#container div.float-center span.title{color:#fff;font-size:40px;font-weight:600;text-shadow:rgba(0,0,0,0.5) 1px 1px 4px;}
#noscript div#container div.float-center span.subtitle{color:#d3d4d5;font-size:19px;font-weight:300;text-shadow:rgba(0,0,0,0.5) 1px 1px 3px;}
#noscript div#container div.bottom{z-index:102;position:absolute;bottom:0;left:50%;margin-left:-300px;width:600px;font-size:8pt;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:lighter;color:#8B8B8B;text-shadow:rbga(0,0,0,0.5) 0 0 2px;text-rendering:optimizeLegibility;}
body{background-color:#0a0a0a;}</style></head><body class="sc-theme sc-focus"><noscript unselectable="on"><div id="noscript"><div id="overlay"></div><div id="container"><div class="float-center-canvas"></div><div class="float-center-gradient"></div><div class="float-center"><img id="img-cloud" src="system/cloudos/en-us/1KBeta.52691/source/resources/no_javascript/200x150_JavaScript.png"/><br/><span class="title">JavaScript is required.</span><div style="subtitle"> </div><span class="subtitle">To use iCloud, enable JavaScript in your browser and try again.</span></div><div class="bottom"><img src="system/cloudos/en-us/1KBeta.52691/source/resources/no_javascript/Logo.png"/><div style="height:10px;"></div> Copyright © 2011 Apple Inc. <div style="height:15px;"></div></div></div></div></noscript><script>SC.benchmarkPreloadEvents.bodyStart=new Date().getTime();</script><script type="text/javascript">if(SC.setupBodyClassNames){SC.setupBodyClassNames()};</script><div id="loading"><script>window._rhtmlSpinnerTimeout=setTimeout(function(){window._rhtmlSpinnerTimeout=undefined;
var outer=document.createElement("div"),inner=document.createElement("div"),pos=0;
outer.style.cssText="z-index:90; position:absolute; left:50%; top:50%; margin-left:-21px; margin-top:-21px; width:42px; height:42px; overflow:hidden;";
inner.style.cssText="background-size:42px 504px;position:absolute; left:0px; top:0px; width:42px; height:504px; ";
inner.style.cssText+=(window.devicePixelRatio===2)?"background: url(system/cloudos/en-us/1KBeta.52691/source/resources/images/spinner@2x.png);":"background: url(system/cloudos/en-us/1KBeta.52691/source/resources/images/spinner.png);";
outer.appendChild(inner);document.body.appendChild(outer);var _rhtmlSpinnerInterval=setInterval(function(){pos=(pos+1)%12;
inner.style.top=-pos*42+"px"},56);window._removeRHTMLSpinner=function(){var stop=function(){clearInterval(_rhtmlSpinnerInterval);
_rhtmlSpinnerInterval=undefined;if(outer.parentNode){outer.parentNode.removeChild(outer)
}};if(window.SC&&SC.browser.isIE8OrLower&&window.CW&&CW.Anim){CW.Anim.Fader.create({element:outer,from:1,to:0,duration:500,stopSpin:stop.listens("finish")}).start()
}else{stop()}}},100);window._removeRHTMLSpinner=function(){if(window._rhtmlSpinnerTimeout){clearTimeout(window._rhtmlSpinnerTimeout)
}window._rhtmlSpinnerTimeout=undefined};</script></div><script type="text/javascript" src="system/cloudos/en-us/1KBeta.52691/javascript-packed.js"></script><script>SC.benchmarkPreloadEvents.bodyEnd=new Date().getTime();</script></body></html>
 
I wish they would focus their efforts on making what they have better rather than trying to add new features.

iCloud mail needs an overhaul. It's clunky, horribly slow and seems almost from the 90s.

Whilst there's a lot wrong with GMail it is miles better than iCloud mail and they have a lot to learn.

That's true, it is really slow, would be nice if they could speed it up.
 
Wait, what happened to Photo Stream sharing?

I thought this was also going to be part of the revamped iCloud website? No?
 
It is hard to disagree with the critics of the retarded faux leather, the imbecile stitching, and the idiot "antique" look of the ripped pages in iCal. I was near puking once Lion changed the Address Book to this cheap wall mart wallet design. WTF Apple, these apps are often used in the business environment!

This is indeed very true.

Ok, so you can get away with it for the "typical consumer" who likes things that may look like a leather wallet, or a pad of paper, but it's hardly a 2012 crisp, clean and, as you quite rightly say, Business thing.

Can you imagine working in Word or Excel with leather stitching etc etc.

I mean Microsoft had gimmicky things way way back with the paperclip to give you help, but at least you could turn it off.

I could offer a suggestion to Apple and that would be to give the option of "Skins" to some of it's apps, so you could have leather stitching if you really wanted it, or select a more clean and modern, business like look to the apps
 
I love my iPad and iPhone...I too have been waiting for notes to come to OSX and reminders to be removed from iCal...

But both are USELESS without two simple fixes:
- give both the ability to organize notes/reminders into "folders" (alla "home" / "work" etc)
- make use of a checkbox system that allows list items to be checked off!!! (and use checklists inside individual notes (margin))
...and while you are at it make them easy to order each line manually / alphabetically!!!!

SIMPLE fixes!!!! More users!!!! #


I wish I could reorder my Reminders when I create a grocery list. Sometimes I add to it in random order but then want it ordered by section...putting all produce in one spot and all diary/cold in order.

And it would be nice for Reminders/or some app to be able to make a list, check off items but have them go to a completed list with the same name...not a general completed list.
(I am thinking of invites, and having a list of names and if they are coming so I can do a quick glance to see who's rsvp'd
 
You know that Jonathan Ives himself has said that he dislikes that the "faux leather" treatment that Apple is putting on all of it's apps because it contradicts the simplicity the of devices they run on, right?

Yes, I know this. I hope it was pretty obvious that I dislike it as well. It doesn't seem to match anything that Apple is doing hardware-wise. It doesn't match most of the operating system either. It is just weird.
 
In your case I'd forget USB syncing and just use wi-fi syncing if it's possible, or even IMAP or Exchange for calendar syncing via internet.

Nope, my iPod doesn't support it, plus I don't have WiFi! So does USB sync for calendars work when iCal is set to use iCloud?
 
I personally like the torn pages looks. It looks like you are having a real notepad or calender in your hands. I dont understand people who hate this. Yes its not needed, so what? Do you prefer a green monochrome kind of look so it would feel more technical?
 
Not wise to brand the Apple screenshots with your own logo. Goes directly against Apple's use policy.

I suggest a angled and more faded watermark so as not to suggest that the images are created by sponsored or branded by macrumors.
 
Seriously, how could anyone trust Apple with cloud data/apps?

Mac.com - big hype, now gone.
me.com - big hype, now gone.
mobileme - big hype, now gone.
iwork.com - big hype, nearly gone.

See the pattern?

I got one.
Original iMac - now gone
Lampshade iMac - now gone
White iMac - Now gone

See the pattern? Yes you do
 
Get back to me when they have a proper replacement for Gallery that is integrated with iPhoto (desktop).

I don't like having to keep telling my parents they have to use Facebook when they have no interest in using Facebook.
 
Isn't it about time 'Find my iPhone' was renamed?

Seen as though it doesn't just 'find iPhones' anymore, a more fitting name could be 'Find my Device'.

It just seems a little confusing for new users who may not realise they should also track their iPad, iPod Touch or Mac through the same application.

They should... And they could call it.
iFoundIt
 
I got one.
Original iMac - now gone
Lampshade iMac - now gone
White iMac - Now gone

See the pattern? Yes you do

Completely wrong....

- original Imac - still runs fine, and does everything that it did when you bought it

- lampshade Imac - still runs fine, and does everything that it did when you bought it

- white (PPC) Imac - still runs fine, and does everything that it did when you bought it​

vs.

- mac.com - gone

- me.com - gone

- mobileme - gone

- iwork.com - almost gone​
 
Anyone else find that the notes app doesn't work in beta? Mine tells me it cannot save or delete notes.
 
There is something on the Notes-Screenshot that puzzles me? What the heck is "Muenster 1/2 lb"?!? Is that meat or cheese...or what?

I'm from Germany and the next city here is called "Muenster", and that name comes from church-steeple.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.