Quips

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

Shoutout to Shoelace for great web components as well. shoelace.style

2025-08-03 10:11 EST

Tailwind Plus Plus' new vanilla JS setup is the first mainstream adoption of web components I've seen.

I've been tinkering with these for the past couple months and am excited to see more adoption.

tailwindcss.com

2025-08-02 21:20 EST

One positive aspect of the megabill congress passed. It restores pre-2022 Section 174.

Now R&D are instantly deductible again, which was bipartisan. Hopefully that improves the programming job market somewhat.

See 70302 of HR1: www.congress.gov

2025-07-04 14:55 EST

Washington on his way to destroy some Hessians (colorized).

2025-06-23 19:51 EST

TIL about HTML datalist component. Searchable dropdowns!

developer.mozilla.org

2025-06-19 10:53 EST

2025-06-18 18:51 EST

I feel like half the battle of learning math is figuring out the right MathJax to make pretty pictures.

2025-06-12 11:38 EST

My website has gone to the dark side.

2025-06-04 19:29 EST

I have successfully set the schedule on my thermostat, and that is a technical achievement I wanted to announce to the world.

2025-05-30 21:58 EST

What would happen if you suddenly lost your email, contacts, and calendar?

I just wrote a short article about how I backup these using open source software: mbsync and pimsync.

niaquinto.com

2025-05-26 20:47 EST

Excel supports LAMBDA now! Google Sheets has has this for a while, and I 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