Comment: NAMBLA (Score 5, Funny) 178
Comment: Well (Score 1) 417
Comment: Re:PXE/DHCP/AoE (Score 1) 99
Comment: Re:Groovy (Score 1) 667
List<int> numbers = { 5, 383, 291, 274, 104, 184, 63 };
List<int> results = from n in numbers where n > 150 select n;
List<int> results2 = numbers.Where(n => n > 150);
If you like to write lambdas instead of SQL-like queries it works just as well and either is very expressive.
Comment: Re:Wake up (Score 1, Interesting) 619
track its own people without warrant
How?
lifetime punishments for every crime
Huh?
silence anyone with an unfavorable opinion
What?
Please stop being so paranoid. It's not healthy.
Comment: Re:Let the techies at TV/radio stations speaks... (Score 1) 636
Comment: wait, what? (Score 2, Insightful) 330
"the great Internet is in danger of turning into a lawless range of chaos, where you're allowed to bully, insult, and deceive limitlessly."
It's not already?
Comment: Re:What languages? (Score 1) 1359
Swine Flu Vaccine In Production 147
from the europe-wants-to-hog-it-all dept.
Comment: Re:Because Snapdragon Is an ARM Processor! (Score 1) 125
Apple also inherited the Mach-O format, which encapsulates code for different architectures into a single binary - core system libraries often have code for ppc, ppc64, i386, and x86_64 all in one. PE binaries don't have that luxury, so you often see multiple binaries per architecture - proggy_x86.exe and proggy_x64.exe, for example. Imagine the confusion that would cause for your average user with ARM thrown into the mix.
Comment: Re:No - there are plenty of safer alternatives (Score 2, Insightful) 486
Or, better yet, if security really was the goal, develop a C-like language that was secure by design?
And then why don't you make it compile to non-native code, so you can do code analysis at runtime? Might as well give it a good standard library that uses all the features so people would try writing stuff. Of course, you can't name it C then, maybe you should give it a catchier name with some punctuation or other pun on the language.
Hey, wait a minute...
Comment: Re:Why would my Mom upgrade to Snow Leopard? (Score 1) 256
To be pedantic, the PPC iMac was discontinued in January of 2006. If the machine is really two years old it will run Snow Leopard fine.
Comment: Re:"Luke, I am your rock god father" (Score 5, Informative) 98
RIAA Brief Attacks Free Software Foundation 554
from the but-copyleft-needs-copyright dept.