Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Is it a competitor? (Score 4, Insightful) 166

Most of those jobs are for "application engineers" and not developers. An application engineer is a little like tech support and a little like sales. They will work closely with existing customers to make Matlab work for their customers application and they'll also try to upsell new features.

Octave wouldn't have the same type of support structure but might have similar numbers of man power contributing to the development.

Comment Re:How many times do we have to go through this? (Score 1) 276

I agree. The impression that I have from Fisker is that their product was not well engineered compared to competitors like Tesla. The Fisker Karma looked nice but they did have quality problems. Using lithium-ion batteries from A123 was one of their mistakes (even before bankruptacy, A123 had problems).

Comment Re:LTE (Score 1) 587

To be honest I wouldn't say apple is behind the times when it comes to something like this. They sacrificed this feature to make the user experience better due to battery life limitations. You could argue that they should have anticipated this by coming out with a larger iphone, but IMHO, i dont want a large phone. The impression I get about apple features is that they are conservative with new features because they are paranoid about breaking the user experience, mostly battery life. I don't have first hand knowledge but I'm sure those early android LTE phones didn't have very good battery life.

Comment Re:Choice (Score 2) 370

Here's an easy analogy: being a professor is pretty similar to running a small business. You attract funding, you manage cash flow, you pay your employees and you produce goods (ie. in the case of a professor, the goods are research output). If you don't do these things well, your lab will go bust, just like a business would. Nobody would argue that being a business owner is stress free even though you don't have a boss breathing down your back, so why would being a professor be stress free?

Comment Re:Yay, another amazing new advance for batteries! (Score 1) 123

Battery materials are reported in mAh/g because this way they are independent of the battery size. You could stuff say 50g of this material into a battery meant for a car or 1/2g of this material into a battery meant for testing in a lab and you can roughly estimate the energy storage abitlity of the material. Both of these cells will have a voltage of about 3.7V on average. The units of mAh/g tells you about the amount of lithium that can be stored by this particular material so that it can be compared against other materials on an equal basis.

Comment Re:Field dependent requirement (Score 0) 1086

Huh? You don't consider numerical methods that approximate integrals to be true calculus?
This is true calculus. You don't need to know anything about the future voltage curve or current, just the past.

This is the equation to calculate capacity consumed in a battery (which is a numerical approximation to an integral):

capacity consumed = capacity at last check + (current + current at last check)/2*(present time - time at last check)

The equation above is the trapezoidal rule (http://en.wikipedia.org/wiki/Trapezoidal_rule) applied to the integral in my first post.

I hate to pull this one out, but trust me, I'm a battery scientist that makes mathematical models of batteries for a living.

Comment Re:Too bad it wasn't SciPy (Score 1) 84

I jumped from Matlab to Scipy/Numpy, skipped Octave, but I'm so happy with Scipy/Numpy that I wouldn't consider using Octave.

From a purely numerics point of view, I'm sure Octave has all the features that Scipy/Numpy has. Most of the benefits of Scipy/Numpy come from the Python programming language itself, which I have to assume is much more developed than Octave's language. Being able to write GUIs for your scientific apps using tkinter (or some other library) or reading/writing to excel formats directly or wrapping your code up using pyexe for distribution or interfacing your python code with the web or a database is just the start of the Python advantages (after a quick search I see that Octave can do some of these things, but I'm sure Octave doesn't have all the libraries that Python has).

IMHO, if scipy/numpy ever get working with PyPy, then this would truly be amazing.

Comment Re:forced? (Score 1) 811

TFA didn't suggest that she was forced.It said she took the advice of the TSA worker over the advice of her doctor. The doctor's note said to avoid the body scanner, she asked the TSA worker if it was ok, and the TSA worker said yes. IMHO, a doctor has more credibility over a TSA worker in this case, I'm not sure why she didn't think so.

Slashdot Top Deals

Always draw your curves, then plot your reading.

Working...