3D scanner made in a day

diy-3d-scanner

The LVL1 Hackerspace held a hackathon back in June and this is one of the projects that was created in that 24-hour period. It’s a 3D scanner made from leftover parts. The image gives you an idea of the math used in the image processing. It shows the angular relations between the laser diode, the subject being scanned, and the webcam doing the scanning.

The webcam is of rather low quality and one way to quickly improve the output would be to replace it with a better one. But because the rules said they had to use only materials from the parts bin it worked out just fine. The other issue that came into play was the there were no LCD monitors available for use in the project. Because of that they decided to make the device controllable over the network. On the right you can see a power supply taped to the top of a car computer. It connects to the laser (pulled out of a barcode scanner which produces a line of red light) and the turntable. A Python script does all of the image processing, assembling each slice of the scan into both an animated GIF and an OBJ file.

[Thanks Nathan]

Y Combinator and Upverter Host Hardware Hackathon

Y Combinator + Upverter Hackathon

Startup accelerator Y Combinator and Upverter are joining forces to run a hardware hackathon. This event aims to encourage hardware hackers to get together and design new products in a twelve hour sprint. Startups including Pebble, Octopart, and Lockitron will also be participating.

It’s a free event, and the winning teams will get their design manufactured. Participants will retain the rights to their designs, get free professional Upverter accounts, and have the chance to chat with some of the Y Combinator partners. This makes it a great opportunity for people looking to create their own hardware startup.

The event takes place on February 23rd at the Y Combinator offices in Mountain View, CA. Registration is open until February 8th. If you’re in the Bay Area and do hardware, you should check this event out.

Open Compute Project Hosts Hackathon

OCP Summit

The folks at Open Compute Project are running their annual summit in January, but this year they’ll be adding a hardware hackathon to the program. The hackathon’s goal is to build open source hardware that can be applied to data centers to increase efficiency and reduce costs.

The Open Compute Project (OCP) is a foundation that develops open hardware for data centers. This includes power supplies, motherboards, and storage disk arrays. The project started up at Facebook, but it’s now an independent foundation.

The hackathon will take place over the two day summit on January 16th and 17th, 2013 in Santa Clara. The registration is now open, and it’s free but limited to the first 100 people.

The hackathon is being put on with collaboration from Upverter, Github, and GrabCAD, who will be providing tools for the event. If you’re in the Santa Clara area and looking to do some hacking early in the new year, you might want to check this out.

PHP runtime rewritten, by Facebook?

Yes, its true. Facebook has completely rewritten the PHP runtime to make it faster and more efficient, and its completely open source. Named HipHop, its described as a source code transformer, changing PHP into optimized C++ which is then compiled using g++. Thus keeping the best aspects of PHP while taking advantage of the performance of C++. Using HipHop, the Facebook web server CPU usage has been decreased by about fifty percent! And who would have thought that this and many other cool advances in programming, started at a Hackathon.