Pre-order This Graphically Stunning Print Edition Of Hackaday

Now is your chance to hold a piece of Hackaday in your hands. Last year we announced our first ever print edition. We continue that tradition with a much bigger offering. Hackaday Omnibus vol #02 gathers the best content from Hackaday over the last year. This includes in-depth original content, incredible art, the events that mattered over the last 12 months, and a few cryptic easter eggs.

omnibus-vol2-on-your-coffee-table[Joe Kim], Hackaday’s Art Direct, really outdid himself with the cover this year. Inspired by an epic movie, the illustration includes a shoutout to almost every article found within. Of course there is a lot more of his work inside, along with the efforts of dozens of writers, artists, editors, and more.

All 128 pages of Omnibus vol #02 were painstakingly laid out by [Aleksandar Bradic] who enlisted the help of a dedicated core of Hackaday.io members to help pore over the final drafts, ensuring the presentation is immaculate. Along the way some of them teamed up to roll in those easter eggs that I previously mentioned. We don’t even know what all of it means, you should be the first to solve the mystery.

Most of the 31 articles that grace these pages have run past the front page of Hackaday. But there are a few that were written specifically for the print edition. These will be published on our front page starting in 90 minutes and continuing for a few weeks. It is important to us to share these great works without the need to purchase anything. But the Omnibus is truly one of the coolest pieces of tech literature that you can own. It deserves a place on your coffee table, reception area at work, and as a gift for all who love to know how things work, how things were built, and the legacy of knowledge that has come from generations of hacking.

We’re only running a single printing of this gorgeous volume. Make sure you get one of your own by placing a pre-order now. Be one of the first 500 using coupon code OMNIBUS2015 and get it for just $10! Show that you support great content and help make future projects like this possible.

3 Billion Devices And A Sega Genesis Run Java

A few years ago, [Mike]’s friend gave him an old Sega Genesis with the very cool and somewhat rare SegaCD drive attached. The SegaCD gave him an idea – while it’s not easy to burn a cartridge and play homebrew games on a real Genesis console, everyone has a CD burner somewhere. [Mike] began writing his demo and then realized adding Java would be easy on the 68000. The result is Java on three billion devices and a Sega Genesis.

This project is built around Java Grinder a Java byte code compiler that will compile classes, factories, and all the horrible Java design.design.pattern.pattern.patterns() into assembly language. Already, there are a lot of platforms supported by Java Grinder, including the Commodore 64, the TI99, and thanks to some work from [Joe Davisson], the Apple IIgs

With a byte code compiler, an assembler, and an API for the Sega-specific hardware, [Mike] set about building his demo. Since this was a Sega, it needed the ‘SEGA’ sound at the start. [Mike] ended up recording his voice saying ‘JAVA!’ This plays through the Z80 on the Genesis.

The complete demo – viewable in its emulated format below – has everything you would expect from a proper demo. Starfields, dancing sprites, and even a Mandelbrot pattern make it into the three-minute long demo.

Continue reading “3 Billion Devices And A Sega Genesis Run Java”

Laser Cutting Bathymetric Maps

Bathymetry is the underwater equivalent to topography. And with the right map data, you can make some amazing 3D laser cut maps that feature both land masses — and the details under the sea. [Logan] just learned how to do this, and is sharing his knowledge with us.

[Logan] holds the typical hacker belief: The best way to learn something is just to start the project and figure it out as you go. Which also makes him an excellent candidate for helping others to learn what not to do. His goal of the project was to create a visually stunning map of Vancouver that helps to emphasize the depth of the ocean just off the coast.

To do this he obtained bathymetry data from the Fisheries and Oceans of Canada, and city map data from Open Street Map, a service we’re very familiar with that has provided data for many cool hacks, like this Runner’s GPS unit. The tricky part now is combining the data in order to laser it.

Continue reading “Laser Cutting Bathymetric Maps”