Reading List
The most recent articles from a list of feeds I subscribe to.
Exploring color matching in JavaScript [2013 post brought back from the dead]
I wrote this post back in 2013 for HTML5 Hub, which later became the Intel Developer Zone. The site’s gone through many changes over the years and this post is no longer there, so I figured I’d repost it here instead. This is mostly unedited from the original posting, except for some extra headings and removing one dead link from the final section. The following should also show, for the record, that I used dashes before ChatGPT thought it was cool.
SQLite bulk insert with sqlc
Using
json_each and json_extract to get bulk inserts in SQLite with sqlc.
Generating words? Keep them short.
It’s not possible to stop the torrent of LLM-generated content, but how about this as a simple ask: when generating content, keep it short.
Remember: The “f” in xenophobia stands for “fun”
Some time ago the US government announced that they will de-classify UFO sightings material from the 50s and 60s. This caused quite the stir amongst conspiracy theorists but also plain sci-fi fans like me. They did, and – of course – the results were not that insightful. A few days ago the government also released […]
Accessibility question: is nesting interactive elements bad?
I am currently writing a gallery script for myself and ran into an interesting accessibility question. I have a list of galleries with links to each of them. I also wanted to provide a checkbox to allow users to select several galleries and merge or download them. The HTML I use is the following. An […]