DrSQL
Mar 22, 02:10 PM
the best competition against iPad2.
I am an Apple fanboy, love Apple products. Got iPad2 on day1, but....
The Samsung 8.9" has me sold.
iPad 2, say hello to your new sister at my side.
I am an Apple fanboy, love Apple products. Got iPad2 on day1, but....
The Samsung 8.9" has me sold.
iPad 2, say hello to your new sister at my side.
vincenz
Mar 26, 07:34 AM
Summer can't come soon enough!
egan311
Apr 11, 12:54 PM
If true, this means that Apple has raised the white flag and accepted the defeat that Android has given to them. Not caring about the power of the hardware relative to others in the marketplace is a hallmark of a niche ecosystem.
Welcome to obscurity Apple - Population You
Yet another example of an opinion being passed off as 'fact'.
Not surprised given your chosen signature.
LOL! :D
So true.
Welcome to obscurity Apple - Population You
Yet another example of an opinion being passed off as 'fact'.
Not surprised given your chosen signature.
LOL! :D
So true.
centauratlas
Apr 6, 02:19 PM
I read it somewhere, where was it, oh yeah, HERE ( http://www.macrumors.com/2011/04/06/apples-suppliers-ship-roughly-2-5-million-ipad-2s-in-march/) that Apple sold around 2.5 million iPad 2s in March (plus a lot of older iPad 1 stock). And that was about 3 weeks from launch day.
And they expect around 12 million per quarter according to the article here earlier today. Talk about a huge difference....nearly 110,000 iPad 2s per day! Plus a lot of original iPads.
And they expect around 12 million per quarter according to the article here earlier today. Talk about a huge difference....nearly 110,000 iPad 2s per day! Plus a lot of original iPads.
Evangelion
Jul 15, 10:32 AM
Power Supply at the top is REALLY stupid.
Why?
Because PC's have the PSU at the top, so it MUST be bad.
Why?
Because PC's have the PSU at the top, so it MUST be bad.
samcraig
Apr 27, 11:10 AM
Is this the same government that allowed warrantless wire tapping? The same government that used "color coding" to induce fear when there was nothing reported? The same federal government that allowed Halliburton no bid contracts in Iraq? Interesting how some cherry pick (this is not referring to you at all, just a general statement, not meant to be personal :) ), "government is bad, social healthcare is bad, but wait, federal lawsuits have merit, government is right".
A lot of federal lawsuits have no merit and there has been no ruling. Thus if a lawsuit is federal means all federal lawsuits are valid, doesn't make sense. Perhaps waiting this out for more information would be prudent instead of jumping down each others' throats.
I do not understand why every thread on MacRumors turns into a free-for-all. It should be called "MacFeuders"...
Maybe you'd prefer discourse where everyone agreed and had the same opinion as you. Maybe some white fluffy bunnies too? ;) I kid.
At the end of the day - an issue was indentified. Apple is responding. Arguing whether or not there is an issue is silly. Arguing whether or not Apple is responding is silly.
That's not addressed to you - but everyone at this point
A lot of federal lawsuits have no merit and there has been no ruling. Thus if a lawsuit is federal means all federal lawsuits are valid, doesn't make sense. Perhaps waiting this out for more information would be prudent instead of jumping down each others' throats.
I do not understand why every thread on MacRumors turns into a free-for-all. It should be called "MacFeuders"...
Maybe you'd prefer discourse where everyone agreed and had the same opinion as you. Maybe some white fluffy bunnies too? ;) I kid.
At the end of the day - an issue was indentified. Apple is responding. Arguing whether or not there is an issue is silly. Arguing whether or not Apple is responding is silly.
That's not addressed to you - but everyone at this point

aftk2
Aug 25, 04:09 PM
Speaking as someone whose iMac G5 has been out of commission and in the nearby Apple Store for thirty days (!), I'm not the happiest Apple user, either. Thing is, I've only ever had good experiences, prior to this. For example, I had one of the early Apple Studio Displays (the ones that looked like oversized bondi blue iMacs), and when it started wonking out, Apple sent me a box, shipping label pre-printed, and repaired it for free, even after it was out of warranty (there was a known defect.)
This latest episode has been pretty aggravating, though (although the only saving grace is that I'll likely be able to score an Intel iMac out of the deal, which I'm somewhat excited about.)
Heh, maybe I should have the Apple Store twiddle their thumbs for a few more weeks, and I might be able to grab a Core 2 Duo version. :P
This latest episode has been pretty aggravating, though (although the only saving grace is that I'll likely be able to score an Intel iMac out of the deal, which I'm somewhat excited about.)
Heh, maybe I should have the Apple Store twiddle their thumbs for a few more weeks, and I might be able to grab a Core 2 Duo version. :P
FelixGV
Nov 28, 11:38 PM
Aren't you tired of companies trying to have it their way? Here's what we, as consumers, should do, if that stupid policy happened:
We should create a website, where iPod buyers could subscribe by providing a proof of their iPod purchase. The website would then declare that until Universal pays back what they have taken from every member, those members will steal Universal's music instead of buying it off of the iTS. That's what the tax is there for, right?
Sweet deal! We now have the moral justification to download all of Universal's music for 1 buck. Bring it on!
We should create a website, where iPod buyers could subscribe by providing a proof of their iPod purchase. The website would then declare that until Universal pays back what they have taken from every member, those members will steal Universal's music instead of buying it off of the iTS. That's what the tax is there for, right?
Sweet deal! We now have the moral justification to download all of Universal's music for 1 buck. Bring it on!
nilk
Apr 6, 04:14 PM
I run a Windows VM with 1 GB of dedicated memory and a Linux VM with 1.5 GB of dedicated memory. All while Xcode is open and doing something in every OS.
Seriously, software development is about the less ressource hungry task you can do on modern computers. Browsers use more system ressources nowadays than code editors/compilers/debuggers.
Totally depends on what tools you are using. Sure, when I'm at home working on a light webapp running nothing but Emacs, Chrome, Postgres, and using, for example, Python as my server-side language, 4GB of RAM is more than enough, hell I could get by with 2GB no problem.
But at work I have open: Eclipse, one or more instance of Tomcat or Jetty, Oracle SQL Developer (Java app), Windows VM with Visual Studio and other tools, and maybe a Linux VM running Oracle. I always have the Windows VM running. When I had 4GB, things would drag, and I couldn't run the Linux VM without my system becoming unusable. Now that I have 8GB things run great; I can afford to give my Windows VM over 2GB, and I don't notice the difference between running and not running my Linux VM. Sometimes I have as many as 3 VMs running using over 3GB RAM in total and things are still smooth unless there's a lot of hard drive access going on.
But it's encourage to know that you're successfully using a MBA w/ 4GB even with VMs eating up half your RAM. Maybe the SSD makes a huge difference.
Seriously, software development is about the less ressource hungry task you can do on modern computers. Browsers use more system ressources nowadays than code editors/compilers/debuggers.
Totally depends on what tools you are using. Sure, when I'm at home working on a light webapp running nothing but Emacs, Chrome, Postgres, and using, for example, Python as my server-side language, 4GB of RAM is more than enough, hell I could get by with 2GB no problem.
But at work I have open: Eclipse, one or more instance of Tomcat or Jetty, Oracle SQL Developer (Java app), Windows VM with Visual Studio and other tools, and maybe a Linux VM running Oracle. I always have the Windows VM running. When I had 4GB, things would drag, and I couldn't run the Linux VM without my system becoming unusable. Now that I have 8GB things run great; I can afford to give my Windows VM over 2GB, and I don't notice the difference between running and not running my Linux VM. Sometimes I have as many as 3 VMs running using over 3GB RAM in total and things are still smooth unless there's a lot of hard drive access going on.
But it's encourage to know that you're successfully using a MBA w/ 4GB even with VMs eating up half your RAM. Maybe the SSD makes a huge difference.
Phat Elvis
Aug 11, 11:21 AM
G5 iPhones next Tuesday.
Just awesome :D .
Just awesome :D .
GekkePrutser
Apr 6, 12:36 PM
I completely disagree with that statement.
Well at least the iPad does have a backlit keyboard :p
Edit: But I agree, I own an iPad myself and while it serves its purpose brilliantly there's many things that can just not be done on it. Just wanted to say there's a few things it does have over the MacBook Air (the built-in 3G option is another)
Well at least the iPad does have a backlit keyboard :p
Edit: But I agree, I own an iPad myself and while it serves its purpose brilliantly there's many things that can just not be done on it. Just wanted to say there's a few things it does have over the MacBook Air (the built-in 3G option is another)
TheManOfSilver
Aug 27, 06:49 PM
OK ... wading into the mire a little bit here ...
I like the sound of some of the iMac configuration suggestions floating around here (especially the iMac Ultra). That being said, everyone's suggestions assume that the iMacs will continue using ATI GPUs. Not that I'm a total conspiracy nut, but don't you think it's possible that Apple may switch to NVidia GPUs now that ATI belongs to AMD?
As the first launch planned after the merger (I'm sure the Mac Pro configurations were set long before then), I think it's entirely possible ...
I like the sound of some of the iMac configuration suggestions floating around here (especially the iMac Ultra). That being said, everyone's suggestions assume that the iMacs will continue using ATI GPUs. Not that I'm a total conspiracy nut, but don't you think it's possible that Apple may switch to NVidia GPUs now that ATI belongs to AMD?
As the first launch planned after the merger (I'm sure the Mac Pro configurations were set long before then), I think it's entirely possible ...
afrowq
Apr 9, 08:01 PM
Of course not.
Glad you realize it was wrong to put those words in my mouth "lots of professionals I know".
Glad you realize it was wrong to put those words in my mouth "lots of professionals I know".
LethalWolfe
Apr 10, 12:45 AM
I'm a little confused...why was Avid presenting at a Final Cut Pro User Group's meeting anyway? Do they just come in and are like "Hey, you've all made a mistake!" or something?
Long story short, because the people that make up the groups want it and the other companies (Adobe, Avid, Canon, AJA, Blackmagic, etc.,) don't want to pass up a chance to talk to their demographic directly. Although still FCP-centric there are many other tools that editors are interested in learning about and the user groups accommodate that. Apple hasn't really been on the ball the last few years and companies like Adobe and Avid have been stepping up their game which, in my comings and goings, has kicked up the most interest in non-Apple software by FCP users I've seen since I first bought FCP 9 years ago.
Sure, there are die-hard fanboys but most editors realize these are just tools and want the best ones for the job and right now there is more competition in the prosumer price range than ever. For example, Apple Color used the best deal in town by far for coloring grading apps but last year Blackmagic purcahsed DaVinci (the gold standard in color correction) and dropped the price to $1000 for the software-only version. Perviously the lowest point of entry to get a DaVinci was over $200,000, AFAIK. Baselight, another high-end color grading system, just announced a Baselight plug-in for FCP that'll be available this fall for "less than $1000".
Lethal
Long story short, because the people that make up the groups want it and the other companies (Adobe, Avid, Canon, AJA, Blackmagic, etc.,) don't want to pass up a chance to talk to their demographic directly. Although still FCP-centric there are many other tools that editors are interested in learning about and the user groups accommodate that. Apple hasn't really been on the ball the last few years and companies like Adobe and Avid have been stepping up their game which, in my comings and goings, has kicked up the most interest in non-Apple software by FCP users I've seen since I first bought FCP 9 years ago.
Sure, there are die-hard fanboys but most editors realize these are just tools and want the best ones for the job and right now there is more competition in the prosumer price range than ever. For example, Apple Color used the best deal in town by far for coloring grading apps but last year Blackmagic purcahsed DaVinci (the gold standard in color correction) and dropped the price to $1000 for the software-only version. Perviously the lowest point of entry to get a DaVinci was over $200,000, AFAIK. Baselight, another high-end color grading system, just announced a Baselight plug-in for FCP that'll be available this fall for "less than $1000".
Lethal

Tomaz
Aug 7, 05:22 PM
APPLE!? Arrogant??? Naaaaaaaaahhhhhhhhhhhh.
And how do you know you guys are going to hate it? You never even used it yet. My God some of you people are such complainers. Put some dirt on it, make a hill, and get over it.
I'm sure I'm not going to hate it, it's probably gonna be fabulous, but it's not an innovation as Steve advertises it. In fact, not a single thing they showed about Leopard up to now is an innovation. Everything already exists somehow. I'm not complaining about the new features of the OS, but about how they present them. They're all (hopefully) improved versions of existing stuff!!
And how do you know you guys are going to hate it? You never even used it yet. My God some of you people are such complainers. Put some dirt on it, make a hill, and get over it.
I'm sure I'm not going to hate it, it's probably gonna be fabulous, but it's not an innovation as Steve advertises it. In fact, not a single thing they showed about Leopard up to now is an innovation. Everything already exists somehow. I'm not complaining about the new features of the OS, but about how they present them. They're all (hopefully) improved versions of existing stuff!!
twoodcc
Mar 25, 11:28 PM
WWDC seems like a great time to release Lion! i sure hope that it happens!
shrimpdesign
Aug 7, 03:19 PM
Features I want:
-iChat screen sharing (awesome idea!) and video effects
-Spaces (finally a Apple OS-level implementation)
-Time Machine (I want a friggin wormhole on my computer!)
I wish they'd show us the Top Secret features.
But seriously, so one even saw Time Machine coming. That was a surprise!
-iChat screen sharing (awesome idea!) and video effects
-Spaces (finally a Apple OS-level implementation)
-Time Machine (I want a friggin wormhole on my computer!)
I wish they'd show us the Top Secret features.
But seriously, so one even saw Time Machine coming. That was a surprise!
zacman
Apr 19, 03:18 PM
HA I knew you were going to say that. developer prefer to develop for iOS. iOS user spend more money on Apps than Android user. Plus iPod Touch user can use the same apps as the iPhone. There won't be a Windows for the smartphones theres already too many players in the game.
Well Rovio (Angry Birds) thinks otherwise:
http://www.insidemobileapps.com/2011/03/13/angry-birds-android-ios/
"The company said in December that it expected to make $1 million per month from Android by the end of 2010. (...) Now that the app has seen about 100 million installs across all platforms, Rovio is not getting the same initial bump in paid download revenue from Apple�s app store. On Android, the company doesn�t offer paid Angry Birds apps, but sees recurring revenue from advertising."
So they make more money with their free Android version than they do with the paid iOS version.
Well Rovio (Angry Birds) thinks otherwise:
http://www.insidemobileapps.com/2011/03/13/angry-birds-android-ios/
"The company said in December that it expected to make $1 million per month from Android by the end of 2010. (...) Now that the app has seen about 100 million installs across all platforms, Rovio is not getting the same initial bump in paid download revenue from Apple�s app store. On Android, the company doesn�t offer paid Angry Birds apps, but sees recurring revenue from advertising."
So they make more money with their free Android version than they do with the paid iOS version.
wpotere
Apr 27, 09:34 AM
This is a witch hunt and won't end. The man has been our president for 2+ years now, they need to let it go. Just another reason that Trump is and looks like an idiot.
afrowq
Apr 6, 07:52 PM
This is Bowl *****!!! Come on man....I see these claims with absolutely NO, ZERO proof to back it up...Links? Pics? Video???? IF anything, MORE people have joined the FCP camp...because more people than EVER are buying Macs! Even though Adobe and Avid are cross platform, the affordability of FCP is a real bonus. Everyone I know that uses FCP and has been using FCP has ZERO interest in flipping. Unless you have an extreme PC...Adobe makes no sense (unless you are using the Quadro nVidia cards in a Mac Pro). Sure, the Merc engine increases performance for a few transitions and filters....but rendering is still necessary in MOST cases! Today's speed of the new Macs....MBP, iMacs, Mac Pros...makes the transition from AVC, XDCam, DVCPro, etc to Pro-Res, is actually a very speedy process. Even Canon stepped up last spring with a plug in to increase transcode speeds almost a 1,000% (used to take a minute or two to transform...now done in 10 seconds or less!!!). Once in Pro Res, editing is an absolute breeze...a cake walk, easy as pie:) Especially if you have a recent generation Mac from the last couple of years.
Now...that said, absolutely, I totally agree improvements can be made. As mentioned many times....media management and better integration between other programs in the suite. However, being a long time FCP user, I'm "used" to the export/share option and don't find it too difficult.
Motion is the program I would like to see take a big step forward. I am also a heavy Adobe user and have the entire CS5 Production bundle...but NOT for Premier...I solely use PhotoShop and After Effects. AE has been my go to animated title compositor. Motion, while decent...is certainly behind the eight ball in comparison to Avid and AE for these tasks.
However...most, if not ALL of the pros I know that have been using FCP continue to do so....and there are more motion pictures, BIG ones...this year, edited on FCP than I can remember in years past. Pulling this BS out of your arse is crap. The iToy phenomenon, in my very humble opinion will actually HELP the Pro Apps...as Apple is making more money than EVER!!! This will afford them the expertise they need to develop the pro apps...more so than they've ever been able to do in the past. Keep in mind...for these iToys to be great, they need content....and again, IMHO...I think Apple knows this, and would be happy if every app, movie, song, etc...that resides in iTunes, Mac Store, App Store, etc....was created WITH their soft/hardware as well. Again, just my opinion....Apple won't shoot themselves and the entire creative community in the foot....just when they've becoming the HIGHEST gaining computer sales platform in the world!!! They're selling more computers (MB, MBP, MBair, MP, iMacs) then EVER...and I attribute that somewhat to the excellent user experience so many folks have had with their "iToys". You gotta figure some of those folks will be "Pro" creative guys. And enticed they will be (my Yoda impersonation) by the hardware and software that Apple offers....so if anything, there is Growth in the Pro sector...hardware and software both. NOT a mass exodus. Again...if you truly have proof that "All those Pros have already left Mac"...I'm all ears. If anything, they've made significant gains. Hence the reason AVID has DECREASED their pricing from the astronomical rates it used to cost...and the proprietary rigs you had to have to run the program.
Sorry for the rant. But what you've stated is absolutely NOT true my friend. Period. And THAT is a fact! If you're deciding whether or not to stick with FCP, cool...fine to make that point. Don't make up BS about other "Pros" and their Post Workflow. Other than the BBC switching to Premier, I can think of NO other real, true professionals that have abandoned FCP because it's lacking. It's still a VERY powerful program. Getting older, several places to shine it up, but it still does the job and does it well.
J
I don't need links, videos, etc. to prove my point. I know it's the case, because I've seen it with my own eyes. And frankly I don't care to impress you with pointless links and statistics. I am a professional, and I work with professionals, and several of them have already switched to Premiere. That, my friend, is a fact, and it's all I need.
Now...that said, absolutely, I totally agree improvements can be made. As mentioned many times....media management and better integration between other programs in the suite. However, being a long time FCP user, I'm "used" to the export/share option and don't find it too difficult.
Motion is the program I would like to see take a big step forward. I am also a heavy Adobe user and have the entire CS5 Production bundle...but NOT for Premier...I solely use PhotoShop and After Effects. AE has been my go to animated title compositor. Motion, while decent...is certainly behind the eight ball in comparison to Avid and AE for these tasks.
However...most, if not ALL of the pros I know that have been using FCP continue to do so....and there are more motion pictures, BIG ones...this year, edited on FCP than I can remember in years past. Pulling this BS out of your arse is crap. The iToy phenomenon, in my very humble opinion will actually HELP the Pro Apps...as Apple is making more money than EVER!!! This will afford them the expertise they need to develop the pro apps...more so than they've ever been able to do in the past. Keep in mind...for these iToys to be great, they need content....and again, IMHO...I think Apple knows this, and would be happy if every app, movie, song, etc...that resides in iTunes, Mac Store, App Store, etc....was created WITH their soft/hardware as well. Again, just my opinion....Apple won't shoot themselves and the entire creative community in the foot....just when they've becoming the HIGHEST gaining computer sales platform in the world!!! They're selling more computers (MB, MBP, MBair, MP, iMacs) then EVER...and I attribute that somewhat to the excellent user experience so many folks have had with their "iToys". You gotta figure some of those folks will be "Pro" creative guys. And enticed they will be (my Yoda impersonation) by the hardware and software that Apple offers....so if anything, there is Growth in the Pro sector...hardware and software both. NOT a mass exodus. Again...if you truly have proof that "All those Pros have already left Mac"...I'm all ears. If anything, they've made significant gains. Hence the reason AVID has DECREASED their pricing from the astronomical rates it used to cost...and the proprietary rigs you had to have to run the program.
Sorry for the rant. But what you've stated is absolutely NOT true my friend. Period. And THAT is a fact! If you're deciding whether or not to stick with FCP, cool...fine to make that point. Don't make up BS about other "Pros" and their Post Workflow. Other than the BBC switching to Premier, I can think of NO other real, true professionals that have abandoned FCP because it's lacking. It's still a VERY powerful program. Getting older, several places to shine it up, but it still does the job and does it well.
J
I don't need links, videos, etc. to prove my point. I know it's the case, because I've seen it with my own eyes. And frankly I don't care to impress you with pointless links and statistics. I am a professional, and I work with professionals, and several of them have already switched to Premiere. That, my friend, is a fact, and it's all I need.
4God
Jul 27, 10:00 AM
My credit card is melting just thinking about WWDC. :D
twoodcc
Aug 8, 02:42 PM
I've seen several people saying that it's starting to be a car encyclopedia rather than an enjoyable racing game. I kinda agree with that. My last experience with GT is GT2 on PS1 I think but I'm looking forward on this game. Hopefully it will be what I expect, a good, solid driving game. I hope they have spent time on the actual driving too, not just with the cars and 3D stuff etc
i don't know, i still think the Gran Turismo series is the best as far as real driving simulation. by far. and the number of copies sold backs that up
me too!! i am So excited! i wont pre order or anything, might save for a steering wheel though. :)
yeah i still might pre-order the special edition one. i'm not sure yet
i don't know, i still think the Gran Turismo series is the best as far as real driving simulation. by far. and the number of copies sold backs that up
me too!! i am So excited! i wont pre order or anything, might save for a steering wheel though. :)
yeah i still might pre-order the special edition one. i'm not sure yet
Snowy_River
Jul 28, 03:26 PM
Dan=='s mockup is something that I had considered before, I remember talking about it with Yvan 256 at some point as something like "the return of the Cube." I think it's a pretty good design, the guts of the Mini are so packed as it is, an expanded case would allow for a substantial upgrade in components, including the oft clamored for dedicated GPU.
Another way Apple could do it is just to elongate the Mini's case to make it just as svelte vertically, only slightly wider. Could you take a run at that one Dan==? ;)
Okay, I did some tinkering myself, just for kicks, and here's what I came up with. I thought that we were talking about a computer that was somewhere between a Mac Mini and a Mac Pro (Power Mac), so I thought, maybe the style should be a combination of the two. Let me know what you think.
It's not a Mac Plus... It's a Mac++!
http://www.ghwphoto.com/Mac++1.PNGhttp://www.ghwphoto.com/Mac++2.PNG
Another way Apple could do it is just to elongate the Mini's case to make it just as svelte vertically, only slightly wider. Could you take a run at that one Dan==? ;)
Okay, I did some tinkering myself, just for kicks, and here's what I came up with. I thought that we were talking about a computer that was somewhere between a Mac Mini and a Mac Pro (Power Mac), so I thought, maybe the style should be a combination of the two. Let me know what you think.
It's not a Mac Plus... It's a Mac++!
http://www.ghwphoto.com/Mac++1.PNGhttp://www.ghwphoto.com/Mac++2.PNG
Westside guy
Mar 22, 01:05 PM
Ugh. When and if I buy a tablet, I don't intend to limit my consideration to just the iPad - but displaying pre-release hardware that doesn't even function yet is just silly. That's a Microsoft-ish move - it may excite the tech press, but customers aren't going to care unless they can see the darn thing run!
I must admit I'm a bit put off by what appears to be a consistent unwillingness by hardware manufacturers to provide software upgrades for their existing Android devices.
I must admit I'm a bit put off by what appears to be a consistent unwillingness by hardware manufacturers to provide software upgrades for their existing Android devices.
No comments:
Post a Comment