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:Germany... on UK Government To Spy On Computers of the Jobless · · Score: 2

    I drive a Ford nucleon, you insensitive clod.

  2. Re:Comments on How Experienced And Novice Programmers See Code · · Score: 1

    Errors in the comments (s/increment/decrement/) would have been a nice touch.

  3. Re:Comments on How Experienced And Novice Programmers See Code · · Score: 2

    This is comment on a single line of code taken from qemu/hw/ds1338.c:

    /* Attempting to write the OSF flag to logic 1 leaves the value unchanged. */
    data = (data & ~CTRL_OSF) | (data & s->nvram[s->ptr] & CTRL_OSF);

    Would you say that it is useless ?

  4. Re:Mayan Calendar was right on W3C Finalizes the Definition of HTML5 · · Score: 0

    I'm disappointed. I followed the link in your sig in the hope of seeing a cat/goatse/Rick Astley but all I got was an ad that matches its description. Congratulations, you invented the reverse rickrolling. That or I spend too much time on the web.

  5. Re:How is this "the closest asteroid flyby to date on China's Chang'E 2 Succeeds In Thrilling Asteroid Flyby · · Score: 1

    I realize I should have just said that a flyby and an orbit are two different things, and that the article is therefore correct. Explaining why it is easier to get close to an object when you are orbiting around it than when you are flying past it is irrelevant.

    P.S.
    I hope that the reason /. doesn't have an edit button is because Bezos patented it. Seriously guys, it is 2012.

  6. Re:How is this "the closest asteroid flyby to date on China's Chang'E 2 Succeeds In Thrilling Asteroid Flyby · · Score: 1

    You can't compare the two scenarios.

    In a flyby the probe is moving really fast relative to the asteroid. It thus can't produce enough delta-v for a last minute avoidance maneuver. The trajectory is determined well before the encounter. How close you can safely get depends on how accurately you can predict the asteroid path. A few kilometers at close approach with a reasonably low risk of collision is pretty good.

    If you enter orbit first the situation is completely different. You can gradually lower the orbit and get as close as you want. You can also take all the time you need to accurately map the gravity field. And if there is a risk a collision the gravity is so low that you can quickly raise the orbit. The main difficulty in a low gravity environment is landing without bouncing back into space.

  7. Re:Challenge level: beginner on Solar Impulse Announces Flight Across America For 2013 · · Score: 1

    I don't understand where you got the idea that solar impulse cannot climb on its own. It is not a sailplane. It has solar panels and engines. They allow it to climb during the day and charge the battery. This energy (chemical and gravitational) is then available for the night. That it can gain more energy during the day than it consumes at night has been proven during their first 24h flight. Although of course it is only true around the summer solstice.

  8. Re:Challenge level: beginner on Solar Impulse Announces Flight Across America For 2013 · · Score: 2

    You are missing the point. Their objective is not to to develop a practical solar aircraft but to circumnavigate the globe with one.

    Thus their plane only has to be good enough for that purpose. In particular it doesn't matter if it can't fly during the winter solstice or if it is slow.

    Note also that aggressively exploiting currents and thermals was already a key part of the strategy of Breitling Orbiter 3, from some of the same people.

  9. Re:IS this part of the NASA outreach on NASA Prepares Probes For Suicide Mission · · Score: 0, Flamebait

    Where is -1 offensive when you need it ? Seriously.

  10. Re:Prime suspects on F-16 Engines Stolen From Israeli Air Base · · Score: 4, Informative

    penultimate: that word doesn't mean what you think it does.

  11. Re:waste on USB NeXT Keyboard With an Arduino Micro · · Score: 0

    Who cares if modern stuff is not durable. I can buy 10 modern keyboards for the price of one of these dinosaurs.

  12. Re:Why should exceptions be "exceptional"? on The Scourge of Error Handling · · Score: 1

    Reserving exceptions for error handling is a convention that makes it easy to distinguish error handling code from normal code and therefore improves readability.

    This rule is mainly intended to discourage this kind of monstrosity:
    int find (int val, char *t, int n)
    {
            try {
                    for (int i = 0; i n; i++) {
                            if (t[i] == val)
                                    throw i;
                    }
            }
            catch (int i) {
                    return i;
            }
            return -1;
    }

    If however you had to return across multiple function calls you would have to choose between exceptions and longjmp. Non-purists wouldn't object to exceptions in that case as they are safer.

  13. Re:This has been known on Thorium Fuel Has Proliferation Risk · · Score: 1

    It wasn't a pure U-233 weapon though, but a U-233/Pu-239 one.

  14. Re:The only problem is... on EU Resists US Lobbying As Privacy War Looms · · Score: 1

    In other news, some people are wrong. The right to be forgotten is the obligation, for providers of web services, to provide an option to delete you account and erase the personal information they have about you. No more no less.

    I agree that this right is poorly named though.

  15. Re:Hurd device drivers aren't in user space? on Multi-Server Microkernel OS Genode 12.11 Can Build Itself · · Score: 3, Interesting

    It depends. Hurd itself is an implementation of the unix api as servers running on top of a microkernel. Drivers are not its concern.

    The way drivers are handled on a Hurd system depends on the choice of microkernel. Mach includes drivers, so they run in kernel space. L4 doesn't have drivers, so they will have to be written separately and run in user space.

  16. Re:Pu-238 is not Pu-239. on New Small Fission Reactor For Deep-space Missions Demonstrated · · Score: 3, Informative

    Pu-238 is not used in nuclear explosives proper but some nuclear weapons use a Pu-238 fueled RTG as a power source (see RCED-97-52, section "ELECTRICAL POWER SOURCES").

    Historically most Pu-238 was produced for security applications. The space program was a minor user. The end of the cold war caused a dramatic reduction in the number of weapons. Thus the existing stockpile plus the Pu-238 recovered from dismantled weapons constituted a more than adequate reserve that rendered continued production unnecessary.

    Today they are comparatively few weapons and most have migrated to different power sources. Hence the space program can no longer count on the nuclear weapons program to "subsidize" production. If it wants more Pu-238 it will have to cover a large portion of the cost of restarting production. We can thus expect RTGs to be used less often than in the past.

  17. Re:Clean Rooms? on Sandia Lab Celebrates Inventor of the Modern Clean Room · · Score: 1

    I meant that Sandia technology has a higher potential to impact his life than he thinks.

  18. Re:Clean Rooms? on Sandia Lab Celebrates Inventor of the Modern Clean Room · · Score: 1

    You will after a nuclear war.

  19. Re:It isn't real until ..... on Invisibility Tech Demo Tomorrow In NYC · · Score: 2

    But if you put a camera behind the building looking away from it and connect it to a large screen in front of the building then someone located in front of the screen won't see the building.

    My understanding is that these devices work similarly. They don't block radiation, but bend it.

  20. Obligatory on Invisibility Tech Demo Tomorrow In NYC · · Score: 5, Funny

    Pics or it didn't happen.

  21. Re:What am i missing? on New Credit Card Includes Display and Keypad · · Score: 5, Informative

    What they did here is integrate a secure terminal like this one directly on the card.

    These terminals are used for online banking. Every time you log in, you receive a different challenge. You then insert the card into the terminal and enter both the pin and the challenge and get the response back. Then you enter the response in the browser.

    The goal of the system is to provide two-factors authentication. You need both something you have (the card) and something you know (the PIN).

    The reason you need a secure terminal is that typing the PIN directly on the computer would allow a keylogger to steal it.

    Overall it is a pretty solid system.

  22. Re:You know, Iran on Iran's High Tech Copycat War Against the West: Drones and Cyberwar · · Score: 1

    Except that there are not trying to build a bomb. Do you yourself a favor and read The Complete Idiot’s Guide to Iran and the Bomb.

  23. Re:But we're still buying their oil, right? on Iran Running Out of Physical Currency, Satellite Broadcasts Dropped in Europe · · Score: 2

    Sanctions, like war, are a form of coercion. And they kill, too, just more slowly. They have nothing to do with diplomacy (i.e. negotiations).

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

    This is a simulation that I coded myself.

    The first half of the trajectory should match the real thing quite well.

    The second half is indeed slightly steeper than in reality. The final altitude is about half what it should be. This is due to some simplifying assumptions (in particular that of a constant drag coefficient).

    However note that local terminal velocity decreases with altitude (due to an increase in air density), so the real curve is not as flat as you might think.

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

    The previous plot was based on old data. Here is a revised plot based on actual flight data (start height: 39045m, max speed: 373m/s).