Learning Clojure

I thought I might start with some of Paul Graham’s famous papers which aren’t about Clojure per se, but are about Lisp:

Also his book On Lisp is of interest and is available free online these days.

And then the Arc language tutorial, which is also not Clojure, but looks like an interesting Lisp.

Then I will read the following books, in this order:

This is, of course, a silly amount of reading. Let’s see how I go.

Old Book Teardown: Engineering Electronics with Industrial Applications and Control (1957) | In The Lab With Jay Jay

This post is part of my video blog: In The Lab With Jay Jay.

Support this channel on Patreon: https://www.patreon.com/JohnElliotV

Silly Job Title: Electron Enchanter

This video is part of the Old Book Teardown feature of my video blog.

In this video I tear down Engineering Electronics with Industrial Applications and Control by John D. Ryder. This book was published in the USA in 1957. The book comprises 666 pages and is chock full of schematics with old vacuum tubes and photos from old Cathode Ray Oscilloscopes (CROs).

Electronics Project: Hook Clip Test Probes to DuPont Jumpers | In The Lab With Jay Jay

This post is part of my video blog: In The Lab With Jay Jay.

Support this channel on Patreon: https://www.patreon.com/JohnElliotV

Silly Job Title: Electron Enchanter

In this video we make a set of cables with hook clips on one end and DuPont jumpers on the other end.

And… here we are

This week what we have all been fearing has happened to me: GitHub Copilot generated code for me which seems to meet all the requirements but which I don’t understand very much at all.

To date GitHub Copilot for me has just been mostly a useful auto-complete tool and it hasn’t given me any code which I didn’t understand. But with this code (to control two different hardware timers/counters on my Arduino) I don’t really understand it at all. I have passing familiarity with some of the registers used because I saw them named in the datasheet (which I have only skimmed so far) but basically I don’t understand how this works.

It is tempting to ignore the fact that I don’t fully understand and move on, but there’s a part of me which wants to return to the datasheet so I can understand what every assignment GitHub Copilot offered actually does and what every value it calculated implies. Is that the best use of my time?