Abstract Heresies

              Unorthodox opinions on computer science and programming.

Sunday, July 12, 2026

llambda.lisp

›
I wanted to run LLM models locally on my machine. I discovered that llama.cpp is how people run models locally, and that the popular LL...
2 comments:
Sunday, June 28, 2026

New chatbot

›
Lately I've been playing with writing a chatbot library in Common Lisp. My previous gemini bindings were getting unweildy. I wanted ...
Thursday, June 25, 2026

Anecdote or data point

›
I saw that there was some argument over how much slower slot access is than struct access, so I just decided to measure it naively. I made ...
2 comments:
Thursday, June 18, 2026

Controlled Unclassified Information

›
Back in the day, the US government had a program called SBIR (Small Business Innovation Research) that funded small businesses to do res...
2 comments:
Monday, June 1, 2026

Regression

›
Last year I wrote some Lisp related AI apps. There was a syntax highlighter that used the LLM to determine how to colorize and highlight sy...
2 comments:
Sunday, May 31, 2026

CLRHack: Meta-object Protocol

›
Metaobject Protocol (MOP) Implementation in CLRHack The Metaobject Protocol in CLRHack is a high-performance implementation of the Commo...
Saturday, May 30, 2026

CLRHack: signal and error

›
Implementation of SIGNAL and ERROR in CLRHack In CLRHack, the condition signaling system is implemented in the Lisp.HandlerControl clas...
›
Home
View web version
Powered by Blogger.