Brian Beard

@babeard.com

software as a hobby • I reserve the right to change my mind

It turns out, new rollerblades come with compacted white paper filler in them (to help keep shape?) and I don't need a bigger size afterall. 😅

Fixed a bug in a go project I haven't touched in 6 years, but is still deployed and functioning. Inevitably, I had to update the go version and add a go.mod file. Go is definitely better than it was 6 years ago!

It's probably going to to get down to 4°F tonight. My heat pump will invariable switch over to auxiliary heat. In my house, aux heat really means npm installing and running llms locally.

👀 A multi-select-map component! This component took me longer than I would have liked. Mostly learning how maps work. 😅 Thanks to: ☑️ shadcn-svelte ☑️ layercharts

No matter how many bananas I buy, it never lasts more than 2 days in this house. 6 bunches? No problem. That's just bananas! 🍌

LAUNCH! Have really enjoyed using Bluesky, and had this little idea for an application that I've not seen before. livingbio.blue lets you set variables in your bio, that can be updated with Zapier, Make, Notion (with webhooks), Google App Scripts, custom code.. whatever you like! #buildinpublic

Reactive Bluesky Bios - livingbio.blue

livingbio.blue lets you add custom placeholders to your Bluesky bio, which can be updated automatically by automation tools such as Zapier or Make. Cool!

livingbio.blue

#CSS scroll-state() container queries: the "stuck" query ```css @container scroll-state(stuck: top) { box-shadow: var(--shadow-5); border-radius: var(--radius-3); margin: var(--size-5); } ``` article coming soon! (currently in Canary experiments)