Slashdot Mirror


User: Nyhm

Nyhm's activity in the archive.

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

Comments · 44

  1. Software Career in the Army? on Army Sets Up Videogame Studio · · Score: 5, Informative

    America's Army looks, plays, and runs great ... except for the parts that aren't the Unreal engine. All of the software around the engine needs some serious work. Here's hoping the new development team can whip this software into shape! Huah!

    Warning, rant follows:

    This is not the forum for complaining about the shoddy software (that Americans probably paid collective millions in taxes for), but here are a few of the simplest pieces of functionality that are miserable failures:

    - Server can't cycle maps, causes client GP fault

    - Client menu layout is incomprehensible

    - Whether you're online or offline is some kind of mystery

    - Plenty of 'Error connecting' messages with no information

    - Connecting to a so-called LAN game requires opening the command console

    - There was talk of 'admin mode' and the only documentation for logging in as an admin is in the FAQ (if it's so frequently asked, then how about making it part of the login dialog?) Then once you log in as admin, are you a player with admin ability, or some non-player observer. How do you get back to being a regular player? Others don't see you logged in, but your personal user name appears in the admin list of online players....

  2. Re:More Star Trek technology... on Next Generation Stun Guns? · · Score: 3, Insightful

    The web page calls this thing both a "phaser" and a "disruptor." They claim it's a molecular displacement attack (disruptor), but go on to say it works like a "phaser on stun." Does it use an phased energy amplification capacitance-and-release mechanism? Oh I don't think so. Where's my Star Trek technical manuals...

    If they can't keep their terminology accurate, how can we take this seriously?

  3. Re:Little known?? on Japanese Balloon Battle · · Score: 1

    I admit, I had never heard of this either, until I saw a display at the Canadian War Museum (Ottawa). They have a nice description of the incindiary intent of the weapons, as well as a map of bombs that were found along the North American west coast (most were probably lost at sea). I think only one casualty for the entire effort - a US farmer who tampered with one he found.

    The museum even had one of the devices! (Reproduction?)

  4. mbps on 200mbps DSL On Its Way? · · Score: 1

    Wow, two updates and still sloppy editing.

    m = milli
    M = mega

  5. Quick Solution on Encrypting a Multicast Video Stream? · · Score: 2, Informative
    I have a quick solution! Encrypting the stream is easy. Just pick some stream cipher (e.g., RC4), pick any key, send the data through the cipher prior to multicasting. In the clients, hard-code the key for decryption.

    ... Ohhh, but you probably also want it to actually be secure? You want to handle clients joining/leaving the multicast session, and need to change the key so they can't keep getting data? Real security is hard.

    ... Ohhh, and are you using the common best-effort (non-reliable) multicast, or are you using some type of reliability protocol? Stream ciphers do not fare well against lossy networks.

    There is a lot of research on multicast security, but from your question, I don't think you're looking to do a thesis. So I don't really have a quick solution. Sorry, I was deliberately wasting your time.

  6. Re:RoboRally on Intelligent Board Games and Social Interaction? · · Score: 1

    Robo Rally is the best game ever designed (IMHO)! I design software, but I have yet to find anyone with any background that does not like this game. The pacing, "fun level," and social interaction is perfect. Each player's robot can interact on the game board, so there's a lot of interpersonal communication (e.g., OMG you pushed me onto the spinner, which caused me to walk into a double laser).

    FYI, the story I was told involving the game's conception: Richard Garfield went to Wizards of the Coast with this game design in mind. WotC was concerned about production costs, so asked Garfield for another idea. Garfield came up with Magic: The Gathering rather "off the cuff." The Magic phenomenon is legendary (or will be if it's popularity ever ends), which provided the kinetic energy to produce Robo Rally.

    Does anyone know how accurate this is?

  7. Complex on MS SQL Server 2005 Adds Security Features · · Score: 1

    "Complex" is exactly the wrong way to describe any security feature. If the feature is really "complex" how do they expect it to be used correctly?

    (Answer to my own hypothetical question: They don't expect people to use it correctly. MS is not in the business of making correct software, they're in the business of making money. To make (more) money, they must (claim they) have security features.)

  8. Re:Slashdotted already? on Fedora Core 2 Review · · Score: 1

    Probably all of us subscribers (*) surfing the face of the slashdot wave! I saw the blurb pre-post, and read the article before the crest came crashing down on everyone in the tube. Yea slashdot subscription service!

    (Please forgive the surfing analogy.)

  9. Re:Music crucial to a game on History Of Video Game Music Explored · · Score: 1

    Ultima VII has an incredible musical score! I had a SoundBlaster with (TurtleBeach?) WAV table synthesis daughter board at the time. Not quite the Roland MT32, but sounded great.

    The score was so well composed that it could transition based on game events. That happends a lot in games today, but it enhanced the gameplay immeasurably at the time. The whole mood of different towns and caves was set by the score.

    The Exult project has Ogg-encoded music from the game, as generated by the Roland MT32. When I play the tracks, I can vividly recall the experience of the game.

  10. Re:Trekker on Trekkie Communicators Now a Reality · · Score: 1

    ... and much of the /. croud must be pedantic, as well. I expected this to be modded only Funny, but some have taken it as actual insight, which I think is just great!

  11. Trekker on Trekkie Communicators Now a Reality · · Score: 3, Funny

    The title should be updated. A Trekkie communicator brings to mind Captain Kirk flipping open a palm-held device. A Trekker communicator indicates a lappel-pinned badge. Please be more diligent when posts involve Star Trek sub-cultures.

    ... now, should I post this anonymously, or openly attach my geek-code

  12. Six Percent on Leave a Safe IT Job for Music Tour? · · Score: 1

    Go buy Screeching Weasels's Teen Punks in Heat album and listen to Six Percent. Before you leave for your tour, buy the rest of Screeching Weasel's albums.

  13. Re:Gotta do it on Should Games Be Delayed To Release Playable Demos? · · Score: 3, Interesting

    Let's separate "beta" from "demo." Is it beneficial to have a limited-release beta? The beta probably has more bugs and less features than the eventual demo, but presumably will be played only by the "serious" gamers.

    Does it make sense to end the beta phase with an open demo, or move right into the final product? MMO games tend to follow the beta path, since a "demo" of a persistent world doesn't really work.

  14. Re:Why its bad on Electronic Arts' Domination Of The Market - Bad? · · Score: 2, Insightful

    Large software projects can manage parallel development. Not fixing problems with their product is inexcusable. However, this doesn't mean that have to freeze development on expansions.

    To their internal project management, the two issues may be very separate (e.g., expansion team may be separate from maintenance team). The simplest branching mechanism in a revision control system should facilitate this (except of course MS VSS).

    Does anyone have any inside knowledge on EA project structure?

  15. Re:No Solo on Microsoft Packs Up, Moves To Catan · · Score: 3, Interesting

    I'm not an AI expert (but I worked with some in school). Catan is a GREAT game, but it seems to have a number of balance-swaying heuristics. That is, there are limited high-level strategic directions you can choose, which can really affect the gameplay. This is perfect for humans, but an AI routine can iterate a few general strategies to find out which one works with the current state of the board.

    My point is, an AI could be too easy to develop and be too good at the game. Then again, I've seen a lot of games rebound unexpectedly.

    Anyone out there have real experience developing an AI for Settlers?? Are my comments accurate at all?

  16. CS anti-cheating research on Do Anti-Cheat Systems For Online Games Work? · · Score: 1

    The current crop of "anti-cheating" software mostly tries to analyze when a player is playing "too well." This does not solve the underlying flaws in the system.

    There are some CS research papers, which are starting to address cheating from a more fundamental (theoretic) point of view. Here's one that applies cryptography to prevent cheating for distributed game protocols:

    Cheat-Proof Playout for Centralized and Distributed Online Games

    From the SIGNL lab at UMass, Amherst.

    Anyone know of any more?

  17. Re:Different goals... on Do Anti-Cheat Systems For Online Games Work? · · Score: 3, Insightful

    I agreee with malakai's philosophy: anything in the client is suceptible to attack by the local player. However, I do not share malakai's optimism that Palladium (and other DRM technologies) will solve any of this. Rather, it'll just be another level of the same "arms race."

    It is a fundamental flaw to attempt to secure what is in the hands of the enemy (to paraphrase a well-said post below).

    (OK, so I don't have anything of substance to add, yet. Sorry, I was deliberately wasting your time.)

  18. VGAs on Gaming Gaffes of 2003 Pinpointed? · · Score: 5, Informative

    The Video Game Awards were a great idea, but turned out to be the biggest pile of marketing trash I've ever fast forwarded through.

    I'll let SpikeTV off the hook, because I love MXC.

  19. This is a joke, right? on Open Source DRM · · Score: 1

    The lack of proofreading aside, I get the strong impression this is the author's first application of cryptography. At the highest level, this does implement a DRM scheme (which is by definition fundamenatlly flawed, of course). The devil is in the details.

    Take page 17 of the Systems Design Document, for example. The use of Low and High security levels is misguided and misleading: "This level of encryption ensures that content can only be decrypted by applications that are not malicious..." How so?

    On the same page, the use of the term "PUBLICKEY" is questionable. Public key usually implies public key cryptography, but this is a symmetric key. Furthermore, what is a 1024-bit 3DES key? 3DES uses a 168-bit key.

    Still on page 17, SHA1 values should not be referred to as checksums. Later, they are properly called hash values. Weak terminology is a minor complaint, but has no place in a security paper.

    Overall, I hope the music industry (et al.) uses Media-S for all its DRM needs!