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

 



Forgot your password?
typodupeerror
×

Submission + - Major bug in Avast cripples computers

NichardRixon writes: Certainly most Avast users (and Slashdot?) have heard by now that a major bug existed in the anti-virus code update released last night. This bug caused cascading false positive reports of DELF-MZG and Zbot-MKK trojans. (A supposedly fixed file was released this afternoon.) When one of the "infected" files was identified the software would often report that it couldn't be moved to the quarantine because there was no space available, regardless of how much space was actually free. This prompted many people to delete the "infected" files. Successive scans, including start-up (safe mode?) scans, continued to report false positives. The only way to deal with most of the files identified was to delete them. System files, restore points and other files were effected. The advice offered by Avast at this point is to restore the files in quarantine. Mine contained eight files out of more than a hundred deleted.

Avast's complete response can be read here: http://forum.avast.com/index.php?topic=51647

Don't bother visiting the website with the intention of commenting or asking questions. At least in my case, they have forgotten who I am, and I am not able to log in.

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.

Comment Re:H1B issue will be key (Score 1) 506

Allow me to elaborate.

> In theory they can't lay off a ton of people in the US without pushing the H1B's out the door first
Wrong. Only applies if the more than 15% of the company is on an H1B.

> their most cost effective workers
Wrong. Microsoft does not (and cannot) pay employees differently based on visa status. In fact, thanks to annual visa renewal fees, visa-stamping travel reimbursements, green-card processing fees, "premium processing" fees (where do you think USCIS gets its money from?), H1B employees are per capita more expensive to hire.

Yes, I used to work for Microsoft on an H1B.

Microsoft

Submission + - Internet Explorer 8 Passes the Acid2 Test (msdn.com)

mattmcm writes: (From the story) The IE team has been very hard at work on IE 8 for the past several months and they hit a huge milestone last Friday evening. The IE dev team checked in a bunch of code that included several new features implemented in the core rendering engine that enable IE to pass the ACID 2 test! This is great news for web developers: IE 8 is going to be our most standards compliant browser to date. Passing ACID 2 is really a combined side effect of all the new features that have been developed for IE 8.
Internet Explorer

Submission + - Internet Explorer 8 passes Acid2

bingo_cannon writes: Internet Explorer 8 and Acid2: A Milestone As a team, we've spent the last year heads down working hard on IE8. Last week, we achieved an important milestone that should interest web developers. IE8 now renders the "Acid2 Face" correctly in IE8 standards mode. Link

Slashdot Top Deals

This file will self-destruct in five minutes.

Working...