Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Precisely no surprise (Score 5, Interesting) 554

“... supplementing the diet of well-nourished adults with (most) mineral or vitamin supplements has no clear benefit...”

This is a great example of how a precise statement by a researcher is misinterpreted or misrepresented when presented to the general public. The above statement is a useful result with a well-defined meaning which is being used in a context that makes it sound like supplements have zero benefit. It's no surprise that that supplements have no clear benefit... when you are a "well-nourished adult'! The danger is that this result can cause people who are not well-nourished to stop taking supplements that may be keeping them outside of harm.

Writers looking to make a story where there isn't one cause much more harm than supplements ever could. (No facts were harmed in the making of that statement.)

Programming

Linux Kernel Development 3rd Ed 53

eldavojohn writes "Linux Kernel Development Third Edition by Robert Love is the perfect book for the beginning or intermediate Linux kernel hacker. It provided me an excellent bridge between the high level introduction I had in college (from Operating Systems Concepts) and the actual kernel code. The best part about this book is that the chapters are — like the kernel — modular, and allow the reader to dig down in a particular part if they have a specific interest. This, in conjunction with Love's indications of which files and code snippets contain the logic, gave me confidence to clone the kernel, make tiny adjustments, compile and run. At four hundred pages, the book is a long read, but for kernel newbies like me it's a better alternative to jumping into the millions of lines of code. While you might find this information in pieces floating around online, this book balances clarity with brevity in an exceptional manner. It should also be noted that this book defaults to the x86 architecture when explaining architecture-sensitive parts of the kernel (with 64-bit differences occasionally outlined)." Keep reading for the rest of eldavojohn's review.

Slashdot Top Deals

"Buy land. They've stopped making it." -- Mark Twain

Working...