Hello, Node
A test transmission for the technical log.
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.
( 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
A test transmission for the technical log.
A placeholder gaming-adjacent note about maps, rooms, links, and old web energy.
A placeholder note about λ as function, symbol, history, and strange loop.
A small site to help people find humanitarian and useful FOSS projects to contribute to.
Personal project space for strange tools, experiments, and late-night systems work.
Video and writing around software, weird machines, and refusing to become an AI slop engineer.