Quips

This is a section for short thoughts, links, pictures and silliness. Mostly I focus on technical topics here.

Excel supports LAMBDA now! Google Sheets has has this for a while, and missed that this was released in Excel 2024.

LAMBDA lets you make reusable functions with named parameters. It makes formulas 1000% more readable.

Ex. =LAMBDA(x, y, x + y)($A1, $B1)

support.microsoft.com

2025-03-13 20:50 EST

PSA: If you use Ollama, remember to set the context size (/set parameter num_ctx XYZ). The default is 2048 and silently truncates any excess.

On OpenWebUI you can do this on the model settings page.

2025-03-08 13:50 EST

Does anyone else remember the scene from Westworld where Maeve's dialog tree leaves her speechless?

LLM token probabilities are fun to explore, too. niaquinto.com

2025-02-22 19:50 EST

Editing by reading aloud to yourself works even better with TTS. I've caught so many supertypos and weird phrasing this way using Kokoro TTS to read what I wrote back to me.

There's even a no-install-needed browser version: see huggingface.co / github.com/xenova/kokoro-web

2025-02-21 13:01 EST

Mostly, I was tired of rebooting everything every snowstorm.

2025-02-16 21:49 EST

Gopher Lua is also cool.

github.com/yuin/gopher-lua

2025-02-16 11:55 EST

Embedding a JS interpreter in a Go binary is amazing for lightweight extensions on a core Go program.

Way simpler than RPC-based plugins or Go's native plugins w/ fiddly compiler settings and inability to update or unload plugins.

github.com/dop251/goja

2025-02-16 11:30 EST

Hello World!

2025-02-15 14:41 EST

Want new articles in your email inbox?