Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:20 mb between planets.. (Score 1) 43

Also, heh: "QIp vIghro' pum" is Klingon.

(fetches Okrand from the shelf...)

Hah...I get it now. I knew it! Thirteen years ago, when I bought the damned book, I knew it would come handy one day! Thank you so much.

(looks up 'Klingon translator' on google, finds oddly enough that Bing translator is the first hit)

"QIp vIghro' pum" translates to "stupid cat falls" without a 'investment' and braving more than a decade of dust.

Businesses

Netflix Pursues Cable-TV Deals 93

An anonymous reader writes "Netflix is making a push to make its online video service available as an app on set-top boxes. 'A deal would mark the online video service's first such tie-up with a U.S. cable provider and would come after a similar agreement it recently announced with U.K. cable operator Virgin Media Inc. The talks are in early stages and no deal is imminent, the people cautioned. Netflix and U.S. pay-TV companies are rivals in some key respects. Netflix's subscription video offering is an attractive alternative for some consumers who are frustrated with costly cable bills. And both sides want to be the go-to destination for consumers to find on-demand TV programming.'"
Bitcoin

Silk Road Shut Down, Founder Arrested, $3.6 Million Worth of Bitcoin Seized 620

New submitter u38cg writes Ross William Ulbricht, known as 'Dread Pirate Roberts,' was arrested in San Francisco yesterday and has been charged with one count each of narcotics trafficking conspiracy, computer hacking conspiracy, and money laundering conspiracy, according to a court filing. Silk Road has been shut down and some $3.6m in Bitcoin (26,000 Btc) seized. The question is — how?" onyxruby submitted a link to the criminal complaint (PDF; coral cache might work better). The court filing indicates that they seized the actual servers and recovered their contents, making numerous references to the private messaging system. Also according to the court filing, the Silk Road was used to sell ~$1.2 billion in illicit goods since being founded in 2011.
Firefox

Firefox 23 Makes JavaScript Obligatory 778

mikejuk writes "It seems that Firefox 23, currently in beta, has removed the option to disable JavaScript. Is this good for programmers and web apps? Why has Mozilla decided that this is the right thing to do? The simple answer is that there is a growing movement to reduce user options that can break applications. The idea is that if you provide lots of user options then users will click them in ways that aren't particularly logical. The result is that users break the browser and then complain that it is broken. For example, there are websites that not only don't work without JavaScript, but they fail in complex ways — ways that worry the end user. Hence, once you remove the disable JavaScript option Firefox suddenly works on a lot of websites. Today there are a lot of programmers of the opinion that if the user has JavaScript off then its their own fault and consuming the page without JavaScript is as silly as trying to consume it without HTML."

Comment No, node.js and mongodb are cancer (Score 3, Interesting) 354

The real thing that's turning javascript into the lingua franca of the web are really three things:

  1. JS is already supported by all major browsers, modern ones with JIT
  1. asm.js - which turns anything from a LLVM intermediate representation into javascript code that runs around 2x the speed of native c/c++ code in supported browsers and as fast as any other piece of JS code in all the other browsers
  1. HTML5, WebRTC

It's an inside-out stack.

Comment Insecure throughout the year (Score 1) 94

If we ask the question: "for how many days in a year is a specific browser/application vulnerable to an unpatched exploit?", then we get awful numbers. There are plenty of applications used by millions of people where that number is more than half of the year.

The 7 day limit is probably a compromise between trying to get the vendor to fix the vulnerability that is actively being exploited and disclosing the information and thus increasing the pool of people who'd use the exploit.

For vulnerabilities where there is no known active exploitation, we should assume that there is. 30/60day delays are unforgivable.

Slashdot Top Deals

Nothing is finished until the paperwork is done.

Working...