Slashdot Mirror


User: Vargol

Vargol's activity in the archive.

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

Comments · 5

  1. Re:This will promote piracy. on Time Warner To Change DVD Region Coding System? · · Score: 1

    I heard some argue that they are doing this so they can engage in regional price fixing. But this doesn't make sense. No matter how much lower the price is in another country the shipping cost would probably make it more expensive.

    You've never lived in the UK then, where I could have brought the US South Park DVD's for series one seperately for cheaper than the UK box set cost.

    There are plenty of region one suppliers than do not charge postage, and the the discs avoid customs they are significantly cheaper, if they don't then they are slightly cheaper.

  2. It's only Polite on BeOS Boo-Boo: Violating The GPL -- Updated · · Score: 1

    I take it Bruce has informed Be of this problem and given them chance to rectify the error before publishing this story..

  3. Re:Common Carriers on Links to Defamatory Sites are Defamatory? · · Score: 1


    Trouble is of course that Demon are a UK ISP and
    uk ISP's don't have common carrier status, so they
    can be sued.

  4. Re:No game I know of... on New York Times profiles John Romero & John Carmack · · Score: 1

    I take it you're not American...

    I seem to remember that Hunting games, where you go around shooting defenceless animals have a tendancy to
    top the charts there ...

  5. Perl Example, REBOL equivalent on REBOL the "Messaging Language" · · Score: 2

    taken from http://www.rebol.com/web-read.html


    To read a web page:

    page: read http://www.rebol.com

    To view the HTML source code:

    print page


    Or, you could just write:


    print read http://www.rebol.com


    which to me a non-perl/non-rebol user seems a lot easier than the perl example