Slashdot Mirror


User: rootmonkey

rootmonkey's activity in the archive.

Stories
0
Comments
143
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 143

  1. IBM supports Linux on Cool Linux Tricks With Atlas · · Score: 1

    IBM's Regatta server allows you to run multiple servers on the same box (virtual servers) they can run a combination of OSes. AIX and Linux. So there you have it. Also AIX5L supports Linux apps, need to recompile though, and Solaris provides an enviroment for running Linux apps. Oh yeah Linux has been released for the OS/390 as well.

  2. Could it be that.... on Playstation 2 Outsells both Xbox and Gamecube · · Score: 0, Redundant

    Becuase the PS2 has been out for about a year?

  3. Re:Who wants realistic physics? on Physics For Game Developers · · Score: 1

    The point is that you need to have a physics engine for games (simple, complex, whatever). After you have one you can tweak the variables involved like gravity etc., and you can make your game world behave any way you want. Remember don't program things out. Make a good engine and let other people use it new ways.

  4. Re:Virtually all undergraduate mech. engineering.. on Physics For Game Developers · · Score: 1

    I agree. Infact any eningeering degree will cover what you need to know. A computer science degree probably won't, but thats what computer engineering degrees are for.

  5. Starbucks!? on MS Zone Users Must Use Passport Accounts · · Score: 1

    "..but other companies have done it--Starbucks just switched their old log-in system to Passport and did it smoothly."

    Hmmm... I bet an online gaming community is used quite a bit more than starbucks online site. What would you do with a starbucks account any way?

  6. Law Suit.... on Microsoft Watching What You Watch · · Score: 1

    Marketers are getting really good at advertising to speific characteritics of people. Now they will have our tv watching habits as well. What next? Looking at our DNA to figure out what we can be targetted for. I think a good law suit would be blow all your money/credit on all the *crap* they try to sell to you then turn around and sue them becuase you are a victim to their all powerful advertising campaign. You couldn't resist they pushed your buttons, your instincts.

  7. Re:My guess is the release of.... on Fighting the Scourge of Gaming Addiction · · Score: 1

    I used to basically sit on my ass all the time and drink and play games. I started going to the gym,running,lifting etc.. talk about an addicting habit. Sometimes I get a great high from running that lasts awhile.

  8. Re:I need bits! More bits! on What Improvements Will 64-Bit Processors Bring? · · Score: 1

    Check out specbench.org its pretty much the industry standard for performance benchmarking. They have many types of programs that they test with, dbs, compilers ...etc. The two main categories are floating point and integer tests.

  9. Looking forward on Electronic Abacus · · Score: 2, Insightful

    Kinda makes you wonder where we'll be in another 50 years. They couldn't imagine a small computer, what is it that we can't imagine now?

  10. Who does this stop? on Symantec Will Not Detect Magic Lantern · · Score: 1

    Magic latern will not stop people who want to be avoided. Like other posters have said just use Linux or whatever. So instead the general populous will be taken advantage of. Kinda like national id cards, the terrorists had proper id, that wasn't the problem. So yet again our freedom will be eroded a little further in the name of security, which won't stop the bad guys anyways.

  11. Will Developers take advantage of the hardware? on XBox Released · · Score: 1

    Typically games on console platforms are better or look just as good as PC games despite the hardware on the PC is superior. This happens because game developers can optimize code for the specific platform. Will developers for the Xbox do this as well? Or will they still want to release PC versions down the road that will cause them to write for the lowest common denomenator. Thus causing the software to suffer. It seems that if Halo was targetted to be released on the XBox from the start and not for the PC would it have looked better?

  12. Re:Can you install linux on it ? on XBox Released · · Score: 1

    Isn't the xbox arch x86? So I think you owe Linus a dollar.

  13. Navtive Win32 on Portable Coding and Cross-Platform Libraries? · · Score: 1

    Keep in mind that NT's posix libraries used to perform an order of magnitude worse than Win32 calls. Thats still the case. $M does that on purpose so developers choose speed over portablility.

  14. Re:Java is great for disposable transaction system on Portable Coding and Cross-Platform Libraries? · · Score: 1

    You're right don't use java for heavy computations. But Java is great for the middle tier. One solution is to join them via sockets. Dump the computional code into C and pass params and results back via sockets. IMO it works great.

  15. Db connections on Portable Coding and Cross-Platform Libraries? · · Score: 1

    Get wrox's book on Java Servers. They have a good implementation of socket pools for databases. I've used a similiar pool and pool manager in production and it worked great. It will take care of bad connections. Also wrap the result set too, catch all the exceptions in that wrapper so you don't have to constantly be typing try..catch everywhere. Great for websites IMO especially if you use them with servlets. You can typically only keep 3-8 sockets around for hundreds of users.

  16. Re:Visual MainWin from Mainsoft on Portable Coding and Cross-Platform Libraries? · · Score: 1

    I'm currently using MainWin to port to AIX. I have had many problems with MainWin, including legit bugs that I uncovered for Mainsoft. They won't accept it as their problem till you prove it for them, this is very difficult and time consuming. Not everything of the system you are porting to is imlemented and you'll have to pay a hefty price for them to add support for it. Also bugs in their libraries vary between the nix's. On top of all that throw GUI and threads and your app will regularly lock up. IMO MainWin is fine for small projects but its not worth the headache.

  17. Re:Linux Myths too - full page ad on IBM (Offically) Launches Linux Box Clustering · · Score: 1

    This weekend during fox nfl sunday I saw an IBM tv commercial for linux. I thought that was pretty sweet.

  18. Re:Get certified on How Did You Become a UNIX Administrator? · · Score: 1

    I know experience means a lot. I'm not for certification, I just thought that if you have no background and limited experience an employer may be more willing to take a chance on you. I wouldn't depend on it, but even if helps just a little (so you can get some experience) why not.

  19. Re:Having played the demo... on First Review of Halo · · Score: 1

    I've played FPS on consoles before and I have to tell you I think the controls always are worse. Just give me my mouse and keyboard. I know XBox will probably have those, but who wants to setup a deskspace in front of their set.

  20. Get certified on How Did You Become a UNIX Administrator? · · Score: 1

    I know certification can be a joke but take a certification course and get it. That way you can show potential employers that have the know how just not applied expeirence. So maybe they would consider you for a junior position.

  21. Re:What about extension cards ? on Fiber On Your Motherboard...Soon! · · Score: 1

    There are connectors out there that are used where you can just plug them into a jack. Just look in the back of any modern stereo reciever. I'm sure this type of technology can be used/modified for extension cards.

  22. Unix Sockets on Who Has Faster Pipes? Linux, Win2000, WinXP Compared · · Score: 2, Insightful

    I think an intersting comparison would be winxp's implemention of unix sockets compared against Linux's implementation.

  23. Future Generations on Stallman: Thousands Dead, Millions Deprived of Liberties · · Score: 1

    Those who would give up civil liberties for tempory safety deserve niether. ~Benjamin Franklin
    We should not give up our liberties so quickly. We would be cheating all the men and women who have fought so fiercely to protect and expand our liberties as we would also be cheating our future generations out of theirs. Where would we be now if our past citizens had not stood up for their liberties so that we can enjoy ours, think about the future. If I were to die in a terrorist attack I would not want others to cherish my memory and loss by stripping themselevs of their freedoms. After all then the terrorists would have won, wouldn't they?

  24. Rapid Prototyping Machine on First Factory Use Of 'Replicator' For Spare Parts · · Score: 1, Informative

    I used to goto Milwaukee School Of Engineering (MSOE) they have one of the top research labs for rapid prototyping. You can do more than make replacement parts. Molecular models and biological models can also be made. Once they recreated a human jaw bone to help solve a crime.
    Here is an overview of how rapid protyping works. here

  25. Agreement on Is StarOffice Ready To Take On Office? · · Score: 0



    You acknowledge that the Software is not designed or intended for use in on-line control of aircraft, air traffic, aircraft navigation or aircraft communications; or in the design, construction, operation or maintenance of any nuclear facility.


    Is this typical to include in an agreement?