
HiRISE, Noted on the Bad Astronomy Blog.
Astronomers using the H.E.S.S. telescopes have discovered the first ever modulated signal from space in Very High Energy Gamma Rays -- the most energetic such signal ever observed. Regular signals from space have been known since the 1960s, when the first radio pulsar (nicknamed Little Green Men-1 for its regular nature) was discovered. This is the first time a signal has been seen at such high energies -- 100,000 times higher than previously known — and is reported November 24th in the journal Astronomy and Astrophysics.
Unlike sniffer dogs which require three months training, it takes 10 minutes to train the bees.
After training three or four bees are put in a shoebox-sized "sniffer box", held in position on plastic mountings. Air is sucked by a fan into the box via plastic tubes and wafts gently over the bees.
If they detect explosives in the air, the trained bees all stick out their proboscises together.
A miniature video camera in the box is trained on them and is connected to a computer programmed with movement recognition software. As soon as the movement of the proboscises is detected, an alarm sounds to alert the security operator.
To avoid false alarms from rogue results, a single bee sticking out its tongue does not set the system off.
DomainKey-Status: good (test mode)
Received: from zps36.corp.google.com (zps36.corp.google.com
[172.25.146.36])
by smtp-out.google.com with ESMTP id kAT49pg2026142
for; Tue, 28 Nov 2006 20:09:52 -0800
DomainKey-Signature: a=rsa-sha1; s=beta; d=google.com;
c=nofws; q=dns;
h=received:to:from:subject:x-mailer:message-id:date;
b=TP7wvOxr2uytSzFXTNxFV3qDCWXlmhYZHx189gsyc/q2VtyAE4e
NBSPLE4PgveOe37/IE/11kQXrGNexE8G6ig==
nslookup
> set query=any
> beta._domainkey.google.com
...
Non-authoritative answer:
beta._domainkey.google.com text = "g=\; k=rsa\; t=y\;
p=MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBAMs93oc95ObA7OEQEbqjIy6YvR
j1u3yVGTzQ3wkwRQTWx1fhvNQenPNFklaL+Tw9XFYUc3f8eY0hs3WUNQ+t+I0
CAwEAAQ=="
In North America, for the Maritime Provinces of Canada, New England, eastern New York and Bermuda, the Sickle of Leo (from where the Leonids appear to emanate) will be above the east-northeast horizon just as the shower is due to reach its peak. But because Leo will be at a much lower altitude compared to Europe, meteor rates correspondingly may be much lower as well. However, this very special circumstance could lead to the appearance of a few long-trailed Earth-grazing meteors, due to meteoroids that skim along a path nearly parallel to Earth's surface. Seeing even just one of these meteors tracing a long, majestic path across the sky could make a chilly night under the stars worthwhile.
Unfortunately, for the central and western United States and Canada, the Leonid outburst will likely have passed before Leo rises; at best, nothing more than the usual 10 or so Leonids per hour will likely be seen.
Keep in mind that for New England and U.S. East Coast, the peak is due locally on the previous calendar day, Saturday, Nov. 18, at 11:45 p.m. Eastern Standard Time (For the Canadian Maritimes and Bermuda, the corresponding time is 12:45 a.m. on Sunday, the 19th. For Newfoundland it is also on the 19th, but at 1:15 a.m.).
Actually, it *is* a Sun engineer joke. The 10 Mbps predecessor was a chip called the "Big MAC Ethernet" -- in this case, it was a mere pun, since MAC stands for Media Access Control, i.e. the Ethernet data-link layer. When they designed the 10/100Mbps chip later on, they decided to turn the pun into a full-out joke, and they called it the "Happy Meal Ethernet."
On a Solaris machine, the interfaces are named by the driver type, so instead of "eth0" you'll see something like "hme0" instead.
A Chinese submarine stalked a U.S. aircraft carrier battle group in the Pacific last month and surfaced within firing range of its torpedoes and missiles before being detected, The Washington Times has learned.
The surprise encounter highlights China's continuing efforts to prepare for a future conflict with the U.S., despite Pentagon efforts to try to boost relations with Beijing's communist-ruled military.
Your editor has recently had the opportunity to write a Linux driver for a camera device - the camera which will be packaged with the One Laptop Per Child system, in particular. This driver works with the internal kernel API designed for such purposes: the Video4Linux2 API. In the process of writing this code, your editor made the shocking discovery that, in fact, this API is not particularly well documented - though the user-space side is, instead, quite well documented indeed. In an attempt to remedy the situation somewhat, LWN will, over the coming months, publish a series of articles describing how to write drivers for the V4L2 interface.V4L2 has a long history - the first gleam came into Bill Dirks's eye back around August of 1998. Development proceeded for years, and the V4L2 API was finally merged into the mainline in November, 2002, when 2.5.46 was released. To this day, however, quite a few Linux drivers do not support the newer API; the conversion process is an ongoing task. Meanwhile, the V4L2 API continues to evolve, with some major changes being made in 2.6.18. Applications which work with V4L2 remain relatively scarce.
V4L2 is designed to support a wide variety of devices, only some of which are truly "video" in nature:
- The video capture interface grabs video data from a tuner or camera device. For many, video capture will be the primary application for V4L2. Since your editor's experience is strongest in this area, this series will tend to emphasize the capture API, but there is more to V4L2 than that.
- The video output interface allows applications to drive peripherals which can provide video images - perhaps in the form of a television signal - outside of the computer.
- A variant of the capture interface can be found in the video overlay interface, whose job is to facilitate the direct display of video data from a capture device. Video data moves directly from the capture device to the display, without passing through the system's CPU.
- The VBI interfaces provide access to data transmitted during the video blanking interval. There are two of them, the "raw" and "sliced" interfaces, which differ in the amount of processing of the VBI data performed in hardware.
- The radio interface provides access to audio streams from AM and FM tuner devices.