Forgot your password?
typodupeerror

Comment Re:Smart TV means accessing all your private data. (Score 1) 79

The best part about smart TVs is that they DO collect your data. This supplements the price of the TV and lets you get one for much cheaper. With the money you save you can buy a streaming device (Chromecase/AppleTV/Shield/etc), ideally using this device and never even connecting your TV to the network/wifi/internet. In the end you have a cheaper TV, and you have a platform that you choose (Apple/Roku/Google/etc), and your sharing less of your data.

Sadly while your logic sounds spot on, the reality is, that TV still does ACR (basically hashing each screen sometimes multiple times a second) and builds one hell of an accurate profile of everything you watch. Even if the source is HDMI. And it's still sold.

Food for thought, that HDMI cable to your dedicated device, it likely supports networking, so the TV has a path to the internet even if you don't connect an ethernet cable directly to it, or add in your wifi creds.

Comment Re:Next time... (Score 1) 118

I’m going to assume you have zero personal faults

Drink and driving is not a mistake or a personal fault. It's a conscious and truly FUCKING DUMB decision that should have significant consequences for you personally and no one else.

Comparing it to diabetes is just stupid. No one killed anyone else by getting diabeties, unless they accidentally sat on them.

I've heard of traffic 'accidents' where a diabetic went hypoglycemic, passed out, and drove into other cars, pedestrians, etc. For some reason the news always reports it as a 'medical event', but the point is, people are killed by diabetics due to their diabetes way too often. It is an apt analogy. An idiot decides to drink and drive an puts people at risk. An idiot with diabetes fails to control their blood sugar and decides to drive, putting people at risk.

Comment Re:I love it! (Score 1) 159

I love this idea because I know the second a company using this crap gets bitten it's going to be an extremely expensive problem the fix

That's my gut reaction too -- this will result in software with obscure bugs that are near-impossible for a human to find or fix because no human even understands how the software works.

OTOH, maybe no human will need to find or fix the bugs, because they can task an AI to find and fix them instead. I'd say that strains credibility, but last year I would have said it strains credibility that an AI can understand (or, at least, "understand") human-written code as well as a human programmer, and yet here we are.

Comment Re:It's not THAT difficult (Score 1) 166

I got skills you don't know about, man. I could fix it.

Yeah, it's easy to add more code to fix stuff that should be deleted. Just have the launcher code call your new code which bypasses all the old code. The old code can happily remain, it'll just never be called. No special skills required. If you look at the windows codebase, you'll see this technique everywhere.

Comment Re:Another example of how professionals can't use (Score 1) 85

People joke about Linux being unstable, and having usability issues, when was the last time a major Linux distribution completely bleeped home directory access? I've never seen it, and I've been using Linux since 1999, maybe 1998. Let's be clear, you could do through incompetence, but that's of your own destruction, and if you did, you could easily get it back.

Off the top of my head, a RHEL/CentOS 7 update package for GRUB rendered a lot of systems unbootable. SuSE used to use ReiserFS by default, which had a nasty habit of pulling in anything that looked vaguely like directory data when you did a scavenge, so you had to ensure you never had a disk image of a ReiserFS volume anywhere, and hope you didn't have anything that looked similar enough. There have been plenty of breaking bugs in Linux distros.

Slashdot Top Deals

The more I want to get something done, the less I call it work. -- Richard Bach, "Illusions"

Working...