Submission + - Power Companies Brace for Solar Storms
Comment More info... (Score 3, Informative) 84
Either I'm not seeing a lot of detail in the linked article, or it's just not there. This one has more info:
BBC News - FBI targets cyber security scammers
http://www.bbc.co.uk/news/technology-13887152
Are Third-Party Android Vendors Violating the GPL? 132
Comment Linus Torvalds? (Score 1) 101
How many commits do you suppose Linus Torvalds has made over the years, between the original BitKeeper revision control and the more recent Git?
ALS Sufferer Used Legs To Contribute Last Patch 222
Free DARPA Software Lets Gamers Hunt Submarines 213
An Open Letter To PC Makers: Ditch Bloatware, Now! 609
Comment Re:Chrome vs. Firefox+NoScript (Score 1) 140
Point / counterpoint. However, I still like the fact that Firefox+NoScript doesn't download "pages full of crap" *at all*. Give me Chrome+NoScript and I'd be one happy camper.
Comment Chrome vs. Firefox+NoScript (Score 1) 140
I just checked Chrome out for the first time, and yes it does render pages quickly. But it's no faster (to my naked eye, at least) than Firefox with the NoScript extension running. And since Firefox+NoScript is also blocking scripts, Flash applets, etc. from running, it seems to me that it would be safer than Chrome anyway. YMMV, but I think I'll stick with my Firefox a bit longer.
Comment Re:False positives...? (Score 1) 75
Which just brings us right back to my second point - how do you *prove* it without access to the source?
Comment False positives...? (Score 2, Interesting) 75
Are we to believe then that, unlike every single piece of virus-scanning software ever, this binary scanning utility will never encounter a false positive? What happens when it shows some product as containing OSS, but it doesn't?
And with that in mind, even if you *do* identify a product as containing OSS, how do you prove it without access to the source code? The company could simply claim it was a false positive (regardless of whether or not that happened to be true), and you would be left with the burden of proving the tool wasn't flawed.
Of course, there are also the false negatives...
Comment Re:Hasn't everyone written a bogus shell at some t (Score 2, Informative) 288
It's gone now.
It's not completely gone - it's just been relocated here.
YouTube, Now In Text Mode! 102
Comment ATAPI.SYS Infections (Score 5, Informative) 323
I run a small computer repair shop, and we first started seeing this ATAPI.SYS virus a few weeks ago. When I would submit it to VirusTotal, it would always come back as clean on every single virus scanning engine - but I could tell it was infected. I even had a computer in here just yesterday which had the infected ATAPI.SYS file, yet it was not detected as such - even when the hard drive was mounted as a secondary drive in another system and scanned with several up-to-date antivirus programs.
The virus itself is actually quite a clever little beast. After infecting the file, it sets the file modification time back to the original date & time, which makes it hard to tell that it's been modified. Also, I've noticed that the byte counts between infected and non-infected versions of the file are almost always identical. But to do that, it appears to be injecting its code into the area normally used to store the file version information. The upshot is, if you check the file properties and there's no file version information (the Version tab under XP or the Details tab under Vista/Win7), there's a good chance the file is infected.
I have not had any computers come in to the shop with the BSOD mentioned in the articles yet, but I'm expecting them at any time...