Story Details

  • A USB Interface to the "Mother of All Demos" Keyset

    Posted: 2025-03-23 15:31:26

    Ken Shirriff created a USB interface for a replica of the iconic "keyset" used in Douglas Engelbart's 1968 "Mother of All Demos." This keyset, originally designed for chordal input, now sends USB keystrokes corresponding to the original chord combinations. Shirriff's project involved reverse-engineering the keyset's wiring, designing a custom circuit board to read the key combinations, and programming an ATmega32U4 microcontroller to translate the chords into USB HID keyboard signals. This allows the replica keyset, originally built by Bill Degnan, to be used with modern computers, preserving a piece of computing history.

    Summary of Comments ( 78 )
    https://news.ycombinator.com/item?id=43453582

    Commenters on Hacker News largely expressed fascination with the project, connecting it to a shared nostalgia for early computing and the "Mother of All Demos." Several praised the creator's dedication and the ingenuity of using a Teensy microcontroller to emulate the historical keyset. Some discussed the technical aspects, including the challenges of replicating the original chord keyboard's behavior and the choice of using a USB interface. A few commenters reminisced about their own experiences with similar historical hardware, highlighting the significance of preserving and interacting with these pieces of computing history. There was also some discussion about the possibility of using this interface with modern emulators or virtual machines.