Slashdot Mirror


User: Piaskal

Piaskal's activity in the archive.

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

Comments · 5

  1. Re:Eve astroturfing? on Star Wars Galaxies Emulator Test Server Hits Alpha · · Score: 1

    Because EVE-Online has great player community.

    I honestly don't think any game that is sharded can ever have such a community, as unsharded games like EVE.

    Vulor
    BYDI - http://bydi.digilo.net/forum/

  2. Re:CEST? on GUADEC Streams and Archives Online · · Score: 2, Informative

    It's Central European Summer Time (GMT+0200)
    http://www.acronymfinder.com/af-query.asp?Acronym= CEST

  3. Re:War? on 1994 BSD/Unix Settlement Released On Groklaw · · Score: 1

    Of course it is, and you know who's winning :)

  4. Re:flamewar volley 1 on Searching for the Best Scripting Language · · Score: 1
    I meant:
    <? if ( $hello==1 ) { ?>
    Hello World!
    <? } else { ?>
    Goodbye world!
    <? } ?>
  5. Re:flamewar volley 1 on Searching for the Best Scripting Language · · Score: 1

    I don't fully agree that it's not parsed in the language, beacouse you can do something like this in PHP: Hello World! Goodbye world! and the result will depend on the value of $hello.