TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Turning a Typewriter into a Linux Terminal

95 点作者 SerCe超过 2 年前

10 条评论

peter_d_sherman大约 2 年前
First of all, great article!<p>&gt;&quot;By turning my typewriter into a computer, I was able to recreate the experience of using a teletype. Now I know what it was like to use Unix in the 1960s when it was originally being developed!&quot;<p>Indeed! This is an experience that will NOT be had by most CS students or programmers in general! And yet, it is a fundamental understanding that the early computers did not have monitors, GUIs, mice -- or even monochrome text terminals and keyboards!<p>Nope!<p>You had a headless computer, DIP switches (of some sort), and something like a teletype (text printer&#x2F;text typewriter) for output... and that&#x27;s all you had...<p>Anyway, great article!
VitalKoshalew大约 2 年前
I have actually came up with a similar setup (accidentally with the same typewriter model so I&#x27;ve gratefully used keycode table created by the author of this article). I didn&#x27;t replace the keyboard though. My chip mod is working in parallel to the existing keyboard. I&#x27;m using RP2040 (Raspberry Pi Pico clone) with multiple assembler-programmed PIO state machines doing great job intercepting keyboard signals as well as emulating them in real time.<p>I&#x27;ve also coupled it with a 1975 vintage IMSAI 8080 computer emulation running Z80pack[2] on a Raspberry Pi 4 with a touchscreen attached.<p>Here is a short video[1] of my setup running XYBasic.<p>1. <a href="https:&#x2F;&#x2F;vimeo.com&#x2F;801331428" rel="nofollow">https:&#x2F;&#x2F;vimeo.com&#x2F;801331428</a> 2. <a href="https:&#x2F;&#x2F;www.autometer.de&#x2F;unix4fun&#x2F;z80pack&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.autometer.de&#x2F;unix4fun&#x2F;z80pack&#x2F;</a>
floren大约 2 年前
Neat hack! If you look at old issues of Byte you&#x27;ll see kits for converting a Selectric typewriter (electro-mechanical, no &quot;brains&quot;) into a terminal.
评论 #34899369 未加载
andrewstuart大约 2 年前
This was really interesting up to the point where he didn&#x27;t use the typewriter&#x27;s keyboard.<p>I&#x27;ve looked at typewriters a few times and wondered if the keyboard could be adapted to send its codes to a computer. I was hoping this post would describe how to do that.<p>Anyhow an interesting project.
detourdog大约 2 年前
I saw Woz speak and he discusses how the Apple 1 design extended this design<p><a href="https:&#x2F;&#x2F;archive.org&#x2F;details&#x2F;TV_Typewriter_Cookbook_Don_Lancaster" rel="nofollow">https:&#x2F;&#x2F;archive.org&#x2F;details&#x2F;TV_Typewriter_Cookbook_Don_Lanca...</a>
e28eta大约 2 年前
I love the fact that you’ve got a built-in keylogger: just echo everything to paper.<p>I wonder if there’s some halfway secure way to avoid typing in any passwords. Like some combo of security key &#x2F; password manager &#x2F; second keyboard &#x2F; PIN pad.
5-大约 2 年前
i went the lazy route and just bought a ti silent 703 off ebay.<p>no ink (thermal printing), has serial (with db25 connector), so plugs&#x27;n&#x27;plays into linux with just a normal usb serial adapter.
smm11大约 2 年前
Full circle TTY.
评论 #34900982 未加载
timonoko大约 2 年前
Never seen a &quot;real&quot; typewriter turned into terminal. This was what we all planned in 1970s but cheap matrix printers from Japan fulfilled the need.<p>I still have left-over Nazi Faber-Castell and 7 solenoids. I had a plan for notched rods and binary coding. Selected key had all the notched aligned and then a hook fall down and momentarily grappled rotating drum and <i>BANG</i> - a letter was printed.<p>Including &quot;ü&quot; and &quot;ß&quot;, of course.
mftb大约 2 年前
This is totally boss.