Slashdot Mirror


User: Dwedit

Dwedit's activity in the archive.

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

Comments · 961

  1. Re:Hrm on Flexible, Plastic Sheets of Power · · Score: 1
  2. Re:Read the article. It's clerks at a random retai on Demo PS3 Units freeze on Purpose · · Score: 1

    Maybe that's why the Wii Remote contains capacitors inside, to counteract this problem.

  3. Re:360 has poor backwards support on Pyschonauts Now Back-Compat on 360 · · Score: 1

    Backwards Compatibility is nothing new to Nintendo. Just look at the GBA and DS. The GBA can play GB/GBC games, and the DS can play GBA games.

  4. Re:Why? on U.S. Classrooms Torn Between Science and Religion · · Score: 1

    mame: Multiple Arcade Machine Emulator

    Don't know where you saw "meme" in there though.

  5. Actionscript 100 times slower than qbasic on Adobe and Mozilla Foundation Collaborate on ECMAScript · · Score: 1

    In my personal tests, Actionscript is over 100 times slower than Quickbasic. Why the hell is that the case? Both are interpreted languages. Actionscript even compiles to bytecode before it's executed, and I think Quickbasic does something similar as well. Does static typing alone really cause a language to run faster? Or is it just what happens when you design interpreters for high vs. low-specification processors?

  6. Encoding? on Some of the Best Game Levels of All Time · · Score: 1

    Yay for websites which claim to be iso-8859-1, but are actually UTF-8.

  7. Groupies on Land of the Videogame Star · · Score: 2, Funny

    If South Korean gamers can get lots of hot groupies, maybe I should move there. Mmmmm... groupies.

  8. Get a graphing calculator! on David Brin Laments Absence of Programming For Kids · · Score: 1

    Really, a TI83 is just like those ancient computers of the 80's. It boots up to BASIC, is powered by a Z80, and has a tiny amount of RAM, yet it enough for what it does.

  9. Re:let the one-upsmanship begin! on The Hard Drive Turns 50 · · Score: 2, Funny

    I'm pretty sure youo could easily go up to 20 bits, but the cops might arrest you if you try 21.

  10. Re:Bang for the buck on Linux Hardware Looks at Core 2 · · Score: 2, Informative

    Hyperthreading is only found in the Pentium IV series of processors, the Architecture of core 2 duo can't support it.

  11. Re:chkdsk. on Computer Voodoo? · · Score: 1

    Wow, I happen to have the exact same problem. What are your hardware specs?

  12. Re:And it still wouldn't have helped on The 'Truth in Videogame Rating' Act · · Score: 1

    Aardwolf is still accessable in-game if you solve a long and difficult pushwall maze, whereas hot coffee requires hacking to access.

  13. Gold Farmers on Gold Mining Bacteria · · Score: 3, Funny

    There's no way the Chinese gold farmers will be able to compete with these bacteria!

  14. Re:Article is incorrect on Linux/Mac/Windows File Name Friction · · Score: 1

    VFAT supports unicode filenames up to 255 characters long, in ANY directory. If there is a limitation, it's at the OS, not the filesystem.

  15. What game really scared me on Being Scared in Games is Needed · · Score: 1

    You know what game really scared me? Super Solvers Midnight Rescue. From the creepy music that played through the 4-channel tandy music card, to the spontaneously appearing monsters. Home Alone for the PC also scared me.

    Only Kings Quest 5 could also do it to me, during that scene where you have to stand still for a while to trigger a loud event.

  16. Re:Get ready for $200 on Nintendo Announces Japanese Wii Price · · Score: 1

    The SNES can not do hardware rotation of sprites by itself, only games with a SuperFX chip can do that, such as Yoshi's Island. The SNES can however do rotation of background layers. And the Genesis has more sound channels (10), although they are inferior and not sample based like the SNES.

  17. Re:Already been sorta done on LucasArts Shows Interest In Wii Lightsaber Game · · Score: 1

    Why would it be forced to be single sabers? If you can track one side of a controller, you can surely add the opposite side. The only big thing stopping a double saber would be the grip of the controller, it may be too akward to hold it sideways. Maybe it could use a single lightsaber, then make it perpendicular to upright and the direction of the controller, and use that to define a sideways line for the doublesaber.

  18. Re:Pointless aspects on Dell, HP, Lenovo Announce New Display Protocol · · Score: 1

    The VCR was Macrovision Central. Tons of signal degradation in effort of copy protection.

  19. Re:Amusing but impractical on Overclocking the Super Nintendo · · Score: 3, Interesting

    All the consoles know when the signal for the TV has reached VBLANK, so they use that to synchronize. Only badly made games would use decrement loops to count time, when you have a steady 60Hz timer already. This caused problems when games were brought to Europe, with their 50Hz TVs.

  20. I bet Will Wright has a launch title... on Nintendo Revolution Renamed 'Wii' · · Score: 1

    I bet Will Wright has a launch title for the Nintendo wii.

  21. Captcha! on Preventing Forum Spam-bots? · · Score: 0, Redundant

    Use a Captcha, which is a tool that displays a distorted image containing a word, or sequence of letters. The user must enter in the correct sequence in order to post.
    Captcha's aren't perfect, some have readability problems for the people, and they completely exclude blind people unless you use an audio captcha as well.

    Require completing captcha to create a new account, or post as a guest. Once users have an account and are logged in, you can drop the requirement to use the captcha on every post.

  22. Re:typing on Advice on Learning Japanese? · · Score: 1

    And Slashdot destroyed the unicode contained within the post... Damn.

  23. Re:typing on Advice on Learning Japanese? · · Score: 4, Informative

    You type using Windows's Input Method Editor. You just type in romaji. Like you'd type in "watashi", then hit the space bar. As you're typing, it shows up as hiragana (), then after hitting space, it becomes Kanji ().

    And no, I can't read Japanese or understand at all, but it's still fun to play with the Japanese IME tool.

  24. Re:The terms of the contract... on On Apple vs Apple · · Score: 1

    U2 iPod anyone?

  25. Re:Clock Rates Aren't Horsepower on Revolution Horsepower Revealed · · Score: 1

    The NES was more powerful than the original Apple II*, and more powerful than the ZX Spectrum**. I wouldn't exactly call that "underpowered".

    * Same clock speed, but the NES has better graphics hardware
    ** A 4MHz Z80 runs at approximately the same speed as a 1MHz 6502. The Spectrum had a 3.5MHz Z80.