Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Maths (Score 1) 525

State Senator Scott Sales says he spent seven months working in the Bakken oil patch, driving back and forth to Bozeman regularly. "If I could drive 85 mph on the interstate, it would save an hour," says Sales. "Eighty-five would be fine with me."

Apparently you don't need to know math to become a Senator. Montana isn't big enough to save you "an hour" by going an extra 10mph end to end, let alone Bakken to Bozeman.

Comment Re:Here we go again (Score 2) 226

In all fairness, it doesn't sound like they're trying to churn out geniuses. From the linked site:

Can you really become a programmer in 19 weeks?

Software engineering is a craft that takes years of deliberate practice and learning to master. Our goal is to graduate world-class beginners, and jumpstart your journey towards becoming an elite coder. Having said that, we are betting that in 18 weeks you can learn enough programming to start contributing value to an engineering team as an entry level developer, where your learning can continue on the job. In fact, we think that our most successful graduates are those that view their first job as covering their food and rent while they continue to learn.

It sounds, very much, like what you can expect after graduating from a 4 year program; it's just more of a trade-school approach.

Comment Re:What's the Difference? (Score 4, Interesting) 102

If you're doing straight select, insert, update, delete operations there really isn't much functional difference between any of them. They all do locking a bit different and their are some syntax differences but it's all manageable.

It's when you start looking at procedure code, triggers and such that MySQL(or Maria) is lagging behind in that thing get a bit wobbly. We've been looking at dumping Oracle for exactly the reasons mentioned in the article. Apparently Larry needs some new toys or something because they also seem to be going a bit 'audit happy' as of late. We're completely in compliance but it's taken dozens of man hours on our side to prove it. The worst part is there's really nothing you can do about it.

Slashdot Top Deals

And it should be the law: If you use the word `paradigm' without knowing what the dictionary says it means, you go to jail. No exceptions. -- David Jones

Working...