Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Submission + - FBI: backdoors in software may need to be mandatory (nytimes.com)

wabrandsma writes: The New York Times:

The director of the F.B.I., James B. Comey, said on Thursday that the "post-Snowden pendulum" that has driven Apple and Google to offer fully encrypted cellphones had "gone too far." He hinted that as a result, the administration might seek regulations and laws forcing companies to create a way for the government to unlock the photos, emails and contacts stored on the phones.

But Mr. Comey appeared to have few answers for critics who have argued that any portal created for the F.B.I. and the police could be exploited by the National Security Agency, or even Russian and Chinese intelligence agencies or criminals. And his position seemed to put him at odds with a White House advisory committee that recommended against any effort to weaken commercial encryption.

Submission + - JavaScript and the Netflix User Interface (acm.org)

CowboyRobot writes: Alex Liu is a senior UI engineer at Netflix and part of the core team leading the migration of Netflix.com to Node.js. He has an article at ACM's Queue in which he describes how JavaScript is used at Netflix. "With increasingly more application logic being shifted to the browser, developers have begun to push the boundaries of what JavaScript was originally intended for. Entire desktop applications are now being rebuilt entirely in JavaScript—the Google Docs office suite is one example. Such large applications require creative solutions to manage the complexity of loading the required JavaScript files and their dependencies. The problem can be compounded when introducing multivariate A/B testing, a concept that is at the core of the Netflix DNA. Multivariate testing introduces a number of problems that JavaScript cannot handle using native constructs, one of which is the focus of this article: managing conditional dependencies."

Comment Re:Wikipedia article deleted (Score 1) 98

Some of Wikipedia's rules are ass-backwards asinine. Such as Avoid Trivia

One man's trivia is another man's noise.

Oh I see, so only if it is _popular_ does the "truthiness" count.

Fuck that. I want an _inclusive_ dictionary / encyclopedia / reference, not an _exclusive_ based on some "arbitrary" rules simply because something is not popular. I am there in the first place to _learn_ about things I don't know about ! Not because some asshat decided "not enough people care about this topic."

It is not like a extra web page take up THAT much storage in the first place.

Submission + - Mobile Device Crypto Could Lead to a 'Very, Very Dark Place', FBI Dir. Says (threatpost.com) 2

Gunkerty Jeb writes: FBI Director James Comey said Thursday that the recent movement toward default encryption of smartphones and other devices could “lead us to a very, very dark place.” Echoing comments made by law enforcement officials for the last several decades, Comey said that the advanced cryptosystems available today threaten to cripple the ability of intelligence and law enforcement agencies to gather vital information on criminals.

Comment Re:As it is designed to do (Score 1) 147

Indeed. Reminds me of that old joke ...

"If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy civilization." -- Murphy's (Computer) Laws

While funny it is sad to see that the state of software really hasn't progressed much in the last 20+ years. Businesses still cut corner to minimize expenses. Programs still have shitty UI. Keyboard accelerators / shortcuts along with manuals have gone the way of the dodo. Help has moved to being online only -- with the help index being a complete joke lacking common search terms. We've gone from 1 MHz to 4 GHz machines which is over 3 orders of magnitudes difference and we _still_ wait. Every day we hear of yet-another-device (or company) getting hacked / p0wned / etc. Security is a complete joke at most places.

One of the few good things is that never before has so much computing power been so inexpensive.

Along the way we lost the "human element". We don't build machines for other machines for but for _people_ to use. Why do computers _still_ continue to suck? Because we doing it ass-backwards. We're forcing people to adopt to some shitty UI instead of making the computer adapt to us. But that isn't the complete picture.

There is a meta problem looming. This video seems relevant ...

https://www.youtube.com/watch?...

Submission + - Michigan About To Ban Tesla Sales

cartechboy writes: It's a story we've come to see quite often: a state trying to ban Tesla's direct sales model. It seems something sneaky just happened in Michigan where Tesla sales are about to be banned. Bill HB 5606 originally intended to offer added protection to franchised dealers and consumers from price gouging by carmakers, and was passed by the Michigan House in September without any anti-Tesla language. However, once it hit the Senate wording was changed that might imply the legality of a manufacturer-owned dealership was removed. The modified bill was passed unanimously by the Senate on October 2, and then sent back to the House that day where it passed with only a single dissenting vote. The bill was modified without any opportunity for public comment. Michigan Governor Rick Snyder has less than a week to sign the bill into law. Of course, Tesla's already fighting this legislation. It's already been said that in the end, Tesla will win all of these situations and that time is being wasted.

Submission + - Ask Slashdot: increasing browser cache will result in increase or decrease in br 2

ltorvalds11 writes: In Mozilla Firefox we have a option to set cache size as we wish. It can be 100MB or 2GB or more. Cache memory is suppose to increase browsing speed as browser does not have to download frequent HTML,CSS, image, etc. What if someone has set it browser to use very large cache ? Will it increase browsing speed or decrease browsing speed as browser has to scan to very large sets of folders and files before loading the website ?

Comment Re:Windows 7 (Score 1) 147

Let's analyze these "reasons" ...

* virtual desktops -- Virtual Desktops are hidden in Win7 ... gee, let's copy OSX which has had it for *years*
* a rumored tabs in explorer -- xplorer2 has supported this for years
* kernel level sandboxing that all browsers can use -- Sandboxie does it for ALL applications
* much improved power consumption -- we are talking pennies a month on a desktop .. big whoop
* directx 12 with low cpu overhead -- not a fan of forced obsolescence. Games _still_ support DX9 for crying out loud. We already went through this shit with Vista and DirectX 11.
* USB 3 support -- with what devices??

So basically $100 for features that MS should of done **years** ago that I can get elsewhere. *Yawn*.

Comment Re:Open Source in commercial products (Score 1) 265

Your pedantry is "almost" correct. ;-)

The only program that is bug-free is the trivial one liner.

NOP // assembly no-operation

Though some would argue:

int foo = 0;

is bug free since without input, and output, whatever "calculation" you do is pointless & void.

Software runs on the _assumption_ that the hardware is

a) functioning ...
  b) ... correctly!

We have almost no way to guarantee that in software. Sure we have ECC RAM but what else? Anything more then 1 line is making these assumptions and therefore is a candidate for being buggy.

So I would revise your statement:

"All non-trivial software is buggy."

Comment Re:Where is this "disdain" coming from? (Score 1) 239

I miss the days of playing CTF when everyone would say "GG" for good game after the match eded. The complete lack of "sportsman conduct" definitely turns a lot of us older gamers off.

That is an excellent point -- the more companies try to control the servers the less options server admins have.

The more power game devs give to the server admins the more power can be used to keep the community good.

You are spot on with consequences is the best way for people to learn. Positive Reinforcement or Negative Reinforcement. Direct feedback is a way to help the person retain and recall the option to chose differently.

Slashdot Top Deals

UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things. -- Doug Gwyn

Working...