Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
Image

Facebook Leads To Increase In STDs in Britain 270

ectotherm writes "According to Professor Peter Kelly, a director of Public Health in Great Britain: 'There has been a four-fold increase in the number of syphilis cases detected, with more young women being affected.' Why the increase? People meeting up for casual sex through Facebook. According to the article, 'Social networking sites are making it easier for people to meet up for casual sex. There is a rise in syphilis because people are having more sexual partners than 20 years ago and often do not use condoms.'"
Programming

Simpler "Hello World" Demonstrated In C 582

An anonymous reader writes "Wondering where all that bloat comes from, causing even the classic 'Hello world' to weigh in at 11 KB? An MIT programmer decided to make a Linux C program so simple, she could explain every byte of the assembly. She found that gcc was including libc even when you don't ask for it. The blog shows how to compile a much simpler 'Hello world,' using no libraries at all. This takes me back to the days of programming bare-metal on DOS!"
Idle

Canadian Blood Services Promotes Pseudoscience 219

trianglecat writes "The not-for-profit agency Canadian Blood Services has a section of their website based on the Japanese cultural belief of ketsueki-gata, which claims that a person's blood group determines or predicts their personality type. Disappointing for a self-proclaimed 'science-based' organization. The Ottawa Skeptics, based in the nation's capital, appear to be taking some action."

Comment Re:Same Exploit from July? (Score 1) 281

The first Windows (1.0) in existence had no NULL pointer protection at all. Real mode Windows up to 3.0 neither.

All mainstream i386 Windows versions (not x64) allow DOS programs to access the zero page in NTVDM. Thus, if a NULL pointer vulnerability were found in Windows it would be sufficient to write a DOS program to exploit (that is, if Windows does not use segmentation to separate user from kernel space, I don't know about that).

Slashdot Top Deals

Consider the postage stamp: its usefulness consists in the ability to stick to one thing till it gets there. -- Josh Billings

Working...