Legislation Would Force Radio Stations To Pay Royalties 218
"The current system is antiquated and broken. It pits technologies against each other, and allows certain services to get away with paying little or nothing to artists. For decades, AM/FM radio has used whatever music it wants without paying a cent to the musicians, vocalists, and labels that created it. Satellite radio has paid below market royalties for the music it uses, growing into a multibillion dollar business on the back of an illogical 'grandfathered' royalty standard that is now almost two decades old," said Congressman Nadler.
The Era of Facebook Is an Anomaly 260
Video A 'Smart' Bathroom Mirror Powered by Android (Video) 71
SFLC Sues 14 Companies For BusyBox GPL Violations 309
Comment Re:What? (Score 0, Redundant) 486
And also shows how silly it is to have what is basically a civil job being done by the Army.
No, it shows how silly it is to let the army do something else than protecting the citizens, like fighting in Iraq.
Murdoch To Explore Blocking Google Searches 549
Ryan Gordon Ends FatELF Universal Binary Effort 549
Comment Re:Surprised? (Score 5, Insightful) 757
Poverty in America is entirely different than poverty in China. I mean in China there are people literally living in caves.
Poverty in Scandinavia is entirely different than poverty in America. I mean in America there are people literally living in tents.
Photoshop Disaster Draws DMCA Notice For Boing Boing 391
Comment Re:Word for the wise (Score 1) 756
Even if you would run only one process, you can still use thee extra usable RAM for the disk cache.
Comment Re:By the Way - this insane versioning bent (Score 3, Informative) 79
lsb_release -a
Buzz Aldrin's Radical Plan For NASA 519
Comment Re:HTTP hints at a solution (Score 1) 203
A HTTP response can not start until the whole request has finished. So sending a status code is impossible.
The same problem happens if you try to POST a file that is too large. The webserver knows this after the Content-Length header but cannot respond until after you send the whole file. The only thing the webserver can do is to close the connection.