Slashdot Mirror


User: j_cavera

j_cavera's activity in the archive.

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

Comments · 73

  1. Re:Battery powered aircraft:Completely unrealistic on NASA Designs All-Electric Personal Flight Vehicle · · Score: 1
    Not unrealistic! There are a number of battery powered aircraft (that even hold people!) being manufactured today. Still kinda experimental, but getting much better. For starters, check out:

    http://www.yuneec.com/
    http://www.electraflyer.com/
    http://www.pipistrel.si/planes/35

    Yes, the energy density of the best batteries are about 5% that of gasoline (not 1%) but a gasoline engine is only about 20% efficient at converting chemical energy to mechanical. An electric motor is more like 90%. It's no where near equal, but definitely usable.

  2. I'd love to use a proportional font on Programming With Proportional Fonts? · · Score: 1

    ... but my VT102 terminal only has the one and the APL compiler doesn't understand a \t.

  3. Re:Other Rodent Upgrade Experiments on Scientists Build a Smarter Rat · · Score: 1

    Mantis shrimp eyes would be f-ing cool!

  4. Big Boo-Tay-Tay! on Suitable Naming Conventions For Workstations? · · Score: 1

    All of the "Johns" from Buckaroo Banzai. Worfin, Ya Ya, Small Berries, etc. That is all.

  5. Re:Python(x,y) on Open Source Software For Experimental Physics? · · Score: 1

    You've a valid point with regards to the LabVIEW code. I've been a LV and C programmer for a really long time and, as an independent consultant, I'm usually called when things go awry. That said, some of the worst code I've ever seen has been written in LabVIEW. Loops nested 20-levels deep when a simple state-machine would do. Parameters passed solely via over 1000 globals. Logic so contorted that Godel would have shot himself in frustration.

    The problem is not that LabVIEW is bad per se, but that the coding bar is low. People who have only written "hello world" in VisualBasic get a copy of LabVIEW and try to conquer the test and measurement world.

    So I guess I feel your pain, but don't blame the tool for crap-code. - Jim

  6. Re:Labview on Open Source Software For Experimental Physics? · · Score: 1

    Oh, and that's me (j_cavera)... Just forgot to log-in. - Jim

  7. Re:Stay away from Labview on Open Source Software For Experimental Physics? · · Score: 1
    Two ways of doing this. Easy way (and the way that NI tells you to do it): create a control template for the cluster. When the template changes, everything that subscribes to the template changes accordingly. The limitation is that it is still a cluster and those aren't the easiest things to work with. Your circuit analogy is a good one in this case.

    Harder way (but worth it and something that NI doesn't tell you): Store all variables as a 2D array of either strings or variants. For each row in the table, the first element is the variable name, the second is the value, the third is the data type and the fourth is the units.

    This is a royal pain in the *** to code initially, but will save you limitless time later on as you end up getting things like state persistence, search-sort, type conversion, and so forth.

    Over the decades (yes, I've been coding LabVIEW for a couple of 'em), I've come up with an entire suite of VIs to work with these variables in 2D arrays just as though they were named members of clusters.

    Don't know if the paper and sample code is still up on ni.com, but I did a presentation on this at NIWeek 2006. Hope this makes your LabVIEWing much more pleasant...

    - Jim

  8. Re:Labview on Open Source Software For Experimental Physics? · · Score: 3, Informative

    I've been a LabVIEW developer for 20 years now (since v2 came out in '89) and a C-coder for about almost as long and I can say this with about 99% certainty: LabVIEW is not for everything, but what it is good at, there is no good replacement (open source or otherwise). LabVIEW is second to none for data acquisition, control, (some) analysis, (some) simulation and (some) SCADA. On the flip side, unless you've a lot of experience with LabVIEW and/or a lot of time to kill, don't try anything with recursion, distributed computing or high-end visualization. I guess I'm not really sure what the problem is here: For less than $2k, you can pick up a copy of LabVIEW and save your boss hundreds of hours of your time. For about $5k, you can get the whole dev package and compile things to .exe's for deployment all over the company.

    Just my $0.02...

  9. Re:I believe it. on Plane Simple Truth · · Score: 1

    1/100th of 1 bear. By the way, polar bear tastes wonderful smoked over apple wood with a red wine marinade.

  10. You can take my coffee ... on Coffee Maybe Not a Health Drink! · · Score: 1

    ... when you pry it out of my cold, dead (yet still shaking) hand!

  11. Headlines in 2020 on Moonshot, CEV Modifications · · Score: 3, Funny

    I can see this one coming:

    In the latest round of budget cuts, NASA introduced plans to modify the CEV for the planned Moon landing in 2038. The original plan called for an updated J-2 engine first used on the Saturn V rocket. The new plan is to have a guy sitting on the outside with a fire extinguisher. The fire extinguisher engine was first used in a high-school physics lab in the 1930s. It is not expected to save any money in the near-term, but in the far term, it should be a cost saver since the technology already exists and is proven.

    - Jim

    And yes, I AM a rocket scientist...

  12. Prior art... on Rocket Science on Two Wheels · · Score: 1

    Eject Buckaroo! Eject!

  13. Re:Don't kid yourselves on Pixar Eaten by Mickey Mouse · · Score: 1

    > does this mean that Disney's movies will improve, or that Pixar's will become worse?

    Put a gifted kid in a class full of idiots. Will the idiots become smarter? Think not.

  14. Re:Aha! on A 'salty' source of coherent light · · Score: 4, Interesting

    You may think that funny, but... If you take a humble kosher dill and stick a nail into either end, then run normal 110v AC through said pickle, it will glow with a soft yellow light as the salt in the brine becomes excited. Go ahead an try this at home. For some reason, kosher dills do this best. So given this as prior art, I'd take the laser findings with a grain of ... yeah, whatever. - Jim

  15. Re:Psuedoscience on Warp Engines In Development? · · Score: 1

    References please? I've known about antimatter propulsion methods, but didn't know of any major breakthroughs in either production or storage. Last I heard, storage was via (leaky) Penning traps and production amounted to picograms per year.

  16. Real-world application on Algorithms Determine Mona Lisa's True Emotions · · Score: 1

    I for one welcome this new technology. I look foward to being able
    to buy a handheld model that can tell me why my wife is mad at me.

  17. Not so much on Would You Use Ad-Supported Windows? · · Score: 2, Interesting

    It's not that I would use it given any choice in the matter. At issue is if M$ will be able to sell it to the PHBs of the world. And I'm afraid that the answer is "yes".

  18. The space show on Best Science News Podcasts? · · Score: 1

    Check out the Space Show at http://archived.thespaceshow.com/ The host has a moderately annoying voice, but the guests are first rate and the content is deep enough to satisfy the interested nerd. Shows are generally more than an hour, so also good for long drives.

    - Jim

  19. Notice to the rest of the world on The Why of Space Program Races · · Score: 4, Funny

    Bring it on! (BTW, Burt Rutan _is_ on our side, right?)

  20. If not press, then what? on Bloggers Not Eligible for Shield Law? · · Score: 2, Interesting

    Especially considering that the "mainstream press" is relying more and more on the bloggers for their news. As I see it, this is nothing more than freelance journalism, which is now and always has been a respected and vital part of the mainstream news agencies. Certainly the distinction has been made that freelance journalists are journalists by trade whereas bloggers are full time (x) and only part-time journalists, but is this is fair distinction to make, as many freelance journalists also act as consultants, analysts, etc.?

  21. Re:I think Uncyclopedia needs this upgrade on 200gb Hack for iPod Nano · · Score: 1

    200 trilobyte connection? I've heard of sneakernet, but those things have got to have a horrific latency.

  22. Re:Other uses for fusion? on Yet Another Method Of Achieving Nuclear Fusion · · Score: 1

    Several varieties of fusion rockets are being considered: IEC (inertial electrostatic confinement) is just like the Farnsworth Fusor with a selectively leaky grid. This produces a unidirectional jet of plasma useful for propulsion and power. This idea is being pushed by Bussard for his ramjet. Dense plasma focus is just like a rail gun with a plasma armature. Take two coaxial pipes, puff some duterium between them, run a couple million amps across them and the Lorentz force pushes the gas out at about mach 100. When the plasma reaches the end of the electrodes, the magnetic field pinches off a bunch producing fusion. This is similar to several existing plasma rocket designs and can be scaled to hundreds of newtons of thrust with an Isp of 10-50K. Takes a ton of power though. Field-reversed configuration (FRC) is like a open-ended tokamak with magnetic mirrors on the ends. One mirror is leaky causing a stream of plasma to escape. The design is similar to the VASIMR (variable specific impulse magnetoplasma rocket) design being developed at NASA in Huntsville AL. Won't even mention Orion, Daedalus, etc. Those have been covered before. There are of course many other concepts as well. For a great look at fusion space propulsion: Kammash ed., Fusion Energy in Space Propulsion, AIAA Press 1995 Emilio Panarella ed., Current Trends in International Fusion Research, Plenum Press 1997 or look up papers by George Miley or Terry Kammash.

  23. Re:If c is the speed of light... on One Hundred Years of E=MC2 · · Score: 1

    Speed squared is no longer speed. Just like length squared is no longer length. To get technical: speed (in meters per second) squared = (meters squared) per (seconds squared). Or, if you prefer, joules per kilogram (a constant).

  24. Re:w00t on Rootkits: Subverting the Windows Kernel · · Score: 1

    Probably the first time in Slashdot's history that that comment is actually on topic...

  25. Sounds good, but... on Ars Technica on Zeta 1.0 · · Score: 2, Insightful

    Can we hear from someone who has used a BeOS or derivative for more than the 1 week, I'll-use-it then-write-a-review-about-it period? While I'm as willing as the next guy to try out a new OS, I'm not going to play early adopter potentially burn up a perfectly good machine with an install that renders it only marginally usable.