Slashdot Mirror


User: bishiraver

bishiraver's activity in the archive.

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

Comments · 607

  1. Re:Role Playing on The Essentials of RPG Design · · Score: 1

    True enough!

    I wonder if there are any articles out there describing key aspects of different dice systems and why some are popular and others are not. For example, despite the statistical shittiness of d20, it's extremely popular. The epic-feel roll-and-keep of 7th Sea (and L5R) are less so.

    What are key things to keep in mind when designing a homebrew pen and paper system?

    Inquiring minds want to know...

  2. Re:too much Star Trek on Buzz Aldrin's Radical Plan For NASA · · Score: 1

    Research into manned space exploration (especially of the sustainable ilk) will produce technologies that benefit us here on earth, much like what's happened over the past 50 years with lubricants, manufacturing materials, jet engines, and so on and so forth.

  3. Re:Gravity wells on Buzz Aldrin's Radical Plan For NASA · · Score: 1

    There are asteroids out there that would provide 2004's level of iron production for over a million years.

  4. Re:As Someone Who Has to Support IE6 at Work ... on Internet Explorer 6 Will Not Die · · Score: 1

    Keep in mind that up until a short time ago, jQuery itself used ugly user agent hacks. (It's also slow - just look at /. ....)

  5. Re:No love for the Penguin? on Hulu Testing Client App; Boxee Dispute Explained · · Score: 1

    Which also explains its minimum system requirements of a 2.0ghz core duo. Seriously - wtf? I can watch hulu videos through my web browser on a 3ghz p4.... barely. I blame it on flash.

  6. Re:No surprise on The More Popular the Browser, the Slower It Is · · Score: 1

    4GB. And I typically have a couple very large photoshop documents open, visual studio, firefox, and several other applications open.

    The only thing that really pages is Photoshop...

  7. Re:Mosaic on The More Popular the Browser, the Slower It Is · · Score: 5, Funny

    No - Lynx is!

  8. Re:Hmmmm.. on Artificial Ethics · · Score: 1

    I think our inherent laziness is key to our innovative abilities. We want to be as special as possible with doing the least amount of work possible.

    This causes us to develop tools to accomplish menial tasks easier. Instead of tracking and hunting a hard to find animal, we lay traps. Instead of walking over uneven terrain, we lay roads. Instead of traveling and talking to someone in person, we hire someone to carry a bunch of different peoples conversations this distance so we don't have to. We instate governments so we don't have to think about things like where our water is going to come from and whether or not we are safe from bodily harm.

    This couples nicely with our inherently curious mind. Some of us collect information that nobody else has, others use that information to make tools that nobody else has and makes our life more lazy, and still others are employed to build the tools. And then there are the parasites which try and orchestrate things without outputting any real net worth. And then there are the parasites which are simply too lazy to actually do anything to produce anything - even imaginary net worth. They usually end up in hammocks in trailer parks, though.

  9. Re:Hmmmm.. on Artificial Ethics · · Score: 1

    That's your imperative meta-program that simply overcomes the inherent and basal instincts. You don't want to go jogging because your body isn't stressed - in that it doesn't "need" anything. You do it anyway because you know that if you don't, you'll become overweight, have health problems, and probably will have more difficulty attracting a mate.

  10. Re:Hmmmm.. on Artificial Ethics · · Score: 1

    So, you're saying that being in the coding 'zone' is comparable to Enlightenment?

    I can dig that.

  11. Re:Powerglove 2009 on Microsoft Working On Motion-Sensing Camera For the Xbox 360 · · Score: 1

    But-but... it's so...BAD!

  12. Re:Should be lots of fun to watch... on Microsoft Working On Motion-Sensing Camera For the Xbox 360 · · Score: 1

    And even before that, there was Track & Field for the NES.

  13. Re:In a word: awesome! on Zotac's Ion-Based Mini-ITX Board For Atom Debuts · · Score: 1

    Actually, according to this benchmark, the atom bests the 1.13ghz pentium 3 (tualatin), and is 62% of the 2.4ghz pentium 4. Assuming that the pentium 4 performance scales linearly (which it doesn't, not really) with clock speed, this would give it the performance of about a 1.5ghz p4.

  14. Re:18,000 - amazing on Hobbits' Brains Shrank Due To Remote Home · · Score: 1

    All of these newfangled AJAXy 'enhancements' look like they were coded by a braindead codemonkey who just found jQuery.

    Explains why it's slow, incompatible, and so forth. (jQuery has many cross-browser issues, though not as many as Prototype. Because of the 'powerful' chaining style, though, it's nigh impossible to debug. jQuery and Prototype make JavaScript a write-only language - much like perl)

    Don't believe me?

    Go look at the markup and code...

  15. Re:King's Quest = hardcore on Old Sierra Games Playable In Browser Through Open Source Game Engine · · Score: 2, Interesting

    Prince of persia would ask you e.g. 'The first letter of the third word in the fourth paragraph on page 55.' They must have had a rather large hash table - I played through the game more times than I can count, and don't recall it asking the same one twice.

  16. Re:Just a Thought... on A Vision For a World Free of CAPTCHAs · · Score: 1

    Using javascript to record certain events: random clicks on the page, scroll actions, and snapshots of the mouse x/y position every 5 seconds or so.

    Using xmlhttprequest to send this data to a server that determines whether the behavior fits, within a margin of error, to a markov model built via previous human interaction in the page.

    Of course, if the automated blogspam bot ever got ahold of the markov model, it would be able to generate 'believable' interaction with the page by creating a markov chain.

  17. Re:not Bethesda, Obsidian on Bethesda Announces New Fallout Game For 2010 · · Score: 1

    No epic-level CRPG that actually works and is interesting? I suppose Planescape:Torment wasn't quite epic levels, but it's pretty damn close - even going up against entities that the Lady of Pain had mazed. Yeah, you weren't level 40 with 400hp and massive destructive power... but really, when you're godlike, nothing is interesting..... except meddling in the lives of mortals.

  18. Re:OOP? on Brendan Eich Explains ECMAScript 3.1 To Developers · · Score: 5, Informative

    ECMAScript is a prototypal functional programming language. You don't just set members of an object by defining its prototype in an object literal.

    You can also, by the power of closures, have private functions, private variables, and protected functions. (ECMAScript is interesting in that public member functions cannot access private variables, but protected functions can. Downside is that protected functions (defining them as this.foo = function() {}; in the constructor) are created new for each instance of the object, unlike the prototype (public) members.

    While ECMAScript isn't built to enhance tail recursion, it's actually possible. For example, a continuous passing style fibonacci sequence calculator.

    Not quite as readable as haskell or lisp, but still - proves that JavaScript is a true functional programming language.

  19. Re:I just call them Web Designers on What Do You Call People Who "Do HTML"? · · Score: 1

    And this is missing an oft-overlooked niche in the field: Interaction. Has a lot to do with IA, a little to do with design, and some to do with coding.

    It's possible to design it all out with a spreadsheet where the rows are interactable elements and the columns are interactions, with the intersections being results. But people won't typically take you serious as an interaction designer unless you have some graphic design or developer skills.

  20. Re:Screwed? on What Do You Call People Who "Do HTML"? · · Score: 1

    Don't people use rollout scripts to take care of that...? ;)

  21. Re:Screwed? on What Do You Call People Who "Do HTML"? · · Score: 1

    While I call myself an Interaction Engineer (A little bit of IA, a little bit of graphic design, a lot of usability and ease of use, a lot of JavaScript, a little server-side development, a little SEO, a lot of putting out semantic fires), my title has been everything from Software Engineer to Front End Developer.

  22. Re:Bastards! on 10 OSes We Left Behind · · Score: 1

    And AEGIS / Domain/OS.

  23. Re:Prescription strength ibuprofen on Strip-Search Case Tests Limits of 4th Amendment · · Score: 1

    Your ears you keep and I'll tell you why. So that every shriek of every child at seeing your hideousness will be yours to cherish. Every babe that weeps at your approach, every woman who cries out, 'Dear God! What is that thing,' will echo in your perfect ears. That is what to the pain means. It means I leave you in anguish, wallowing in freakish misery forever.

  24. Re:Ibuprofen is a drug? on Strip-Search Case Tests Limits of 4th Amendment · · Score: 1

    It's a drug where the best thing that happens is fever reduction, reduced swelling, and the general affects of a NSAID (non-steroidal anti-inflammatory drug).

    And the worst thing that can happen is stomach bleeding. (Unless you take it constantly in much higher doses than your doctor says you should, in which case it can cause liver issues)

    Oh, yeah, and some people are allergic to it.

    It's not like ibuprofen is freakin' hydrocodone or something.

  25. Re:And people wonder... on Strip-Search Case Tests Limits of 4th Amendment · · Score: 1

    As someone who went to high school during the Columbine event, and saw the heavy-handed knee-jerk reactions from administrators,

    Yay, Columbine-era anecdote time!

    It was December, 2000. It was the first cold day of winter - about 20 degrees outside, if memory serves. The warmest coat I had was a trench. I'd had this trench for about two years at that point. I hadn't yet worn it that year, and we had a new vice principal.

    Little did I know the trouble it would get me into.

    During my second period class, the vice principal came on the intercom of my classroom and requested my presence in his office. Of course, knowing what going to the vice principal's office means, the rest of the class ridiculed me for getting in trouble. I had no idea why I was getting called down. It was on the other campus (we had an east and a west campus, separated by a ~250 foot covered walkway), so I wore my coat.

    When I got there, there was rage in his eyes. It was fairly frightening, actually. He demanded I take the coat off, and give it to him. I asked him what I was going to wear between classes for the rest of the day - since I had to walk the breezeway several times. He told me that, "Little snots like [me] should think about things like that before you wear crap like this to school." I talked him into allowing me to try and contact my parents to bring me a "more suitable" coat. Unfortunately, neither could be reached.

    By the time my father was raised on the phone, he was so infuriated with me that he had me suspended for three days, with in-school suspension for a week after that.

    Just for wearing a black trenchcoat to school.

    And maybe pointing out logical fallacies in the administrator's points.