Game Like It Is 1983

The first computer I ever physically saw — I think — was an IBM System/3. You might not remember them. They were business computers for businesses that couldn’t justify a big mainframe. They were “midrange.” Nevermind that the thing probably had the memory and processing speed of the CPU inside my mouse. Time progressed and IBM moved on to the System/3x (for example, the System/32). Next up was the AS/400 and finally the IBM i, which is still in production. Here’s a secret, though, most of the code I’ve seen running on an IBM i dates back to at least the System/3 days and maybe even before that.

If you are interested in history, or midrange computers (which are mainframe-like in their operation), you might want to actually play with a real machine. A quick glance at eBay tells me that you might be able to get something workable for about $1000. Maybe. That’s a bit much. What if you could get time on one for free? Turns out, you can.

The Cloud Option

Head over to PUB400.com and register for an account. This won’t be instant — mine took a day or two. The system is for educational purposes, so be nice and don’t use it for commercial purposes. You get 150MB of storage (actually, some of the documentation says 250MB, and I have not tested it). While you are waiting for your account, you’ll need to grab a 5250 terminal emulator and adjust your thinking, unless you are a dyed-in-the-wool IBM guy.

Even though the IBM i looks like an old 1970’s midrange, the hardware is quite modern with a 64-bit CPU (and the architecture can handle 128 bits) and well-known stability. However, the interface is, well, nostalgic.

Ready…

Depending on your host computer, there are several IBM 5250 terminal programs available. They recommend tn5250 or tn5250j which use Java. However, I installed Mochasoft’s emulator into my Chrome browser. It is a 30-day free trial, but I figure in 30 days I’ll be over it, anyway.

Continue reading “Game Like It Is 1983”

Friday Hack Chat: BadgeLife

For the last few years at DEF CON, we’ve seen the emergence of an entire community of badge creators. These aren’t official badges — good news, since the official DEF CON badge will probably be an unpuzzling piece of laser cut acrylic this year. Lucky for us this is the biggest year yet for independent electronic badges. This is BadgeLife, the fine art of designing and building hundreds of badges for eager conference goers.

This Friday, we’ll be hosting a Hack Chat with a few of the folks tapped into BadgeLife. [Whitney Merrill], lawyer, hacker, and overseer of the Crypto & Privacy village will be joining us talking about this year’s badge, the puzzle she designed, and what BadgeLife really means. Also joining us will be [Karl Koscher], research scientist and co-organizer of the Crypto and Privacy village.

Also on deck will be the creators of this year’s Bender Badge. Last year, AND!XOR created one of the most popular electronic conference badges in recent memory. This year, the Bender Badge is getting an upgrade with Blast Processing, a quart of tequila, and two dozen amyls.

We’re proud to note that Hackaday.io has become an unofficial repository for all the best badges from the BadgeLife community. The Hunter S. Rodriguez badge is on there, as is the Ides of DEF CON. As the creator of the most innovative and desirable badge this year, I will also be attending this Hack Chat discussing the trials and tribulations of developing and shipping hardware on a very condensed schedule.

While the focus of this BadgeLife Hack Chat is developing electronic conference badges for DEF CON, it could have easily been called ‘Electronic Design’. There’s a massive amount of work that goes into each of these badges from design to production, and all of it is highly relevant to any hardware developer.

Here’s How To Take Part:

join-hack-chatOur Hack Chats are live community events on the Hackaday.io Hack Chat group messaging. This Hack Chat will take place at noon Pacific time on Friday, July 14th. Confused about where and when ‘noon’ is? Here’s a time and date converter!

Log into Hackaday.io, visit that page, and look for the ‘Join this Project’ Button. Once you’re part of the project, the button will change to ‘Team Messaging’, which takes you directly to the Hack Chat.

You don’t have to wait until Friday; join whenever you want and you can see what the community is talking about.

JPEG Decoding, Arduino Style

When you think of image processing, you probably don’t think of the Arduino. [Jan Gromes] did, though. Using a camera and an Arduino Mega, [Jan] was able to decode input from an Arduino-connected camera into raw image data. We aren’t sure about [Jan’s] use case, but we can think of lots of reasons you might want to know what is hiding inside a compressed JPEG from the camera.

The Mega is key, because–as you might expect–you need plenty of memory to deal with photos. There is also an SD card for auxiliary storage. The camera code is straightforward and saves the image to the SD card. The interesting part is the decoding.

Continue reading “JPEG Decoding, Arduino Style”

Places To Visit: Electric Mountain

The experience of being a teenager leaves a host of memories, of social awkwardness in the difficult process of not quite being a child any more, of tedious school days, and of team sports seemingly enjoyed only by the few. Wherever in the world you grew up will have lent a particular flavour to your recollections of that period of your life, whether your memories are good or bad.

One surprising common theme in British teenage memories, at least those of a few decades ago, are power stations. In the 1970s and 1980s, the Central Electricity Generating Board had a PR effort that involved bringing parties of teenage school geography students in for a tour of their local electricity plant, so if you talk to a British person of a certain age you’ll probably find they’ve been up close and personal with a coal-fired power station.

The true power station marvel of the age would have been too far away to tour for most kids at the time, though our geography teachers expounded on it at length. Dinorwig pumped-storage power station in Wales was opened in the early 1980s, and is a hydroelectric plant that uses excess grid generating capacity in the middle of the night to pump water into a lake at the top of a mountain, from which it can later be released at very short notice to respond to demand surges in a matter of seconds. The oft-quoted example is that when an episode of Coronation Street draws to a close there are several million British kettles turned on simultaneously, at which point Dinorwig comes online to rapidly make up the resulting shortfall.

Continue reading “Places To Visit: Electric Mountain”

Hands-On: New AND!XOR Unofficial DEF CON Badge

In just two weeks, we’ll be flooding into the casinos of Las Vegas for DEF CON. By far our favorite part is the unofficial hardware badges which make their way to the con each year. The AND!XOR team has put together an incredible offering this year with what I’m calling the “Bender on a Bender” badge. They sent us two of them, so let’s jump right in and see what this badge is all about.

Continue reading “Hands-On: New AND!XOR Unofficial DEF CON Badge”

Making Synths Out Of Audio Cassettes

8bit Mixtapes are simple Arduino-based sound and beat generators based on ATtiny 84s and 85s and designed fit inside old audio cassettes, or at least be about that size. Founded by [Dusjagr], [Ucok] and [Lyok], and including participants from around the globe, 8bit Mixtapes are small synthesizers that play one-line algorithmic symphonies, simple sound generators that work off of a single line of code.

The project has been going on for a number of years, with several different iterations released over the years–the most recent is the Mixtape NEO, released about a month ago that features audio bootloading and a row of NeoPixel LEDs. It’s well documented and fully open source, with a code repository and wiki. The arty PCBs look great as well!

8bit Mixtapes are a natural project for electronics students to tackle. An ATtiny85 with two pots and two buttons? Pretty simple, and the musical payoff makes it a cinch for one-day workshops. The code simplicity makes it easy to modify the software as well.

Quirky synths are Hackaday’s bag, including one we published previously that controls a hexagonal matrix of LEDs.

Continue reading “Making Synths Out Of Audio Cassettes”

Tinkercad Does Arduino

If you’ve done 3D printing, you’ve probably at least heard of Tinkercad. This popular CAD package runs in your browser and was rescued from oblivion by Autodesk a few years ago. [Chuck] recently did a video about a new Tinkercad feature: building and simulating virtual Arduino circuits. You can watch it below.

There are a variety of components you can add to your design. You’ll find an integrated code editor and a debugger. You can even get to the serial monitor, all in your browser with no actual Arduino hardware. You can also build simple circuits that don’t use an Arduino, although the component selection is somewhat limited.

Continue reading “Tinkercad Does Arduino”