Saturday, July 10, 2010

Solar-Powered Plane Flies Even at Night

Next up: a round-the-world solar-powered plane.
Years of hard work and testing have finally paid off. The Solar Impulse, a plane powered solely by solar energy cells, successfully flew through day and night. It spent the early morning of July 7 slowly climbing to an altitude of 8,700 meters to charge its batteries. 4:40pm saw the Solar Impulse take a long controlled dive to 1.5km, then continued flying at through the night without depleting its power reserve.

Friday, July 9, 2010

3D Displays May Be Hazardous to Young Children

Could this be a problem with the 3DS?

3D is all the rage right now, with cinemas and home theatre equipment both beefing up with glasses-mandatory viewing. Even gaming on-the-go is heading that way too with Nintendo's upcoming 3DS handheld.
While 3D gives us a neat effect while watching Toy Story 3, taking the kids to see that one over and over again, and eventually when it's on Blu-ray Disc, isn't a good idea at all.
According researchers who have been examining 3D video for years, the exposing children under the age of seven could affect their vision in a bad way. You see, our 3D human vision relies on our two eyes sending an image to our brains, which then makes stereoscopic sense out of it. This gives us depth perception – something that our brains only fully develop by the time we hit six years old.
Some of us aren't able to fully develop stereoscopic vision due to malaise in children called strabismus, sometimes known as lazy eye. This condition is treatable by training the nervous system to 'learn' stereopsis.
More than 15 years ago, Sega was toying with a VR headset that would give the wearer 3D images near the eye; but following a test by the Stanford Research Institute (SRI) at Palo Alto California, Sega was warned that the peripheral should not be given to kids – a tough order given that the video game market at the time was catered to a younger audience. The project was ditched, and 3D VR headsets slowly disappeared from the market.
Now that 3D is back, bigger than ever, the risk is even greater for young viewers. Adults are believed to be mostly safe from 3D effects, though most will likely find that they reach a point of fatigue before long anyway.

Make Firefox 4's Tab Bar Take Up Less Space

Chrome made a dent on the browser wars (aside from its touted page loading speed) because of its minimalist interface. Interface elements presented in a way that maximized screen real estate—especially moving the browser tabs to the window title.

You'd think that Mozilla would've come up with something similar for the Firefox 4 beta. Turns out that wasn't the case. Yes, the browser's title bar is now smaller, but the tabs are still below it. Luckily, the latest version of Mozilla's browser lets users work some CSS magic to push Firefox's tabs upwards. All it involves is adding the following code:
#appmenu-button-container{
position: fixed !important;
}
#navigator-toolbox[tabsontop="true"] #TabsToolbar{
padding-left: 80px !important;
margin-right: 105px !important;
padding-top: 2px !important;
}
#appmenu-button{
padding: 3px 5px 3px 5px !important;
height: 20px !important;
}
...to Firefox 4's userChrome.css file. Instructions on how to locate the file—and an important warning—are available on Gdgtry.

Thursday, July 8, 2010

NASA Releases Unreal Engine MMO Preview Demo

After you finish this, try playing some Doom for space-marine training.

Last year we learned that NASA was working on an Unreal-engine powered MMO game called Astronaut: Mars, Moon, and Beyond. It's partly a recruitment tool to get the younger generation interested in space exploration and research, much like the aims are with America's Army.
The final version of the NASA MMO isn't out yet, but released this week is Moonbase Alpha as a free preview. You've got nothing to lose, so grab it on Steam if you've always wonder what it'd be like to be a space cadet.

Firefox 4 Beta 1 Now Available for Download

Mozilla has announced that Firefox 4 Beta 1 is now ready for download and at the same time revealed some details about the newest iteration of the popular browser.

Windows users will notice a big change in interface design, which, among other things, has tabs located along the top by default. There's also a new Add-Ons Manager, which affords more space to managing add-ons, themes and plugins. Firefox 4 Beta 1 brings support for HTML5 and WebM, improvements to privacy, crash protection, and a boost in performance when it comes to start-up and page-load times.
Features expected in the future include the ability to sync your settings, passwords, bookmarks, history, open tabs and other customizations across multiple devices; better privacy controls; yet more improvements to performance; and the same themes for OS X and Linux.
Mozilla's Mike Beltzner warns that not everything in this release will make the final cut but, as always, the best way to ensure your favorite features are included is to get in on the Beta and provide feedback to that effect. FF4B1 even includes a Feedback add-on to make it easier to send in your likes and dislikes.
Download Firefox 4 Beta 1 for Linux, Windows or OSX here and let us know what you think are the biggest and most important improvements.