Slashdot Mirror


User: dwindura

dwindura's activity in the archive.

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

Comments · 3

  1. Modern Perl on Ask Slashdot: Career Advice For an Aging Perl Developer? · · Score: 1

    If you want to stick with perl, I would suggest to read chromatic's Modern Perl book.

    http://onyxneon.com/books/mode...

  2. Re:the $35 ARM-based credit-card sized computer on Raspberry Pi Reviewed, With an Initial Setup Guide · · Score: 5, Informative

    Model A cost $25 and model B cost $35

  3. Re:Clang/LLVM in FreeBSD on FreeBSD 9.0 Released · · Score: 1

    What does licensing have anything to do with promoting standard? If the original TCP/IP stack was GPLed, people will still able to write the code from scratch using the TCP/IP standard.
    Look at Linux, does it use the BSD'ed TCP/IP stack. Nope, it was written from scratch. It does not need to copy the BSD'ed TCP/IP stack. If Linux can do it, then other people should be able to do the same (i.e.: if TCP/IP stack was GPL'ed, people still can create TCP/IP stack from scratch using whatever license they want, it's a bloody standard).