minifridge1138
Apr 22, 01:34 PM
$1800 is an extremely good deal for that system.
It was $3500 new.
Is it still under the AppleCare Warranty?
What are you hoping to accomplish with a stress test?
I have a similar setup and can encode video, render 3d animation, browse the web, run itunes, and have 2 windows VMs running. My machine never seems to miss a beat.
It was $3500 new.
Is it still under the AppleCare Warranty?
What are you hoping to accomplish with a stress test?
I have a similar setup and can encode video, render 3d animation, browse the web, run itunes, and have 2 windows VMs running. My machine never seems to miss a beat.
Darrentaylor67
Apr 28, 04:56 PM
Hi
I'm looking for some guidance, my wife and I both have an iPhone and a new ipad2.
I have iTunes on a laptop and have successfully synced my iPhone and iPad to my iTunes account.
My wife has a very different taste in music, apps etc and has her own iTunes account. The only access she has to iTunes on a computer is via my laptop but I can't seem to sync her phone or iPad with her iTunes account, for some reason it iTunes wants to sync my content to her devices.
How can I resolve this?
I'm looking for some guidance, my wife and I both have an iPhone and a new ipad2.
I have iTunes on a laptop and have successfully synced my iPhone and iPad to my iTunes account.
My wife has a very different taste in music, apps etc and has her own iTunes account. The only access she has to iTunes on a computer is via my laptop but I can't seem to sync her phone or iPad with her iTunes account, for some reason it iTunes wants to sync my content to her devices.
How can I resolve this?
macEfan
Nov 22, 07:37 PM
Is your startup disk which loads the GS OS on the 5.25" floppy?
iamthescottie
May 5, 10:37 PM
Thanks, I read somewhere that the difference between recovery mode and DFU mode is iboot, and iboot blocks a restore unless it higher than what you currently have, but iboot doesn't run in DFU mode.
I'll try some more to see what I can do, but the last few times I tried shift + restore with 3.1.3 it didn't succeed (I'm using tiny umbrella to exit recovery mode at the end too)
I'll try some more to see what I can do, but the last few times I tried shift + restore with 3.1.3 it didn't succeed (I'm using tiny umbrella to exit recovery mode at the end too)
Mitroff85
Mar 31, 12:56 AM
yeah 8gb is kinda overkill for most tasks but with video editing and photo editing programs it really shines! The biggest improvement in speed was the 7200 rpm HDD. The thing boots in 20-30 seconds depending what you have starting up with the boot. Parallels also loves the 8gb of ram to run windows 7 and mac OS side by side. it's a great laptop but I needed a windows machine for work and have no reason to keep this.
LeviG
Jan 24, 06:01 PM
first result in google for epson stylus pro 4880 gives the answer on tech specs
3mm all round or 3mm on top and sides with 14mm on bottom
http://www.epson.co.uk/Printers-and-All-In-Ones/Large-Format/Epson-Stylus-Pro-4880/Tech-Specs
3mm all round or 3mm on top and sides with 14mm on bottom
http://www.epson.co.uk/Printers-and-All-In-Ones/Large-Format/Epson-Stylus-Pro-4880/Tech-Specs
link92
Dec 18, 10:58 AM
Darwine already exists. In early development, but exists.
zblaxberg
Apr 28, 11:20 AM
Im gonna be a bastard... Google had the answer in shorter time than it took you to ask in here..... "pl to dslr"... go fetch.
What he said ^ but in all honesty, why would you want to mount a RED lens onto a DSLR. That's just a waste when you can get a lens with the same focal range from Canon or Nikon for much cheaper.
What he said ^ but in all honesty, why would you want to mount a RED lens onto a DSLR. That's just a waste when you can get a lens with the same focal range from Canon or Nikon for much cheaper.
bestace
Apr 26, 08:55 AM
yeah! wet does leave a nicer finish. the bubbles are especially annoying when you apply dry.
PurdueGuy
Apr 13, 12:39 PM
I have a Drobo v2 and like it. It houses all my iTunes music and other media.
I can read about 2 GB/min off of it (34 MB/sec), which for me is plenty fast. I usually download from iTunes directly to the Drobo, so write speeds aren't as important, b/c the bottleneck is my ISP, not the Drobo interface.
I had Synology CS407 before, and while it was nice, it wasn't HFS+, and was limiting some things I wanted to do. Since I had a Mac Mini already connected to the home theatre, I wanted a DAS (Direct Attached Storage) instead of a NAS again, and this way I can use Slink or MobileMe to jump back quite easily to get anything I might want.
I can read about 2 GB/min off of it (34 MB/sec), which for me is plenty fast. I usually download from iTunes directly to the Drobo, so write speeds aren't as important, b/c the bottleneck is my ISP, not the Drobo interface.
I had Synology CS407 before, and while it was nice, it wasn't HFS+, and was limiting some things I wanted to do. Since I had a Mac Mini already connected to the home theatre, I wanted a DAS (Direct Attached Storage) instead of a NAS again, and this way I can use Slink or MobileMe to jump back quite easily to get anything I might want.
Gr1pp
Feb 26, 09:01 PM
first thing is first, phpMyAdmin works, and i can add db's and users.... so it would seem that mysql is running.
but when sending mysqli(localhost, user, pw) i get:
Connection error (2002) No such file or directory
i added "mysql.default_socket = /Applications/XAMPP/xamppfiles/var/mysql/mysql.sock" to /Applications/XAMPP/xamppfiles/etc/php.ini
first and restarted apache and mysql. still a no go.
so to check that it is actually mysql running the phpMyAdmin page, and not say sqlite fooling me, i ran:
# ./mysqladmin version
./mysqladmin Ver 8.42 Distrib 5.1.44, for apple-darwin8.11.1 on i386
Copyright 2000-2008 MySQL AB, 2008 Sun Microsystems, Inc.
This software comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to modify and redistribute it under the GPL license
Server version 5.1.44
Protocol version 10
Connection Localhost via UNIX socket
UNIX socket /Applications/XAMPP/xamppfiles/var/mysql/mysql.sock
Uptime: 43 min 1 sec
Threads: 1 Questions: 383 Slow queries: 0 Opens: 476 Flush tables: 1 Open tables: 4 Queries per second avg: 0.148
not sure here, but mysqladmin wasn't a command available - i had to navigate to /Applications/XAMPP/xamppfiles/bin to run it like a script.
so any suggestions?
edit: found that i can connect and use db thru MySQL Workbench. but still not mysqli. ..
but when sending mysqli(localhost, user, pw) i get:
Connection error (2002) No such file or directory
i added "mysql.default_socket = /Applications/XAMPP/xamppfiles/var/mysql/mysql.sock" to /Applications/XAMPP/xamppfiles/etc/php.ini
first and restarted apache and mysql. still a no go.
so to check that it is actually mysql running the phpMyAdmin page, and not say sqlite fooling me, i ran:
# ./mysqladmin version
./mysqladmin Ver 8.42 Distrib 5.1.44, for apple-darwin8.11.1 on i386
Copyright 2000-2008 MySQL AB, 2008 Sun Microsystems, Inc.
This software comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to modify and redistribute it under the GPL license
Server version 5.1.44
Protocol version 10
Connection Localhost via UNIX socket
UNIX socket /Applications/XAMPP/xamppfiles/var/mysql/mysql.sock
Uptime: 43 min 1 sec
Threads: 1 Questions: 383 Slow queries: 0 Opens: 476 Flush tables: 1 Open tables: 4 Queries per second avg: 0.148
not sure here, but mysqladmin wasn't a command available - i had to navigate to /Applications/XAMPP/xamppfiles/bin to run it like a script.
so any suggestions?
edit: found that i can connect and use db thru MySQL Workbench. but still not mysqli. ..
skyfallenstar
Oct 26, 05:54 PM
Wirelessly posted (Mozilla/5.0 (iPod; U; CPU like Mac OS X; en) AppleWebKit/420.1 (KHTML, like Gecko) Version/3.0 Mobile/3A110a Safari/419.3)
I was going to be there, but the Computer and Technology Store at the UA is selling it for much less at the same time, so I'm going there, since I'm a student! :)
Are you sure about that? The CATS online store wants to sell it to me for $116, but I am logged in as a staff member. Should I bribe a passing student to buy it for me?
I'm quite sure. 69 dlls. from 6-7 this evening. 89 dlls. thereafter.
I was going to be there, but the Computer and Technology Store at the UA is selling it for much less at the same time, so I'm going there, since I'm a student! :)
Are you sure about that? The CATS online store wants to sell it to me for $116, but I am logged in as a staff member. Should I bribe a passing student to buy it for me?
I'm quite sure. 69 dlls. from 6-7 this evening. 89 dlls. thereafter.
kalvoere
Mar 21, 12:53 PM
Hi,
I am looking for a person that can give me some help with connecting a back up network for me. I have looked a lot of places, but until now not found the solution. I know that there is hundreds of ways to connect my gear, but a simple, easy and a way that is bullet proof
My equipment is: MacBook Air, Apple TV (320Gb), Airport extreme, Time capsule (2Tb), Eye Tv, 4 * Buffalo Nas (2 * 2 Tb, 0.5, 0.5 Tb ) 1 Nas adapter, 2 ext. Hard drive (2Tb each), iPad 1, 2 * Ipod touch, Mac Mini Server (0.5 + 1 Tb), Windows Laptop HP 6710b, 2 * HP printer, 2 power adapters(from the power outlet in the wall)
Can someone make me a simple drawing showing how it could be connected?
I am looking for to make it as simple as possible with respect to iTunes, and mobileMe account.
If I have to buy more gear, then I do it !!Alternative I would be happy to get a place where to read something related to this issue...
(My printer has its own email: 855aic56osh(at)hpeprint.com )
Thank you in advance...!!
Larsh
I am looking for a person that can give me some help with connecting a back up network for me. I have looked a lot of places, but until now not found the solution. I know that there is hundreds of ways to connect my gear, but a simple, easy and a way that is bullet proof
My equipment is: MacBook Air, Apple TV (320Gb), Airport extreme, Time capsule (2Tb), Eye Tv, 4 * Buffalo Nas (2 * 2 Tb, 0.5, 0.5 Tb ) 1 Nas adapter, 2 ext. Hard drive (2Tb each), iPad 1, 2 * Ipod touch, Mac Mini Server (0.5 + 1 Tb), Windows Laptop HP 6710b, 2 * HP printer, 2 power adapters(from the power outlet in the wall)
Can someone make me a simple drawing showing how it could be connected?
I am looking for to make it as simple as possible with respect to iTunes, and mobileMe account.
If I have to buy more gear, then I do it !!Alternative I would be happy to get a place where to read something related to this issue...
(My printer has its own email: 855aic56osh(at)hpeprint.com )
Thank you in advance...!!
Larsh
Halcyon
Apr 6, 01:47 PM
I was looking for a cheaper alternative, but in the end has to fork out good money and got CadTools for CS5...
j3yq
Jan 16, 12:09 AM
Heres mine
http://i114.photobucket.com/albums/n245/j3yq/ef830dcc.jpg
http://i114.photobucket.com/albums/n245/j3yq/ef830dcc.jpg
gnasher729
Feb 1, 04:20 PM
My wife has a Sony Vaio that has Windows 7.
She set up her iPod a few years ago on a ThinkPad.
She wants to add new music to her iPod via iTunes on her new PC, but the message I receive is that since the music belongs to another iTunes Library, the only way is to erase the music on the current iPod and replace it with any new music she puts on iTunes on her Vaio w Win 7.
Is there a way to keep her old music while adding new music to the new iTunes on her Vaio.
Thanks.
Frank
Well, when _I_ buy a new computer, I copy all the important stuff from the old computer to the new one. Including iTunes library. There is probably a way to set up a network connection between both computers, otherwise use the "Backup" menu in iTunes to burn your iTunes library to CD or DVD.
She set up her iPod a few years ago on a ThinkPad.
She wants to add new music to her iPod via iTunes on her new PC, but the message I receive is that since the music belongs to another iTunes Library, the only way is to erase the music on the current iPod and replace it with any new music she puts on iTunes on her Vaio w Win 7.
Is there a way to keep her old music while adding new music to the new iTunes on her Vaio.
Thanks.
Frank
Well, when _I_ buy a new computer, I copy all the important stuff from the old computer to the new one. Including iTunes library. There is probably a way to set up a network connection between both computers, otherwise use the "Backup" menu in iTunes to burn your iTunes library to CD or DVD.
blueroom
Apr 16, 11:37 PM
What kind of TV? OTA or Cable box?
tktaylor1
Apr 22, 01:32 PM
My stuff so far
G5Unit
Aug 12, 06:21 PM
Just demote to mac rumors newbie for that.
MacDann
Jun 19, 06:30 PM
How many licenses does that include? More than one, I am assuming.
No. It is not the "Home and Student Edition," but the full-blown Office 2008 edition including support for Exchange Server and Automator workflows.
Only one license. The Home and Student Edition still has three licenses as a part of the package, but it's more expensive and does not have the support for Exchange server and Automator workflows.
Of course, you have to be an educator or student to qualify for Home and Student, I believe:
http://www.microsoft.com/education/eligible.mspx
MacDann
No. It is not the "Home and Student Edition," but the full-blown Office 2008 edition including support for Exchange Server and Automator workflows.
Only one license. The Home and Student Edition still has three licenses as a part of the package, but it's more expensive and does not have the support for Exchange server and Automator workflows.
Of course, you have to be an educator or student to qualify for Home and Student, I believe:
http://www.microsoft.com/education/eligible.mspx
MacDann
CBGFilms
May 4, 01:33 PM
I had an idea, in the iFixIt teardown they mentioned it is now possible to replace the graphics chips in the new iMac's, I would like to buy a base model iMac, �999. And then swap the graphics in for a AMD Radeon HD 6970M graphics chip with 1GB or 2GB memory.
But I can't find any chips online to buy? Can you not buy these?
But I can't find any chips online to buy? Can you not buy these?
xytor
Apr 24, 02:29 PM
NSDictionary is it. objectForKey: tells you if there's an object stored with the specified key.
That's excellent, but how come the documentation makes no mention of this function?
http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSMutableDictionary_Class/Reference/Reference.html
Is there any documentation that lists ALL the functions?
Thanks.
That's excellent, but how come the documentation makes no mention of this function?
http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/Foundation/Classes/NSMutableDictionary_Class/Reference/Reference.html
Is there any documentation that lists ALL the functions?
Thanks.
mistergreen2011
Apr 9, 07:36 PM
Thanks. Making the 'pickerview' variable not local to the function worked.
I'm now curious about the 'tag' instance property. How is it used?
I tried googling and read it in the document. I haven't seen an application of it.
I'm now curious about the 'tag' instance property. How is it used?
I tried googling and read it in the document. I haven't seen an application of it.
frank153
Oct 17, 06:52 PM
I think I'll be there around 4pm. Hopefully that's early enough :)
No comments:
Post a Comment