Matt Jones

Link Notes 21 Apr 2020

Image from page 646 of "The Bell System technical journal" (1922)
Image from page 646 of "The Bell System technical journal" (1922) Credit: Prelinger Library · CC0

Using a 1930 Teletype as a Linux Terminal (Permalink)

This video of Marc Verdiell using some serious electronic engineering skills to set up a 1930s Teletype machine as a Linux terminal will be nerdiest thing you’ll see today.

https://www.youtube.com/watch?v=2XLZ4Z8LpEE

Teletype machines like this are in the DNA of every computer and phone we use (except perhaps ones running Microsoft software). The filesystem on your Mac (or even your iPhone) has files at /dev/tty* - these are the input/output devices available to the operating system, which could be any kind of peripheral device you have connected.

‘TTY’ is an abbreviation of TeleTYpe, after the original Teletype machines that were used by computer operators in the 60s and 70s to enter commands and retrieve output.

In the video we see Marc use a single-line editor called ‘ed’ which is software originally built into UNIX in the 1960s. If you use a Mac, or any POSIX compliant computer, you can open your Terminal utility and type ‘ed’ to still use this software.

Switch lists coming in by teletype to the hump office at a Chicago and Northwestern railroad yard, Chicago, Illinois. c. 1939
Switch lists coming in by teletype to the hump office at a Chicago and Northwestern railroad yard, Chicago, Illinois. c. 1939 Credit: US Library of Congress · CCO

https://pluralistic.net

Part of the problem with my motivation to write this blog is that the direction I took some years back was to publish only long-form pieces of writing, as opposed to linking across to web pages that interested me.

An article based format isn’t particularly conducive to quick publishing of links and thoughts and in turn a regularly updated blog that people want to engage with.

This most recent interation of my blog has been in place for a couple of years now and while I’m happy with the design, speed and simplicity of the site, I’ve found it difficult find the motivation and time to write for it.

I recently visited Cory Doctorow’s Pluralistic and really liked the format of link + comment, and the use of public domain and creative commons images for illustrations. I’ve employed something similar here, and let’s see how it goes. I’m aiming to post something every day.


The night sky is increasingly dystopian (Permalink

https://www.vox.com/science-and-health/2020/1/7/21003272/space-x-starlink-astronomy-light-pollution

I must admit I hadn’t really heard about Space X’s Starlink satellite project until recent Twitter excitement about seeing a cluster of the satellites overhead in the UK.

The plan is to place 12,000 satellites in low-earth-orbit to provide Internet access to remote areas of the planet. They will be visible for a number of hours after sunset, so even though we observe them during night-time, sunlight is still hitting them and reflecting down to us.

Astronomers around the world have concern about their impact on their observations. For casual night-time observers, there is potential for them to disrupt our clear view of the stars; they may appear with a similar magnitude to the surrounding stars, and there will be many of them in sky at any one time.

Apparently SpaceX has taken this concern onboard and is looking at ways reducing the albedo (reflectivity) of the satellites so that they will be less visible. Some may argue the positives of global connectivity especially for people living in remote areas. For me this looks like electronic colonialism, and if other companies decide to compete with similar projects, then how can this be sustainable without filling low-earth orbital space with junk?


Hugo (Permalink

https://gohugo.io/

Hugo is the static site generator software I’m using to the manage this site. I love static site generators, they really help to put you into the mindset of World Wide Web first-principles and simplicity. Hugo converts template files together with content written with Markdown syntax into static HTML files which you can upload to a web server without the need for server-side programming or databases, and the front-end is as simple as you want it to be.

I’m using it with Emacs for text processing, Git for version control and some simple Bash scripting for deployment.