Slashdot Mirror


User: Krakhan

Krakhan's activity in the archive.

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

Comments · 248

  1. Re:another good idea. on Chinese Students' Cheating Techniques - Don't Try at Home · · Score: 1

    The NSA hires teachers!?!?

  2. Re:Nostradamus Impression on Game Console Energy Usage Comparison · · Score: 2, Funny

    E = mc^2.

  3. Re:Off topic on Harvard Scientists to Clone Human Embryos · · Score: 1

    Fifth. I am extremely annoyed by this. I like the overall redesign otherwise.

  4. Re:Why is game rating so bad? on ESRB Our Last Defense Against Game Censorship? · · Score: 1

    Huh? Up here in parts of Canada I don't remember being carded for the last M rated game I that I bought. Nor do I ever remember having to show my ID for renting an R rated movie.

    What area are you from? My experience is coming from the Ontario region (Northwestern and southern). Namely, Thunder Bay, Ottawa, and Kitchener/Waterloo.

  5. Re:Huh? on Not Your Daddy's IT Force Anymore · · Score: 1

    Excellent, if only I had mod points..

  6. Re:I don't condone or support piracy at all.... on Captain Copyright Targets Kids · · Score: 1

    I agree that the whole textbook issue is just a load of bollocks. It's highly unlikely the whole deciding factor is based on having a 'real' copy of it. Wasn't there a Nobel prize winner that once said, "There are two kinds of math text books: Those you can't read past the first page, and those you can't read past the first sentence."?

  7. Re:That's what happens on Science Ability Down in U.S. High Schools · · Score: 1

    Oh please Mr. Anonymous Coward, as if your anecdoctal experience is supposed to mean anything. In addition, correlation != causation. Nice try.

  8. Re:Agreed. on Science Ability Down in U.S. High Schools · · Score: 1

    While I found long division with integers to be not so useful after awhile, long division with polynomials actually does have some good uses in a calculus course!

  9. Re:That's what happens on Science Ability Down in U.S. High Schools · · Score: 1

    FYI, we're not talking about high school level algebra. A lot of topics in modern algebra like Group Theory and Ring Theory deal very rarely with 'numbers' solely.

  10. Re:Harry Potter Bull$4it on Plan For Cloaking Device Unveiled · · Score: 1

    Indeed, you could go back even further to about 2000+ years. See for example The Ring of Gyges.

  11. Re:'splain this to me better on IL School District to Monitor Student Blogs · · Score: 1

    While this could be something that the law enforcement authorities could use to deal with you, this has nothing to do with it happening on school grounds, and hence the school giving you disciplinary action is an absurd idea.

    Again, we have the issue of the school overstepping its bounds in this case.

  12. Re:The are no rights on DRM Protest in Hazmat Suits · · Score: 1

    So? It's not like the U.S. doesn't have an equivalent of that either.

  13. You might want to remember that on Cranky Editorials About Videogames · · Score: 2, Insightful

    Correlation != Causation

  14. Re:*cough*ASTROTURF*cough* on Everyone Still Rumbling About PS3 · · Score: 1
    even though, for all anybody knows, it could turn out to be even less reliable than the 360.

    Given Nintendo's record on how stable their previous consoles are, I think this is quite unlikely.

  15. Re:write to them and say thank you on Canadian Music Stars Fight Against DRM · · Score: 1

    Well then there's the whole NTP vs. RIM matter, where the blood sucking patent holders NTP ended up winning in the end.

  16. Re:Yes! on Fake Scientific Paper Detector · · Score: 2, Funny

    ROBOT HOUSE!!!

  17. Re:This article is unclear on The Continuing American Decline in CS · · Score: 1

    I agree in general. While I've mentioned this before in another story relating to the CS discipline, this is possibly why Dijkstra preferred to call Computer Science "Computing Science", since really CS has to do with the kinds of problems, like what can be solved by computing, and if you can solve it, what's the most efficient way of accessing and storing information for futher use?

    Indeed, it is the computing part that is done, not on the actual device that is used.

  18. Re:I doubt it will ever materialize anyway on Katamari Creator Critical of Revolution · · Score: 1

    Oh, and I do mean actually "your". Bah, typos be damned!

  19. Re:I doubt it will ever materialize anyway on Katamari Creator Critical of Revolution · · Score: 2, Informative

    Um, no, you're assumption is incorrect. Nintendo has been around since 1889. They started off by making cards for card games. See the wikipedia article below for more details.

  20. Re:Hardware vs Software on Kevin Bachus Talks Next-Gen Console Wars · · Score: 1

    In comparison to the initial prices of the Playstation and Saturn, the N64 had a lower launch price.

  21. Re:Math? on Software Engineers Ranked Best Job in America · · Score: 1

    Ah, okay, I was just a bit curious about that. Though, I do agree that in a lot of jobs, you're not going to use stuff like Fourier Analysis day to day unless you're dealing with stuff like digital signal processing of course.

  22. Re:What advanced math? on Software Engineers Ranked Best Job in America · · Score: 1

    And what kind of work do you do?

  23. Re:Math? on Software Engineers Ranked Best Job in America · · Score: 1
    Math can help with analyzing things like performance and also may be necessary for specific applications, but being able to design a set of logical steps to reach a solution (and then encode those steps in the syntax of a programming language) is what most of software engineering is about.

    And real math somehow does not involve this step?

  24. Re:Let me be the first to say on RMS Views on Linux, Java, DRM and Opensource · · Score: 1

    Boooo..urrrnss!

  25. Re:Got paradox? on Choosing Careers in Technology? · · Score: 1
    I guess what I'm trying to say is just that even if you're not uber strong in math, you can still work in the games industry... you just probably won't end up working with the rendering guys. There's a lot more to the average game than just graphics, after all... but you might want to develop some other marketable skills, like network programming for example :)

    Agreed with your post. Even just in designing the mechanics of a game, you will most likely want to use some kind of mathematics to help you out when modeling physical phenomena. The best example of this that I can think of is in a turn-based strategy game: How do you model how fast a population grows on some colony that you build? Answer: Use a (discretized) Logistic Function, which happens to be a solution of a.. differential equation! So, yes these things are actually rather useful afterall. I believe that MOO and MOO2 use a model similar to this, also taking into account other bonuses and technology you research.

    So, yes, while you don't have to a full blown mathematician to be a game developer, it will make everything you do a lot easier, since it's better to drive a nail in with a hammer then doing so painfully with own fists. You save yourself a lot of pain that way. :)