λ khodges42
λ khodges42

Distributed systems engineer. Builder of strange loops and strange machines. Interested in infrastructure, cryptography, simulation, free software, Lisp, digital folklore, and systems that survive contact with reality.

systems / archives / notes / machines

githublinkedinyoutubesoundcloud

              (                                     defparameter
             *me* '(:name k                        :home
            "the web" :mood                        "curious" :likes
           (lisp art systems                      tools))) (defun
          hello (n) (if (zerop n) "hi" (concatenate 'string "hello " (
         hello (1- n))))) (defun intro () (list :hello "I am K" :site
        "welcome to my site" :note "I make strange tools" :loop (hello 3
       ))) (defun say (x) (format t "~a~%" x) x) (defun walk (xs) (if (
      endp xs) (intro) (progn (say (first xs)) (walk (rest xs))))) (defun
      page () (walk '("hello" "I am K" "welcome" "look around"
     "stay awhile")) (intro)) (defun again (n) (if (zerop n) (page) (progn
     (say "still here") (again (1- n))))) (defun main () (say
      "hello I am K") (say "welcome to my site") (say
      "I like code that looks back") (again 5)) (main) (defparameter *me*
       '(:name k :home "the web" :mood "curious" :likes (lisp art systems
        tools))) (defun hello (n) (if (zerop n) "hi" (concatenate '
          string "hello " (hello (1- n))))) (defun intro () (list
            :hello "I am K" :site "welcome to my site" :note
              "I make strange tools" :loop (hello 3))) (defun say
                (x) (format t "~a~%" x) x) (defun walk (xs) (if
                  (endp xs) (intro) (progn (say (first xs)) (
                    walk (rest xs))))) (defun page () (walk
                       '("hello" "I am K" "welcome"
                          "look around" "stay awhile")
                             ) (intro)) (defun

recent textfiles

2026-05-27

Hello, Node

A test transmission for the technical log.

systemsinternetnotes
2026-05-26

Static Sites Are Dungeons

A placeholder gaming-adjacent note about maps, rooms, links, and old web energy.

webgamesdesign
2026-05-26

The Lambda

A placeholder note about λ as function, symbol, history, and strange loop.

lambdalispsymbols

operating notes

  • Computers should still feel magical.
  • Curiosity matters more than optimization.
  • Hype scales faster than trust.
  • Every abstraction leaks eventually.
  • Build tools that increase agency.
  • People deserve to understand the systems shaping their lives.
  • The internet should help people find themselves — and each other.
  • Build brilliant things. Keep them human.

things i've built

Minga

A small site to help people find humanitarian and useful FOSS projects to contribute to.

fossmutual-aidweb

Night Shift

Personal project space for strange tools, experiments, and late-night systems work.

toolsexperiments

segfault

Video and writing around software, weird machines, and refusing to become an AI slop engineer.

youtubeeducationsoftware