Slashdot Mirror


User: OeufMayo

OeufMayo's activity in the archive.

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

Comments · 4

  1. Re:Komodo on Komodo Beta Release · · Score: 1

    Hey, check this out! The latest screenshots of vi are online! This sure does look ugly... Wonder if anyone could really use *that*...

  2. No Virus, no troubles? on Microsoft vs. "Naked PCs" · · Score: 1

    Warn customers that acquiring the PC "naked" and subsequently pirating the software is never a good option. Explain the risks: technical troubles, upgrade problems, viruses and the law. Politely decline to expose your buyers or their businesses to such troubles.

    If I understand correctly, Microsoft implies that if I buy a fully equipped PC with Windows installed, it'd be virus and trouble free?
    I guess all you guys bitchin about M$ use a pirated copy of Windows.

  3. Re:Warning: I'm not a programmer, ok:) ? on Interview With Larry Wall About Perl 6 · · Score: 1

    #!/usr/bin/perl $string = "fido,amelia,barney,fred"; ($name1, $name2, $name3, $name4) = split(",",$string);

  4. Re:Backwards compatibility in Perl 6? on Perl 5.7.0 Released (Devel Version) · · Score: 1

    It seemed that from the early discussions surrounding Perl 6, the backward compatibility would likely to be abandonned. 80% of the 5.6 modules should work fine on 6. But hey, you could still stick to the good old 5.6!