Slashdot Mirror


User: alexo

alexo's activity in the archive.

Stories
0
Comments
3,441
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3,441

  1. Re:I've noticed something on Zen and the Art of Guitar Hero · · Score: 1

    Surely "Eat" is encompassed in "Survive", so really its simples as:
    Survive & Reproduce

    And as far as your genes are concerned, "Survive" is just the means to "Reproduce".
  2. Re:The Gist on Tunguska Blast Was a Small Asteroid · · Score: 1

    why isn't Chicago or London ever destroyed?

    It was done over a hundred years ago.
  3. Re:"climates were more equitable across latitudes" on More Antarctic Dinosaurs · · Score: 1

    The only reason we have ice at the poles is because we are coming out of an ice age.

    According to Wikipedia, the last glacial period ended 12,000 years ago.

  4. Remember Sturgeon's law? on New Wheel of Time Author Chosen · · Score: 1

    Once we got into real literature, we realized what a bunch of pap nearly 90% of fantasy authors out there wrote.
    90% of everything is crud.
  5. Re:Stupid on House Bill Won't Criminalize Free Wi-Fi Operators · · Score: 1
    Looking at the actual content of the bill that passed, it looks much less sinister than presented here. In particular, here:

    IN GENERAL.--Whoever, while engaged in providing an electronic communication service or a remote computing service to the
    public through a facility or means of interstate or foreign commerce, obtains actual knowledge of any facts or circumstances described in paragraph (2) shall, as soon as reasonably possible--


    and here:

    PROTECTION OF PRIVACY.--Nothing in this section shall be construed to require an electronic communication service provider
    or a remote computing service provider to--
    (1) monitor any user, subscriber, or customer of that provider;
    (2) monitor the content of any communication of any person described in paragraph (1); or
    (3) affirmatively seek facts or circumstances described in subsection (a)(2).

    However Ron Paul voted no!
    Which raises the question, what were his reasons for voting no?
    Or does he vote no on everything just on principle?

  6. Re:Silenced? Censorship? on Egyptian Blogger Silenced by YouTube, Yahoo! · · Score: 1

    > Because you dont need a hospital? Or First aid?

    Yea, right.

  7. Re:how, exactly on Texas Science Director Forced To Resign Over ID Statements · · Score: 1

    > Oh, I've seen a gay dog myself...

    Dogs do it to assert dominance, not because of sexual attraction.

    > And there's the 7% or so of rams that mount other rams...

    Perhaps they're just shortsighted?

    > And there's the many firsthand accounts of men getting molested
    > by overly frisky polymorphously perverse adolescent male dolphins...


    Pray tell.

  8. Use the correct quote on Creationists Violating Copyright · · Score: 1

    You keep using the word 'parody'.
    I don't think it means what you think it means.
  9. Re:Cowardly? Give me a break. on RIAA Afraid of Harvard · · Score: 1
    Hello Ray,

    I believe we are talking about different things.

    Earl wrote:

    Can't the attorneys be punished and thereby discourage those practices?

    Both your examples talk about judges awarding attorneys fees to the defendants.

    While laudable, this is nothing to do with Earl's question as the "punishment" (if you can call it that) was directed against the plaintiffs, not at the misbehaving attorneys.

    So let me asked again, how often attorneys that abuse their position as officers of the court are punished strongly enough to serve as a deterrent?
  10. Re:Cowardly? Give me a break. on RIAA Afraid of Harvard · · Score: 1

    Can't the attorneys be punished and thereby discourage those practices?
    Yes they can be.
    In theory, but how often does that happen in practice?
  11. Re:My ISP on Mark Cuban Calls on ISPs to Block P2P · · Score: 1

    Well, in all fairness, 200 SEK is actually about $30 rather than $15 :-)
    He did say that it was symmetrical so it's probably $15 for each direction.
  12. Re:Good news for Windows Vista and the USA on The Fastest Processor You Can't Run · · Score: 1

    The Core line of processors is based on the Pentium M, which was developed in Isreal.
    I am pretty sure that the Core processors were not developed in a MATLAB Function.
  13. Re:Let me tell you how ridiculous this is... on Japan to Start Fingerprinting Foreign Travelers · · Score: 1

    in order to renounce your Canadian citizenship you have to do some pretty specific things in front of a Canadian official.

    Pervert!
  14. NIST code quality on NIST Opens Competition for a New Hash Algorithm · · Score: 1
    I have an anecdote to share.

    Recently I was asked to provide some info about the quality of a PRNG generator used in one of our programs.
    One of the questions was how well it does on the NIST Statistical Test Suite.

    So, I head over to the NIST site and download the latest version for Windows, dated March 22, 2005.

    First thing that I notice is that it does not compile under Visual Studio 2005.
    OK, I understand, they only had about two and a half years to fix this which is obviously not enough for an organization of their size and with their budget. Never mind, let's see what I can do.

    Add some missing #include statements, comment out a test function that passes a string instead of a pointer to structure, fix some implicit ints, add some casts to remove ambiguity in calling math functions and everything seems in order.

    Or is it?

    It crashes on every run. Debugging time...

    The code looks like a horrible mix of MFC C++ and C written by a FORTRAN programmer doing an assignment for the dailyWTF.

    Gems like

    char assignment[7];
    followed by

    strcpy(assignment,"SUCCESS");
    Zero termination anyone? Nah... Let's overflow the buffer for real!

    strcpy(assignment,"REJECTION");
    Or how about

    char fn[32];
    followed by

    sprintf(fn, "experiments/%s/output%d.dat", generatorDir[option], counter/100);
    when generatorDir[option] is hardcoded to be "AlgorithmTesting"? Try counting the characters.

    Or this allocation

    X = (double*) calloc(n,sizeof(double))
    and the following access

    for( i=0; i<n/2; i++ ) {
        m[i+1] = sqrt( pow(X[2*i+1],2) + pow(X[2*i+2],2) );
    }
    Remember boys and girls, C arrays are zero based.

    Amazing!

    NIST proudly proclaims that "This software was developed at the National Institute of Standards and Technology by employees of the Federal Government in the course of their official duties".
    At least they have the decency to add that "NIST assumes no responsibility whatsoever for its use by other parties, and makes no guarantees, expressed or implied, about its quality, reliability, or any other characteristic."
  15. Re:C'mon up to Canada Y'all on RCMP Won't Go After Personal Filesharers · · Score: 1

    > 5. We have beautiful natural wonders
    Sorry to disappoint you, but most of them are silicone, not natural.

  16. Re:Names of Rivers? on Intel Launches Power-Efficient Penryn Processors · · Score: 1

    For those of you who don't know, all of Intels chip names are named after rivers in Washington state.
    Timna, Banias, Dothan, Yonah, Merom...
    Are they moving Israel to Washington state or relocating Washington state to Israel?

    .
  17. Re:Nethack on What Are The Best Free Games Online? · · Score: 1

    I like "vanilla" Nethack but the DevTeam have really been dragging their heels...

  18. Re:right on Expanding Fair Use To Reform Copyright Law · · Score: 1

    you have an indifferent and predominately ignorant populace and a highly motivated, high profit industries that are willing to fork over truck loads of cash to keep them in that state .

  19. Human nature on Call For Halt To Wikipedia Webcomic Deletions · · Score: 1

    Want to see what a person's really like? Give them a little bit of power.
    ... without real accountability.
  20. Wikipedia editorial action on Students Assigned to Write Wikipedia Articles · · Score: 1

    Here are some of the articles created as a part of the assignments we're talking about:

            * Deforestation during the Roman period
            * Americanization (of Native Americans)
            * 1491: New Revelations of the Americas Before Columbus
            * Communal Wildlife Conservancies in Namibia
            * Akosombo Dam
            * Renewable energy in Africa
    It has been suggested that these articles or sections be merged into "New Revelations on the deforestation of Native Americans using the Akosombo Dam for renewable energy in Namibia" (Discuss).

    .
  21. Re:SI units on Seagate Offers Refunds on 6.2 Million Hard Drives · · Score: 1

    How many lomaniacs in a Megalomaniac?

    That's easy, one million, since lomainacs are not binary.

    Also remember that:

    There are 10^12 picornaviruses in a rnavirus.
    There are 10^6 microbes = in a be.
    There are 10 millipedes in a centipede (and a whole 1000 in a pede).
    There are 10 decisions = in a sion.
    A hectograph is a 100 graphs.
    A megaphone is a 1000 phones (and 10^9 microphones).
    A gigantism is 10^9 ntisms.
    A teratoma is 10^12 tomas.
    A petasos is 10^15 soses.
    And finally, an examination is 10^18 minations!

  22. More interesting links on Genetic Modification Produces Mighty Mouse · · Score: 1
  23. "super strength" mutations in humans on Genetic Modification Produces Mighty Mouse · · Score: 1

    A quick Googling unearthed some interesting articles about "super strength" effects in humans:
    "Mighty mouse" gene found in humans
    Rare condition gives toddler super strength

  24. Re:moving toward subject specific wikis on Wikipedia Begets Veropedia · · Score: 1

    Why the separation by Mediawiki | TikiWiki | DekiWiki ?
    When I'm looking for a wiki I'm interested in the information, not the platform.

  25. Re:Certainly does on GPS Used As Defence In Radar Speeding Case · · Score: 1

    What about laser?