Standard Reader
Hipstersmoothie's Blog
tools

Hipstersmoothie's Blog

Posts from Andrew Lisowski

@hipstersmoothie.com2readers24posts1y ago
LatestRecent writing
Using Bluesky Labelers To Show Campaign Funding Data
Nov 23, 2024
What Bluesky labelers are and how I built one that uses OpenSecrets data to surface the donors funding US politicians, NASCAR-jumpsuit style.
Vscode Turborepo Jest Debugging
Apr 26, 2024
How to debug the current Jest test file in a Turborepo monorepo from VS Code by running tests from the closest package instead of the repo root.
Including static files in App Router RSCs
Jan 27, 2024
Why bundling static files into a Next.js App Router build is harder than it looks, and how webpack's require.context and custom loaders solve it.
reactnextjs
Conditionally rendering RSCs
Jan 8, 2024
How React Server Components can be conditionally rendered by passing them as children to client components, with an MDX post-preview example.
react
Importing Local Database Into Planetscale
May 22, 2022
Step-by-step instructions for importing a local MySQL database into PlanetScale using ngrok to expose your server and enabling GTID mode.
tools
Create Switches That Trigger Notifications
Jun 27, 2021
Fill HomeKit's biggest gap, custom notifications, with the Homebridge Messenger plugin and IFTTT to fire alerts from automation switches.
home-automation
Automate Your Locks Without User Interaction
Jun 27, 2021
Fully automate a HomeKit smart lock with no confirmation tap, using Homebridge Dummy switches to sync the lock to arrival and departure.
home-automation
Fixing Buggy Hdmi Cec
Jun 27, 2021
When a new receiver's HDMI CEC fell short, I rebuilt one-remote control with HomeKit, Homebridge, and a Harmony Hub to sync my TV and receiver.
home automation
Home Automation
Jun 27, 2021
An overview of my HomeKit smart home: the hardware I use and how Apple's Home app plus Homebridge tie it all together with good HAUX.
home automation
Getting Files Out Of A Docker Container
Jun 27, 2021
A quick guide to rescuing config files trapped inside a Docker container by mounting a new volume and copying them back out to the host.
tools
Home Automation User Experience (HAUX)
Jun 27, 2021
My guiding rule for home automation: automations should always work for you, never against you, or you'll just end up turning them off.
home automation
Home Automation Workflows
Jun 27, 2021
A hub of guides for building complex HomeKit automations the Home app can't handle alone, from locks to motion lights to notifications.
home automation