Every personal site has to begin somewhere.

For this one, the beginning is simple: hello world.

It is a small phrase, but it carries the right spirit. Start with something clear. Make it work. Improve it over time. That is still a useful way to approach writing, software, and most practical work.

So this is the first note.

(defun hello ()
  (format t "Hello, World!~%"))

More notes will follow.