Via Mariatta I found my PyVideo speaker page, and thanks to that page I learned that a talk I gave in 2009 had been rescued from the now-deceased Blip.tv and is now hosted by the Internet Archive: …
I ran a Google search this morning for s3-credentials simon willison
and when I clicked on the top result it jumped me to a highlighted snippet of text on the page, despite that page not having relevant anchor links. …
Most modern browsers now include support for the loading="lazy"
image attribute, which causes images not to be loaded unti the user scrolls them into view. …
A Datasette feature suggestion concerning autocomplete against a list of known values inspired me to learn how to use the HTML <datalist>
element (see MDN). …
Today I figured out how to use the <video>
tag to show a static thumbnail that gets replaced by the loaded video only when the user clicks play. …