zap2
Apr 5, 07:37 PM
Not sure if I'll pick it up...I have it for the NGC, and its a great game. Never beat it, but not sure if the Wii Remote add on would make it all that much better.
I want a new RE for the Wii...and not a rail shooter, and really RE
I want a new RE for the Wii...and not a rail shooter, and really RE
cyks
Oct 26, 11:53 AM
heh, Apple can barely offer a 17" for $1000 ....
although- if they did make a 30"- I see myself making more trips to the Apple store, if only to stare and gaze. :D
although- if they did make a 30"- I see myself making more trips to the Apple store, if only to stare and gaze. :D
shadowfax
Jun 30, 01:55 AM
Originally posted by Zaid
I've already gotten used to it, its just a pain sometimes. I just think If apple says they're giving me a UK keyboard layout they should do so, not some barely modified US keyboard. If thats what they want to give me the advertise it correctly.
They can mess with the layout of the modifier keys all they want, but they shouldn't mess with the layout of the input keys. Otherwise they can't really say it follows that keyboard layout.
But then apple doesn't really seem to care about its non-US customers very much. for all their support for standards, apple does have some really odd exceptions. if you are familiar enough with how it should be, you mught be well-served by a piece of software that remaps the keyboard layout key by key... but i don't see one. i guess grin and bear it is the best advice :D
I've already gotten used to it, its just a pain sometimes. I just think If apple says they're giving me a UK keyboard layout they should do so, not some barely modified US keyboard. If thats what they want to give me the advertise it correctly.
They can mess with the layout of the modifier keys all they want, but they shouldn't mess with the layout of the input keys. Otherwise they can't really say it follows that keyboard layout.
But then apple doesn't really seem to care about its non-US customers very much. for all their support for standards, apple does have some really odd exceptions. if you are familiar enough with how it should be, you mught be well-served by a piece of software that remaps the keyboard layout key by key... but i don't see one. i guess grin and bear it is the best advice :D
Krafty
Jun 20, 05:47 PM
Really... I can not believe this is a topic.... LIVE YOUR LIVES for the next 4 days...
After getting stung by 2 hornets, I think ill stay inside.....
After getting stung by 2 hornets, I think ill stay inside.....
more...
aleni
May 6, 09:53 AM
Is anyone running Lion on a lower-powered machine? I'd like to hear feedback on those who have tried it on an 11" MBA.
tried Lion with my 11" base air but with 4 gig of rams. smooth as butter. i think the air is capable running Lion without any hiccups. make sure the minimum ram is 4GB.
tried Lion with my 11" base air but with 4 gig of rams. smooth as butter. i think the air is capable running Lion without any hiccups. make sure the minimum ram is 4GB.
Fishrrman
May 2, 08:49 AM
Suggestion:
Download the free CarbonCopyCloner from bombich.com.
Take a few mins and set it up.
It will create BOOTABLE backups in POFF (plain ol' finder format).
In a moment of extreme need, you will find out why this is a better way to backup your data....
Download the free CarbonCopyCloner from bombich.com.
Take a few mins and set it up.
It will create BOOTABLE backups in POFF (plain ol' finder format).
In a moment of extreme need, you will find out why this is a better way to backup your data....
more...
reebzor
Apr 21, 08:24 PM
You dont need an Internet connection, but what you could do is plug your Macbook into any speakers, create a wifi network with your macbook, join that wifi network with your iPhone and just use the iTunes Remote App to control the music.
mjstew33
Sep 21, 10:05 AM
Another vote for a Seagate. I have one and works flawlessly and quiet
more...
Blipp
Apr 27, 05:52 PM
FW400 doesn't carry any power so no it's not going to work.
Lyle
Jul 10, 10:53 AM
Thanks, vniow! It does sound like I'd be able to swing a PC card and a wireless router for a few hundred bucks extra.
Just curious: does the built-in AirPort card automatically disable itself or something when you plug in one of these third-party cards?
Just curious: does the built-in AirPort card automatically disable itself or something when you plug in one of these third-party cards?
more...
seek3r
Apr 25, 10:56 PM
The only applications that might use this are military applications. Which are most likely classified applications. But in short, no, a normal application wouldn't use it. ;)
In my line of work there are a *lot* of Apps that will happily gobble that CPU power, memory, or both. NAMD (http://www.ks.uiuc.edu/Research/namd/) will eat the CPU and ask for more, as will portions of Amber (http://ambermd.org/). NWChem (http://www.nwchem-sw.org/index.php/Main_Page) is another hog there, etc.
(Of course I don't *usually* run these local, the system I just ran a NAMD job on is a "small" cluster of 2u dell boxes with 4-way 12 core AMDs and 2GB/core for 48 core/96GB Mem per machine, 14 nodes total, but I do run them local for testing and small jobs...)
Not normal usage for most perhaps perhaps, but not military, and not out of line for use on a "pro" machine....
In my line of work there are a *lot* of Apps that will happily gobble that CPU power, memory, or both. NAMD (http://www.ks.uiuc.edu/Research/namd/) will eat the CPU and ask for more, as will portions of Amber (http://ambermd.org/). NWChem (http://www.nwchem-sw.org/index.php/Main_Page) is another hog there, etc.
(Of course I don't *usually* run these local, the system I just ran a NAMD job on is a "small" cluster of 2u dell boxes with 4-way 12 core AMDs and 2GB/core for 48 core/96GB Mem per machine, 14 nodes total, but I do run them local for testing and small jobs...)
Not normal usage for most perhaps perhaps, but not military, and not out of line for use on a "pro" machine....
lovedakota
May 4, 01:11 PM
I've made up my mind on the basic 13" pro. I was going to buy it on June 5th, but I don't really think I should do that now. If possible I would like to get the machine with Lion installed already. Should I wait for WWDC? Its 4 days long so I guess I could wait it out, but would they release it the day of announcement, or would it be in a couple of weeks afterwards? I know this is all speculation, but I appreciate you input
Thanks :)
Thanks :)
more...
subsonix
Apr 25, 07:08 AM
In all honesty I think that's a bit harsh. Anyone who uses memcpy a lot should know what it returns (if you don't and just ignore the returned value then you don't know what you are returning which I think is very bad practice).
Except that in the case of memcpy, there is only one possible return value which it always returns.
This case is a bit different though as checking the return value would find out if malloc failed earlier, but it doesn't matter either because if malloc fails, memcpy will copy memory to NULL and the program will crash.
Except that in the case of memcpy, there is only one possible return value which it always returns.
This case is a bit different though as checking the return value would find out if malloc failed earlier, but it doesn't matter either because if malloc fails, memcpy will copy memory to NULL and the program will crash.
marykay9507
Feb 2, 07:31 PM
can't you just unlock and use that one? i don't know much about hacking and stuff, but wouldn't that make sense rather than getting a 4gb?
more...
zedsdead
Mar 19, 09:25 PM
Thanks for all the feedback. I can't wait until they are updated! I have wanted one for years, but never had a practical use for it until now. Very excited. :D
booned
Aug 13, 02:49 PM
Interesting, I bet the wait for this will be insane.
more...
brn2ski00
Jun 24, 01:29 PM
i have been so busy and havent even set up a paypal account yet, so its more likely that u will have success selling to him than me
Check your PMs (Private Messages). That guy backed out.
Check your PMs (Private Messages). That guy backed out.
psycoswimmer
Apr 16, 02:29 PM
Getting really random here...
iEndeavor (to be a better gamer)
iSuck (at gaming?) :p
WiiPlay360
iEndeavor (to be a better gamer)
iSuck (at gaming?) :p
WiiPlay360
bballmitch2
Jul 23, 03:05 PM
They'll just use fix-it and ship it next week :)
XCode 3 is way old. It was released with Leopard. Since then, we've only really had minor revisions (3.1, 3.2) and very infrequent intervals (3.2 released with snow leopard). I would expect Apple have been working on this for a very long time already.
Many of those features (e.g. the static analyser, which came with 3.2) could very well have been the result of development done for XCode 4.
Since the product was announced which such fanfare at WWDC, I would imagine a release would happen in the next few months. Possibly with the iPad's OS4 update (predicted to be around late August/September).
EDIT: In case anybody was worried, XCode 4 by default installs in to its own folder (/Xcode4) and can co-exist with 3.X. It can open 3.X projects and does not "upgrade" them or make them incompatible with earlier versions.
This is true, but Apple has also said NOT to use Xcode 4 if you are working on a project you wish to submit to the app store.
XCode 3 is way old. It was released with Leopard. Since then, we've only really had minor revisions (3.1, 3.2) and very infrequent intervals (3.2 released with snow leopard). I would expect Apple have been working on this for a very long time already.
Many of those features (e.g. the static analyser, which came with 3.2) could very well have been the result of development done for XCode 4.
Since the product was announced which such fanfare at WWDC, I would imagine a release would happen in the next few months. Possibly with the iPad's OS4 update (predicted to be around late August/September).
EDIT: In case anybody was worried, XCode 4 by default installs in to its own folder (/Xcode4) and can co-exist with 3.X. It can open 3.X projects and does not "upgrade" them or make them incompatible with earlier versions.
This is true, but Apple has also said NOT to use Xcode 4 if you are working on a project you wish to submit to the app store.
CubaTBird
Jul 11, 11:27 AM
type in matrix in the search and you find it there. :p
soundman2385
Oct 25, 10:32 PM
My friend and I are going in the morning to scout out what's happening, but it might just be right out in front of the store. We are planning on getting there around 4 or so probably.
Blind Buzzard
Dec 6, 07:54 AM
Have you installed the most current Firefox 1.5?
Anonymous Freak
Sep 12, 11:34 PM
Technically it should. AFAIK, you should be able to put any speed DDR RAM into a PC and it will clock it down to the necessary speed.
Yeah, it should. And your statement isn't QUITE correct. There was PC1600. (Slower than PC2100,) but it was really unusual. By the time DDR became mainstream, PC2100 was the norm.
Yeah, it should. And your statement isn't QUITE correct. There was PC1600. (Slower than PC2100,) but it was really unusual. By the time DDR became mainstream, PC2100 was the norm.
FredAkbar
Jul 12, 01:15 AM
Originally posted by zimv20
every version of unix i've used -- dating to 1984 -- recognizes passwords up to 8-characters only.
But many Mac users know very little, if anything, about Unix. Mac OS X is a public operating system, made for users of any level of Unix experience. Many Mac users are still learning new things about Unix.
--Fred
every version of unix i've used -- dating to 1984 -- recognizes passwords up to 8-characters only.
But many Mac users know very little, if anything, about Unix. Mac OS X is a public operating system, made for users of any level of Unix experience. Many Mac users are still learning new things about Unix.
--Fred
No comments:
Post a Comment