Is That A Vintage Computer In Your Pocket?

There’s a lot of debate over which of several contenders was the first modern computer. One of those first operating computers was the University of Cambridge’s EDSAC — the brainchild of Dr. Maurice Wilkes. The EDSAC scored a lot of firsts and used a serial data path along with mercury delay line memories. Over on Hackaday.io, [David Boucher] wanted to simulate the EDSAC in a much smaller form factor than the original room full of racks.

As you can see in the video below, he succeeded in that task, using a Teensy and a small LCD display. We’re reminded EDSAC …read more

Continue reading Is That A Vintage Computer In Your Pocket?

Retrotechtacular: Here’s How They Programmed the EDSAC Computer

When you write a program for your computer, whether it is a desktop machine, a microcontroller, or a supercomputer, the chances are that you use software tools to help you get the job done. High level languages, compilers, linkers, assemblers, debuggers, and code libraries have become so integrated that in many cases you will barely be aware of their existence. To all intents and purposes this huge toolchain will be the computer. But the first computer programmers had none of these luxuries. They had to hand assemble their own binaries, check them by hand, and debug them by guessing what …read more

Continue reading Retrotechtacular: Here’s How They Programmed the EDSAC Computer

Learn FPGA Programming from the 1940s

We often think that not enough people are building things with FPGAs. We also love the retrotechtacular posts on old computer hardware. So it was hard to pass up [karlwoodward’s] post about the Chip Hack EDSAC Challenge — part of the 2017 Wuthering Bytes festival.

You might recognize EDSAC as what was arguably the first operational computer if you define a computer as what we think of today as a computer. [Maurice Wilkes] and his team invented a lot of things we take for granted today including subroutines (Wheeler jumps named after a graduate student).

The point to the EDSAC …read more

Continue reading Learn FPGA Programming from the 1940s