Slashdot Mirror


User: Bomazi

Bomazi's activity in the archive.

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

Comments · 143

  1. Re:Speed_of_sound 1,236 km/h on Felix Baumgartner's Supersonic Skydive Attempt · · Score: 3, Informative

    The speed of sound varies with temperature. The formula is 'c = 165.8 + 0.6 * T', with c in m/s and T in K. See this simulation of Baumgartner's jump.

  2. Trajectory on Supersonic Skydive Attempt Delayed 24 Hours · · Score: 1

    I was curious about what it would take to break the sound barrier and thus wrote some code to simulate his jump. This plot shows what it could look like. It is vastly simplified and thus not quite correct but gives a general feel of the trajectory. It correspond to a jumper with the minimal aerodynamic performance needed to break the sound barrier from an altitude of 120'000 feet. This is achieved at an altitude of about 28 kilometers and an air density of 2% that at sea level. Constructive remarks are appreciated.

  3. Re:Erection? on Japan Aims To Abandon Nuclear Power By 2030s · · Score: 1

    Every morning, yes.

  4. Re:Wow, a story about Raspberry Pi on Adafruit Releases Educational Linux Distro For Raspberry Pi · · Score: 4, Funny

    Wait until they post about my beowulf cluster of bitcoin mining raspberry pi made with an arduino-controlled 3d-printer.

  5. Re:Privacy Concerns Aside on Google Wants You to Use Your Real Name on YouTube · · Score: 4, Funny

    I I thought he was going to link to this one: http://xkcd.com/202/ . It is one of my favorites.

  6. Re:As we move into Memorial Day and Americans reme on Remembering America's Fresh Water Submarines · · Score: 1

    Because of course, all muslims are terrorists. Well played.

  7. Re:A real, non-hipster, way on Sidestepping Tactical Nuclear Weapons Limits With Strategic Bombs · · Score: 1

    The first step is for the US and Russia to transition to a policy a minimal deterrence and reduce their stockpile to no more than a few hundred weapons each. That would put them at the same level as everyone else.

    Then we can start talks that involve all nuclear powers. Will it be possible to agree on global disarmament ? Maybe not, but we won't know until we try. The problem today is that other countries are not interested in even talking about disarmament as long as the US and Russia maintain such ridiculously large arsenals.

    By the way no one is suggesting that the US and Russia disarm completely while China doesn't.

  8. Re:The pathetic US space program on How NASA and SpaceX Get Along Together · · Score: 3, Interesting

    Once you have 10000+ employees under a gazillion layers of management you lose your ability to innovate. They will probably achieve a lot more if they stay (relatively) small. Musk himself said he didn't want to grow too much for precisely this reason, although I don't have the quote on hand.

  9. Re:The pathetic US space program on How NASA and SpaceX Get Along Together · · Score: 1

    NASA just pissed 8 billions away on Ares-1 and is preparing to waste a lot more on the SLS, not to mention the cost overruns of MSL and the JWST. They already have more money than they need. Until they learn to manage it better their budget should certainly not be increased. Now I know this is congress's fault not NASA proper but that's irrelevant.

  10. Re:Government documents on Wil Wheaton: BitTorrent Isn't Only For Piracy · · Score: 2

    Until bitorrent is supported natively and transparently by browsers it is not suitable for a government website. They have to be usable by anyone, not just technically inclined visitors. Requiring something like a pdf reader is one thing but a bittorent client is too complicated to set up.

  11. Re:LOL ... tautology ... on Minneapolis Airport Gets $20 Million Hi-Tech Security Upgrade · · Score: 5, Insightful

    Israeli-type security is not acceptable. I shouldn't be interrogated just because I have the audacity to travel. A pre-911 level of security with some improvements (better intelligence, reinforced cockpit doors) is more than enough. Terrorism is one of the most unlikely cause of death, behind food poisoning or slipping in a bathtub. We could avoid all that shit if we spent a thousandth of what we waste on "security" on teaching statistics.

  12. Re:helpful suggestion on Ask Slashdot: How To Secure My Life-In-A-Briefcase? · · Score: 1

    Hey, that's the combination on my luggage.

  13. Re:Let's see now... on Icons That Don't Make Sense Anymore · · Score: 1

    A Hex key is a type of wrench. Another name for it is Allen wrench.

  14. It is not possible to cause a properly designed elevator to crash or trap its occupants by a remote command, for the simple reason that the system only accepts a small set of safe commands. A command to change an operating parameter (like a speed, delay, etc...) is rejected if out of bounds. A command to stop will result in the elevator moving to the next floor, opening its doors and then shut down, i.e. going to a fail-safe state. There is no "crash and burn" command. So even if someone gets unauthorized access to the control network, the worse they can do is play pranks, reduce performance or deny service.

  15. Re:The United States wouldn't care on Russia Threatens Pre-emptive, Destructive Force On US Missile Defense · · Score: 1

    There are too many dicks in your post. I'll have to watch some lesbian porn to clean my eyes.

  16. Re:Friendly vs Unfriendly on NASA Boss Accused of Breaking Arms Trade Laws · · Score: 1

    You know that centrifuges can be used to make fuel for civilian nuclear power reactors, right ?

  17. Re:Wrong on Company Accidentally Fires Entire Staff Via Email · · Score: 0

    average != median. Woosh !

  18. Re:Favorite on 20th IOCCC Source Code Released · · Score: 1

    I don't like this because it depends on knowing an obscure trivia (i.e. that unix == 1) that is not in ISO C and totally useless. An interviewee shouldn't fail because of that.

  19. Re:Durability on Restoring China's Forbidden City With 3-D Printing · · Score: 1

    Durability is a non-issue. You can always mold your plastic copy and make a cast with whatever material you want.

    The value of 3D-printing is that it is the cheapest way to turn a 3D-model into a real life object. And it is detailed too.

  20. Re:Predictable on North Korea Shows Off Space Center and Launches Missile · · Score: 5, Insightful

    Of course they won't give up their nuclear weapon program in exchange for food aid, but that is irrelevant. Aid should be given, in exchange for nothing, even if it might be diverted or otherwise help the regime last. Using the threat of famine for political gains is unacceptable. North Korea does it to some extent, we shouldn't.

  21. Re:waiting 20 years or more to get the real scoop on Why Hubble Broke and How It Was Fixed · · Score: 1

    What makes you think the US failed with Sputnik ? Eisenhower deliberately let the Soviets be first because he didn't want to use existing military rockets and wanted them to test the water of flying a satellite over sovereign countries. Now you might argue that he was mistaken but his plan (let the soviet be first and follow soon after) was a success.

  22. Re:Has anyone embedded Guile? on Guile Scheme Emacs-Lisp Compatibility Matures · · Score: 1

    I meant that Lua has a limited standard library so a lot of stuff will require C. Guile by contrast has a POSIX system calls interface, networking, an html module, etc... Python has even more stuff. And it is my understanding that Lua is most often used sandboxed, like javascript, rather than to write standalone applications.

  23. Re:Has anyone embedded Guile? on Guile Scheme Emacs-Lisp Compatibility Matures · · Score: 3, Interesting

    There are many other apps using it, like gnucash.

    Having used it before I can tell you that the C API is very well made, and C and scheme can call each other with few limitations. Scheme is an elegant language too.

    Lua has three main advantages over guile. It is trivial to package, has a smaller footprint, and works anywhere. Guile only really supports posix and windows.

    But the main competitor to guile is not lua, it is python. And the battle is all but lost. The two offer about the same functionality. They can easily interface with the outside (unlike Lua) and the C API works similarly, but python wins due to its more traditional syntax and larger developer base.

    As much as I like guile, the whole point of an extension language is to encourage third-party additions, so you want a language that attracts as many potential developers as possible (including beginners), and that language is not scheme. So unless your religion forbids it (i.e. it is a gnu program), python, or maybe javascript, is almost always a better choice.

  24. Re:Fagets on Qualcomm Calls To 'Kill All Proprietary Drivers For Good' · · Score: 1

    And RFCs will even tell you how you should interpret the word should .

  25. Re:Good on James Cameron Begins His Deep-Sea Dive · · Score: 1

    It is not amusing, it is stupid. Unobtainium, by definition, doesn't exist. If you give that name to something that does exist (albeit in a fictional universe), then you don't understand the term and shouldn't have used it in the first place. It is an insult to those that do understand it.