Slashdot Mirror


User: ThreeKelvin

ThreeKelvin's activity in the archive.

Stories
0
Comments
123
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 123

  1. Re: slow news day? on No Such Thing As a Tax-Free Lunch At Google? · · Score: 1

    I'm not the author of the parent post, but I'll answer you anyway.

    Taxes is what you pay to the state for being a citizen in it. Being a citizen nets you quite a lot of benefits, to name just a few, in my country we get free health care and free roads. I wouldn't insist that everybody else pays taxes, but I'd definitly insist that they pay their fair share of taxes if they wanted to be a citizen in my country and/or live in it. If they don't want to pay the taxes they can go find themselves some other country to live in, and I'd be happy to be rid of the freeloaders.

  2. Re: slow news day? on No Such Thing As a Tax-Free Lunch At Google? · · Score: 1

    Why was this modded flamebait?

  3. Re:Then what the hell was this Slashdot article? on Certificate Expiry Leads to Total Outage For Microsoft Azure Secured Storage · · Score: 2

    Azure is webscale? I never knew!

  4. Re:Ridiculous on Quadrocopters Throwing and Catching an Inverted Pendulum · · Score: 1

    The branch of engineering you're looking for is called "Control Theory".

  5. Re:fix it later on Ask Slashdot: What Practices Impede Developers' Productivity? · · Score: 1

    Rushed and buggy. I usually buy games that aren't even fully developed yet, but look promising.

  6. Re:Peer review doing its job on Rejected Papers Get More Citations When Eventually Published · · Score: 4, Informative

    Communication skills matter in science!

    It doesn't matter that you have the invented the greatest algorithm since quicksort if you can't or won't tell other people about it. If you can't convince other people how great your work is, they won't use it, and therefore you won't have contributed to the field. When you die the knowledge disappears, and you might as well never have invented the algorithm in the first place.

    Therefore, it is important to convince your audiance that:
    - Your algorithm gets the job done. (Proofs)
    - Your algorithm is better and/or just different than existing algorithms. (Extensive litterature search so that you can compare your algorithm to existing ones)

    Just reporting your algorithm together with a "this is how I do it" doesn't cut it. We researchers don't have the time to examine every claim somebody makes about something in our field.

  7. Re:State of the question on Pressure Rises On German Science Minister In Plagiarism Scandal · · Score: 1

    Thank you!

    I spent two months of my PhD, first trying to find an elusive proof for an obscure bit of math that I needed, that, according to the papers on the topic, was "available in the litterature", and then, after I finally gave it up, I painfully reconstructed the proof.

    "Available in the litterature" ticks me off, almost as much as "... from this, it is easily seen that ...".

  8. Re:Simplicity on SpaceX Dragon Set To Launch · · Score: 2

    CANbus would be a really bad choice for a control system like this one, since the capacity of the bus [bits/s] is linearly proportional to the inverse of the length of the bus. Because of this CANbus is great for cars, satellites, and other "small" systems, but horrible for large systems that require fast sampling.

  9. Re:Not all companies are the same on They Work Long Hours, But What About Results? · · Score: 2

    Oh! That's an eye opener!

    As a scandinavian I never though of that. The health system in the US is just that alien to me I guess.

  10. Re:Not all companies are the same on They Work Long Hours, But What About Results? · · Score: 2

    It's the norm in Scandinavia, so if you just pick a random company there's a good chance they'll be just like that. Also, we usually have a shortage of people with technical degrees (Preferably a masters or equivalent. Just a bachelors won't get you far.), but it's not so pronounced with the current crisis.

  11. Re:Ok. Now what is it in hogsheads per fortnight? on New Study Shows Universe Still Expanding On Schedule · · Score: 1

    If you want the expansion as a volume you could use m^3/(s*m^3), i.e., rate of volumetric expansion per volume of space. m^3/s just gives you a rate of volumetric expansion, it doesn't say anything about the volumetric expansion being faster if you look at a larger volume, or equivalently, things move faster away from you the further away from you they are, i.e., m/(s*m), which is what Hubble's Law is all about.

    You can of course calculate the expansion of af known volume of space e.g. the entire universe* or just our galaxy in m^3/s, using the newly reported observation.

    *As far as I know, we don't know how big the universe is, or even if the universe is finite, so we couldn't actually calculate this.

  12. Re:Ok. Now what is it in hogsheads per fortnight? on New Study Shows Universe Still Expanding On Schedule · · Score: 1

    Hogshead per fortnight (equivalent to m^3/s) is the wrong unit of measurement for expressing the expansion of the universe. I'd go with 2.4 +/- 0.068 exaHz for a whimsical and opaque way of expressing it.

  13. Re:Whatever happened to... on The Sci-fi Films To Look Forward To In 2013 · · Score: 1

    Nope, I saw it at the local cinema, I don't know, perhaps a couple of months ago?

    I expected it to be a horrible movie, but it turned out to be a quite enjoyable B-movie instead.

  14. Re:The Forever War... on The Sci-fi Films To Look Forward To In 2013 · · Score: 2

    Seriously?

    I loved Starship Troopers. The whole movie was a brilliant commentary to the political situation in the US, and litteraly dripping with sarcasm. I mean, they even cast the main actors for their horrible acting performance. In that sense it was very true to the book, which, in its own time, was a great commentary on fascism.

  15. Re:Still no reason for putting idiots on the job on Smart-Grid Control Software Maker Hacked · · Score: 1

    Sensors that spit out text? Who in their right mind would want that?

    SCADA grabs sensor readings from the underlying control system, most likely running on some PLCs, where you have to do calculations on the data in order to feed back control values to the process being controlled.

    Now, a PLC is, admittedly, sort of like the general purpose CPU's dumb brother, and the instructions it accepts are rather limited. But, for a number of reasons, they're immensely suited for their task. The single most important one being the ability to safely and easily change a program that is in production. This feature is important because control systems often have to be tuned when they're commisioned, they don't just work out of the box. You have to fiddle with constants in order to get it working, perhaps even change the structure of the control algorithm.

    Because we control engineers have to fiddle with the program while it is running, we really don't want to do string to int/float/whatever conversion and the reverse when working on the PLCs. That would just be yet another place where we could scew up horribly, causing a country wide electrical blackout in the proces. It's hard enough as it is, so keep it simple, stupid!

  16. Re:Quick couple of questions on CERN's Higgs Boson Discovery Passes Peer Review Publication Hurdle · · Score: 1

    You're right, thanks!

    I haven't touched quantum physics in quite some years, so I'm rather rusty.

  17. Re:Replication of results? on CERN's Higgs Boson Discovery Passes Peer Review Publication Hurdle · · Score: 1

    There were two teams at the LHC that independantly came to the conclusion that there was a particle.

    And, though you might have been ironic, you caught the exact reason there are two independant sets of sensors, data analysis, etc. (Everything besides the accelerator ring.) Now, a third, completely independant reproduction of the result would be golden, but until we get it we'll have to make do with just a single reproduction of the result.

  18. Re:Quick couple of questions on CERN's Higgs Boson Discovery Passes Peer Review Publication Hurdle · · Score: 3, Interesting

    Consensus has nothing to do with science. Following the scientific method is science.

    And the particle the people at CERN have discovered is consistent with what we believe to be a Higgs boson, and might therefore actually be one. We haven't had time to do enough experiments to tell. The only things we know about the particle is that it's there and that it has a mass of ~126 GeV. We're assuming that it's the Higgs, because the Higgs is the only particle that is missing with a mass in that neighbourhood. (Gravitons ought to be heavier, as do dark matter, etc.)

  19. Re:Doesn't matter in the end on Comments On Code Comments? · · Score: 1

    A feedback controller is a good example. Sure you can test it against a model, but you just won't know until you've had it running against the hardware. Also, models are expensive, so clients often don't want to pay for their development, but will allow for a bit more debugging and tuning against the hardware instead.

  20. Re:Just use Postgresql on Is MySQL Slowly Turning Closed Source? · · Score: 1

    Misclicked while moderating.

  21. Re:You should never stop learning on Ask Slashdot: Worth Going For a Graduate Degree In the Middle of Your Career? · · Score: 1

    I would recommend the same approach, i.e., write papers and get them published, but for another reason.

    If, after a while, you realise that grad school just isn't you, perhaps because of a stingy professor or something along those lines, then, when you quit, you'll still have your publications even if you didn't get your degree. And, since the papers have been through the peer review process, you'll have the word of your peers that you are a capable researcher.

  22. Re:Hundreds of millions of miles? on Could You Hack Into Mars Curiosity Rover? · · Score: 1

    That really depends on the mission. Powering directly towards Mars from Earth when they are the closest together is a rather inefficient (fuel-wise) transfer.

  23. Re:Apollo-like? on Launch Escape System To Be Tested For Apollo-Like Capsule In the Baltic Sea · · Score: 1

    That was the last capsule they designed. This one looks a bit more like we're used to. Which incidentally is also why they call it "apollo-like".

  24. Re:Color me unimpressed... on NASA Morpheus Lander Test Ends In Explosion · · Score: 1

    It is a "solved" problem. But that doesn't make it easy. Far from it.

    When controlling an object like this you'd usually use a state-space controller, most likely an optimal controller.

    First you need a mathematical model of the system. Since this is almost entirely a kinematic system they've most likely constructed a non-linear model using first order principles and then derived a first order approximation of it. The model won't be completely accurate, so they'll have to test it up against the actual system to see if it is "good enough". (Where the ability to judge if a model is "good enough" comes with practice.)

    Then, using the linear model, you can construct an observer so that you'll be able to estimate the states from the actual measurements. In this case I'd probably go for a Kalman filter.

    Finally you can synthesize you optimal controller, that generates the control signal from the estimated state.

    As far as I can tell, this is the first untethered flight of this system. Therefore they haven't had the chance to test if their mathematical model is correct, since there's a good chance the tether will change the dynamics of the systems, and errors in the model will result in a bad estimator and a bad controller, that, because the estimator is bad, will be fed false information. Getting reality to conform to the used math is no simple feat.

    ...and that was just the mathematical core of the control system. All the calculations has to run on a RT-OS, and all the electrical components, e.g. computers, sensors and actuators, have to work perfectly. Add to that all the various start up procedures that also have to be controlled, the trajectory calculations, etc. etc.

  25. Re:Curiosity is on Mars! on Curiosity Lands On Mars · · Score: 5, Insightful

    Since I'm from Europe I'd like to add: Kudos to the people of the US for funding it!