add alt-text

This commit is contained in:
David Eisinger
2025-11-19 14:48:00 -05:00
parent 7f24335f97
commit dc86dc1888
48 changed files with 183 additions and 183 deletions

View File

@@ -39,16 +39,16 @@ We were down at Lake Norman for the long weekend, and as I was pulling up the ka
<!--more-->
{{<dither IMG_4446.jpeg "782x400" />}}
{{<dither IMG_1602.jpeg "782x400" />}}
{{<dither IMG_4446.jpeg "782x400">}}Sunset smiles and canned Coronas at a breezy beach bar.{{</dither>}}
{{<dither IMG_1602.jpeg "782x400">}}Paddleboard victory pose beneath a bright blue sky on calm lake waters.{{</dither>}}
The following weekend, we headed up to Rehoboth Beach in Delaware to spend the week with my family. It's different than the North Carolina beaches we're used to as there's a lot to do around the town (boardwalk, parks & playgrounds, [indoor amusement park][1]). We brought our bikes and took a ride on the [Gordons Pond Trail][2], which was rad.
[1]: https://funlandrehoboth.com/
[2]: https://delawaregreenways.org/trail/gordons-pond-trail/
{{<dither IMG_4514.jpeg "782x600" />}}
{{<dither IMG_4575.jpeg "782x600" />}}
{{<dither IMG_4514.jpeg "782x600">}}Mother and toddler holding hands while watching gentle waves roll onto a quiet beach.{{</dither>}}
{{<dither IMG_4575.jpeg "782x600">}}Sunlit bike trail ride as a family glides through the pines.{{</dither>}}
We also recorded this little jam featuring my 3.5-year-old niece on the melodica:
@@ -76,8 +76,8 @@ We got hit with a [nasty storm][9] in the middle of August. It was wild -- hot,
I did a couple projects in Go this month:
{{<dither golong.png "782x" />}}
{{<dither forecast.png "782x" />}}
{{<dither golong.png "782x">}}Fantasy football command-line dashboard showing Christian McCaffrey topping the RB rankings with 272.8 points in a terminal-style leaderboard.{{</dither>}}
{{<dither forecast.png "782x">}}A barebones browser form showing upload fields for “Team Export” and “Project Export,” a checkbox to include PTO in utilization, and a submit button.{{</dither>}}
The first, the fantasy draft <abbr title="text-based user interface">TUI</abbr> app [I mentioned last month][10], came together well and quickly. It was straightforward to set up TOML for configuration, SQLite for data persistence, and [Bubble Tea][11] for the UI. Bubble Tea's super cool -- you pull in your widgets (two in my case, for a table view and a search box), and you can respond to keypresses or let the widgets handle them. As a result, my UI has Vim keybindings without me doing anything, which was super handy during the draft.