Slashdot Mirror


User: Aaron_Pike

Aaron_Pike's activity in the archive.

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

Comments · 87

  1. In the Words of Arthur Dent on The Story Behind the Worst Computer Game In History (bbc.com) · · Score: 5, Interesting

    I liked it.

    I mean sure, I was eight at the time, but I really did enjoy it. It taught me a surprising amount, too.

    The weird pit collision thing, for example, taught me that video games had different physical rules than real life, and that what I was seeing was less important than what the computer was interpreting.

    Dropping into pits without warning also honed my reflexes. I became good at levitating before I hit the ground.

    The map (in which six screens were arranged as a cube) gave me an intuitive grasp of non-Euclidean geometry, and to adapt to the weirdness and even use it to evade the bad guys. I feel completely prepared if I ever suddenly manifest extra-dimensional mutant powers.

    The ever-declining energy stat taught me efficiency. I got good at allocating my time and resources (and I was good and ready for Gauntlet when it came out a couple years later).

    And, of course, it taught me to be patient. This allowed me to later beat games like Ninja Gaiden, Battletoads, Zelda II, and Demon's Souls. And college.

  2. Heh. on How a Scientist Fooled Millions With Bizarre Chocolate Diet Claims · · Score: 4, Funny

    Schadenfreude is the best freude.

  3. Only Two Futures? on The Demographic Future of America's Political Parties · · Score: 5, Funny

    It boggles my mind, the extent to which U.S. culture only sees two different possibilities. It makes me want to take up smoking and jogging just to see if anyone's ears start bleeding.

  4. Obligatory on A Light-Powered Retina Implant For the Blind · · Score: 1

    *obligatory Apple reference*

  5. Classic Case on Technology's Legacy: the 'Loser Edit' Awaits Us All · · Score: 5, Interesting

    It's a classic case of confirmation bias. The human brain does it all the time; if you don't know what it is or how to avoid it, look it up.

    Yeah, I'm probably preaching to the choir on that last bit. I hope I am, anyway.

  6. One Word on If Extinct Species Can Be Brought Back... Should We? · · Score: 1

    Hobbits.

  7. Art Imitates Life on Red Cross Debates If Virtual Killing Violates International Humanitarian Law · · Score: 1

    So long as there are real people killing other real people, games will depict virtual people killing other virtual people.

  8. Through the Wall ... on MythBusters Bust House · · Score: 2

    Through the wall, off the hillside, through the house, into the minivan, nothing but net.

  9. Re:Come on, Jake, it's Wisconsin on Theater Professor's Firefly Poster Declared Threatening · · Score: 1

    Christ, I think Madison was the *birthplace* of the smelly drum circle.

    UW-Stout != UW-Madison

  10. Rock Band? on Ask They Might Be Giants About Almost 30 Years of Music · · Score: 3

    I think I can safely say that there is a large demand for a TMBG edition of Rock Band. Is there anything preventing this from happening?

  11. The cupcake ... on MI6 Swaps Bomb Making Info With Cupcake Recipe On al-Qaeda Website · · Score: 2

    The cupcake is a fib.

  12. Khan Acadamy != Teaching on Let Them Eat Khan Academy · · Score: 1

    For what it's worth, IAAMT who has worked with ALEKS and Khan Academy.

    The Khan Academy videos aren't bad, but they're really just textbooks that move and talk.

    The Khan Academy mastery exercises aren't bad, but they're really just worksheets of arbitrary length. The instant feedback is pretty cool, but it's just a faster way of doing a worksheet and then checking against the teacher's key.

    The instant feedback for a teacher isn't bad, and it makes monitoring student progress more efficient, and making tasks more efficient is the bailiwick of software engineering. That said, throwing Khan Academy (or ALEKS or other similar program) at students will get you pretty much the same result as tossing them a textbook and some worksheets.

  13. Restitution on Ask Slashdot: How Should Sony Compensate PSN Users? · · Score: 1

    How about restoring the ability to freely install other operating systems on the PS3?

  14. What's the Blooming Problem? on US Navy Breaks Laser Record · · Score: 2

    I didn't see any data about blooming or effective range. Any ideas? Is there a physicist in the house?

  15. Prequel? on R-Rating Sunk BioShock Movie Plans · · Score: 1

    I wonder if it would be possible to make a prequel showing the rise and fall of Rapture as a PG-13 blockbuster, opening the way for a proper BioShock movie "sequel."

  16. Gamer Geek Proposal on Geekiest Marriage Proposals Ever · · Score: 1

    Runner's Companion for Shadowrun, 4th Edition, page 88. The first letters of each sentence in the first three paragraphs of the section that starts there spell out the proposal.

  17. Re:What, now? on Biggest Study On Cellphone Health Effects Launched in Europe · · Score: 1

    IMHO Faith and Science are exact opposites.

    Personally, I disagree. I find that Science (as it has been put) does require faith, but its dogma is limited to something like "I think therefore I am." Everything else is based on rigorous observation and scientific methodology.

  18. Re:Uh yeah... very speedy. on Speed-Assembling Servers · · Score: 1, Interesting

    I do a very similar exercise with my shiny-new, mostly-freshman high-school class at the very basic introductory level of computer science. They'd be competitive with the dude in the video (sorry, dude in the video).

  19. Re:Theory or Hypothesis? on New Theory of Gravity Decouples Space & Time · · Score: 1

    Actually, I believe one might find that Horava gravity is a theory, and that the hypothesis is that it is an accurate theory that matches with reality. But I agree with you in principle.

  20. Simple Solution on Public School Teachers Selling Lesson Plans Online · · Score: 1

    I teach math and computer science at a public school. I have my own curriculum (more or less), which I haven't sold to anybody (yet). I'd like to have the option, though, which is why I only work on it when I'm not at work.

  21. Re:Hashing Works on Best Tool For Remembering Passwords? · · Score: 1
    I admit to living in fear that someone will suss out my hashing function. I'm not too terribly worried; it involves me knowing the ASCII values of letters (although I wish I'd thought of using phone keys first, as mentioned by RJFerret).

    But that's the weakness of the method: a hashing function that is memorizable is hypothetically less robust than a "real" hashing scheme, and if your scheme gets out, all of your passwords are compromised.

  22. Re:Hashing Works on Best Tool For Remembering Passwords? · · Score: 1

    I ran into the problem of stupid Web sites that require members of certain sets of characters, too. To overcome this, I just started adding a suffix that had a capital letter, a number, and a punctuation mark. As far as generating passwords with two or three functions is concerned, don't forget that while f(x) is a function, f(g(h(x))) is also a function. If you really want to use this method, I suggest starting with a simple function and then modifying it once you've mastered each step.

  23. Hashing Works on Best Tool For Remembering Passwords? · · Score: 5, Interesting

    I use a mental hash for my less important passwords. That way all I have to do is look at the web site's name and run it through my hash function to come up with the password for that site. That way, I only have to remember the function and not the plethora of passwords.

  24. Bwa-huh? on Study Claims 8.5% of Young Gamers "Pathologically Addicted" · · Score: 1
    Is this the same National Institute on Media and the Family that concluded that the gaming industry was trying to promote cannibalism?

    Who'd care to bet that Dr. Gentile has an Xbox 360 hidden at the bottom of an old golf bag in his basement?

  25. Yes. on Online Storage For Lawyers? · · Score: 4, Funny

    I firmly believe we should store lawyers online.