AppleMatt
Dec 14, 01:03 PM
http://www.sogoodblog.com/2010/12/14/chipotle-social-media/
AppleMatt
AppleMatt
cfedu
Feb 20, 07:17 PM
Since both drives are internal, you can indeed dedicate one drive to Windows.
If you plan on using it frequently and feel like opening it, you can upgrade the ram and stick an ssd in for a significant boost in responsiveness.
Other than that, you could put Plex on it to replace the AppleTV, or use it as a file/webserver, etc.
I don't think I will need any of the server features, and I'm not to tech Savy, just deal savy. Unless there is 1 or 2 killing features that OS X server can bring to me I think putting on SL would suite me better and use less resources.
the user interface looks a bit different and has many program/Apps/settings that I have no clue what they are for. I think I will need to read up on it or take a few classes to understand what it all means.
I think I'm going to clone an SL OS over as it has no disc drive or would a clean remote install of SL be better?
I've opened many mini's before so putting in a SSD will be a great upgrade. I just need to get a cheap 250 GB SSD
If you plan on using it frequently and feel like opening it, you can upgrade the ram and stick an ssd in for a significant boost in responsiveness.
Other than that, you could put Plex on it to replace the AppleTV, or use it as a file/webserver, etc.
I don't think I will need any of the server features, and I'm not to tech Savy, just deal savy. Unless there is 1 or 2 killing features that OS X server can bring to me I think putting on SL would suite me better and use less resources.
the user interface looks a bit different and has many program/Apps/settings that I have no clue what they are for. I think I will need to read up on it or take a few classes to understand what it all means.
I think I'm going to clone an SL OS over as it has no disc drive or would a clean remote install of SL be better?
I've opened many mini's before so putting in a SSD will be a great upgrade. I just need to get a cheap 250 GB SSD
xyfish
May 2, 06:07 AM
hmmm I'm asking if anyone has this case to rate the slip in and out of pocket. Ifound the rubbers on the griffin reveal frame to be impossible to slip in and out and gave up with the case. if this has the same rubber I'll avoid it and pick up the incase instead
i am using the Speck see thru satin and the "rubber lip" around the front screen is abit grippy and rubbery. Its not the texture like glossy TPUs.
But then i feel that i have no problem taking out of my jeans pocket.
i am using the Speck see thru satin and the "rubber lip" around the front screen is abit grippy and rubbery. Its not the texture like glossy TPUs.
But then i feel that i have no problem taking out of my jeans pocket.
MacHamster68
Mar 2, 08:54 PM
:) was it not also usable as a computer , if i remember that right it had a logic board of macintosh's from that time with some alterations , but could be used for internet access and OS 8 would run on it , only not meant to be a macintosh , so i guess apple placed it in the wrong market ,instead of selling it as a games console they should have sold it as a macintosh able to be used as a games console could have been a hit :D
more...
Apple OC
Mar 5, 07:30 PM
who cares how many question marks are in the odd thread????
I vote for immediate deletion of completely useless threads ... forget wasteland ... just delete them. :cool:
I vote for immediate deletion of completely useless threads ... forget wasteland ... just delete them. :cool:
mkrishnan
Feb 24, 08:12 AM
Is there a dis-mounting process on the PC? Is it possible that your Mac thinks that the drive is still being accessed by the PC, and therefore refuses to let you access the files, because they are 'in use'?
more...
That-Is-Bull
Oct 26, 02:43 PM
I'll be there if I can. Is there going to be a line at launch?

ykarmi
Jan 20, 05:20 PM
Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_0 like Mac OS X; en-us) AppleWebKit/532.9 (KHTML, like Gecko) Version/4.0.5 Mobile/8A293 Safari/6531.22.7)
Mmmmm. Full details **is** available?
Mmmmm. Full details **is** available?
more...
titaniumducky
Aug 22, 06:10 PM
Okay, it's animated now, but that pushed the file size up from 103 to 245 octets. I hope the server can handle it.
It's animated to do what? Turn from black to black? ;) :D
It's animated to do what? Turn from black to black? ;) :D
Bartos88
May 5, 05:58 AM
Ok thanks for the info guys. I guess the main thing to take away from your info is that hyperthreading would do relatively little for me. This leaves the slightly faster clockspeed (and therefore slightly higher turboboost max) as the deciding factor for the i7.
I think I'm gonna go with the 3.1 i5, which should be a huge improvement for me seeing as i'm coming from a 2008 macbook with 2GHz C2D en 2GB of ram :P
I think I'm gonna go with the 3.1 i5, which should be a huge improvement for me seeing as i'm coming from a 2008 macbook with 2GHz C2D en 2GB of ram :P
more...
DakotaGuy
Feb 9, 02:06 PM
Couldn't agree more. I don't see why you have to hate another network, is their competitor paying you off or what? If you like yours awesome, if you hate another wtf cares?
I think Verizon is great and has never let me down even when I have traveled into some pretty rural areas. I like to join in on the whole Verizon vs. AT&T battle just for fun. I can't believe people are so serious about it. Lighten up and use whatever works for you.
I think Verizon is great and has never let me down even when I have traveled into some pretty rural areas. I like to join in on the whole Verizon vs. AT&T battle just for fun. I can't believe people are so serious about it. Lighten up and use whatever works for you.
RLUK
Jun 23, 12:17 PM
Has anyone asked how many handsets o2 have?
I asked today but they wouldn't say. They did say they would have both 16&32 gb models though. I'm hoping it'll just be us three in the queue, that way we'll all leave the store happy!
I asked today but they wouldn't say. They did say they would have both 16&32 gb models though. I'm hoping it'll just be us three in the queue, that way we'll all leave the store happy!
more...
Sykte
Apr 19, 05:22 PM
[UIView animateWithDuration:0.8 delay:0.0 options: UIViewAnimationTransitionFlipFromLeft animations:^ { popContents.view.frame = CGRectMake(160, 70, 350, 350);
[self.view.superview bringSubviewToFront:self.view];
[self.view.superview addSubview:popContents.view]; }
completion: ^(BOOL finished) {
NSLog(@"DONE");
}
];
UIViewAnimationTransitionFlipFromLeft
This isn't a UIViewAnimationOption, what happens when you sub in the following.
UIViewAnimationOptionTransitionFlipFromLeft
[self.view.superview bringSubviewToFront:self.view];
[self.view.superview addSubview:popContents.view]; }
completion: ^(BOOL finished) {
NSLog(@"DONE");
}
];
UIViewAnimationTransitionFlipFromLeft
This isn't a UIViewAnimationOption, what happens when you sub in the following.
UIViewAnimationOptionTransitionFlipFromLeft
Sirus The Virus
Dec 27, 02:57 PM
Looks much better than the old one.
more...
Podgy
Oct 21, 11:06 PM
Anyway, will see if I can 'appropriate' a couple of extra t-shirts for my fellow Tokyo based MacRumor colleagues who can't attend! Probably not possible, but I did get some extra stuff when Tiger came out�
Alas, I'm in Chiba-ken and working AND I already reflexively pre-ordered
the feline but I'd REALLY like a T-shirt!
I'm sure all the Maccites who get them wont want to part with them but
if you do I'd be really grateful I'm dying for some Mac t-shirtness!
Yoroshiku onegaishimasu
Podgy
Alas, I'm in Chiba-ken and working AND I already reflexively pre-ordered
the feline but I'd REALLY like a T-shirt!
I'm sure all the Maccites who get them wont want to part with them but
if you do I'd be really grateful I'm dying for some Mac t-shirtness!
Yoroshiku onegaishimasu
Podgy
italeki
Apr 29, 08:55 AM
I have Simple Mobile service. I had been told to disable the 3G option on my iPhone 3gs. Now I have a new iPhone 4. With Gevey, can I now use the 3G enable? Will my phone work on 3G network? Thank you!
more...
Nuck81
Oct 21, 08:01 PM
Colin Hay
Nick Drake
David Gray
Jack Johnson
John Williams
Al Di Meola
Nick Drake
David Gray
Jack Johnson
John Williams
Al Di Meola
BTGeekboy
Apr 28, 02:09 PM
Based on reviews, specifications, and recommendations, I think I'm gonna go with the Crucial C300 256GB. It's $474 from Amazon, has decent reviews on there and around the web (that I've seen), and looks like it'll do the job great.
I'm not going to place my order quite yet though - try and talk me out of it! Haha.
I'm not going to place my order quite yet though - try and talk me out of it! Haha.
Big-Mike
Jun 20, 08:10 PM
I'm planning on coming. I didn't pre-order so I'll get there pretty early. I'm going to call the store this week and try to find out if they have an idea of the number of phones not already sold through pre-order.
Mike Teezie
Nov 22, 04:27 PM
Why are you all saying I use jpegs? They're all pngs...
Pngs or jpgs both gave me the same result as you are having in your blog. I resorted to gifs, and the problem was corrected.
i have to ask... what is with the drop shadow? huge, obvious drop shadows are NOT good unless you are animating 3d objects or doing motion graphics... the big drop shadow is running rampant around the web attacking sites left and right... i say we start here and rise against the drop shadow.
beyond that, like other users said, your tech side is fine. as for visuals, others have pointed out the color issues.
It's all about personal tastes and preferences. Mine are similar to yours obviously, I like a flatter look. I hacked on one of the stock themes for my own WordPress page (http://mnjordan.com/journal/), to give it a monochromatic, flat look consistent with the overall "theme" of my site.
Pngs or jpgs both gave me the same result as you are having in your blog. I resorted to gifs, and the problem was corrected.
i have to ask... what is with the drop shadow? huge, obvious drop shadows are NOT good unless you are animating 3d objects or doing motion graphics... the big drop shadow is running rampant around the web attacking sites left and right... i say we start here and rise against the drop shadow.
beyond that, like other users said, your tech side is fine. as for visuals, others have pointed out the color issues.
It's all about personal tastes and preferences. Mine are similar to yours obviously, I like a flatter look. I hacked on one of the stock themes for my own WordPress page (http://mnjordan.com/journal/), to give it a monochromatic, flat look consistent with the overall "theme" of my site.
iGary
Mar 30, 10:30 AM
I'm really speaking of your negative tone, sir. It's not a positive addition to a lot of threads on this fine board. That's all. ;)
upsguy27
Jun 19, 02:35 PM
Does it have the paperwork?
Would you be willing to outright sell the Touch for enough to cover the $199 subsidized iPhone? (assuming you are eligible *ducks*)
Sorry, I can't do that. I'm locked into Alltel for the next two years. :(
Would you be willing to outright sell the Touch for enough to cover the $199 subsidized iPhone? (assuming you are eligible *ducks*)
Sorry, I can't do that. I'm locked into Alltel for the next two years. :(
karsten
Nov 20, 08:30 PM
you can only run gpu3 with nvidia 400 series cards, unless you run the command like this:
fah -gpu 0 -forcegpu nvidia_g80 -advmethods -verbosity 9 -local
try that with what you did before and see if it works!
holy crap you're a genious :) it actually started computing now i think, though it errored out right away with an 'unstable machine' error. first time its gotten that far at least. here's the log
it was trying to use core_15 earlier which was probably the issue. i wasn't forcing it with g80. i'm still not sure from those linux instructions what all we need to do on os x with the wine dll wrapper and stuff though. maybe its not actually seeing the card who knows. thanks for the help:)
looks like it might be an issue with the nvidia cuda driver and 10.6.5? http://forums.nvidia.com/index.php?showtopic=185332
fah -gpu 0 -forcegpu nvidia_g80 -advmethods -verbosity 9 -local
try that with what you did before and see if it works!
holy crap you're a genious :) it actually started computing now i think, though it errored out right away with an 'unstable machine' error. first time its gotten that far at least. here's the log
it was trying to use core_15 earlier which was probably the issue. i wasn't forcing it with g80. i'm still not sure from those linux instructions what all we need to do on os x with the wine dll wrapper and stuff though. maybe its not actually seeing the card who knows. thanks for the help:)
looks like it might be an issue with the nvidia cuda driver and 10.6.5? http://forums.nvidia.com/index.php?showtopic=185332
outz
Apr 19, 09:24 PM
I hope this is standard on ios5. It is pretty rediculous for the data to be there and yet the ipad doesnt use it
if they do include that feature in ios5, i'm sure they'll require an ipad 3 to be able to use it.
if they do include that feature in ios5, i'm sure they'll require an ipad 3 to be able to use it.
No comments:
Post a Comment