Slashdot Mirror


User: JojoLinkyBob

JojoLinkyBob's activity in the archive.

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

Comments · 79

  1. Article about this on GameDev.net today on Magazines Faking Game Reviews? · · Score: 2, Informative
    FYI, There's an article posted on this very topic over at http://www.gamedev.net right now, that was posted today.

  2. Rephrase the Question on What Makes a Powerful Programming Language? · · Score: 1
    Maybe the real question here is
    "What Does the Powerful Programming Language Make?"

    Only by answering this question, can you really make a informed decision on the language to use. Neither OO or functional programming alone is a cure-all. They each have their boons and setbacks. IMHO, the more volatile the field of your application is, the better off you are with a RAD tool. An example in this case would be using Perl/PHP for an internet application. And for large development teams, I would recommend an OO tool (read easier delegation)

    What I would love to see in a language is something merges the power of Perl (mainly regular expressions) w/ something like Visual C++ (OO + GUI), AND allows easy distribution (doesn't require a special runtime module, and is not a pain in the neck for Joe Blow to install on his machine)

  3. Re:New SQ game name on New Space Quest Game Under Development? · · Score: 1

    I sincerely agree that SQ3 was the best one. I played that thing over and over, always ending up about 5-10 points shy of the total score. To this day, I still don't know what extra thing I had to type to secure those points :(

  4. The Great Bargain Rush on Where Did All The Online Bargains Go? · · Score: 5, Informative
    Yes, finding a good bargain online nowadays is like finding a piece of hay in a stack of needles.

    Here are links I always use when Pay Day comes around. Some of them aren't rock-bottom deals, but they are quite reasonable (i.e. better than Best Buy):

    Computer Stuff
    www.techbargains.com
    www.newegg.com
    Video Games
    www.ebgames.com
    www.easybuy2000.com
    DVD's
    www.dvdpricesearch.com
    Books
    www.bestbookbuys.com
    www.bookpool.com (they have more used i think) Price Comparison
    www.pricewatch.com
    www.pricescan.com

    I'd love to hear from others on this, I wouldn't mind saving more! :)

  5. Related Link (Video Game History 101) on History of Video Games · · Score: 1
    If you feel like reading more...here's another link on Video Game History

    http://slashdot.org/article.pl?sid=99/02/27/225024 9&mode=thread

    There was another detailed web presentation of the history of video games posted about two years ago..I want to say it was GameSpot, but can't remember..Does anyone know?

    thx

  6. Perl + Win32::OLE; on Writing Documentation · · Score: 1

    IMHO this is the best way to go. You can use Perl with Win32::OLE to generate your word files, adding in all the pretty formatting, especially if you ever need to automate any of it.

  7. Re:Don't touch the semantics on When Making a Comprehensive Retrofit of your Code... · · Score: 1

    I'm talking about simple cases such as:

    @list = ("apple","banana","chihuahua");
    print "\n@list[0] @list[1] @list[2]"; print "\n$list[0] $list[1] $list[2]";

    Both of these print statements have the same results. My point is that every programmer has their own special coding nuances. Taking these away to adopt to some standard might be counter-productive, because in most cases the original developer will probably be making revisions later, and some of us probably know how hard it can be to read someone else's perl :) Speaking of semantics, maybe my original comment was worded precisely enough, and therefore misinterpreted...

  8. Don't touch the semantics on When Making a Comprehensive Retrofit of your Code... · · Score: 1

    Noticed you have a lot of perl scripts, which is similar to the situation I've been in before. Come up with some agreeable style (i.e. indenting) but stay away from the semantic issues, because a perl script speaks identity loudly. Case in point, how do you reference an item in a list: @list[0] or $list[0], Both are accepted, and in way, both are intuitive, it just depends on how you're learned the ropes. End Transmission.

  9. Re:Star Wars - Galactic Battlegrounds (PC) on Good Games For Christmas? · · Score: 1

    I highly recommend this game. For what's it worth, I've never really been turned onto to strategy games before, but my passion for Star Wars is what baited me. Now I play this game almost religiously. Not really a big fan of military or medieval strategy, but sci-fi makes it very fun.

  10. Nostalgic merit and then some on Sega Drops Dreamcast Price To $50 · · Score: 2, Insightful

    Great console to have, not just for its own nostalgic merit, but for also for emulating other nostalgic systems (handles MAME and Nintendo very well)...It's just crazy to believe that about 1450 nintendo games can all fit on the same self-booting cd...and all under 300MB I believe.

  11. Re:This is a bad sign on Star Wars: AOTC Trailer on Monster Inc · · Score: 1

    Hmm, here's food for thought. Maybe Lucas has been targeting the young audience so that as they mature, they will be old enough to appreciate the original Star Wars trilogy, by the time the whole anthology is complete.

  12. BattleTech with a Twist on Making Strategy Games with...Strategy? · · Score: 1
    Back in high school, my friends played BattleTech religiously...with a twist. They each chose a particular House (e.g. Kurita, Laos), and if a BattleTech novel mentioned a particular technology or capability they possessed, they could use that in gameplay.


    It was always interesting to watch this in action. They would shout out page numbers in their defense (which usually resulted in a skeptical huddle around the earmarked novel in question.) It was quite funny sometimes, like watching young attorneys argue in mute court.

  13. Strange Cox@Home Problems on Cox And Comcast To Dump @Home · · Score: 1

    Has any other Cox@Home customer been having strange problems with web access in the last few days (specifically all HTTP connections?) Occasionally, out of the blue, I lose my connection to the web, but my Usenet traffic carries on normally. I confirmed it's not a DNS problem....BUT I have also been tinkering with my router a bit, just wanted to know if the Cox@Home breakup had anything to do with recent performance...Thx

  14. Re:Dallas - 1st Saturday on Computer/Tech Flea Markets? · · Score: 1

    God, I miss First Saturday (I live in Tucson, AZ now.) I think that was the only thing that made me wake up excited at 5am

  15. FMV Sequence on Review: Final Fantasy · · Score: 1

    Maybe seeing this movie is too close to what it feels like to watch the FMV scenes while playing the actual game. Often, we want to skip it and start playing again. Only watching it in the theater there's no joystick and it's one long-ass FMV scene.

  16. Re:uhhh. The Fate of Atlantis maybe? on Fourth Indiana Jones Installment · · Score: 1

    I loved this game. I think it would make an excellent movie.

  17. Also Named In the Lawsuit on Barney vs. Right to Satire · · Score: 1

    Also named in the lawsuit are the creators of Jurassic Park for portraying dinosaurs as menacing creatures, and Scott Adamas, creator of Dilbert, for portraying dinosaurs as wedgie-administering bullies.
    Pinch me, I'm dreaming.

  18. Application. Application. Application. on C Styled Script - C-like Scripting Language · · Score: 1

    I've used C/C++, Perl, and csh over the years. I've found that I don't use one language for everything. The best example I can illustrate deals with regular expressions, string manipulation, and advanced data structures like lists and hashes. For longer, more detailed projects I use C++. For what it lacks, you can still embed Perl in your code (Note: I haven't attempted this yet, but the possibility exists.) Perl in itself is C-friendly in that it recognizes C expressions to a limited extent. Now I don't speak out against a new scripting language like CSS, but there is already a wealthy of modules written. If any new scripting language is written, I think it should brave new territories that current languages/tools are weak at.

  19. Dilbert Password on The Psychology of Passwords · · Score: 1
    Reminds me of a really funny dilbert comic, I can't quote it exactly but it went something like this:

    Dear Personnel, our security department has exhaustively analyzed our password usage, and determined that most of them are high risk, in that they are easy to crack. For example, words in the dictionary, family member names, numbers, etc. Because of this, we have created a list of ten passwords which we believe will provide the utmost security. From now on, you are required to use one of the following passwords. Please forward this around, so that the message gets out.

    1. jfkasjdfa23r@#$@#
    2. aFAWJF@#F23jkf3f23
    3. FJsdafj23ifj23fjfe
    4. if23F@#Jf23fj2i3fji
    5. @#F23kfjfjdkfjdfkj
    6. afj28fjfsdFAJSDffd
    7. F@j3fj8dsjfasdflkjf
    8. jaF@#FJdkfjalofiwed
    9. aAJSDFIEifjefijefiej
    10. FJAIEFKfjdfojiaejfoije

    Thanks,
    Human Resources

    heheh

  20. Piss on Microsoft on Microsoft Verdict Vacated · · Score: 1

    Piss on Ford? Piss on Chevy? No!
    Piss on Microsoft! Show the world how you feel, don a Piss on Microsoft sticker on the back window of your vehicle. Ok, maybe that's a bit geeky but it gets the message out!

  21. P2P OpenSource Rendering? on GeForce3: Real-time RenderMan? · · Score: 1

    Just had a brainfart, could PC users dole out some of their unused processor cycles (ala SETI) to contribute to the renderfarm. In exchange, you could get a theater discount when it hits the silkscreen?

  22. Argument Closed? on Image Processing By Example · · Score: 1

    This is really cool, but I don't think it helps those who argue that computer graphics is an art. When you can't tell the difference between human art and computer generated art, is it really an art? or does it pass some Turing-esque test?

  23. Create two sources on Can University Students GPL Their Submitted Works? · · Score: 3

    Could you create two names for your project, one that is school-specific, and another name for GNU purposes? Then the project takes on two lifes, one where it maintained by the school if they decided to use it for whatever, and your own personal one for open sourcing it on your own?

  24. Smart Tags Round 2 on "Smart Tags," Round Two · · Score: 1

    Jesus Christ, you would think that if developers WANTED that feature, they would include a metatag to ENABLE it, not disable it. I know a few extra characters in an HTML file won't affect the download that much, but Hell why would I want Microsoft to require me to do this? end of steamy rant

  25. Free Domain Name on Slashback: Reneging, Wandering, Spamming · · Score: 3

    You can already get a free domain name from namezero.com. They forward to your web-host, and you just have to put up with a small advert frame at the bottom.