Slashdot Mirror


User: csbrooks

csbrooks's activity in the archive.

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

Comments · 21

  1. Re:Will the obese play? on DDR Coming To West Virginia Schools · · Score: 3, Insightful

    I play DDR sometimes at the local Peter Piper Pizza. I've seen some overweight kids going to town there. They were pretty good, too.

    I don't think it'll be a problem. Yeah, you move your body, but it's all about reacting quickly to stuff on the screen. I mean, basically, it's a videogame.

  2. Bad comma, no donut on Gaming Industry Going Down? · · Score: 2, Insightful

    Crappy games are going to kill the games industry at about the same time that rampant and fervent misuse of the comma kills the Inquirer. And don't get me started about "it's".

    Seriously though, I don't think games are any worse (or better) now than they were five years ago. There's still cool, original stuff and there are still sequels. Plenty of games are still fun.

  3. Parenthesi(s) on Brit TV Won't Go Digital Till 2012 · · Score: 0, Offtopic

    What kind of crap(py) news is that!

  4. Re:Film and Movie Tie-ins on How Not To Buy Crap Games This Season · · Score: 1

    The game was more popular than the movie; you don't see that very often.

  5. Film and Movie Tie-ins on How Not To Buy Crap Games This Season · · Score: 4, Insightful

    Even though Spiderman 2 and The Incredible Hulk were both really awesome games? This sounds like crummy advice.

    Here's what I do: never buy a game until you're read some good reviews. NOT previews, which are always suspiciously glowing. After getting burned buying a few $50 games the first day they came out, I stick hard and fast to this rule.

    Even then sometimes I wait a year or so until they're $20 at Wal-mart.

  6. Tell the truth! on Lie Detectors to be Used for Airline Security · · Score: 5, Funny

    If you're honest, you get cleared, right?

    "Are you a terrorist?"
    "Yes."
    "Go on through."

  7. Re:Wait... on CNN's Game Over On The 360 · · Score: 1
    I'm already planning to take Tuesday off of work.

    No, you're not.

    -Your boss.

  8. speed on Dynamic Memory Allocation in Embedded Apps? · · Score: 1

    'we have plenty of RAM - 16MB - so why not use dynamic allocation' It's not just about RAM, it's about speed. malloc() is slow enough even on, for instance, the PS2 cpu (EE) to make it worth avoiding whenever possible. If you have to do it, consider writing your own memory manager, or adapting someone else's. malloc() does a lot of complicated stuff you may not need, and in this case simpler may be a lot faster. Also, you can go a long way with pools of fixed size objects, where the pool mallocs when it needs more, and when you tell the pool you're done with an object it gets reused later.

  9. Re:ESRB.... :( on Nintendo Puts Emphasis On Parental Control · · Score: 5, Funny

    playing a violent videogame DOES NOT MAKE YOU A VIOLENT PERSON.

    Please stop yelling. Why are you so upset? Hey! Hey stop HITTING ME! Oh no! It's happening again! SOMEONE MAKE HIM STOP!

  10. Re:ESRB.... :( on Nintendo Puts Emphasis On Parental Control · · Score: 1

    Hey, glad you're on here. Your kids beat the living crap out of me again.

    -Your neighbor

  11. Good Idea on Nintendo Puts Emphasis On Parental Control · · Score: 4, Insightful

    As a game programmer as well as a parent, I think this is a really good idea. I think the public thinks that game developers want kids to buy all the violent or inappropriate games they can, but it's not true. People don't realize how many adult gamers are out there. Developers don't need or want kids to play violent or sexual games.

  12. $20mil for a GAME? on Only 80 Games A Year Will Succeed · · Score: 3, Insightful

    That is just way, way too much money. Something's gotta give.

    Why, I can make you a really top-notch game for HALF that much! (Flash is ok, right?)

  13. Re:I know! on How To Become A Pro Gamer · · Score: 5, Funny

    Silly. If that's all it took, we'd ALL be pro-gamers.

  14. Online distribution is the way of the future on Darwinia To Be Distributed via Steam · · Score: 3, Insightful

    The whole idea with Steam, and online distribution in general, is to put control back in the hands of developers, and take it away from distributors. Why should Best Buy or WalMart get to decide what games we can buy?

    Cut out the middleman, and let the market choose.

  15. Re:nearly 100 million on Online Addiction Centers Open · · Score: 1

    Yeah, about the same time they enrolled in this 12-step program.

  16. crates are fun on Games With Crates Get No Twinkie · · Score: 1

    Does anyone else think it's kinda *fun* to smash crates?

  17. Re:Predicting the future on Simulated Universe · · Score: 1

    Plus, wouldn't the simulation have to include itself?

    Also, is the universe, at the tiniest level, really deterministic?

    And how would you take an initial measurement of the state of every particle?

  18. Re:Price in blurb says nothing. on Computer Problem Caused Price Errors on NASDAQ · · Score: 1

    You could always break down and RTFA. The correct price of the stock was mentioned there; $3 to $4.

  19. Re:What's the alternative? on Upbeat Attitude Doesn't Affect Cancer · · Score: 2, Informative
    You actually have some good points here, and I probably should have clarified my viewpoint more.

    I guess I should say "I'm really annoyed with the faith the media put in a single 'scientific study'." I'm basing my viewpoint on my own experience with the media; single scientific studies, often taken out of context, and by their nature brand-new and *NOT* yet extensively reviewed by peers, are frequently cited as proof of whatever sensational thing the media thinks will get people's attention.

    -csbrooks

  20. Misleading on Upbeat Attitude Doesn't Affect Cancer · · Score: 3, Interesting

    The headline and text of this post are, I believe, misleading. It makes it sound as if researchers the world over have all come to the same conclusion, which of course isn't true. This is just one study. Big whoop. There are a bajillion studies out there, and pretty much any viewpoint you want to espouse is represented by at least one of them.

    I'm really annoyed with the faith people put in "scientific studies". Many studies (not necessarily this one) are funded by corporations, and the scientists are under pressure to come to whatever conclusion the corporation wants.

    Also, IMO, Science definately has *NOT* figured out what affect the human mind can have on human health, and how, regardless of this single study.

    -csbrooks

  21. Re:Intelligent? on Why The Future Doesn't Need Us · · Score: 1

    Yes, but...

    Comparing game AI to "real" ai isn't really fair. Game AI is created within a very tight time-frame (and budget), to solve a very specific problem (ie, playing a specific computer game well enough to avoid embarassment). Whether it succeeds or fails should not really reflect on whether software could be written to successfully drive cars, for instance. Such software would be written with a totally different set of constraints, safety measures and with actual software engineering practices. The game AI is hacked together until it works well enough to ship, in part because no ones life depends on its performance.

    (Maybe an analogy would be complaining that it would be a waste to spend $50 on a nice meal at a fancy restaurant, because you've tasted Taco Bell and it was total crap.)