Slashdot Mirror


User: TheRealMindChild

TheRealMindChild's activity in the archive.

Stories
0
Comments
2,796
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,796

  1. Re:LSL on The History of Computer RPGs · · Score: 2

    Your comprehension of a "Role Playing Game" is a bit broad. In just about any game you play, you are assuming the role of one of the charactors, so by your definition, almost all games are role playing games.

    Games like Liesure Suit Larry are what we call "Graphic Adventures". This is an unfortunate name, because one who doesn't know the explicit definition of Graphic Adventure will confuse it with "Adventure" games like Diablo.

    I'm just the messanger. Please don't kill me.

  2. Re:Inside the Windows Vista kernel... on Inside the Windows Vista Kernel, Part 2 · · Score: 1

    So, are you telling me, like in your example, when it prompts me, it doesnt even evaluate whether I pressed "ok" or "cancel"?

  3. Re:Ugh on States Seek Laws to Curb Online Bullying · · Score: 1

    Do you know what happens to the weak Zebra that can't take care of themself? They get eaten by a lion.

  4. Re:Ugh on States Seek Laws to Curb Online Bullying · · Score: 0, Flamebait

    Spoken like a true wimp. Does your hairy, overbearing wife beat you when you rub her corns the wrong way?

    If someones self esteem is broken so completely by a "bully", what is going to happen to them when they face the stresses and coldness of the working world?

  5. Basic way to clean up your Perl code on Minimal Perl for Unix and Linux People · · Score: 1, Funny

    10 CurrentFile = Dir("*.pl") 20 Do while len(CurrentFile) > 0 30 Kill CurrentFile 40 CurrentFile = Dir() 50 Loop 60 End

  6. Re:Uuuhh.. sure... on Visual Basic on GNU/Linux · · Score: 1

    There hasn't been one VB6 app that I have written that didn't work perfectly in WINE. It actually is a selling point when Im deciding on which RAD environment to use. And before anyone says anything, yes, some of these really were 1 million+ lines of code, full of API calls.

  7. Ugh on States Seek Laws to Curb Online Bullying · · Score: 4, Informative

    I just watched something on TV about Cyber-bullying. This obese girl demonstrated how she was constantly picked on over the internet. The result? She was getting floods of IM's from about 3 people saying nasty things. She begins crying like her life is over. Apparently, right clicking on their screenname and click "block this user" is too dificult a solution :|

  8. Re:x64 on 4 GB May Be Vista's RAM Sweet Spot · · Score: 1

    Your average desktop OS application has no need for more than 32 bits, and in fact most of us would actually have slower machines with a 32bit user space

    Horseshit. Memory Mapping of files is what comes to mind first... are you content being able to only memory map a file with a limit of 4GB? Didn't think so.

  9. Re:x64 on 4 GB May Be Vista's RAM Sweet Spot · · Score: 2, Informative

    PAE
    PAE on Windows

    While I know you were talking specifically to the desktop oriented versions of Windows 32-bit, there is obviously code there somewhere to do it.

  10. Holy overkill Batman... on 4 GB May Be Vista's RAM Sweet Spot · · Score: 1

    Being that a default install of Vista weighs in at 11GB, you should be caching like every DLL and system executable with that much ram. But then you think about it... how fricken long would it take for 4GB of data take to read off a hard drive and cached? And if it takes that long, WHAT *IS* Vista doing?

  11. Even Baby Jesus cried... on Don't Believe What You See at the Movies · · Score: 4, Funny

    Do you know how devistated I was when I found out that Lieutenant Dan really did have both of his legs???

  12. Christ. We're all doomed on AOL Now Supports OpenID · · Score: 1

    The fact that you cant even get a nick like DirtyTurtle278346812376 because it is already taken, why the hell would it be a good thing for something like OpenID to be poluted by AOLs obnoxious user list?

  13. WTF? on IBM Sued for Firing Alleged Internet Addict · · Score: 5, Funny

    The only way I see ANY logic in this, is if Internet Addiction is considered a disability.... which causes you to look at porn... right.

    Maybe I can get away with classifying my need to punch stupid people in the face as a disability. After all, I shouldn't be fired for that :I

  14. Sure on Chinese Hack Attacks on DoD Networks Coordinated · · Score: 5, Funny

    Onlookers warn that current US defenses against these attacks are 'dysfunctional', and that more aggressive measures should be taken to ensure government network safety.

    Sure... drop some bombs. What could possibly go wrong?

  15. Re:The missing security in Vista on Windows Vista: the Missing Manual · · Score: 1

    Um... You DO know that ActiveX is just a spiced up DLL with some standard COM implementations... not just a hokey security hole in your IE. Damn the world for making component resue easier. If it wasn't for those damn VB6 "programmers"... right.

  16. Re:What's the point? on DRAM Almost as Fast as SRAM · · Score: 1

    Hesus. $1600. What a load of horse shit. Its cheaper and probably smarter to just jam an extra 4GB of ram and make a ramdrive than using a solid-state device at that cost.

  17. Re:7,6 GHz with Pentium II ? on Pentium 4 631 Overclocked to 8 GHz · · Score: 1

    The CPU identifier is bullshit. The Pentium II certainly didnt support SSE3, or any SEE for that matter.

  18. Re:Down with PS/2 on AMD Aims At New Standard for Motherboards · · Score: 2, Insightful

    I completely disagree. I work with plenty of OS's that don't have USB support at ALL when you need it.... like at the installer phase.

    There is more to this than using your new sparkly USB keyboard via Windows.

  19. Re:To quote from B5 on North Korea's Secret Biochemical Arsenal · · Score: 1

    Only in the past week? Where is the rock that you live under?

  20. Re:box 0 junk on Questions for Entry Level PC Techs? · · Score: 1

    Who needs a meter... all you need is a paperclip, connect the only green wire to a black ground, and plug it in. If it turns on, it should be fine.

  21. ComScore on iTunes Sales Not 'Collapsing' After All · · Score: 4, Informative

    ComScore. With a reputation like theirs, it must be true!

  22. Re:Obvious? on Nintendo Sued over Wiimote Trigger · · Score: 1

    As long as they dont start putting buttons ON TOP of other button, I think well all be safe

  23. Re:So what? on Cracking the BlackBerry with a $100 Key · · Score: 1

    PE stands for "Portable Executable", which is just one of a handful of binary formats for executables. It was/is actually a modified version of the old Unix COFF format. The most widely used, especially in Unix is ELF, or "Executable and Linking Format". This has nothing to do with windows... PE or otherwise. SkyOS used to use PE before switching to ELF. So did BeOS. There are several hobby-os's out there that currently use it. The problem with the PE format is that is is inadequate for some special purposes. This is why Microsoft continually "extends" it, which leads to new formats like .NET PE, PE+ (or PE32), and the PE format that Windows CE uses (not sure if it has an official name yet)

  24. Re:Well, it's a pretty crooked market on NVidia, AMD Subpoenaed In Antitrust Investigation · · Score: 1

    MS did the same thing with BeOS...

    "If you want to continue selling Windows machines, youll forget about this little BeOS thing"

  25. Re:So what? on Cracking the BlackBerry with a $100 Key · · Score: 1

    You DO know that most PE based OS's use .exe for executables don't you?

    Maybe not.