Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Surprised? (Score 3, Interesting) 112

I'll at least say that Adobe is getting it. All of their newest versions of reader and Flash have the option to automatically update without prompting.

It claims to. I've never seen it actually successfully pull it off.

Even worse, it only seems to even *check* for updates when I reboot-- so like maybe twice a month, max.

Comment Re:official takedown notice? (Score 4, Insightful) 71

They could only look at ContentID providers who frequently have their claims successfully disputed. To be generous, YouTube could then help re-jigger their source videos to produce fewer false positives (for example, removing the stock Nasa footage from news service source videos). In reality, YouTube would find that something like 30% of them are simply frauds who uploaded source videos they don't actually have any rights to.

Similarly, if someone has been a successful YouTube member for several years with a clean copyright record, YouTube could manually review claims made against their account, and maybe even create a way to say "ok we trust this user, disable ContentID for their uploads".

Right now, as far as I can tell, they don't do any of this basic housekeeping-type work for the average Joe user. This announcement just says they'll maybe start looking into it for the high-traffic users. (Translation: not you. Only millionaires.)

We're not talking about needing an army of 50,000 employees to do this, we're talking about pulling 10-15 guys off click fraud duty (if only Google treated YouTube copyright fraud 1/100th as seriously as they treated click fraud!)

Comment Ignoring the theoretical for a moment (Score 2, Informative) 185

Bitcoin is useless from a PRACTICAL standpoint. Why?

1) Transactions aren't instant, you have to wait potentially for hours for your transaction to go through and the value in your account to change. (Even transactions between two accounts you own, because Bitcoin isn't smart enough to handle that.)

2) Every device using Bitcoin needs a copy of the Bitcoin database. As of about a year ago, this was 700 MB of data. Every device needs a copy of this. Every device needs to go through this file and parse it. Including your low-power cellphone.

I'm not against the concept of Bitcoin, but the implementation stinks.

Comment Re:Valve thinks so. (Score 2) 242

No; they're doing it so they have an OS for their upcoming set-top box product.

The fact that, due to the OS chosen being Linux, it just happens to run on PCs to? Just a side-effect. Whether they continue to support Linux-on-PCs after the set-top-box succeeds or fails is really the best indicator, but we won't know that for years.

Comment Re:Why do FOSS library folks hate ABI compatabilit (Score 4, Interesting) 505

So the solution there is to ship BIG EXPANSIVE libraries with the OS, and keep on top of them so new stuff is supported by those libraries ASAP. You don't have 75 copies of zlib.dll, you have one-- and it's owned and updated by the OS.

Take Microsoft's .net for example. The library covers pretty much everything you can imagine wanting to do with a computer, and it's constantly updated as new file formats/etc arrive. But since there's only ONE .net, the library is still one holistic thing that can be updated when security problems arise without breaking anything.

That's not to say that .net is the perfect solution to all problems, but it's definitely worth examining how other vendors solve the problems in Linux.

For what it's worth, I come from Mac Classic, a platform that never had DLLs in the first place (but did have a huge expansive built-in library). Frankly, I've never been convinced that shared libraries were a good idea, even when HD space was expensive. But that's just me.

Slashdot Top Deals

An authority is a person who can tell you more about something than you really care to know.

Working...