Slashdot Mirror


User: looxix

looxix's activity in the archive.

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

Comments · 4

  1. Re:Kernel bloat ? on Crypto and IPSec Merged into 2.5 · · Score: 1

    The size of the source doesn't matter. But what's annoy me it's the fact that the size of my kernel binary grow faster than the source.

  2. Re:what if it also installed it's source? on First Worm with a EULA? · · Score: 1
    The EULA is a matter of contract law.

    while ...

    The GPL is a matter of copyright law

    The GPL is contract law:

    it is a license between you and the copyright owner, giving you the right of ...

    Of course IANAL

  3. Re:Glibc is the thief! on Smallest Possible ELF Executable? · · Score: 1

    Almost all programs should run a bit (10%) faster when linked with smalls C library (dietlibc, uClibc). Somes are even more twice faster.

  4. Re:Excellent troll! on Smallest Possible ELF Executable? · · Score: 1

    ls is probably statically linked Certainly not, a "return 42;" statically linked with glibc-2.2.3 and maximally stripped is more tha 300Kb.