mrgreen4242
Apr 16, 07:31 AM
Well, a couple things to consider...
1) Make sure the 360 supports 1080p over VGA (it didn't used to, but they did update it last year, so it might now).
2) There's a very good likelihood that the 360 isn't rendering 1080p (or even 1080i) for most/any games. It's probably rendering at 540p60 and scaling that to 1080i30 or 1080i60. For 1080p it's probably upscaling 720p. Point is that if your set has a good scaler/deinterlacer for 1080i to 1080p (which it very probably does) using 1080i over component is probably going to look just as good as HDMI.
EDIT: Oops, realized you were asking about HDDVD as well as games - which means the 360 is doing "real" 1080p. If you are serious about HDDVD movies you should probably consider the HDMI equipped connection, just in case they decide to turn on the token constraint flags.
1) Make sure the 360 supports 1080p over VGA (it didn't used to, but they did update it last year, so it might now).
2) There's a very good likelihood that the 360 isn't rendering 1080p (or even 1080i) for most/any games. It's probably rendering at 540p60 and scaling that to 1080i30 or 1080i60. For 1080p it's probably upscaling 720p. Point is that if your set has a good scaler/deinterlacer for 1080i to 1080p (which it very probably does) using 1080i over component is probably going to look just as good as HDMI.
EDIT: Oops, realized you were asking about HDDVD as well as games - which means the 360 is doing "real" 1080p. If you are serious about HDDVD movies you should probably consider the HDMI equipped connection, just in case they decide to turn on the token constraint flags.
taylorwilsdon
Mar 12, 11:29 PM
I'll put $200 on the table. I know its not what you wanted but its an offer :)
twoodcc
Mar 27, 08:37 PM
i actually started off with Distributed Computing in SETI. i took some astronomy classes in college and learned about SETI, and tried it out. i then learned about folding@home later, and thought - why not join a project that actually helps people, instead of looking for other intelligence. so i joined. at first. i had trouble with the folding clients (which i still do sometimes). so i stopped after some problems. but i got a new computer, and tried again.
now i have a few computers that are pretty capable for folding
now i have a few computers that are pretty capable for folding
Gokhan
Dec 16, 06:52 AM
looking at it are you sure there is a airport card installed check sysytem profiller i think its not there !!
also if there is one it should just be open flap pull cord attched to ther card and press in it should click out
also if there is one it should just be open flap pull cord attched to ther card and press in it should click out
more...
DJMastaWes
Aug 6, 04:10 PM
Inspired by your avatar?
ArmCortexA8
Aug 12, 08:46 PM
Apple's own Software Update and QuickTime's own Update function fail to detect this new version. Therefore you have to manually download it from www.apple.com/quicktime.
more...
joepunk
Apr 27, 11:15 AM
Thanks all for your reply. I will invest in getting the D90 with 18-55 kit lens and see about getting the 55-200 lens :)
Also joepunk, I didn't mean long term investment as in the money wise more as hopefully I shouldn't have any problem with the camera failing on me for any reasons and I need it send it back to Nikon for fixing.
I saw the D40 but I know I shouldn't think about mega pixels so much, but with 6mp I'm kind of looking for something more than the current point and shoot I have with 7mp. I think I've kind of have my heart set on the D90 now.
I understood what you meant. A D90 at a very good price point would be a decent "investment" in long term usage. My written remark is just one of those things that I like to say once a year or so. Something similar to when I tell a friend that they should quite smoking. I only say it once with a sincere and concerned look/tone and I don't bug them anymore.
I have a D50 and am longing for better low light performance. D7000 here I come.
I completely forgot about the 55-200.
Also joepunk, I didn't mean long term investment as in the money wise more as hopefully I shouldn't have any problem with the camera failing on me for any reasons and I need it send it back to Nikon for fixing.
I saw the D40 but I know I shouldn't think about mega pixels so much, but with 6mp I'm kind of looking for something more than the current point and shoot I have with 7mp. I think I've kind of have my heart set on the D90 now.
I understood what you meant. A D90 at a very good price point would be a decent "investment" in long term usage. My written remark is just one of those things that I like to say once a year or so. Something similar to when I tell a friend that they should quite smoking. I only say it once with a sincere and concerned look/tone and I don't bug them anymore.
I have a D50 and am longing for better low light performance. D7000 here I come.
I completely forgot about the 55-200.
AaronMT
Dec 28, 09:38 AM
http://www.newhomesource.com/CMS400/uploadedImages/Builder_Homesite/Images/York/Furnace.jpg
Toronto -11C
Toronto -11C
more...
eyelikeart
Nov 10, 05:50 PM
Originally posted by job
...without pants... ;) :p
hmm...no way...
first off...the asylum...it was about 35� out when we did it...
second...in DC? I don't think so... ;)
...without pants... ;) :p
hmm...no way...
first off...the asylum...it was about 35� out when we did it...
second...in DC? I don't think so... ;)
chunhohuen
Apr 22, 02:24 AM
HI everyone, First I want to thanks all the help in here to solve my previous problem:)! It mains a lot to me!;)
Now, I would like to use the preivous program to build a static library and try to test it.
When I finish build the library and apply it for test, there are run times error occured:
1>fortest.obj : error LNK2019: unresolved external symbol "public: void __thiscall login::find(void)" (?find@login@@QAEXXZ) referenced in function _main
There are four of them and I know they are the same things.
I do not know how to fix them....:(
The code:
The header file is :
#include <fstream>
#include <string>
class login
{
public:
void setuser();
void write();
void read();
void find();
private:
char inputusername[99];
};
The code file is :
void find()
{
ifstream file;
file.open("file.txt");
string input=inputusername;
string input_line;
bool found = false;
while( file >> input_line ) {
more...
Amber Valletta - Blackberry
Amber valletta prison break
more...
Amber Valletta Videos
Amber Valletta
more...
Amber Valletta
pictures of amber valletta
more...
news amber valletta news
Amber Valletta
Amber Valletta The Marine
Now, I would like to use the preivous program to build a static library and try to test it.
When I finish build the library and apply it for test, there are run times error occured:
1>fortest.obj : error LNK2019: unresolved external symbol "public: void __thiscall login::find(void)" (?find@login@@QAEXXZ) referenced in function _main
There are four of them and I know they are the same things.
I do not know how to fix them....:(
The code:
The header file is :
#include <fstream>
#include <string>
class login
{
public:
void setuser();
void write();
void read();
void find();
private:
char inputusername[99];
};
The code file is :
void find()
{
ifstream file;
file.open("file.txt");
string input=inputusername;
string input_line;
bool found = false;
while( file >> input_line ) {
more...
Loopie
Apr 28, 10:32 AM
I have an Emac that turns on, but doesn't start properly; the screen stays black and the fan is working. It used to beep/flash a light a couple of times to indicate what was wrong (unfortunately I don't remember how many times, but sort of remember looking up what it meant - I think it was a motherboard or CPU issue), but the beeping/flashing and chiming stopped.
Has anyone dealt with a similar issue and what was wrong with your Emac?
Has anyone dealt with a similar issue and what was wrong with your Emac?
wrldwzrd89
Oct 21, 07:12 AM
You missed the real story -- in the release notes Apple explain that they're deprecating the Apple maintained version of Java:
http://www.infoq.com/news/2010/10/apple-deprecates-java
Apple have provided a mechanism for installing 3rd party JDKs (in particular OpenJDK), but it likely won't work with current versions of Java IDEs (Netbeans, Eclipse etc) until they're updated to work with the new paths.
I wonder if this is anything to do with Oralce?
No. It's not related to any dislike between Apple and Oracle. I believe it was timed purposely to keep Java applications out of the new Mac App Store.
More importantly, is Java going to die on OS X? If OpenJDK or Soylatte don't pick it up then is all lost?
Don't forget the IcedTea project. This is related to OpenJDK, and already has a working Mac implementation.
http://www.infoq.com/news/2010/10/apple-deprecates-java
Apple have provided a mechanism for installing 3rd party JDKs (in particular OpenJDK), but it likely won't work with current versions of Java IDEs (Netbeans, Eclipse etc) until they're updated to work with the new paths.
I wonder if this is anything to do with Oralce?
No. It's not related to any dislike between Apple and Oracle. I believe it was timed purposely to keep Java applications out of the new Mac App Store.
More importantly, is Java going to die on OS X? If OpenJDK or Soylatte don't pick it up then is all lost?
Don't forget the IcedTea project. This is related to OpenJDK, and already has a working Mac implementation.
more...
Doraemon
Jul 12, 04:50 PM
We had at least 2 or 3 topic with this car in the past few months.
Use the search function.
Still, cool car/mac.
Use the search function.
Still, cool car/mac.
drkbcbot
May 1, 01:34 AM
what if i go on a subway and lose service? would i have to unlock it again??
more...
mrsir2009
Apr 23, 07:11 PM
Ok so do you guys think they would increase the amount of batteries in the keyboard?
I'm aware that it wouldn't be a very apple thing to do, but what do you think?
Currently the batteries take up about half of that little cylinder shape at the top. If they really squeezed they could put 4 batteries instead of two in there... But that would still only last 4-7 days tops.
I'm aware that it wouldn't be a very apple thing to do, but what do you think?
Currently the batteries take up about half of that little cylinder shape at the top. If they really squeezed they could put 4 batteries instead of two in there... But that would still only last 4-7 days tops.
iCeQuBe
Oct 26, 03:24 PM
So of the people that are going does anyone want to meet up?
more...
manueld
Mar 14, 04:11 PM
The easiest way i found to do this is just create a background image on your id of "main" that has the color block and repeat-x. Especially if that side panel is going to continuously have varying content therefore sizes.
Counterfit
Dec 20, 10:43 PM
Well, I used the official documentation for the first aluminum 15" PB (which is what I have). It says to use a "dentist pick" to undo the clip. An allen wrench works fine, as long as you don't drop it into the optical drive like I did :rolleyes:
Bear
Sep 21, 08:34 AM
I will but if it's just replacement warranty, for the cost, I wouldn't be *too* bothered if it wasn't covered. I'll be backing everything up anyway.
Good point though.
Thanks.Another warranty related point. Seagate offers 5 year warranties, Hitachi offers 3 years. What do the others offer for retail drives?
Some companies (or models of drives) are down to a one year warranty for the retail packaged drive. That tells me they don't expect them to last to 3 years with any decent amount of regularity.
Buy a drive that the manufacturer is willing to give the longer retail warranty. The OEM drives will be the same quality but may have shorter warranties. Also a lot of times you have to go through the correct OEM to get warranty service on an OEM drive.
Good point though.
Thanks.Another warranty related point. Seagate offers 5 year warranties, Hitachi offers 3 years. What do the others offer for retail drives?
Some companies (or models of drives) are down to a one year warranty for the retail packaged drive. That tells me they don't expect them to last to 3 years with any decent amount of regularity.
Buy a drive that the manufacturer is willing to give the longer retail warranty. The OEM drives will be the same quality but may have shorter warranties. Also a lot of times you have to go through the correct OEM to get warranty service on an OEM drive.
eman
Apr 19, 06:41 PM
Don't buy the aluminum 24" imac with the 3.06 processor for gaming, the video card won't hold up. Ebay is full of these imacs being sold for bad/ dead video cards and no Apple is not doing nothing about extended repairs.
Dont Hurt Me
Dec 11, 08:33 AM
Original Quicksilver had a very poor cooling solution with not much in the way of airflow. The original fan blew out if not mistaken. But that makes little sense in my view. I would have that fan sucking cool air from outside and blowing it across that sink into the system. Even open up a few of those holes on the back with a drill if you must its what i did. The big fan above the hard disc moves air to the outside of the unit. Also i dont know how you feel about this but i have notice manufactors are sloppy and stingy when applying the silicone compound between the cpu & sink. Make sure that CPU is coated 100% before mounting the heat sink. Also Quicksilver came with 2 fan guards on the power supply. One on the unit and one on the case. Remove one of these guards for even better flow of air. For example i had a 1.4 Merc extreme that would run all day at 1.47 after i made these cooling mods. quicksilver for the most part baths the componets in other componets heat and then sends that air across the sink out the system. Reverse that for better cooling. good luck.
Backtothemac
Jul 16, 06:20 PM
Man, I am 3127. That is cool that you can check that. I don't even know when I registered. I think I am coming up on two years before too long.
dejo
May 3, 10:36 AM
And to quote Phoney from a previous thread:
retainCount is often not useful for debugging memory leaks. There are too many objects that work behind the scenes that retain objects and there are also cases where an object is both retained and autoreleased to control the lifetime of the object. It's difficult or impossible to understand all these cases because you don't see all the code.
What you should do is learn the memory management rules. Then use them correctly. Then use build and analyze and the leaks tool to find problems.
retainCount is often not useful for debugging memory leaks. There are too many objects that work behind the scenes that retain objects and there are also cases where an object is both retained and autoreleased to control the lifetime of the object. It's difficult or impossible to understand all these cases because you don't see all the code.
What you should do is learn the memory management rules. Then use them correctly. Then use build and analyze and the leaks tool to find problems.
TMA
Nov 4, 06:13 PM
I've got the iWalk videos if anyone wants them or wants to host them.
Also just added the leaked Quicksilver pictures, if anyone has any more information on where they came from feel free to edit the page.
I'd really like to see the fake image of the first PowerMac G5. Does anyone remember that one? it looked like it had been cut out of a newspaper and appeared to be a monstrous metallic mesh thing. It wasn't too far off.
Also just added the leaked Quicksilver pictures, if anyone has any more information on where they came from feel free to edit the page.
I'd really like to see the fake image of the first PowerMac G5. Does anyone remember that one? it looked like it had been cut out of a newspaper and appeared to be a monstrous metallic mesh thing. It wasn't too far off.
No comments:
Post a Comment