overcast
Jan 23, 12:30 PM
Why is that? I'm just curious.
Misrepresentation of true color. Glossy gives the effect of higher saturation and contrast. That's why it looks "prettier" to people.
Misrepresentation of true color. Glossy gives the effect of higher saturation and contrast. That's why it looks "prettier" to people.
bloodycape
Oct 4, 03:43 PM
Hmm.. Just remember that, while the technologies Apple may use in a cell phone will not be new or novel in themselves, their execution and use will be.
There were MP3 players before the iPod, it was the execution of the technology, not th technology itself...
That and plus the fact Apple knows how to market the hell out of their products.
There were MP3 players before the iPod, it was the execution of the technology, not th technology itself...
That and plus the fact Apple knows how to market the hell out of their products.
marksman
Apr 20, 04:27 PM
49 replies and nothing from Full of Win.
That is how we know he is not the real deal.
That is how we know he is not the real deal.
aleXXXps
May 5, 11:08 AM
They better not, I just bought mine 3 days ago!
� Jaz �
Aug 4, 12:09 PM
Points deducted for the use of Comic Sans. ;)
Edit: I tell a lie, it's not Comic Sans, but close enough. :D

%IMG_DESC_6%

%IMG_DESC_7%

%IMG_DESC_8%

%IMG_DESC_9%

%IMG_DESC_10%

%IMG_DESC_11%

%IMG_DESC_12%

%IMG_DESC_13%

%IMG_DESC_14%

%IMG_DESC_15%

%IMG_DESC_16%

%IMG_DESC_17%

%IMG_DESC_18%

%IMG_DESC_19%
Edit: I tell a lie, it's not Comic Sans, but close enough. :D
glassbathroom
Aug 8, 06:30 AM
No real surprises here.
Long live Parallels.
Long live Parallels.
mjteix
Apr 4, 08:55 PM
I have an ultimate 11 inch machine. 4 gigs, 1.6 processor. The 4 gigs is perfect, but
1) I would like the processor to be a little bit faster. Some apps that I run, are just a "bit" laggy.
2) I would also like 256 gig SSD. I actually think I need about 200 gig.
3) I would also like a bit more physical screen size.
It's almost perfect.
If by "a bit more physical screen size" you meant a bigger display, you have just described the 13" MBA, 1.86GHz with 256GB SSD and 4GB of RAM, $1699 ($1799 with a 2.13GHz processor).
1) I would like the processor to be a little bit faster. Some apps that I run, are just a "bit" laggy.
2) I would also like 256 gig SSD. I actually think I need about 200 gig.
3) I would also like a bit more physical screen size.
It's almost perfect.
If by "a bit more physical screen size" you meant a bigger display, you have just described the 13" MBA, 1.86GHz with 256GB SSD and 4GB of RAM, $1699 ($1799 with a 2.13GHz processor).
reberto
Nov 28, 07:35 PM
trade for a DS?
brisbaneguy29
Feb 6, 11:52 PM
This thread is aimed at web developers that can give feedback from real world experience please.
I am looking for alternatives to OSCommerce. I have used OSCommerce in the past, but I am not really a great fan of it and I would be interested in your opinions on some good alternatives.
I have 2 main criteria I would like to meet.
1) Template or theme system. I would like the skin of the cart to be implemented via a theme or template system, and activated through the admin. I think WordPress and Joomla do this very well, and this feature in a cart would be ideal. The smarty Template system would be cool too.
2) Plugins. This is really one of my pet peeves with OSC. To extend the software, you need to copy paste code throughout the installation. This is messy, time consuming, and fraught with danger. get 1 full stop out of place and the sh#t hits the fan. Also install multiple addons can be a pain, and addons do not always play nice together. Once again the way WordPress makes use of plugins is the way to go.
Your suggestions do not have to be free, I don't mind paying for decent software, but it should be a self hosted solution if possible. I have had a look at Magento, Opencart, BusinessCatalyst, ShopperPress and Joomla Virtuemart, and I would really love to hear both the good and the bad for these, and your other suggestions.
I am looking for alternatives to OSCommerce. I have used OSCommerce in the past, but I am not really a great fan of it and I would be interested in your opinions on some good alternatives.
I have 2 main criteria I would like to meet.
1) Template or theme system. I would like the skin of the cart to be implemented via a theme or template system, and activated through the admin. I think WordPress and Joomla do this very well, and this feature in a cart would be ideal. The smarty Template system would be cool too.
2) Plugins. This is really one of my pet peeves with OSC. To extend the software, you need to copy paste code throughout the installation. This is messy, time consuming, and fraught with danger. get 1 full stop out of place and the sh#t hits the fan. Also install multiple addons can be a pain, and addons do not always play nice together. Once again the way WordPress makes use of plugins is the way to go.
Your suggestions do not have to be free, I don't mind paying for decent software, but it should be a self hosted solution if possible. I have had a look at Magento, Opencart, BusinessCatalyst, ShopperPress and Joomla Virtuemart, and I would really love to hear both the good and the bad for these, and your other suggestions.
rdowns
Nov 16, 07:13 PM
Hey, can anyone give any recommendations on a Bluetooth mouse? Can I use a Bluetooth mouse for both a Mac and PC? What is the distance you can use a mouse? Anybody know of any future products coming out that use Bluetooth?
Congratulations, you have the (dis)honor of posting the 768th thread on a BT mouse recommendation.
Search the forums :rolleyes:
Congratulations, you have the (dis)honor of posting the 768th thread on a BT mouse recommendation.
Search the forums :rolleyes:
chrono1081
May 5, 10:44 PM
That line looks to be outside the view volume.
The default view volume is a cube with sides of 2 with the camera at the center pointing towards the negative z direction. The default projection is ortho.
Unless if you changed the defaults, 180,15,0 and 10,45,0 are completely outside of the view volume.
Try something inside, for example:
glBegin(GL_LINES);
glVertex3f( 0.0f, 0.0f, 0.0f);
glVertex3f(-1.0f,-1.0f, 0.0f);
glEnd();
You should also put in the translation by -6 if you are using a perspective camera.
Oh I am an idiot. Thanks so much Sidbala that was the problem :) (I'm pretty rusty with OpenGL, I haven't used it since December :rolleyes:) I'm getting back into it for good now though :)
The default view volume is a cube with sides of 2 with the camera at the center pointing towards the negative z direction. The default projection is ortho.
Unless if you changed the defaults, 180,15,0 and 10,45,0 are completely outside of the view volume.
Try something inside, for example:
glBegin(GL_LINES);
glVertex3f( 0.0f, 0.0f, 0.0f);
glVertex3f(-1.0f,-1.0f, 0.0f);
glEnd();
You should also put in the translation by -6 if you are using a perspective camera.
Oh I am an idiot. Thanks so much Sidbala that was the problem :) (I'm pretty rusty with OpenGL, I haven't used it since December :rolleyes:) I'm getting back into it for good now though :)
aznguyen316
Sep 9, 09:52 AM
I do like otterbox, but I don't like the defender series - prefer the commuter. ANyway I've pre-ordered an invisibleshied with a coupon for $14.99 from zagg but now debating also getting a case =( hmm I really wanted to keep it as slim as possible.
SevenInchScrew
Sep 11, 09:16 AM
I'm not a big fan of Halo, but I'm pretty sure it isn't meant to be released worldwide until the 14th or something...
When Halo 3 was released, someone somehow got a copy of it the day before it was released. They went on Xbox LIVE with it (on the same day) and they were banned until December 31, 9999. I suggest you be careful until the 14th...
You won't be banned. Here is the word from Bungie themselves...
Some of you may even already be playing, courtesy of an eager retail store that couldn�t wait until next Tuesday. But for the vast majority of you, we still have a few official days left and you�re patiently waiting, finger on the trigger.... Tyson also dropped by and wanted us to inform everyone that the Credit wipe we told you about last week has been initiated and that if you've gotten a hold of a legitimate, legally obtained copy of Halo: Reach, please feel free to fire it up and play.
http://www.bungie.net/News/content.aspx?type=topnews&cid=28515
When Halo 3 was released, someone somehow got a copy of it the day before it was released. They went on Xbox LIVE with it (on the same day) and they were banned until December 31, 9999. I suggest you be careful until the 14th...
You won't be banned. Here is the word from Bungie themselves...
Some of you may even already be playing, courtesy of an eager retail store that couldn�t wait until next Tuesday. But for the vast majority of you, we still have a few official days left and you�re patiently waiting, finger on the trigger.... Tyson also dropped by and wanted us to inform everyone that the Credit wipe we told you about last week has been initiated and that if you've gotten a hold of a legitimate, legally obtained copy of Halo: Reach, please feel free to fire it up and play.
http://www.bungie.net/News/content.aspx?type=topnews&cid=28515
benjaminaho
Jan 22, 02:27 PM
The Intuos is far more advanced than the Graphire. I have a Graphire and I have a Bamboo; both are great, but the Intuos is more advanced than either of them. If I were you, I would get the Intuos.
Bonte
Oct 4, 09:04 AM
Using GSP and Iphoto only makes sense if the photo's have the GSP location information as part of the photo. So that mean that the Camera taking the picture has a GSP reciever in it, which is great outside, but GPS does not work indoors
Correct but the GPS can make an assumption based on time and movement of the user and even retroactively add the info to the photo's. Can the GSM signal be used to help find the location?
Oh man oh man, i want this. It sounds great to look at a picture and instantly be able to track the satellite view of the area. :eek:
Correct but the GPS can make an assumption based on time and movement of the user and even retroactively add the info to the photo's. Can the GSM signal be used to help find the location?
Oh man oh man, i want this. It sounds great to look at a picture and instantly be able to track the satellite view of the area. :eek:
Eidorian
Dec 16, 11:59 AM
$400-500
http://www.lowendmac.com/ibook/ig3deals.html
The Airport card is great. The CD-ROM isn't.
http://www.lowendmac.com/ibook/ig3deals.html
The Airport card is great. The CD-ROM isn't.
dp84
Nov 1, 01:42 PM
Oh man!
Link pls?
I used to have this wallpaper years ago, never saved it but did love it.
I even found an abstract version of it somewhere online where they got rid of the stars and the purple aurora area was simply purple shady lines..:rolleyes:
Yes it's 'Orion Nebula' (3360x1050 MOD); I don't know from where I got it ..
anyway I uploaded it here (http://www.pctunerup.com/up/image.php?src=_201011/20101101193823_01881_orionnebula_MOD.jpg) ;)
Link pls?
I used to have this wallpaper years ago, never saved it but did love it.
I even found an abstract version of it somewhere online where they got rid of the stars and the purple aurora area was simply purple shady lines..:rolleyes:
Yes it's 'Orion Nebula' (3360x1050 MOD); I don't know from where I got it ..
anyway I uploaded it here (http://www.pctunerup.com/up/image.php?src=_201011/20101101193823_01881_orionnebula_MOD.jpg) ;)
bwthor
Mar 28, 09:44 AM
Anyone heard whether the jailbreak Comex was working on was patched by 4.3.1, or was that just speculation that it would patch the exploit?
Mobius 1
May 2, 09:54 AM
21.65 MB/s
Apple Stock 5400RPM HDD. 160 GB. (ye, me poorfag)
I have some choices
1. Is a reformat able to get it back to 50~ MB/s ?
2. Is the SeaGate Momentus XT 500GB Hybird 7200RPM good?
3. Is the Intel 302 SSD (80GB) good? Will it have problems with OS X? Or just go with X-25M?
4. Which should I get?
Thanks :)
Apple Stock 5400RPM HDD. 160 GB. (ye, me poorfag)
I have some choices
1. Is a reformat able to get it back to 50~ MB/s ?
2. Is the SeaGate Momentus XT 500GB Hybird 7200RPM good?
3. Is the Intel 302 SSD (80GB) good? Will it have problems with OS X? Or just go with X-25M?
4. Which should I get?
Thanks :)
Chundles
Oct 25, 12:09 AM
What do you mean? Are you talking about Leopard? Leopard will work with Core 2 Duo, Core Duo, PPC, probably everything back to about a 1997 model imac.
However Leopard will only provide 64 bit support to 64 bit capable chips, that would be G5 PPC and Core 2 Duo only.
He's talking about the OpenGL update that allows one processor to deal with OpenGL instructions whilst the other does, um, other stuff. It supposedly gives OpenGL performance as much as a 2x boost in speed.
I'm guessing it only works with Mac with multiple processing cores.
However Leopard will only provide 64 bit support to 64 bit capable chips, that would be G5 PPC and Core 2 Duo only.
He's talking about the OpenGL update that allows one processor to deal with OpenGL instructions whilst the other does, um, other stuff. It supposedly gives OpenGL performance as much as a 2x boost in speed.
I'm guessing it only works with Mac with multiple processing cores.
Crystal-RX
May 4, 01:23 PM
upgrade baseband to 06.15.00 then jailbreak then unlock
Or
customized snowbreeze firmware and unlock same time
Or what do you think!
Use redsn0w to jailbreak it. When you run redsn0w, it has the option for you to install the ipad baseband. You can click on it and it will jailbreak and install ipad baseband onto your phone at the same time.
Just to make sure you have Ipad 1 3.2.2 firmware on your computer so redsn0w can do its job.
Or
customized snowbreeze firmware and unlock same time
Or what do you think!
Use redsn0w to jailbreak it. When you run redsn0w, it has the option for you to install the ipad baseband. You can click on it and it will jailbreak and install ipad baseband onto your phone at the same time.
Just to make sure you have Ipad 1 3.2.2 firmware on your computer so redsn0w can do its job.
bbopera
May 3, 12:09 PM
Ah, I think this is the issue I'm having! I also want to jailbreak and unlock. Does anyone know where I'd find the iPad baseband files for a 3GS on 4.3.2 running 05.16.02? Thanks in advance!
Trevornewell
Apr 9, 05:10 AM
https://twitter.com/redmondpie/status/56578315363950592
Jb will be here soon
Jb will be here soon
Ugg
Mar 3, 03:23 PM
Another shameful twisting of the facts by 5p.
By the way, the bulk of billy's money is now the property of the Bill and Melinda Gates Foundation. They do have some control over it but it's no longer his and in a way, is a "National Resource".
All rights are irrevocably connected to responsibilities. Why is that so difficult for libertarians to understand?
By the way, the bulk of billy's money is now the property of the Bill and Melinda Gates Foundation. They do have some control over it but it's no longer his and in a way, is a "National Resource".
All rights are irrevocably connected to responsibilities. Why is that so difficult for libertarians to understand?
No comments:
Post a Comment