Forgot your password?
typodupeerror

Comment Serial header on the motherboard (Score 5, Interesting) 347

As many others have mentioned, the serial console is the way to go. Even if there's no DB9/DB25 serial port out the back, there's likely at least one serial port header on the motherboard. The header/pinout is generally standard, so go digging in that 'really old parts' box that we all have and see if you can dig up a DB9 port mounted on a plate to mount where a card would normally go. It will have a ribbon cable to attach it to the motherboard...
Games

GTA IV Delayed Into Next Year 138

1up has the news that Take Two is moving Grand Theft Auto IV's release out to Spring 2008. Sam Houser (the executive producer for Rockstar Games) says that the demands of creating games for the new consoles, along with the scope of the game, forced their hand to maintain the quality they wanted. "'With Grand Theft Auto IV, Rockstar is setting a new standard for next generation video games,' stated Strauss Zelnick, Chairman of Take-Two. 'Certain elements of development proved to be more time-intensive than expected, especially given the commitment for a simultaneous release on two very different platforms. We all recognize that perfecting the game is vital and I can assure everyone it will be worth the wait.'"

Comment Re:Static vs Dynamically Typed maintainability (Score 1) 348

This issue has been argued to death, but I feel I need to step in here. If you change an object's api in a dynamic language such as Ruby, you should have a solid unit test suite that will catch all the breaks. Statically typed languages let you typecast things to no end, so really they can quickly identify some problems based on type/method signatures, but completely miss others.

Slashdot Top Deals

It is difficult to soar with the eagles when you work with turkeys.

Working...