stridemat
Jan 9, 03:34 PM
I use the mobile version of the Mac Rumors forums when Im away from my computer. In doing this I have discovered a slightly annoying bug. When replying to a new thread on the mobile forums it does not create a subscription that is viewable within my control panel on the 'full' site.
Am i doing something wrong? Or is this a known bug?
Am i doing something wrong? Or is this a known bug?
evildead
Jul 22, 02:37 PM
I think you have to have OS X server loaded on one mac for the other to beable to network boot off it.
DustinT
May 4, 01:15 PM
Man, just go buy one. The hardware was just updated and they are terrific machines. Installing Lion will take about 30 mins in typical Apple fashion. You'll love it.
wayne091189
Oct 17, 11:50 AM
Pc1
more...
chrmjenkins
Jun 15, 05:45 PM
Find a parabolic equation that matches the graph.
/thread
/thread
iJoe
Nov 13, 05:08 AM
I used to spend a lot of time at Spymac. This just helps confirm that I made the right choice in sticking around here instead.
more...
emw
Dec 28, 03:41 PM
If by "too many times" you mean less than, say, 100, you shouldn't have any problems.
When purchasing a used computer, your best best is to do an erase and install of the OS, during which time you can select the installation options (such as languages, etc.) that you need. Most likely this will result in less disk space being used vs. more, depending upon how the system was originally installed.
Deleting system files manually is probably something you shouldn't be doing if you're not familiar with how everything works together.
Edit: I assume this is related to this (http://forums.macrumors.com/showthread.php?t=169507) thread?
When purchasing a used computer, your best best is to do an erase and install of the OS, during which time you can select the installation options (such as languages, etc.) that you need. Most likely this will result in less disk space being used vs. more, depending upon how the system was originally installed.
Deleting system files manually is probably something you shouldn't be doing if you're not familiar with how everything works together.
Edit: I assume this is related to this (http://forums.macrumors.com/showthread.php?t=169507) thread?
rustywild
Apr 3, 02:55 PM
if it helps, i can write the code
more...
zdobson
Apr 19, 12:44 PM
Now this is looking different. I'm not sure why this would have changed. The finder windows are clear.
http://www.zachdobson.com/temp/screen2.png
Also, the CPU keeps running between 30-90% even though there are no applications running (other than activity monitor). Related or no?
http://www.zachdobson.com/temp/screen2.png
Also, the CPU keeps running between 30-90% even though there are no applications running (other than activity monitor). Related or no?
belovedmonster
Apr 9, 07:12 AM
The crazy thing is, that unlike the 360 and PS3, Nintendo is making a profit on every Wii they sell. They must be making soooo much money.
I only hope they are investing this into a Xbox live killer. Somehow I doubt it though, and we will be stuck with 80 digit friend codes and lacklustre online support.
I only hope they are investing this into a Xbox live killer. Somehow I doubt it though, and we will be stuck with 80 digit friend codes and lacklustre online support.
more...

Blue Velvet
Apr 8, 12:55 PM
covertsurfer, here's a large transparent PNG. Enjoy your weekend. :)
Arial Bold, shudder.
Arial Bold, shudder.
karsten
Nov 19, 01:13 AM
any idea if/when this might happen for f@h? it'd be pretty cool
more...
kainjow
Jun 19, 02:11 PM
Congrats everyone!
Now let the bragging begin
Not only do you have the coveted contest badge by your name, you also have an avatar before reaching 500 posts. Impressive :cool:
Now let the bragging begin
Not only do you have the coveted contest badge by your name, you also have an avatar before reaching 500 posts. Impressive :cool:
gwuMACaddict
Sep 9, 06:56 AM
yes, i think the gold digger song is pretty lousy...
i think that the performances should try to be mainstream, lets the products speak for themselves, not your over-the-top artists
i think that the performances should try to be mainstream, lets the products speak for themselves, not your over-the-top artists
more...
Legion93
Apr 8, 11:45 AM
The official TRIM support is already in Snow Leopard builds for the new Macbook Pros with SSDs and it's in Lion as well. The official support is only for the Apple's SSDs, no TRIM support for third party SSDs. There is a way to enable it for any SSD that supports TRIM, but it is a hack. Here's the thread: http://forums.macrumors.com/showthread.php?t=1125400
Apple are usually conservative about their SSDs, they don't go for the top of the line SSDs. So, it is normal to see conservative speed from Apple's SSDs.
TRIM enabler is a hack, and some people have reported that their read/write speeds have dropped significantly after installing it on their macs. I'm worried that it even does the job, but I am guessing it just changes the kernel so that instead of saying 'No' it says 'Yes' under TRIM support in SERIAL-ATA.
Apple are usually conservative about their SSDs, they don't go for the top of the line SSDs. So, it is normal to see conservative speed from Apple's SSDs.
TRIM enabler is a hack, and some people have reported that their read/write speeds have dropped significantly after installing it on their macs. I'm worried that it even does the job, but I am guessing it just changes the kernel so that instead of saying 'No' it says 'Yes' under TRIM support in SERIAL-ATA.
gazfocus
Jan 14, 08:37 PM
Haha, same here. I hope I can get some shuteye but idk if I will.
Lol, glad I'm not the only one... hopefully will be worth the wait :)
Lol, glad I'm not the only one... hopefully will be worth the wait :)
more...
Lacero
Sep 25, 11:38 PM
Well it sounds like you already decided on the Nano. You can't go wrong with it, as long you don't plan on expanding your music library anytime soon.
Nice noob response. :p Anyone who regularly listens to music uses playlists and rotates the music from their computer to their iPods. At any one time, no one is going to listen to their entire 20GB worth of music. They are more likely to use smart playlists and shuffle among them.
Nice noob response. :p Anyone who regularly listens to music uses playlists and rotates the music from their computer to their iPods. At any one time, no one is going to listen to their entire 20GB worth of music. They are more likely to use smart playlists and shuffle among them.
Bear
Sep 19, 08:41 AM
Thanks for the advice. I did open my 60gb and it feels great to be able to fit everything on it again and backup my full-size photos. I didn't necessarily want a video-iPod but I thought they may just update battery life, functions, design, etc. Here's to at least a few months of no iPod updates since I just bought a new one :)May I suggest that you backup your Photos and other imprtant data to optical medaia (DVD-R/CD-R)?
MacCoaster
Nov 5, 12:13 AM
A simple solution to running a console app in the background would be to use GNU screen.
Install darwinports (make sure you update .profile to include $PATH:/opt/local/bin and stuff like that) and simply do `sudo port install screen', then
screen command-line-app
and simply close the window. if you want to check on it later, simply type in `screen -r'.
Ctrl-C while in the session to kill it. Useful for other things like irssi, compiling things in the background that will take a while, etc.
Install darwinports (make sure you update .profile to include $PATH:/opt/local/bin and stuff like that) and simply do `sudo port install screen', then
screen command-line-app
and simply close the window. if you want to check on it later, simply type in `screen -r'.
Ctrl-C while in the session to kill it. Useful for other things like irssi, compiling things in the background that will take a while, etc.
Jeffx342
Sep 29, 09:52 PM
heres a pic
johny5
Jan 17, 04:02 PM
Ahh, free stuff at events, really caps off the day :rolleyes:
I think Steve is going to be there giving free macbookair's away for free as no one is buying them
I think Steve is going to be there giving free macbookair's away for free as no one is buying them
Dreadnought
Nov 3, 12:33 PM
Sparky, I have my G5 on a time switch to reduce power consumption. It only folds when it's on (obviously), so that's about 6-7 hours a day. So, now is your chance to come close to me! Overtaking me is a whole different story!! :D Also, does increase come in a dual proc setup and does it/folding start automatically at startup?
How much faster the console version is Vs. the GUI client is hard to say. It really depends on how fast your Mac is. If you have an older Mac (say G3) then it's a significant difference. You have a bit of overhead on your proc of the images, which aren't completely for the Graphics card. Your proc also has to process it, giving a bit of overhead. My G3 400 Mhz B&W had a lot of this overhead with the GUI client. Increase will also give a bit, but less, overhead.
How much faster the console version is Vs. the GUI client is hard to say. It really depends on how fast your Mac is. If you have an older Mac (say G3) then it's a significant difference. You have a bit of overhead on your proc of the images, which aren't completely for the Graphics card. Your proc also has to process it, giving a bit of overhead. My G3 400 Mhz B&W had a lot of this overhead with the GUI client. Increase will also give a bit, but less, overhead.
Cheezewhiz
Mar 24, 05:59 PM
i think you guys are overestimating how bad the lines will be. For the iPhone 4 launch, i got there at about 5 with the store opening at 8. I was within the first 200 or so as well. I highly doubt the iPad line will be as long as that of the iPhone, but I guess we'll see.
lasteve
Jul 9, 05:43 PM
Im thinking of getting there at 5am but im still not sure which one to go to. Is anybody else having this problem, we have about 4 in close proximity here(beverly center, Santa Monica, Grove, and century city).
I've ruled out Century City because I think lines gonna be crazy there.
If anybody is in line at any of these store can you gives us a heads up of how many people in line, thanks!
I've ruled out Century City because I think lines gonna be crazy there.
If anybody is in line at any of these store can you gives us a heads up of how many people in line, thanks!