Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Javascript is becoming an assembly language (Score 1) 258

Even Python, as much as I love to write in it, is the wrong answer for the web. Really, we need to have a standardized byte-code/virtual machine implemented (gasp, identically!) over all browsers :) Then for your standard situations you could choose whatever you wanted -- Python, JavaScript, etc. And for applications where it was advisable, you could pick Erlang or Haskell, etc., or hell, even Logo, if you wanted! It wouldn't matter! We'd be free to create compiler for whatever language we chose that target that virtual machine.

Projects such as SquirrelFish are great, because I think they will show the world exactly what the benefits of a virtual machine for the web will be. Once projects like it are incorporated into the browser, it is a relatively small step to abstract away from JavaScript and support any language that has a compiler targeting this VM. If you are interested there is a very interesting discussion on Lambda that addressed this and similar projects, and the trade-offs and advantages of different JIT implementations :)

Comment Re:Eh? (Score 1, Interesting) 478

I have to say, I've never understood this argument. I would regard the loss of my freedom as being as bad as the loss of my life. Are you really going to tell me that the state can repay someone who spent 30 years behind bars for a crime they didn't commit?

They will have a hell of a better chance doing that if you aren't a corpse.

And what do you mean you don't understand it? If it's that horrible for you just go punch the ms13 leader if you can't bear it. Frankly I'm one of the people who would rather fight for thirty years than go with such a nihilistic attitude. Better off dead? Spare us the melodrama.

Comment Re:This is why I like gmail (Score 1) 172

Would this not also require a redirect to a domain other then mail.google.com?

Nobody other then google should be able to generate a certificate for mail.google.com

SSL interceptors (such as the one made by Bluecoat) work by intercepting IP traffic bound for port 443. They pull a MITM attack on you by making a new SSL connection to the actual site, extracting the site's public key from the real cert, wrapping it in a forged cert that is signed by their CA cert. All the IT department has to do is install the interceptor's CA cert into each employee's browser (IE lets the domain admin do it remotely) so that the forged cert appears to be valid. So you either check for IT-installed CA certs in your browser (the Certificate Patrol add-on helps with Firefox), or run a script to fetch the cert from the site (using the openssl command-line util) and compare it to a known-good copy of the cert before you visit the site.

Science

First LHC Data Hint At New Particle 124

Anonymous Dupeur writes "Only 12 hours after the start of operation of the Large Hardon Collider at an unprecedentedly high energy level, a discovery had been made. Today, in its press release, CERN disclosed the observation of a new class — paleoparticles. 'It's awful,' explains Alain Grand, still shocked by the discovery. 'It left horrible tracks inside the detector that made the physicists on duty at the time feel quite sick.' No wonder. The particle consists of two strange quarks and one top quark but no beauty or charm quark. The physicists have nicknamed it the 'neutrinosaurus.' This marks a first success of the — finally — started experiment."

Comment I really DONT want to be European... (Score 0, Flamebait) 801

It's really pissing me off how almost every day another story comes out about how great they are doing things across the pond and how us dumb Americans are behind. Even our roads are under scrutiny? You know, the ones that we have dozens of times more than they all do combined? Their roads are cramped, twisted, uneven, and generally unsafe. (Much of that is because they were first made for horses!) Now we want to copy that to "encourage drivers to slow down?" Stupidest idea of the day. Nice how they try the line about how

Dutch drivers are less than half as likely as their American counterparts to die in a road accident.

but fail to mention if they are counting urban and highway accidents separate. Thats kind of a big difference as you are much more likely to die in a accident at 70 than 25, yet Europe has a tiny fraction of the highways we have.
I can absolutely see some idiot city planner designing a new residential zone following these rules, only to have home shoppers refuse to buy anything in the area because the roads suck. People won't want to live with this crap.
Further, they are happy over a reduction of 2.3mph? That's less than the margin of error on your speedometer! Hit someone at 22.7mph and you will do just as much damage as at 25mph, and with less visibility and tighter proximity, collisions are going to be more likely.

Comment Re:Picture in the summary has it right (Score 2, Interesting) 574

If these sensitivities were real (though I very much doubt that they are), he would have a point. Just because something has become socially common doesn't mean it's ok to do if it later turns out that it harms others in their own home.

Er, no offense, but no he wouldn't. He'd have a sensitivity that it would be incumbent upon him to solve. Otherwise what's to stop him from moving into an apartment in the center of a city and demanding that everyone in the building stop using electronics? He's welcome to retrofit his home to make it a Faraday cage if he wishes, but he has no right to restrict the law-abiding behavior of his neighbor in *her* home just because he's (supposedly) a genetic freak who can sense EMF radiation.

Slashdot Top Deals

"Ada is the work of an architect, not a computer scientist." - Jean Icbiah, inventor of Ada, weenie

Working...