Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
Medicine

Swine Flu Vaccine In Production 147

ravjen writes with news that "Swiss pharmaceutical company Novartis AG said they have successfully produced a swine flu vaccine weeks ahead of their expectations. The vaccine was made in cells, rather than grown in eggs as is usually the case with vaccines." This announcement came just a day after the World Health Organization declared H1N1's spread to be a pandemic. The vaccine has not been tested in humans yet, so the first batch is set to be used in clinical trials and pre-clinical testing. If all goes well, the new production method would allow Novartis to get the drug to market in large quantities by this fall. Other drug companies, such as Baxter International, have confirmed that they're in "full-scale production" of H1N1 vaccines as well.

Comment Re:Because Snapdragon Is an ARM Processor! (Score 1) 125

Apple had the advantage of inheriting NeXT's already architecture-independent API, and all of their new code respected that. Unfortunately, Win32 is *mostly* source-compatible between architectures but not entirely - it's only recently that you start seeing explicit type sizes such as UINT32 instead of just UINT - you still often have to guess what that will be on your target architecture.

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...

The Courts

RIAA Brief Attacks Free Software Foundation 554

NewYorkCountryLawyer writes "The RIAA has requested permission to file a response to the amicus curiae brief filed by the Free Software Foundation in SONY BMG Music Entertainment v. Tenenbaum, the Boston case against a Boston University grad student accused of having downloaded some song files when in his teens. In their proposed response, the RIAA lawyers personally attacked The Free Software Foundation, Ray Beckerman (NewYorkCountryLawyer), and NYCL's blog, 'Recording Industry vs. The People.' The 9-page response (PDF) — 4 pages longer than the document to which it was responding — termed the FSF an organization 'dedicated to eliminating restrictions on copying, redistribution, and modifying computer programs,' and accused the FSF of having an 'open and virulent bias against copyrights' and 'blatant bias' against the record companies. They called 'Recording Industry vs. The People' an 'anti-recording industry web site' and stated that NYCL 'is currently subject to a pending sanctions motion for his conduct in representing a defendant' (without disclosing that plaintiffs' lawyers were 'subject to a pending motion for Rule 11 sanctions for their conduct in representing plaintiffs' in that very case)."
Books

Amazon Uses DMCA To Restrict Ebook Purchases 409

InlawBiker writes "Today, Amazon invoked the DMCA to force removal of a python script and instructions from the mobileread web site. The script is used to identify the Kindle's internal ID number, which can be used to enable non-Amazon purchased books to work on the Kindle. '...this week we received a DMCA take-down notice from Amazon requesting the removal of the tool kindlepid.py and instructions for it. Although we never hosted this tool (contrary to their claim), nor believe that this tool is used to remove technological measures (contrary to their claim), we decided, due to the vagueness of the DMCA law and our intention to remain in good relation with Amazon, to voluntarily follow their request and remove links and detailed instructions related to it.' Ironically, the purpose of the script is to make the Kindle more useful to its users."

Slashdot Top Deals

Get hold of portable property. -- Charles Dickens, "Great Expectations"

Working...