Slashdot Mirror


User: slartibartfastatp

slartibartfastatp's activity in the archive.

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

Comments · 142

  1. Re:just stating the obvious on Are 12-16 Hour Workdays Productive? · · Score: 4, Funny

    "Informative"... that's funny. How do I mod a moderation?

  2. Re:Numbers don't lie on Bad Software Runs the World · · Score: 1

    Is the distribution curve simmetric?

  3. Re:Depends on Ask Slashdot: What's the Most Depressing Sci-fi You've Ever Read? · · Score: 1

    Or maybe you're just reading Asimov - that's a cheer-up guy.

    * in fact, I was never confortable with the prospect of human race becoming a huge hive-mind being. It seems to be a laitmotif in classic sci-fi (Foundation, 2001, Dune).

  4. Re:Here's a couple. on Ask Slashdot: What's the Most Depressing Sci-fi You've Ever Read? · · Score: 1

    *4000 years

  5. Re:-2000 Lines Of Code on How Intuit Manages 10 Million Lines of Code · · Score: 1

    It's easier to extend the second solution, though. Depending on how the class is instantiated inside the factory (i.e., something like reflection), you doesn't even need to change the original code, but add another library to the path.

    I think what you're calling not hardcoded it's what I call configurable

  6. Really nice on Images Show Apollo Moon Flags Still Standing · · Score: 1

    It's a great pixel we can see over there.

  7. Re:-2000 Lines Of Code on How Intuit Manages 10 Million Lines of Code · · Score: 2

    For instance of a "hardcoded" rule, thinking of web software, I would mention evaluating taxes in the middle of your controller like this

    ... if ( $country=='usa' ) $taxes = $total * 0.17; elseif ( $country == 'uk' ) $taxes = $total * 0.15 + 0.1; ...

    Tax evaluation is probably something that is going to be used in several places in a software, so the example above ensures doom in the future.

    The non-hardcoding solution here, as I see, is something like

    $TaxFactory = new TaxFactory( $country ); $taxes = $TaxFactory->evaluate( $total, ... );

  8. Re:Nuke it from orbit on Ask Slashdot: How To Clean Up My Work Computer Before I Leave? · · Score: 1

    Unless the referred files are stored in the network (NFS home, or remote profile).

  9. Re:Obligatory XKCD on USB 3.0 100W Power Standard Seeks To End Proprietary Chargers · · Score: 5, Funny

    From the FA:

    At home, only having to run one cable to the wall might be nice, and being able to grab some juice from any friend

    That would made you lose some friends, and make others quickly.

  10. Re:See, the brain is a great computer on How a 1960s Discovery In Neuroscience Spawned a Military Project · · Score: 1

    ITS A TRAP!

  11. Re:...overkill...? on Will Dolby's New Atmos 62.2 Format Redefine Surround Sound? · · Score: 1

    It's interesting that they're using 62+2 speakers and we have just 2 audio inputs - left and right ear.
    Shouldn't two speakers be enough to reproduce any audible sensation?

  12. Re:Morality on Rare Operating Apple 1 Rakes In $374,500 At Sotheby's Auction · · Score: 1

    Nobody's evil until they got really rich.

  13. Re:My Wii has the same problem on Is Microsoft's Kinect a Gaming Failure? · · Score: 1

    As a matter of fact, I really enjoyed how controllers were used in Mario Galaxy - it used the nunchuk+wiimote setup, and feels like a regular controller, except that you sometimes point at the screen or shake the wiimote.

    My point is, Mario Galaxy didn't overused the wii controllers - instead, it used a traditional setup with some of the new features. And it was a good choice, in my opinion. By the way, holding the nunchuk and the wiimote feels much more confortable than a sixaxis - of course, you don't have six axis, but it gets the job done for nintendo games.

    Since 2008, they doesn't seem to know how to use wii controls properly. I haven't seen games really taking advantage of wiimote. Maybe it's a case of an awesome tech that nobody knows what to do with it.

  14. Re:Don't bet on it. on Debate Over Evolution Will Soon Be History, Says Leakey · · Score: 1

    At some point the fact that the earth is round was considered false and heretic by the church. Let's about that again talk in 400 years.

  15. Re:No more hours of downtime on Microsoft Redesigns chkdsk For Windows 8, Improves NTFS Health Model · · Score: 0

    I predict that, sometime in the future, some of your storage device will fail.

  16. Re:New features on Objective-C Comes of Age · · Score: 1

    When I was a kid, my stepfather was concerned that I spent too much time with my speccy48 clone, so I was limited to use it for one hour per day.

    What I did? I started to write my programs on paper, and enjoy the most of my "timeshare". That raised my coding level a lot.

    But still I won't thank him.

  17. Re:.. Anything? on Disney Research Can Turn Nearly Any Surface Into a Touch Screen · · Score: 4, Funny

    Can it turn Mc Hammer into a touch surface?

  18. Re:Other strange note at the end of her speech... on More Plans For UK Internet Snooping Bill Revealed In Queen's Speech · · Score: 1

    What you mean, chocolate rations were never so big before!

  19. Re:I would've went with accounting on Yahoo CEO Wrongly Claimed To Have Degree In Computer Science · · Score: 4, Insightful

    An accounting and liar CEO - that's gonna work.

  20. Re:And not a single on Steve Jobs' Idea For an Ad-Supported OS · · Score: 1

    Not a single mod point was given.

  21. Captain obvious to the rescue on Steve Jobs' Idea For an Ad-Supported OS · · Score: 1

    "my job here is done"

  22. Re:Time delay - info from the future? on Quantum Experiment Shows Effect Before Cause · · Score: 1

    14 billionth of seconds? Sure it wasn't 15? or 50?

    I don't have access to the FA, but I wonder what is the uncertainty of this measure.

  23. Re:My first computer on Sinclair ZX Spectrum 30th Anniversary · · Score: 1

    and my also still working TK-90X (the shamelessly ripped brazilian clone of the Spectrum).

    I wouldn't use the word shamelessly; AFAIK both the TK90x board and its ROM was different from the Spectrum. The board relied heavily on a custom chip that comprised the ULA and other functions as well; the ROM contained BASIC messages in portuguese (and in some models, spanish) and three different character sets (or Used Defined Graphics UDG): the standard (UDG-0), the "latin" (with á, ã, ç among other letters) (UDG-1) and the "really" user defined set, UDG-2. A new basic command, called UDG, provided a tool for editing this characters!

    And many other differences which required that most games from the original speccy needed some tinkering to get to work on the TK90x.

    I remember just coding the whole evening and using the cassete recorder to play some music while not loading/saving anything. Oh, how many of my stepfather tapes I ruined by saving programs in it by mistake!

  24. Re:My first computer on Sinclair ZX Spectrum 30th Anniversary · · Score: 2

    Personally I think the keycodes was kind of elegant. It meant less syntax errors, simplified parsing and meant the program occupied less space in memory.

    What I really liked about it is that all BASIC programming commands are available on the machine itself; so I just kept wondering what PUT# and GET# commands would do, as the manual for the Brazilian TK-90X won't give details and we never got the microdrive here.

    And I think it was kind of cool to have that keyboard with so many stuff written in it, for me as a kid.

  25. Re:Who Would Have Thought? on Japan To Be Without Nuclear Power After May 5 · · Score: 1

    *harakiri