Skip to main content

This is ZX81.org.uk

Little Book of Humanism

While there is nothing wrong with “The Little Book of Humanism” [affiliate link], it wasn’t for me. Some people need to see aphorisms or testimony about their chosen faith. If that’s you, if you’re a humanist, then this book fits the bill. Similarly, if you’re Humanism-curious, then this book might fill in some gaps in your knowledge.

None of the sections span more than a few pages and it’s filled with quotes and stories by people who were publicly Humanist or at least espoused the same values. The vignettes cover life from birth to death and everything in between. Some I’d heard of before, others were new to me. It’s longer than I was expecting, though it’s easy to dip in and out; there’s no need to read the whole thing beginning to end.

Code- The Hidden Language of Computer Hardware and Software

While I have more than enough books on my “to read” list, I am always up for suggestions. “Code” [affiliate link] came up in a Twitter conversations about computer hardware. I noted that one of my favourite courses from my Computer Science degree (in hindsight if not at the time) was where we went from “What is electricity?” right up to a pretty much fully working CPU. “Code” was recommended as it covers the same ground.

The Computers That Made Britain

I’m still fascinated by the computers of the eighties. Without well known standards, every machine was different, not only from those of other manufacturers but also older machines from the same company. As as user it was terrible. Back the wrong horse and you’d be stuck with a working computer with no software and no one else to share your disappointment with.

But looking back, there’s a huge diversity of ideas all leaping onto the market in just a few years. Naturally, some of those ideas were terrible. Many machines were rushed and buggy, precisely because there was so much competition. Going on sale at the right time could make or break a machine.

I’m a Joke and So Are You

“I have read just about enough about a large enough number of things to be wrong about nearly everything.”

It took me a long time to read “I’m a Joke and So Are You” by Robin Ince, but you shouldn’t take that as a reflection of the book itself. Instead, it’s more about timing and other distractions.

If you’re familiar with Ince’s work on the Infinite Monkey Cage, the structure of the book should make sense. The theme is “What makes comedians a special breed?” He asks comedians and scientists about various aspects, throwing in thoughts, quips and stories of his own,

What are Registers?

When people say that Twitter is a cesspool of conspiracy and abuse, I don’t recognise it based on my experience. My Twitter timeline is all jokes and geeky chat1, and that’s where this post takes its cue:

When I started learning assembler, no site ever mentioned what registers were good for. Wish it had said:

CPU talking to a RAM chip is slow, registers are a bit of memory built into the CPU in which you load numbers from RAM, do several calculations, and only THEN write back.

Sweet Caress

I rate William Boyd as one of my favourite authors, so when I say that “Sweet Caress” [affiliate link] isn’t his best work you have to calibrate it appropriately.

As a structure, it’s almost identical to “Any Human Heart” [affiliate link]. It’s a journal or memoir of an interesting character, covering pretty much their entire life. In this one, Amory Clay is born early in the twentieth century and lives a full life as a photographer in Europe, North America and Asia. The timing allows her to see the World Wars, the rise of fascism, the Vietnam war and much more besides. It covers her successes and failures, and the consequences of them both.

Reading 2020

As with 2019, I had the goal of reading twelve books in 2020 and, again, I missed that target by one book. I finished “How To” on New Years Eve so I can’t even claim to have got close.

If I have a defence for missing the target, other than it being 2020 of course, it’s that a few of the books were quite long. Discussing politics apparently takes a lot of words.

How to

## “If you convert [your car] to run on copies of this book instead of gas, it will burn through 30,000 words per minute, several dozen times faster than the word consumption of a typical human.”

If you thought that “How to“ [affiliate link], the follow-up to “What if…” would be more practical, then you’d be wrong.

Whether it’s chasing a tornado without getting up from your couch or moving your house with jet engines, Munroe takes another fun, inventive journey through science and maths. While it doesn’t quite hang together as well as “What if,” it still manages to amuse, educate1 and entertain.

Unsociable Christmas Tree

Last year I got myself a Raspberry Pi-powered Christmas Tree. It has eleven LEDs, and you can program the Pi to switch them on and off.

Naturally, doing all that takes time, and last year I just didn’t have very much. I just downloaded the sample project and set it up with a random flashing pattern.

It amused me, anyway.

This year I wanted to get a little more sophisticated. I decided that it should be interactive. My first thought was a web server where people could connect using their phones and change the LED patterns. Then I thought better of it. Because of COVID we have no guests, rendering it far less interesting. Also, setting up a web server is hardly very exciting.