goMac
Apr 17, 11:33 PM
Totally depends on what software you want to run and expected number of users. Also does it have to be OSX?
Mac Pro isn't an ideal full time server since you are spending money on video card, Bluetooth, I/O ports,airport, etc.
I don't really agree with this. The costs for Bluetooth an Airport are insignificant, and if you're a small shop, you'll want a GPU in your server (just not a high end one.)
And less I/O ports for a server? Servers should have plenty of I/O ports, especially when you need to do diagnostics. Yeah, maybe the Mac Pro comes with a few too many USB ports, but that's not the worst problem to have.
No more rack mount is kind of a killjoy, but not every shop uses racks anyway.
Mac Pro isn't an ideal full time server since you are spending money on video card, Bluetooth, I/O ports,airport, etc.
I don't really agree with this. The costs for Bluetooth an Airport are insignificant, and if you're a small shop, you'll want a GPU in your server (just not a high end one.)
And less I/O ports for a server? Servers should have plenty of I/O ports, especially when you need to do diagnostics. Yeah, maybe the Mac Pro comes with a few too many USB ports, but that's not the worst problem to have.
No more rack mount is kind of a killjoy, but not every shop uses racks anyway.
bytor99999
Apr 17, 10:33 PM
I read that you have to go to sound in system preferences and change the output to tv once you hook the cord up. Can you confirm that works?
Yeah, that is what my sister did. And that worked for her. It wasn't the Monoprice cable, but one she got at the Apple Store, but I think all those cables will work if you set the audio in the System Preferences.
Mark
Yeah, that is what my sister did. And that worked for her. It wasn't the Monoprice cable, but one she got at the Apple Store, but I think all those cables will work if you set the audio in the System Preferences.
Mark
Shelll
Apr 29, 01:01 PM
iTunes can read all of those folders of music just fine, just tell it not to manage your library or copy your stuff around, and itll probably do fine. You can also ofc choose to play all of your audio and video in Quicktime X, which is still there on a Mac, and still useful. But iTunes for Mac is what Windows Media Player is for Windows. You can also use VLC on the Mac to play files QuickTime cant handle.
Flash is just fine on the Mac, the only times you hear about problems are from people with PowerPC Macs, and the high CPU load has decreased dramatically with the latest upgrades from Adobe. As an example, my 5 year old very first gen Intel iMac (You know, the 1.83 Core Duo), running a Flash Video, as well as several instances of this forum with Flash Ads, my CPU is currently at 35%, and thats with iTunes, Mail, iCal, Messenger, Skype open as well.
Ok, thanks, you're reassured me ) But it seems that after switchin, "dancing with a tambourine" will not disappear ...
This is the essence of computer *sigh* :rolleyes:
Flash is just fine on the Mac, the only times you hear about problems are from people with PowerPC Macs, and the high CPU load has decreased dramatically with the latest upgrades from Adobe. As an example, my 5 year old very first gen Intel iMac (You know, the 1.83 Core Duo), running a Flash Video, as well as several instances of this forum with Flash Ads, my CPU is currently at 35%, and thats with iTunes, Mail, iCal, Messenger, Skype open as well.
Ok, thanks, you're reassured me ) But it seems that after switchin, "dancing with a tambourine" will not disappear ...
This is the essence of computer *sigh* :rolleyes:
munkle
Nov 3, 11:01 PM
The gallery would be full if you were to include the fakes!
more...

-SD-
Jun 18, 08:13 AM
I've no idea how much any of these are, but still:
WipEout HD
Fat Princess
Rocket Knight Adventures
:apple:
WipEout HD
Fat Princess
Rocket Knight Adventures
:apple:
Fabricman112
Mar 13, 12:45 PM
did u make any "add-ons" i.e OpenSSh, SBSettings ?
more...
MultiFinder17
May 1, 05:08 PM
Yes it is. My background is a light grey colour so it shows up on that. And the fact that I know it's there means my eyes are drawn to it.
Best of luck trying to get it replaced, but don't expect them to do it mate.
Best of luck trying to get it replaced, but don't expect them to do it mate.
eyelikeart
Oct 20, 04:43 PM
Originally posted by job
Anyone remember Travis?
I wonder if he ever got his free computer? :rolleyes:
Anyone remember Travis?
I wonder if he ever got his free computer? :rolleyes:
more...
SteveKnobs
Feb 14, 06:24 PM
This is what I'm doing:
I'm buying a refurbished iPad Wi-Fi 16GB directly from Apple (it's like new) and use it less than 14 days. Then I'm going to return it.
http://store.apple.com/Catalog/US/Images/salespolicies.html#topic-21
Cool. Way to be the most annoying person ever.
I'm buying a refurbished iPad Wi-Fi 16GB directly from Apple (it's like new) and use it less than 14 days. Then I'm going to return it.
http://store.apple.com/Catalog/US/Images/salespolicies.html#topic-21
Cool. Way to be the most annoying person ever.
Catfish_Man
Jun 17, 04:44 PM
The labs, and just having 5000 other developers in the same place to discuss things with, have always been the main reasons to go to WWDC in my opinion.
more...
farmerdoug
Mar 29, 04:20 PM
You have a loop. The "system" command is executed each time in the loop. So when you enter "Q" to exit the loop, all the commands are executed again. That's what the printf should have shown you.
So what happens when you execute the second system () call? I don't expect it to work. I expect it to overwrite the output of the first system () command.
I fixed how I exit the loop but overwriting was never a problem. The code that uses the file was not incorporated yet.
Here, if you're interested is the latest (and still growing version). Thanks for your help.
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int main (int argc, const char * argv[]) {
// http://simbad.u-strasbg.fr/simbad/sim-basic?Ident=vega&submit=SIMBAD+search
char *star, *path, *simbad;
FILE *file;
star = (char *)calloc(30, sizeof(char));
path = (char *)calloc(250, sizeof(char));
simbad = (char *)calloc(250, sizeof(char));
do

menchi orlina, cartoon
more...

double standard, diamond, ring

two diamond rings.
more...

diamond ring

sell more diamond rings if
more...

Finger Ring, Cartoon Hello

platinum wedding ring

dare ring, cartoon network
So what happens when you execute the second system () call? I don't expect it to work. I expect it to overwrite the output of the first system () command.
I fixed how I exit the loop but overwriting was never a problem. The code that uses the file was not incorporated yet.
Here, if you're interested is the latest (and still growing version). Thanks for your help.
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int main (int argc, const char * argv[]) {
// http://simbad.u-strasbg.fr/simbad/sim-basic?Ident=vega&submit=SIMBAD+search
char *star, *path, *simbad;
FILE *file;
star = (char *)calloc(30, sizeof(char));
path = (char *)calloc(250, sizeof(char));
simbad = (char *)calloc(250, sizeof(char));
do

svenr
Apr 24, 03:58 PM
Thanks for the replies! I'm a little surprised there's not one speaking up for Perl, but yeah, did some more research on my own and found this
http://strombergers.com/python/
The Cocoa bridges/runtime are not a concern to me as I don't want "to make decent Mac OSX apps" with GUI and everything, just some command line tools for my own use. But the examples at that link pushed me over to go with Python. To put together quick automation scripts every now and then, I don't want to deal with a steep learning curve. The Perl examples there looked just too cryptic to me.
http://strombergers.com/python/
The Cocoa bridges/runtime are not a concern to me as I don't want "to make decent Mac OSX apps" with GUI and everything, just some command line tools for my own use. But the examples at that link pushed me over to go with Python. To put together quick automation scripts every now and then, I don't want to deal with a steep learning curve. The Perl examples there looked just too cryptic to me.
more...
Newbe
Apr 24, 11:48 AM
I bought my iMac in 2008 and I did not upgraded to Leopard or Snow Leopard. Lion will be released soon. Can I wait until Lion is released and then upgrade to Lion or will I be required to upgrade to Leopard prior to upgrading to Lion:confused?:?
elvisizer
Apr 25, 08:55 PM
that won't work in a mac pro unless you replace the heat spreaders, anyway. they have the standard jedec spreaders on them.
more...
mkrishnan
Dec 22, 02:27 PM
That Millenium Falcon case is the bomb. :)
I don't really understand the co-location services though... I have a hard time seeing why anyone would want to do that, vs. buying real server services...also it's sort of like a kennel for Mac Minis...*sob* I think I would miss my lil' guy something fierce! :(
I don't really understand the co-location services though... I have a hard time seeing why anyone would want to do that, vs. buying real server services...also it's sort of like a kennel for Mac Minis...*sob* I think I would miss my lil' guy something fierce! :(
HBOC
Oct 8, 12:48 PM
there is a place here in Portland called Everyday Music, and I have found some amazing deals for like $1. I picked up U2s' Joshua Tree for $2 and "The Sundays - Blind" for $1!! Now I am just looking for Trembling Blue Stars for a smokin deal!
more...
native00
Sep 28, 06:50 PM
now how 'bout the other way gentlemen? How do I go from my Powerbook to my girlfriend's pc?
p0intblank
Dec 6, 03:00 PM
It's not myspace so much folks as it is all the relatively novice computer users dumping all sort of odd code into their page. WMP is a problem simple because we dont have the latest version windows user have, the easiest thing to do is go to the security tab in safari preferences and un check enable plugins, since ive started that ive not had a single myspace crash.
That's a nice tip. Thanks! But does anyone know if MS ever plans on releasing WMP10?
That's a nice tip. Thanks! But does anyone know if MS ever plans on releasing WMP10?
Legion93
Apr 23, 10:48 AM
Try resetting your Mac's PRAM and NVRAM:
http://support.apple.com/kb/ht1379
If this does not work, try resetting the SMC of your MBP:
http://support.apple.com/kb/ht3964
This should solve the issue, so far I've not experience any issues with 6.7
http://support.apple.com/kb/ht1379
If this does not work, try resetting the SMC of your MBP:
http://support.apple.com/kb/ht3964
This should solve the issue, so far I've not experience any issues with 6.7
SwiftLives
Feb 27, 03:56 PM
I just don't see how Gingrich can possibly be a viable candidate. Even with the brainpower of the greatest marketers and spinsters out there...The attack ads practically write themselves:
Sarcastic Political Announcer Voiceover: Newt Gingrich left his wife when she was diagnosed with cancer. When the going got tough, he ran away. What do you think he'll do when the going gets tough for the American People? Is that a risk we can take?
Let's not forget he was cheating on his dying wife while he was drumming up impeachment for Bill Clinton. Oh...and let's not forget how the government shutdown went for him.
Am I missing something here? I just don't see how he can acknowledge or deny his past without having that damage his character even further.
Sarcastic Political Announcer Voiceover: Newt Gingrich left his wife when she was diagnosed with cancer. When the going got tough, he ran away. What do you think he'll do when the going gets tough for the American People? Is that a risk we can take?
Let's not forget he was cheating on his dying wife while he was drumming up impeachment for Bill Clinton. Oh...and let's not forget how the government shutdown went for him.
Am I missing something here? I just don't see how he can acknowledge or deny his past without having that damage his character even further.
MacBytes
Nov 9, 04:34 PM
Category: 3rd Party Software
Link: Renoise, powerful music tracking/composing software is now available for OS X in Public BETA. (http://www.macbytes.com/link.php?sid=20041109173442)
Posted on MacBytes.com (http://www.macbytes.com)
Approved by Mudbug
Link: Renoise, powerful music tracking/composing software is now available for OS X in Public BETA. (http://www.macbytes.com/link.php?sid=20041109173442)
Posted on MacBytes.com (http://www.macbytes.com)
Approved by Mudbug
ClassicMac247
Jan 14, 07:21 PM
Hard to say but its not like I get free gifts on january 15th, so i have to go with holidays in that respect.
treynolds
Nov 16, 02:28 PM
Here's a URL posted to "obtrusive Ads"
http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-2224409576101196&output=html&h=90&slotname=2266584343&w=728&lmt=1289938242&flash=0&url=http%3A%2F%2Fforums.macrumors.com%2Fshowthread.php%3Fp%3D11433627%23post11433627&dt=1289938242590&shv=r20101104&jsv=r20101112&saldr=1&correlator=1289938242605&frm=0&adk=3580523116&ga_vid=333742906.1265067349&ga_sid=1289937198&ga_hid=312302924&ga_fc=1&u_tz=-480&u_his=24&u_java=1&u_h=1200&u_w=1920&u_ah=1200&u_aw=1880&u_cd=32&u_nplug=0&u_nmime=0&biw=1089&bih=1045&ref=http%3A%2F%2Fforums.macrumors.com%2Fnewreply.php%3Fdo%3Dnewreply%26noquote%3D1%26p%3D11391236&fu=0&ifi=1&dtd=15&xpc=9jBalnjUrf&p=http%3A//forums.macrumors.com
http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-2224409576101196&output=html&h=90&slotname=2266584343&w=728&lmt=1289938242&flash=0&url=http%3A%2F%2Fforums.macrumors.com%2Fshowthread.php%3Fp%3D11433627%23post11433627&dt=1289938242590&shv=r20101104&jsv=r20101112&saldr=1&correlator=1289938242605&frm=0&adk=3580523116&ga_vid=333742906.1265067349&ga_sid=1289937198&ga_hid=312302924&ga_fc=1&u_tz=-480&u_his=24&u_java=1&u_h=1200&u_w=1920&u_ah=1200&u_aw=1880&u_cd=32&u_nplug=0&u_nmime=0&biw=1089&bih=1045&ref=http%3A%2F%2Fforums.macrumors.com%2Fnewreply.php%3Fdo%3Dnewreply%26noquote%3D1%26p%3D11391236&fu=0&ifi=1&dtd=15&xpc=9jBalnjUrf&p=http%3A//forums.macrumors.com
Amnesiac1
May 4, 06:20 PM
There's no special TP --> HDMI, because there's no need for one. You can plug in Mini DP into TP and it will work. In fact the port has separate channel for video, so your monitor doesn't compete for bandwidth with anything else.
Does this mean you can still hook up a PS3 to a 2011 iMac?
Does this mean you can still hook up a PS3 to a 2011 iMac?
No comments:
Post a Comment