Free Republic
Browse · Search
General/Chat
Topics · Post Article


1 posted on 11/12/2015 6:43:40 AM PST by ShadowAce
[ Post Reply | Private Reply | View Replies ]


To: rdb3; Calvinist_Dark_Lord; JosephW; Only1choice____Freedom; amigatec; Ernest_at_the_Beach; ...

2 posted on 11/12/2015 6:44:12 AM PST by ShadowAce (Linux - The Ultimate Windows Service Pack)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: ShadowAce
In 2011 the Linux "kernel" was 15,000,000 lines of code.

I remember back when the Unix kernel was truly a kernel.

15,000,000+ lines of code is 15,000,000+ opportunities for hacking exploits.

Linux is becoming as bloated as Windows.

3 posted on 11/12/2015 6:53:25 AM PST by who_would_fardels_bear
[ Post Reply | Private Reply | To 1 | View Replies ]

To: ShadowAce

Feminists have been trying to get at him, from what I understand, to the point where he absolutely refuses to be alone with any female at anytime for fear that someone will try to lodge a “sexual assault” complaint at him.


4 posted on 11/12/2015 6:56:23 AM PST by VanDeKoik
[ Post Reply | Private Reply | To 1 | View Replies ]

To: ShadowAce

So, this :
   mtu -= hlen + sizeof(struct frag_hdr);
which could have been improved like this :
   if (mtu < hlen + sizeof(struct frag_hdr) + 8)
      goto fail_toobig;
   mtu -= hlen + sizeof(struct frag_hdr);
was instead re-written like this :
if (overflow_usub(mtu, hlen + sizeof(struct frag_hdr), &mtu) || mtu <= 7)
   goto fail_toobig;

I think Torvalds' rant was entirely justified, and that makes him a "good boss". A "bad boss" would have looked the other way and allowed that crap to take root and grow.


5 posted on 11/12/2015 6:57:32 AM PST by so_real ( "The Congress of the United States recommends and approves the Holy Bible for use in all schools.")
[ Post Reply | Private Reply | To 1 | View Replies ]

To: ShadowAce
a bastion of male dominance where women are subjected to scorn and disrespect is a problem

LOL. As if these geeks even have a chance of getting within 10 feet of a female...

11 posted on 11/12/2015 7:14:01 AM PST by Moltke
[ Post Reply | Private Reply | To 1 | View Replies ]

To: ShadowAce

How would you act if your folks named you Linus?


17 posted on 11/12/2015 7:35:30 AM PST by uglybiker (nuh-nuh-nuh-nuh-nuh-nuh-nuh-nuh-nuh-nuh-nuh-nuh-nuh-nuh-nuh-nuh-BATMAN!)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: ShadowAce

I read the linked email in which Linus tore into the developer. All I can say is I hope Linus’ code is better than his grammar. :-)


22 posted on 11/12/2015 8:22:07 AM PST by KevinB (Barack Obama: Our first black, gay, Kenyan, Socialist, Muslim president!)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: ShadowAce

The “goto” is entirely besides the point.

The first point is the tendency of Linus to be blunt.

The second point is the use of whiz-bang compiler features that few understand and which don’t even do what they purport to do (well). The coding equivalent of don’t use a 50 cent word when a good 5 cent word will do the same job and better.

But don’t get bogged down on the “goto”.


32 posted on 11/12/2015 3:07:09 PM PST by 2 Kool 2 Be 4-Gotten
[ Post Reply | Private Reply | To 1 | View Replies ]

Free Republic
Browse · Search
General/Chat
Topics · Post Article


FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson