Slashdot Mirror


User: JFitzsimmons

JFitzsimmons's activity in the archive.

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

Comments · 421

  1. Re:What's good for the goose... on Explosives Camp · · Score: 1

    How many casualties were there in the Cold War?

  2. Re:Please retaliate. on Music Industry Attacks Free Prince CD · · Score: 1

    Nightwish is... popular. I can find their albums in the record store at the mall. Diablo, Amorphis, Falconer, Ensiferum or Wintersun; these are bands with practically 0 North American market penetration - or so I'm led to believe by the fact that I can't find their albums in my area (admittedly anecdotal) and the fact that they don't tour in North America.

  3. Re:Bug Me Not on Paul McCartney On Music In the Digital World · · Score: 1

    How?

  4. Re:51: This story ending up in Politics on The 50 Weirdest Moments in PC Gaming · · Score: 1

    That used to work, but it doesn't anymore; slashdot redirects you to the original subdomain. Try it!

  5. Re:pwnt! on Zero Day Hole In Google Desktop · · Score: 2, Informative

    *beagle

  6. Re:So... 6+ years? on Next Windows To Get Multicore Redesign · · Score: 4, Funny

    Your sarcasm upgrade will be arriving in between 3 and 6 business years.

  7. Re:No way...Cox Comm in SD does it on ISPs Hate P2P Video On-Demand Services · · Score: 2, Interesting

    Rogers Cable, which services parts of Canada, has started traffic shaping all encrypted packets to give them lower priority and throughput. Yeah, laughable. I sure am glad I don't subscribe to their shit.

  8. Re:Captcha on ISP Closes Webmail After Spammers Get Addresses · · Score: 1

    But he's not posting as an AC, so he must have been logged in...

  9. Re:This will kill iTunes store on Amazon to Open DRM-Free MP3 Music Download Store · · Score: 1

    Good thing they aren't all iPods then.

  10. Re:quality? on Amazon to Open DRM-Free MP3 Music Download Store · · Score: 1

    Anymore? Arguably it was never enough.

  11. Re:It's there, and it works on The State of Open Source 3D Modeling · · Score: 1

    Vertical learning curve is instantaneous mastery. Think about it.

    http://en.wikipedia.org/wiki/Experience_curve_effe cts

  12. Re:Like encryption on RFID Guardian Protects Your Privacy · · Score: 3, Interesting

    It is harder to forge but not because of some stupid restriction like "the stuff is harder to get". Any fool can write a RFID tag with quite reasonably priced equipment as well. The security actually comes from the cryptographic hash of the digital data also on the RFID tag. Therefore, if the digital data matches the physical printing of the data, and the cryptographic hash checks out, then you have within a good degree of certainty that the passport is legit. Of course, who knows if the secret hashing algorithm has been leaked or not, but that's a totally different concern.

    With that said, a wireless technology is completely stupid for this sort of application. Any official checking a passport is going to be physically handling it anyway, so what's wrong with requiring a physical connection, like that in a smartcard?

  13. Re:Blizzard announces... on Blizzard Confirms New Product, May Be Starcraft 2 · · Score: 2, Insightful

    The Warcraft "story" is completely stagnant in WoW; nothing ever changes. You grind the same old missions over and over again and yet nothing ever changes. That is, unless you count the perpetual next-tier of equipment that Blizzard releases to keep the mindless inhabitants grinding and paying.

  14. Re:Actually... on Blizzard Confirms New Product, May Be Starcraft 2 · · Score: 2, Informative

    EVE online?

  15. Re:BIND does not scale??? on Building a Dynamic DNS Server for Your Enterprise? · · Score: 1

    ... which is exactly how every single dynamic DNS service I've seen works.

  16. Re:BIND does not scale??? on Building a Dynamic DNS Server for Your Enterprise? · · Score: 1

    He didn't, but you clearly did.

  17. Re:I remember on Novell Bombards SCO with Summary Judgment Motions · · Score: 1

    How?

  18. Re:People are finally starting to get it on NC State Stands Up to RIAA · · Score: 2, Insightful

    Maybe the big fish can provide it in a way where I get to listen to it the way I want.

  19. Re:The most promising workaround on Working Around Vista Apps' Incompatibilities · · Score: 2, Informative

    You should be fair; it barely works.

    http://appdb.winehq.org/appview.php?iVersionId=744 0

    Under wine, the game has no multiplayer and for some that could be considered completely unplayable, since I don't think many people buy RTS games for the singleplayer.

  20. Re:Art, art, and more art on Future Game Coders - Online Education or College? · · Score: 3, Interesting

    As someone who works at simply modding other people's game engines, I can easily say that you have no idea what the fuck you're talking about. Games aren't just about having an engine that you can simply throw assets at and run off the assembly line (well, EA may think so). Coding is an extremely important part of game design. Even if I were to agree with your point, SOMEONE has to make these engines that you speak of.

    Depending on where you'd like to go with it, you may or may not require a computer science degree. If you're looking to get into the hardcore parts of engine design then computer science may be for you. There's an awful lot of complicated concepts required at that level, both in terms of application design, and mathematics. For 3d engines you need to know a good deal about 3d vectors, matrices, quaternions. If you're looking at programming AI then you've got to have not only a solid foundation of understanding the mathematics of the engine but also AI's own fun programming style, such as finite state machines, and graphs (especially with respect to pathfinding), just to throw a couple of the more popular AI paradigms out there.

    On the other hand, if you're just looking at doing game logic code, which is still vastly important to a game (since it handles the details of gameplay), then CS might not be as important. A strong foundation in programming and at least an understanding of some of the topics stated above is an asset. As a modder, this is where I stand now. My education isn't complete, and I simply don't have the time to be fiddling around with creating my own engines or modifying those that already exist.

    Game logic includes things like defining how items are stored in a player's inventory, building the bridge between the inventory UI and the inventory in memory, how enemies are spawned, the interaction of agents with the environment, etc. While some may describe it as being more "menial" (i.e. some may claim that there is not a lot of challenge when hooking up an interface with an API), I would say that game logic is still highly stimulating and provides a good degree of challenging problems to be overcome. While engine designers may be making interesting innovations in the world of graphics and physics, the logic coders are the ones making interesting innovations in the world of gameplay. To pull a quick example, Gears of War's "active reload" is something that is handled by game logic and not the engine, and I consider this to be at least a little innovative.

    To further a counter-point to parent, the Doom 3 engine was licenced to Human Head for the production of Prey. Human Head did not simply have a team of artists that put assets and maps into the engine until they had a game. There was still a vast amount of change that needed to be made to the engine and the game code to handle the new things that happened in Prey. Portals that could be shot and seen through, anti-gravity, the ability to leave your body, etc. all did not exist in Doom 3. These had to come from somewhere; the coders from Human Head, that worked on a pre-designed engine. "Completed" engines do not preclude programmers.

    From an employment standpoint, I can offer no advice. I have never been employed at a development studio nor have I applied.

  21. Re:11 types on April to See Month of MySpace Bugs · · Score: 1

    I could be categorizing myself into the not-understanding group here but 11 in binary is 3 in decimal. GP's sig only lists two. /shrug

  22. Re:Good for them! on US University Dumps Windows to go All Mac · · Score: 1

    Nobody uses the macs at my school either, unless the lab is so full that there's no other computers available.

  23. Re:opengl? on Valve To Support DX10 With Episode 2 · · Score: 1

    No. You are wrong. HAND.

  24. Re:What We're Doing on In France, Only Journalists Can Film Violence · · Score: 1

    Actually, you're considered a professional of X when you make money doing X.

    So if 1000 oil-changes were made for free, you'd still have an amateur. If one oil-change was made for money, you'd have a professional. I realize there are other meanings to the word, but this interpretation is indeed valid.

    http://m-w.org/dictionary/professional

  25. Re:OS X client on Ask CCP About EVE Online · · Score: 1

    Was. Carmack supported OpenGL because he felt it was better. We'll see when the new id IP comes out whether or not he still feels that way about Direct3D and OpenGL.