Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Praise Bob (Score 2) 116

2013 failed to produce industry-altering innovations

GOOD.

UX: the field of taking something that's familiar and works well and replacing it with some as different and as "sleek" as possible regardless of the critical importance of visible affordances, constraints, natural mappings, etc.

"We've replaced your boring 20th century 'steering wheel and pedals' interface with our new three shells interface. Drive safe!"

The only people bemoaning a lack of "industry altering innovations" in user interface are the people who want to be paid to throw out every principle of designing things to be usable.

Comment I know this is off-topic. (Score 1) 128

I assume you watch Netflix yourself, let me know if I'm wrong.

You know how when you see a movie in a theater and it has a conclusion that's full of emotion or has a surprise twist... and the credits start rolling and you have a moment to absorb what happened.

What if instead of having that moment, the film being projected shrunk to a tiny corner of the screen and trailers for other movies started playing?

"SO YOU JUST WATCHED SCHINDLER'S LIST. YOU MIGHT LIKE THE PIANIST!"

"SO YOU JUST WATCHED THE SIXTH SENSE. YOU MIGHT LIKE FIGHT CLUB!"

Do you agree that this would be annoying and would be doing the audience a disservice? (I'm hoping that you do.)

If you were watching a box set of a great TV series, would you WANT to see a still and a plot summary (rife with spoilers) of the next episode appear the instant that the end credits started rolling?

To me, this seems like a disservice, yet it's exactly what Netflix does. Worse, Netflix doesn't see any need to provide customers with an option to disable it. Are they so intent on encouraging binge viewing that they don't care about shitting all over the user experience?

I already registered my complaint (sans profanity) with one of their CSR chat people.

The only solution I've heard is to buy a Roku, but I'm not inclined to spend money on a device which doesn't do anything my PC can't do EXCEPT play Netflix content without crassly jamming suggestions and spoilers in my face at the end of a video. (And how can I know that this disease won't somehow start manifesting on Roku?)

I'm much MORE inclined to simply direct my monthly entertainment budget to Hulu Plus or Amazon Prime or some content provider that doesn't provide an experience that's qualitativly worse than going to a theater.

What say ye?

Comment Re:Yes (Score 1) 246

But the good news for people writing software is that this is the last job that will be automated. Once AI is strong enough to write quality software it will be able to improve itself at a dramatically increased pace and the intelligence explosion described by I.J. Good will take place, after which human affairs presumably will no longer be administered by human intelligence.

Television

Streaming and Cord-Cutting Take a Toll On the Pay-TV Industry 261

First time accepted submitter ClarkSchultz writes "Harris Interactive confirms that consumers streaming video content prefer the practice of binge viewing.The news isn't a big shocker to streaming concerns such as Netflix, Amazon, and Redbox Instant which have been mining viewer habits data, but it has an important read-through for broadcasters like CBS, NBC, Fox, and ABC. Though ad rates could fall if more viewers wait until series are available for streaming, the payoffs for quality content are proving lush: 1) CBS says it paid $700K per episode for streaming rights to Under the Dome 2) AMC Networks has pointed to Netflix as contributing to the success of Breaking Bad after initial ratings were soft. If streaming wins, who loses? Front and center is the Pay-TV industry. A wave of merger rumors (Charter/Cox/Time Warner Cable/Comcast/Dish Network) indicates the industry knows the trend of subscriber losses to the cord-cutting phenomenon will continue. An online TV initiative from a tech heavyweight like Sony, Apple, Google, or Intel could also disrupt the industry enough to put cable and satellite companies into an even bigger tailspin."
Software

Docker 0.7 Runs On All Linux Distributions 88

rjmarvin writes "Docker 0.7 was released today, with 7 major new features including support to run on all Linux distributions. No longer capable solely on running on Debian and Ubuntu Linux, Docker 0.7 adds support for distributions such as Red Hat, SUSE, Gentoo and Arch. From the announcement: 'A key feature of Docker is the ability to create many copies of the same base filesystem almost instantly. Under the hood Docker makes heavy use of AUFS by Junjiro R. Okajima as a copy-on-write storage mechanism. AUFS is an amazing piece of software and at this point it’s safe to say that it has safely copied billions of containers over the last few years, a great many of them in critical production environments. Unfortunately, AUFS is not part of the standard linux kernel and it’s unclear when it will be merged. This has prevented docker from being available on all Linux systems. Docker 0.7 solves this problem by introducing a storage driver API, and shipping with several drivers. Currently 3 drivers are available: AUFS, VFS (which uses simple directories and copy) and DEVICEMAPPER, developed in collaboration with Alex Larsson and the talented team at Red Hat, which uses an advanced variation of LVM snapshots to implement copy-on-write. An experimental BTRFS driver is also being developed, with even more coming soon: ZFS, Gluster, Ceph, etc. When the docker daemon is started it will automatically select a suitable driver depending on its capabilities.'"

Comment Re:As a troll (Score 1) 559

There are certain users for whom Windows (7) will provide all the functionality they need without ever needing an additional driver

I can guarantee you that any random desktop or server is likely to need far more drivers downloaded and installed to fully function under Windows than any reasonable Linux distribution. Troll begone.

Comment Re:Am I imagining it? (Score 1) 230

scrypt aims to defeat highly parallel cracking systems.

The scrypt function is specifically designed to hinder such attempts by raising the resource demands of the algorithm. Specifically, the algorithm is designed to use a large amount of memory compared to other password-based KDFs, making the size and the cost of a hardware implementation much more expensive, and therefore limiting the amount of parallelism an attacker can use (for a given amount of financial resources).

As an aside, the people with "password" and "123456" as their passwords clearly weren't taking security seriously and should expect to be the first ones compromised.

Slashdot Top Deals

If you have a procedure with 10 parameters, you probably missed some.

Working...