Slashdot Mirror


User: dusik

dusik's activity in the archive.

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

Comments · 214

  1. Re:Evolution can be even "faster" on Human Genes Still Evolving · · Score: 1

    Ha! Maybe now we'll evolve new diseases to counter-balance all those man-made medicines!

  2. Re:Evolution can be "fast" on Human Genes Still Evolving · · Score: 1

    If you had six fingers, and you wanted to give something the middle finger, which one would you give?

    On second thought... typing would be awesome though!

  3. Re:Funny on Dell Opens Up About Desktop Linux · · Score: 3, Insightful

    And it's precisely this type of hacking that a large portion of Dell's user base won't be able to tolerate. What Dell is probably most worried about is tech support, and it's not from the customers who know how to hack that they'll be receiving most of those calls.

  4. Re:Quick Fix, Instant-Oatmeal One-Hour photo answe on 'No Quick Fix' From Nuclear Power · · Score: -1, Redundant

    >> "A lot of things have to change, like our automobile usage, suburban lifestyle, and the excessive packaging of one time use products."

    You can say that again!

  5. Re:Secret bookcases? on Hidden Treasures in OpenOffice 2.0's Chart Tool · · Score: 2, Funny

    Jeez, but if you looked at the source code you'd know exactly how to use it! Whiner ;-)

  6. Re:For 19.95 A LIMITED TIME! on Hidden Treasures in OpenOffice 2.0's Chart Tool · · Score: 1

    Don't use ACCEPT_KEYWORDS! Use /etc/portage/package.keywords!

    (sorry it sounds off-topic, all non-gentooers, but this command is evil and can break your system!)

  7. Re:Hmm... on Hidden Treasures in OpenOffice 2.0's Chart Tool · · Score: 5, Informative

    If by "look at" you mean "compile" your statement makes sense. The source code itself is on the order of 100 MB if I remember correctly, but compiling it does take up much more space due to the intermediate files created, and it does take a few hours on a decent PC.

  8. Re:What about other people? on Stress Inhibits Brain's Ability to Grow · · Score: 1

    There's eustress, e.g., an interesting challenge. There's distress, e.g., gotta finish the test in 5 minutes and you're only half done.

    It simply doesn't make sense to lump those two distinct phenomena into a single "stress" and put a negative label on it.

  9. Re:Not really on 'Infectious' Open Source Software? · · Score: 1

    Jeez, go have some coffee already! :)

  10. Re:Perhaps it's just me ... on World of Warcraft Teaches the Wrong Things? · · Score: 1

    Oh, I got the feeling the cops in GTA just don't care as long as you don't actually *hit* them of steal a car right before their nose ;)

  11. WoW! on World of Warcraft Teaches the Wrong Things? · · Score: 1

    WoW! Who coulda thunk?

  12. Re:Perhaps it's just me ... on World of Warcraft Teaches the Wrong Things? · · Score: 1

    I've adapted my camper-spotting skills from Counter-Strike to spotting lurking cops while driving, for example. I think game skills definitely transfer to real life, if not always in obvious ways.

  13. Re:What you talkin' about? on Microsoft Vista Info Leaked · · Score: 3, Funny

    >> "anon so the fan boys don't slit my karma's throat"

    Just mildly anonymous, eh? ;)

  14. Re:It depends on Infamous Emails Don't Always Kill Careers · · Score: 1, Funny

    Damn!

  15. Re:Shower Smarts, Too! on Why Don't You Sleep On It? · · Score: 1

    Sounds like there's nothing great about being intelligent. Aren't the simplest solutions generally the most desirable? (IOCCC is an exception) And isn't intelligence regarded positively because it allegedly leads to more desirable solutions?

  16. Re:CVS on How Do You Store Your Previously-Written Code? · · Score: 1

    Real Men (TM) also don't ask on /. about how to do this ;) So let's keep the Real Men (TM) out of this.

  17. Re:Shower Smarts, Too! on Why Don't You Sleep On It? · · Score: 1

    Yeah, the thing is symmetrical. Whether or not you consider those distin ct solutions is, IMO, a matter of preference.

  18. Re:Shower Smarts, Too! on Why Don't You Sleep On It? · · Score: 1

    I don't see how higher mathematics plays into this... 1st grade starts with counting 1..10 (for those who missed out on it before that).

    Also, this would be a very poor way to show off intelligence :)

  19. Re:Shower Smarts, Too! on Why Don't You Sleep On It? · · Score: 0, Flamebait

    Oh, btw, the answer to the rose problem is posted anyway. In the javascript itself:

    Result = 0 ;
    for (var x = 1; x=5; x++) {
            if (DieArray[x]==3) {
                    Result = Result + 2 ;
            }
            else {
                    if (DieArray[x]==5) {
                            Result = Result + 4 ;
                    }
            }
    }

  20. Re:Shower Smarts, Too! on Why Don't You Sleep On It? · · Score: 1

    I wonder what takes longer, reading my solution or deducing it from scratch...

  21. Re:Shower Smarts, Too! on Why Don't You Sleep On It? · · Score: 1

    To elaborate: the solution is easy. Since 1 and 8 are on the ends of the spectrum, they're the most versatile (they only have one dangerous consecutive adversary each), so they go in the middle. The rest is just details.

  22. Re:Shower Smarts, Too! on Why Don't You Sleep On It? · · Score: 0

    _35_
    7182
    _46_

  23. Re:just the one rule, and you fail it on Why Don't You Sleep On It? · · Score: 1

    Consecutive means e.g., (1, 2).

    If two integers are the same, they're certainly not consecutive!

    If by "consecutive" we really mean "the same", then this is unsolvable, as any cell that's not on the border has exactly eight neighbours (in case you're not playing Minesweeper at work right now).

    BTW, I'm assuming that "8 cell grid" means "8x8 cell grid", where the cells are squares. Am I wrong on that one?

  24. Re:Brighter in the morning? on Why Don't You Sleep On It? · · Score: 1

    By his job you really mean his brain, right? ;)

  25. Re:Shower Smarts, Too! on Why Don't You Sleep On It? · · Score: 1

    There are no other rules? What if you fill the whole grid with the same number?