Slashdot Mirror


User: Adolf+Hitroll

Adolf+Hitroll's activity in the archive.

Stories
0
Comments
1,104
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,104

  1. Re:Retarded Slashdot on Overture Search Terms Showcase Piracy Desire · · Score: -1

    exactly !
    and propz to me too :-)

  2. Re:Funniest geek joke evar! on RMS Replies to "The Stallman Factor" · · Score: -1

    that's 31(oct) and Christmas, you m0r0n.

  3. Re:GNUArt misses the point on Creative Commons · · Score: -1

    WTF are you talking about ? Are you trolling or are you offtopic ?

  4. Re:Pinochet? on The Case for the Empire · · Score: -1

    BTW, compare him with the felon Bush...
    This guy is dangerous for the whole humanity !

  5. news for what ? on The Case for the Empire · · Score: -1

    yous uck, how do you expect me to join the masses in order to wooow at the fscking mpaa nullshit that this film is ?

    There's no interest in seeing these studs and their romance expect when the guy gets his arm cut... ahr ahr ahr ...

  6. towards the slashdot moderation tax :-) on Verisign Ordered to Stop Deceptive Renewal Notices · · Score: -1

    I have a simple idea regarding slashdot moderation :

    It should cost more moderation points to upmod an already highly modded (>=+3) post or to downmod a post that has already been modded to 0.

    perl code :

    #!/bin/perl

    print "From Vote Cost From Vote Cost\n";
    for ($i = -1 ; $i 6 ; $i ++) {
    print " $i +1 " . cost($i, 1) . " ";
    print " $i -1 " . cost($i, -1) . "\n";
    }

    exit 0;

    sub cost {
    $from = shift;
    $vote = shift;
    $cost = int(abs((3 + $vote * ($from - 1.5)) / 4) +1 );
    return $cost;
    }

    which displays as a result:
    From Vote Cost From Vote Cost
    -1 +1 1 -1 -1 2
    0 +1 1 0 -1 2
    1 +1 1 1 -1 1
    2 +1 1 2 -1 1
    3 +1 2 3 -1 1
    4 +1 2 4 -1 1
    5 +1 2 5 -1 1

  7. first interesting post ! on Bitter Java · · Score: -1

    I have a simple idea regarding slashdot moderation :

    It should cost more moderation points to upmod an already highly modded (>=+3) post or to downmod a post that has already been modded to 0.

    perl code :

    #!/bin/perl

    print "From Vote Cost From Vote Cost\n";
    for ($i = -1 ; $i 6 ; $i ++) {
    print " $i +1 " . cost($i, 1) . " ";
    print " $i -1 " . cost($i, -1) . "\n";
    }

    exit 0;

    sub cost {
    $from = shift;
    $vote = shift;
    $cost = int(abs((3 + $vote * ($from - 1.5)) / 4) +1 );
    return $cost;
    }

    which displays as a result:
    From Vote Cost From Vote Cost
    -1 +1 1 -1 -1 2
    0 +1 1 0 -1 2
    1 +1 1 1 -1 1
    2 +1 1 2 -1 1
    3 +1 2 3 -1 1
    4 +1 2 4 -1 1
    5 +1 2 5 -1 1

  8. mod'him down ! on Prestigious Art Gallery To Exhibit Video Games · · Score: -1

    I have a simple idea regarding slashdot moderation :

    It should cost more moderation points to upmod an already highly modded (>=+3) post or to downmod a post that has already been modded to 0.

    perl code :

    #!/bin/perl

    print "From Vote Cost From Vote Cost\n";
    for ($i = -1 ; $i 6 ; $i ++) {
    print " $i +1 " . cost($i, 1) . " ";
    print " $i -1 " . cost($i, -1) . "\n";
    }

    exit 0;

    sub cost {
    $from = shift;
    $vote = shift;
    $cost = int(abs((3 + $vote * ($from - 1.5)) / 4) +1 );
    return $cost;
    }

    which displays as a result:
    From Vote Cost From Vote Cost
    -1 +1 1 -1 -1 2
    0 +1 1 0 -1 2
    1 +1 1 1 -1 1
    2 +1 1 2 -1 1
    3 +1 2 3 -1 1
    4 +1 2 4 -1 1
    5 +1 2 5 -1 1

  9. important stuff on EA Cites MS Bullying, Says No Xbox Online Games · · Score: -1

    I have a simple idea regarding slashdot moderation :

    It should cost more moderation points to upmod an already highly modded (>=+3) post or to downmod a post that has already been modded to 0.

    perl code :

    #!/bin/perl

    print "From Vote Cost From Vote Cost\n";
    for ($i = -1 ; $i 6 ; $i ++) {
    print " $i +1 " . cost($i, 1) . " ";
    print " $i -1 " . cost($i, -1) . "\n";
    }

    exit 0;

    sub cost {
    $from = shift;
    $vote = shift;
    $cost = int(abs((3 + $vote * ($from - 1.5)) / 4) +1 );
    return $cost;
    }

    which displays as a result:
    From Vote Cost From Vote Cost
    -1 +1 1 -1 -1 2
    0 +1 1 0 -1 2
    1 +1 1 1 -1 1
    2 +1 1 2 -1 1
    3 +1 2 3 -1 1
    4 +1 2 4 -1 1
    5 +1 2 5 -1 1

  10. moderation is buggy ! on Tapping the Alpha Geek Noosphere with EtherPeg · · Score: -1

    I have a simple idea regarding slashdot moderation :

    It should cost more moderation points to upmod an already highly modded (>=+3) post or to downmod a post that has already been modded to 0.

    perl code :

    #!/bin/perl

    print "From Vote Cost From Vote Cost\n";
    for ($i = -1 ; $i 6 ; $i ++) {
    print " $i +1 " . cost($i, 1) . " ";
    print " $i -1 " . cost($i, -1) . "\n";
    }

    exit 0;

    sub cost {
    $from = shift;
    $vote = shift;
    $cost = int(abs((3 + $vote * ($from - 1.5)) / 4) +1 );
    return $cost;
    }

    which displays as a result:
    From Vote Cost From Vote Cost
    -1 +1 1 -1 -1 2
    0 +1 1 0 -1 2
    1 +1 1 1 -1 1
    2 +1 1 2 -1 1
    3 +1 2 3 -1 1
    4 +1 2 4 -1 1
    5 +1 2 5 -1 1

  11. Re:Excellent independent game on The Indie Game Jam · · Score: -1

    yep, even you look nice, compared to him !

  12. scheise filters ! on Ultra Efficient Chip Cooling Passes Boeing Tests · · Score: -1

    I have a simple idea regarding slashdot moderation :

    It should cost more moderation points to upmod an already highly modded (>=+3) post or to downmod a post that has already been modded to 0.

    perl code :

    #!/bin/perl

    print "From Vote Cost From Vote Cost\n";
    for ($i = 0 ; $i 5 ; $i ++) {
    print " $i +1 " . cost($i, 1) . " ";
    print " $i -1 " . cost($i, -1) . "\n";
    }

    exit 0;

    sub cost {
    $from = shift;
    $vote = shift;
    $cost = 1+ int(abs(($from - 1.5 + $vote) / 2));
    return $cost;
    }

    which displays as a result:
    From Vote Cost From Vote Cost
    0 +1 1 0 -1 2
    1 +1 1 1 -1 1
    2 +1 1 2 -1 1
    3 +1 2 3 -1 1
    4 +1 2 4 -1 1

  13. Re:Heh on Ultra Efficient Chip Cooling Passes Boeing Tests · · Score: -1

    I have a simple idea regarding slashdot moderation :
    It should cost more moderation points to upmod an already highly modded (>=+3) post or to downmod a post that has already been modded to 0.

    perl code :
    #!/bin/perl print "From Vote Cost From Vote Cost\n"; for ($i = 0 ; $i which displays as a result:
    From Vote Cost From Vote Cost 0 +1 1 0 -1 2 1 +1 1 1 -1 1 2 +1 1 2 -1 1 3 +1 2 3 -1 1 4 +1 2 4 -1 1

  14. Re:Excellent independent game on The Indie Game Jam · · Score: -1

    I saw the Key Largo movie yesterday, when the mob-ruler told they'd launch a new Prohibition a few years later, I actually thought they managed to do it today as you are more and more buried under anti-criticism laws such as the French Fabius-Gayssot (and I don't mention the numerous anti-privacy devices)...

    BTW, about your sig, did this gain you more or less foes than JonKatz ? ;-)

  15. Re:Excellent independent game on The Indie Game Jam · · Score: -1

    Hey Ralfie, how's life ?

  16. wtf on The Indie Game Jam · · Score: -1

    who fucking cares about your sci-fi schissdreck ?!
    you're a consumoron.

  17. US rejection of Kyoto climate plan... on The Indie Game Jam · · Score: -1
    Britain will today launch its strongest attack on George Bush's rejection of the Kyoto climate protocol, as the government warns that Washington's actions threaten to make the planet "uninhabitable".

    Angered by the US government's decision to rule out signing up to Kyoto for the next 10 years, the environment minister, Michael Meacher, writes in today's Guardian that the world is running out of time. "We do not have much time and we do not have any serious option. If we do not act quickly to minimise runaway feedback effects from global warming we run the risk of making this planet, our home, uninhabitable."

    The minister's intervention came after Washington's chief climate negotiator, Harlan Watson, said in London earlier this week that an independent US initiative to cut emissions of greenhouse gases would not be assessed until 2012. "We are not going to be part of the Kyoto protocol for the foreseeable future," he announced.

    Mr Watson's remarks prompted an outspoken attack on the US by Mr Meacher. "I am so disappointed that this week the US refused to reconsider coming back into the climate talks for 10 years. The need for action is urgent," he writes.

    Tony Blair also admitted last night that Britain and the US were at odds over the Kyoto protocol, the international agreement drawn up to help slow, and mitigate the effects of, climate change.

    In an interview on BBC2's Newsnight, the prime minister said: "On Kyoto, there is a difference of opinion. We have made that clear."

    Mr Meacher takes a swipe at the US's apparent complacency when he warns that there are strong reasons for "doubting the comforting US picture that there's plenty of time to deal with the problem". The minister adds: "One reason is that climate change may be not steady but abrupt; the other is that the pressures we inflict on the climate may trigger wholly unexpected developments from feedback effects."

    Latest scientific evidence suggests the impact of climate change on Britain could be "faster and sharper" than expected, says Mr Meacher. Almost two million homes in England and Wales are at risk from floods, and Britain will experience a 65% increase in river flooding if defences do not account for climate change.

    "The UN intergovernmental panel on climate change ... has forecast that global average temperatures will rise by between 1.4 to 5.8 degrees Celsius by 2100.

    "That may not sound much. But it is worth remembering that the last ice age, when much of the northern hemisphere was buried under an ice pack thousands of feet thick, was triggered by a fall in temperature of only some five degrees Celsius."

    A rise in temperature of just 5.8C could melt glaciers and Greenland's ice sheet, causing a rise in sea water that could submerge island nations.

    Mr Meacher's intervention comes after the deputy prime minister, John Prescott, said he would not attend an environmental summit at a Bali resort next month.

    Mr Prescott was criticised for considering attending the summit, a preparatory meeting for the Earth Summit in Johannesburg this September. Amid reports that the trip would cost taxpayers 250,000, he said Margaret Beckett, the environment secretary, would be the only cabinet minister attending.

    Speaking to the parliamentary Labour party, the deputy prime minister said: "I'm not going to Bali. But I live in hope."

  18. Re:I am no longer a virgin on The Indie Game Jam · · Score: -1

    do you mean your virgin islands citizen passport got eaten by the v.c. ?

  19. /. mod idea... on The Indie Game Jam · · Score: -1

    I mean I had an idea regarding slashdot moderation :
    it is simple : from +3 onwards and from 0 downwards, it should cost 2 moderation points to respectively up and down mod a post

  20. yawwwn !!! on The Years of Rice and Salt · · Score: -1

    'nuff said

  21. allo ? on Handspring Treo 270 Leaked · · Score: -1

    normal qu'il y ait une fuite avec un téléphone...

  22. Re:Toasted Post on Napster Execs Resign, Company Appears to Teeter · · Score: -1

    good riddance...

  23. Re:The point being? on Atari Announces an Official Portable 2600 System · · Score: -1
    Name one single atari 2600 game that actually has a decent plot, good replayability, long shelflife and non-repetitive gameplay.


    • basic programming
    • warlords (4-player with roller-joysticks)
    • berzerk
    • millipede
    • keystone kapers
    • star wars: the empire strikes back
    • pitfall
    • mario bros
    • joust
    • most games with more than 1 active player at a time :-)


    you're a moron, you don't know what is good.
  24. Re:Hmm cool on Atari Announces an Official Portable 2600 System · · Score: -1

    could be cheaper, we all only need one game :

    it would display random uninteresting stories
    and we'd have to get the first post toeach of these while managing to stay at -1 :-)

  25. Re:1st on Atari Announces an Official Portable 2600 System · · Score: -1

    Scheise, for the first time I agree with the story and I could almost praise infogrames for this initiative...
    (if there's a way to play a 4-player warlords with it, of course)

    but these rascals could at least have built their shite around a cbs colecovision (I loved venture, and zaxxon, and donkey kong junior :-)

    who gives a shite anyway ?

    let's ring me up when it'll be easy to upload some warez atari roms to it, okay ?