GameCube With Built In Screen

[youtube=http://www.youtube.com/watch?v=GMc6pNemats]

In light of our recent rash of Nintendos stuffed into other Nintendos, we are happy to show a Nintendo mod project that breaks form and makes something marginally useful.  [Sami] added an LCD to his GameCube, and made it look good too.  Attached to the top of the GameCube, it hinges at the side allowing for you to close it all up for transport or storage. Great job [Sami].

Year In Ideas

kneebrace

The New York Times has published their 8th annual Year in Ideas. It’s a collection of interesting research and policy changes that have happened in the last year. They cover several projects that we’ve found noteworthy in the past. Pictured above is [Max Donelan]’s power generating knee brace. It generates power as you perform mundane daily activities. Another pick was the Brickley Engine. It has a unique piston layout to reduce friction for increased efficiency. We were particularly interested in the research that discovered drone pilots become exhausted far quicker than pilots in real aircraft. It’s doubtful that this problem of “sensory isolation” will go away and we wonder what other fields it might appear in. They even mention [Josh Klein]’s crow vending machine. You’ll find something to pique your interest in the Year of Ideas, even if it’s DNA forensics for dog poop.

[via Waxy]

Xbox 360 Jasper In The Wild

jasper_5

[Ben Heck] has written up what he calls a “super unboxing” of the new jasper Xbox 360.  The “jasper” refers to a new graphics processor that is supposed to be smaller and more reliable. They have been hard to find, but [Ben] shows us how to spot them. Simply look at the sticker on the back of the unit that shows voltage/current. If it uses 12.1 Amps instead of 14.2, it has the jasper.

GigaPixel Panorama

gigapixel

[Ewout] sent us some info on this Automated Gigapixel Panorama Acquisition system.  The system automates the process of taking the large amounts of images required to do gigapixel panoramics. You tell it key information, like what lens, and what percent overlap you want and the system will calculate how many images it will take, as well as the gigapixel count. The results are quite stunning, no visible seams with fantastic detail.  Interestingly, this was created for a class in embedded system design (ECE4180) at Georgia Institute of Technology and so was our post earlier today on Digitally Assisted Billiards. Is Hack a Day part of the class curriculum? It should be.

Robot Strippers Not Too Enticing

robot_strippers

We really aren’t sure what the statement is here.  This is one of the displays at the MuTate London Exhibition. There is tons of stuff to see there, from interactive displays to giant art-piece vehicles. This specific display seems to have garnered the most attention though. we can understand the megaphone headed flailing DJ, but what is with the CCTV camera heads?

[via Gizmodo]

Winboni, A Window Cleaning Robot

[youtube=http://www.youtube.com/watch?v=1kchwH-3tY0]

The Winboni is the first place winner in the International Student Design Competition of the American Society of Mechanical Engineers. Winboni is a small robot that cleans windows. That alone doesn’t set the robot apart. The fact that it is held on by suction is what distinguishes it. Running off AA batteries, this robot clings to the window as it cleans it with felt pads. It is hard to believe that this isn’t already a commercial product. Actually, we thought we had even seen it before, but we can’t find it now.

[via DVICE]

Python 3000 Officially Released

python3k

Python 3000 has officially been released. The final bug, Issue2306, “Update What’s new in 3.0” has been closed. Python 3000, py3k, Python 3.0, is a major release for the community. [Jeremy Hylton] pegs the earliest mention of the beast to January 2000. The new release has grown from PEP 3000, opened April 2006.

Py3k breaks backwards compatibility with previous releases in order to reduce feature duplication and promote one obvious way of getting things done. The first major change is that print is now a builtin function and not a statement. int and long have been unified, and integer division now returns a float. Py3k uses concepts of “text” and “data” instead of “Unicode strings” and “8-bit strings”. You can read about many of the changes in What’s New In Python 3.0. Some new features have been backported to Python 2.6 so you can start implementing them in your current code to ease the transition. 2.6 also has the -3 command line switch to warn you about features that are being removed or changed. Finally, the tool 2to3 is a source-to-source translator that should automate a lot of the changes.

Documentation for the new release is online. Source packages and binaries are available now.

[via johl]