Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment NIST (Score 1) 298

You can try applying to NIST. Although it is not a corporation, it is an excellent research institution with an excellent guest researcher. It is mostly geared towards graduate student, but having five year degree from Europe is enough to get in. Speaking from my own experience, a stint at NIST will help you a lot in your future career.

Why Ballmer Should Leave Microsoft 341

An anonymous reader writes "In the wake of the announcement of Bill Gates' departure from the top spot at Microsoft, CNN Money is carrying an article arguing that Steve Ballmer should step down as well." From the article: "Since Gates stepped down as CEO in 2000 in favor of Ballmer, the company has floundered technically and strategically. As the company's chairman, chief software architect and supposed visionary, Gates deserves blame for missing the wave of Web-based software that has propelled Google and Yahoo. But Ballmer has made gaffes of his own in his longtime role as head of the company's business side. They include an undistinguished push into business applications to compete with Oracle, financial maneuvers that have failed to stir the stock - which has slumped 16 percent so far this year - and continuing antitrust problems in the United States and Europe."

Comment Re:Mathematically provably secure? (Score 1) 234

There are several "provably secure" computer systems. As in you can demonstrate they fulfil certain mathematical constraints and those constraints are absolute. Then you have to write the code and prove the code, then you have to hope the prover is correct and the hardwareis correct. Nothing is 100%.

As to the randomisation stuff - yes I've got examples, and we've hit the same thing in Linux with randomisation. You get cases where memory scribbles cause a problem only if the layout happens to be a specific variant (especially with stack randomisation). From "either it dies or it works" you get "1 in 10,000 times xyz app blows up". That does make debugging much much harder. Of course a good reply to that is "so improve the debugging tools".

Slashdot Top Deals

How many hardware guys does it take to change a light bulb? "Well the diagnostics say it's fine buddy, so it's a software problem."

Working...