Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Submission + - Nokia workers walk out in protest (geek.com) 2

Mr. McGibby writes: "After the announcement of the partnership between Nokia and Microsoft this morning workers voiced their concern with the deal by walking out of Nokia facilities. It is believed that as many as a thousand workers marched out today (or took the day off using flex time) so that the company would know that they don’t believe the partnership is in their best interest, even after CEO’ Stephen Elop’s startlingly frank “burning platform” memo earlier this week."
Science

Submission + - P != NP 1

morsch writes: "Researcher Vinay Deolalikar from HP Labs claims proof that P != NP. The 100 page paper has apparently not been peer-reviewed yet, so feel free to dig in and find some flaws. However, the attempt seems to be genuine, and Deolalikar has published papers in the same field in the past. So this may be the real thing! Given that one million USD prize money from the Millenium Prize is involved, it will certainly get enough scrutiny. Greg Baker broke the story on his blog, including the email Deolalikar sent around."
Cellphones

Submission + - A Windows Phone 7 for Every Microsoftie

theodp writes: So, how can Microsoft guarantee its Windows Phone 7 devices will enjoy broader adoption than the ill-fated Kin? By giving every Microsoft employee a free one, that's how. A Microsoft spokesman confirmed the move, explaining that the idea is to thank employees for all their work, and make sure that they have experience with Windows Phone 7 devices. Microsoft has nearly 90,000 employees worldwide.

Comment Re:Yep (Score 4, Informative) 667

You are so wrong about the McDonalds thing. It is used as a propaganda tool (as you are by spouting it) by corporations who want to get liability limiting legislation passed by painting her as greedy. She just sued for her medical bills (tried to settle for 20k but McDonalds refused). The jury awarded her punitive damages when she won (I think she also got 200k for actual damages). The jury decided to PUNISH McDonalds (which is what punitive damages means) for flagrantly putting people at risk so that their bottom line would benefit. The amount of punitive damages was 2.7mil, which was 2 days worth of McDonald's coffee sales. I hope you are getting paid for being a corporate mouthpiece.

Comment Re:(Un)Surprising (Score 1) 297

Yea, men are more capable of stopping a bullet or 2000 pound bomb than women and children are?

Really? Thats news to pretty much everyone on the planet I think.

I guess thats why they let women into the military now, because men and women are equally adapt at defending themselves against cruise missiles, laser guided bombs and depleted uranium bullets than all that stuff back in the early 40s.

You've never held a weapon have you?

Microsoft

Submission + - US court tells Microsoft told to stop selling Word (arnnet.com.au)

oranghutan writes: A judge in a court in Texas has given Microsoft 60 days to comply with an order to stop selling Word products in their existing state after a patent infringement suit filed by i4i. According to the injunction Microsoft is forbidden from selling Word products that let people create XML documents, which both the 2003 and 2007 versions let you do. An analyst quoted in the article — Michael Cherry from Directions — said: "It's going to take a long time for this kind of thing to get sorted out." Basically, most don't believe the injunction will stop Word being sold as there are ways of getting around it. However, in early 2009 a jury in the Texas court ordered Microsoft to pay i4i US$200 million for infringing the patent. http://www.arnnet.com.au/article/314620/injunction_microsoft_word_unlikely_halt_sales

Comment Re:Java doesn't fail (Score 2, Insightful) 171

If you're coding in lots of explicit memory reference deletes, what you're writing is not C++ but C. A C++ codebase would use RRID and automatic memory management to obviate the need for any explicit memory management. My last C++ project at work contained zero (yes, zero) calls to delete/free() out of around 20000 lines of code and a year of development/testing.

You're making the same mistake you're accusing C++ developers of making - you're viewing C++ through Java lenses.

Comment Re:Pass by reference (Score 1) 612

Well, you need to take GP's point to its logical conclusion - use references everywhere. The problem with C pointers is that they have overloaded semantics - they're used for pointing to heap memory (which is the only place you need NULL) as well as for call-by-reference (for performance). C++ obviates the need for pointers in both instances. No, I'm not saying I never use pointers in C++, but they're rare, as rare as say, the "static" keyword.
Science

Race For the "God Particle" Heats Up 397

SpuriousLogic writes "CERN is losing ground rapidly in the race to discover the elusive Higgs boson, its American rival claims. Fermilab say the odds of their Tevatron accelerator finding it first are now 50-50 at worst, and up to 96% at best. CERN's Lyn Evans admitted the accident which will halt the $7B Large Hadron Collider until September may cost them one of the biggest prizes in physics."

Slashdot Top Deals

Real Programmers don't write in FORTRAN. FORTRAN is for pipe stress freaks and crystallography weenies. FORTRAN is for wimp engineers who wear white socks.

Working...