Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Foreign Corrupt Practices Act (Score 1) 202

If the company you worked for was a US company, it sounds like they were in clear violation of the FCPA (Foreign Corrupt Practices Act). US companies are barred from bribing foreign officials. I'm surprised to hear that such illegal acts would be included in the budget. Or perhaps were you working for a non-US firm in a country that does not have a similar law?

Comment Re:Austrian economics (Score 4, Interesting) 600

Sounds questionable to me. Going by the definition on wikipedia:

"A deflationary spiral is a situation where decreases in price lead to lower production, which in turn leads to lower wages and demand, which leads to further decreases in price.

If nobody is really pricing goods in bitcoins and nobody is getting paid in bitcoins, how could the feedback cycle that would normally cause a deflationary spiral exist? Even if bitcoins deflate massively, I don't think that necessarily proves the Keyensians right.

Comment Re:This is not an SSL problem (Score 4, Insightful) 84

This is a problem of bad APIs and people not competent to select libraries with better ones.

While that might sound true, I think the problem is deeper than that. The issue in a lot of cases is developers having to deal with non-ideal SSL/TLS setups that they have no control over.

It usually goes like this:

Dev monkey gets told by PHB, we need to make our communications secure, so implement SSL. Dev monkey adds SSL support to the app. Code seems to work. Testing (or even worse, someone in Production) comes back and says: dev monkey's SSL code doesn't work with our Customer XYZ's server. Dev monkey tests things himself and finds that Customer XYZ is using a self signed cert or an expired cert. Dev monkey tells PHB that Customer XYZ needs to fix their setup. PHB tells dev monkey that the setup cannot be changed because of ABC and that dev monkey needs to "code around the issue". Dev monkey updates app to not choke on bad certs. Code gets released, and Customer XYZ's remote worker gets p0wned by a man in the middle attack. Customer XYZ blames PHB, PHB blames dev monkey. Dev monkey sighs and gets another mountain dew.

Slashdot Top Deals

Math is like love -- a simple idea but it can get complicated. -- R. Drabek

Working...