Slashdot Mirror


User: KrisW

KrisW's activity in the archive.

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

Comments · 88

  1. Re:Hello 1992 on Live Picture of the Next Xbox · · Score: 1

    Two things. They said "better console", not "console with a better controller". Also, who's to say they're not talking about GameCube?

  2. Re:uh on Apple Easter Egg · · Score: 0

    As of 11:03p.m. EST, it still says "Torent" on the front page.

  3. But... on Duke Nukem Forever Physics Impress · · Score: 1

    Not being real is what makes a game a game...

  4. Re:You guys are retarded on Would You Pay 5 Cents For a Song? · · Score: 1

    The thing is, downloading something for free doesn't mean that you're never going to buy it. I run a small record label and we've made one full release freely downloadable, but people still buy it.

  5. Re:Myst series... on Gaming With a Headmouse? · · Score: 1

    Great idea. To me that sounds like even more of a viable option than RTS gaming.

  6. Re:Linux Live Game Project on The State of Linux Gaming · · Score: 1

    I think you meant linuxgames.com. linuxgames.org is just advertising. By the way, I prefer The Linux Game Tome, but that's just me.

  7. Re:Irresponsibility on Coffee is Addictive · · Score: 1

    If your drinking a coffee to impress people, your going to be a dick no matter what level of roast you drink. Well put.

  8. Re:Um, no. on Does Your LCD Play Catch-Up To Your Mouse? · · Score: 1

    Stupidest... classic, total classic.

  9. Re:this is good for OSS on Audacity 1.2.0 Released · · Score: 1

    It's not all as simple as that. I think that if small groups of people working in their spare time can write something that competes with commercial software, that just goes to show how much we're being over-charged for software. $700 or whatever for Photoshop? C'mon....

  10. Re:None of today's games have "good" graphics on Videogame Graphic Advances - Not What They Used To Be? · · Score: 1

    I'm thrilled, but why do you care if I "enjoy a good game for once"?

  11. Re:Oh no, it's different! Let's hate it! on GoboLinux Rethinks The Linux Filesystems · · Score: 1

    I like the idea of Gobo Linux, I'm just not very impressed by the implementation. I really think that some of the 20 year old UNIX crustiness should be scraped off the top, but slapping symlinks all over the place seems sort of like a recipe for disaster to me.

  12. Re:Why I don't like Java on Summary of JDK1.5 Language Changes · · Score: 1

    I absolutely love Python. Yeah sure, everyone always says the same thing about how much slower than C++ it is, but for every program I've written in Python so far (including games), speed has not been even the slightest issue. Plus, if you ever do need the extra speed, it's pretty easy to re-code the bottlenecks in C.

  13. Re:Shorthand programming on Summary of JDK1.5 Language Changes · · Score: 2, Insightful

    I guess it doesn't matter if you're the only one reading the code, but I can't see how macros can do anything other than make code harder to read...