Slashdot Mirror


User: pommiekiwifruit

pommiekiwifruit's activity in the archive.

Stories
0
Comments
1,954
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,954

  1. Eggo Mania! on Top Ten Dying Game Genres · · Score: 1
    http://www.kemcoegg.com/

    Available in all good shops now for PS2/GC/Xbox/GBA.

  2. Linux runs on PCs on LGP Announces Game Development Team · · Score: 1
    PC games are first person shooters, with medium gray characters on dark gray backgrounds. For variation you can have dark brown characters (bleeding) on muddy grey backgrounds (outside).

    Maybe for the Xbox port of linux you will be allowed to run an extreme sports game, using a colour with RGB values greater than 128.

  3. Apparently on Debunking Linux-Windows Market Share Myths · · Score: 1

    50% of all people in internet chat rooms are woman. Strangely they all seem to be attractive and single also. The government can rest easy now that equality has been achieved!

  4. US perhaps on Lucky Wander Boy · · Score: 1
    But I think in the UK for example videogames retailed more in 2002 than video or box office, and was catching the heels of music.

    Of course, your figures are also for 2001 (a bad year, just before CameCube and Xbox kicked in).

  5. Re:In this post 9/11 world... on MPAA, Microsoft Testify Piracy Funds Terrorism · · Score: 1

    I thought it was funny when I saw posters on lampposts/walls up in London by some leftist group, saying "Don't buy cocaine, it helps fund the CIA which is a terrorist organisation that tries to overthrow democratically elected governments"... with various references. This was about a year ago I think.

  6. Haven't you heard of Gas or Coal? on MPAA, Microsoft Testify Piracy Funds Terrorism · · Score: 2, Insightful

    Coal power stations provide energy for electric trains / trams / trolley buses / light rail. Lots of that in Europe and other places. Not great carbon emissions though.

    Gas (propane or butane) powers many vans and cars (e.g. my dad's van). Lots of it in Russia, though elsewhere it is being got through quite quickly. Gas cars were very common in New Zealand in the 1980s.

    But more environmentally sustainable fuels would be nice.

  7. A council in England on Shelter: A Quest for Non-Toxic Housing · · Score: 1

    was caught out making house bricks out of toxic waste recently. When old industrial estates get bulldozed, where do you think the rubble ends up?

  8. Colours can be trademarked on The Myth of Radio Spectrum Interference · · Score: 1

    e.g. a major chain of petrol stations trademarked the use of green for their station forecourts, and won against a smaller station, even though the offending station was using a different pantone colour.

  9. Re:What about autodialers? on U.S. National Do-Not-Call Registry is Law · · Score: 1

    You could try setting your machine to refuse calls from withheld numbers; unfortunately some of my legitimate callers have set their landline phones to automatically withhold their number so that could generate false positives.

  10. 1K Chess on The Contiki Desktop OS for C64, NES, 8-bit Atari, · · Score: 1

    for the ZX81. That's compact.

  11. Not Holland on New Zealand Looks at Internet Censorship · · Score: 1

    Zeeland is another provincewithin the Netherlands.

  12. Router-on-router on New Zealand Looks at Internet Censorship · · Score: 1

    A friend of mine at a party once demonstrated the principle of a token-ring network with a bunch of guys. Messy ;-)

  13. Harry Potter on Working as a Game Tester · · Score: 1
    I quite enjoyed the GameCube version. Lots of variety, no crashes that I saw. Only a few annoying cameras (e.g. the library annexe - that was really vile), good voice-acting. As you say, not exactly squaresoft-like completion times though (Kingdom Hearts rules!).

    Developers should note that the PS2 has a seek time similar to that of a reel to reel tape deck, so they should not be reading lots of tiny little files. It's not a PC hard disk. Join them all up into one big one for each load.

  14. They did experiments even worse than this on AOL Cans 1 billion Spams In One Day · · Score: 1

    Where they wired up a convincing stooge to fake electrical implants and told test subjects to zap the guy. Most of them did it, even though he was screaming. This was to show that people respect authority (even that of a researcher) more than (apparent) physical suffering. Hence authoritarian regime in %country% works.

  15. Damn PC games developers on Working as a Game Tester · · Score: 2, Funny

    You wouldn't get away with that on a console. Well maybe CD-I.

  16. Re:What if.... on AOL Cans 1 billion Spams In One Day · · Score: 1

    That happened in Eastern Europe didn't it ~1990? Was it the Romanian president or someone else who was in a van getting killed punch by punch?

  17. Games "Test Harnesses" on Do You Write Backdoors? · · Score: 1
    Unlike application software, games are often tested by a company (e.g. Sony or Nintendo) other than the developer before release, and can be withheld if they have bugs in them. In these cases, it is useful to be testing the exact same (binary) version of the software, to mitigate Heisenbugs.

    Cheat modes are often put in to facilitate testing by the various testing teams (generally the developer's team and the publisher's team rather than the manufacturers' teams). So even if it is for example a cross-platform title and has various debug/release builds, the cheat needs to be in the release builds for the testers to play it thoroughly.

    It is a bad idea to test one version and then release another to the public.

    Other "cheat codes" are used for publicity, notable "Banjo Kazooie" N64 but by their public nature these should really be thought of as part of the gameplay or difficulty setting or marketing mix rather than being back doors. The waters have been blurred between these two uses however.

  18. Re:13 MB????? on Source Code To Dungeon Master Java Released · · Score: 2, Funny

    Repeat after me: Java is an efficient and fast language. Remember that your PC is probably over 200 times faster than the Atari ST, so the game should run completely smoothly (at least 120 frames per second monitor refresh rate) on your machine too... It must do, Java advocates say it's just as fast as other languages!

  19. Windows uses that scheme! on Source Code To Dungeon Master Java Released · · Score: 0, Troll

    If you copy it from a hard drive or CD-ROM into RAM, the copy protection sometimes kicks in and shows you a blue screen :-)

  20. Bush on Microsoft Quits OpenGL ARB · · Score: 1, Funny
    Once we get Bushy boy out of office

    But after he has served two terms, his brother Jed will be appointed President. Isn't that how it works over there?

  21. Re:Jump Targets on Program Hides Secret Messages in Executables · · Score: 1
    Pac-man uses RST $20 to mean jump to the Ath entry of the table following this instruction. So the words following it are a jump table, but happily they don't need to be altered (unlike 6502/65816 which needs a -1 if you are using RTS to perform a calculated jump).

    By working out what each routine does in the game (e.g. saying COMMAND_HEAD = $4c80 (RAM), TIME_WAVE0 = $4d86 (RAM), PlotString = $2C5E (ROM), DecideInkyNormal = $27A9 (ROM)) you should be able to determine all the jump targets.

    However, this is not practical for an automated process, and it is possible to obfuscate things much more than the Namco team did if you want to do that, as a friend of mine did when he was writing his code at University.

  22. Jump Targets on Program Hides Secret Messages in Executables · · Score: 1
    Yeah, even a simple piece of Z80 code (16 kilobytes) like the Pacman ROMs can take a few days for a human to decode properly getting out all the jump targets (which are cunningly held in various tables; executing the code with a tracer helps tell the difference between code and data but a lot of manual work is required), although compiler-generated code should be more tractable.

    If you have control of the linker though, you can on normal systems arrange the object files in n! ways which is enough to get going on (as I said online 15 years ago). That should be safe unless you have a linker bug or a really nasty address releated program bug (I hate those!).

  23. Re:Ever heard of democracy r/o on U.S. Army's Future Combat System Will Run Linux · · Score: 1
    or "stop killing your own people" or "live up to the treaty you signed"?

    Is that Ariel Sharon you're talking about?

  24. Re:Legal US centrism on Johansen Prosecutors Appeal · · Score: 1

    Bill Gates and Steve Ballmer are not in prison? Have you ever secretly wished that? Yet they have not committed any felonies (check the laws, they haven't).

    Compare their aspirations (make people run Windows, immunise african children) with the rich USians of a century ago, the Vanderbilts and Hearsts of the world who personally started wars (Nicaragua, Philippines, etc.) (or gave them a helping hand) to further their ambitions. So we have (so far) got off quite lightly!

  25. Re:Well now on Amazon Scores Another Patent · · Score: 1

    And $5500 in Hong Kong Dollars would be fairly cheap :-) or was that Singapore dollars?