tech

tech category

I found this conceptually sprawling UX article in the depths of my reading list. It’s several years old, so you may spot an outdated reference or two, but the points are still salient.

The Future is Analog (if you can afford it), by Maroussia Lévesque, explores the “analog privilege” of economic elites to escape the automation and A.I. they apply to everyone else.

I spent last Sunday in Central Park with my friend Lindsay, playing with her medium format film camera. She taught me how to focus, the F-stop, the focal range, and even got to peak inside and see how the entirely mechanical apparatus worked. So satisfyingly tactile. Thanks Lindsay!

It's a bright day with a metal foundtain as the focus. The fountain has a decorative angle on top. There's red cobbles on the ground, and trees in the background. Several people of various ethnicities mill around and sit on the lip of the fountain. A big dog on a leash, sleeping outside. The dog's people, a white couple wearing sunglasses, are sitting nearby, holding the leash. Green water with two box turtles, just their shells poking out from the surface. Green water with bushy, green plant clusters popping out in curated clumps. There's a fountain spilling water down in sparkled drops in the top left edge. A castle looking structure shot from a low angle against a bright blue sky. A leafy tree with twisting branches hangs between the viewer and the castle. A park square with many dozens of people enjoying the day, shot from above. There's a fountain in the middle, and behind that is green water. People in row boast glide across the surface, and there's green trees behind on the opposite bank. In the extreme forground, out of focus, is the top of a low wall overlooking the square. A plastic water bottle rests atop it.

Taking gruvbox for a spin today for the first time in years. I’m digging it.

A screenshot of some PHP code in the Gruvbox light theme, is described as a retro groove theme.

leading-trim is dope, y’all. Can’t wait for it to ship.

Leading-Trim: The Future of Digital Typesetting by Ethan Wang.

All valid Drupal render array types

I couldn’t find a browsable list of valid Drupal core values for #type fields in render arrays. I just wanted to know what was possible in one place. Andy Blum’s Drupal Smart …

Read more

Hot take: the <dl> element is underused.

TIL that the CSS relative color spec says that currentColor is supported, but no browser supports it. Sad times.

Couldn’t agree more with not blindly following data.

TIL that in JavaScript, non-strict mode is called sloppy mode.

After seven months, I have the router, pi-hole ad-blocker, and media server setup. ⌛️🤓

A screenshot of the Neovim editor. There's some PHP code, and a skull and crossbones in the sign column.

I configured my Neovim LSP error symbol to a skull and cross bones, so now whenever I write bad code I feel like a pirate. 🏴‍☠️

TIL guthub.com redirects to github.com. I’m sad it isn’t a recipe site.

Three zines, Bite Size Command Line, How Git Works, and HTTP: Learn Your Browser's Language, all by Julia Evans, are splayed out on a dark wood table.

Just got my zines from Julia Evans. Very excited to dig in.

I gave a short presentation on CSS Subgrid last night at the Astoria Tech Meetup. Lots of good conversations afterwards. Thanks to everyone who came out!

TIL MLP. Instead of MVP, the Minimum Viable Product, it’s the Minimum Lovable Product. I like that.

Getting my ass whipped at Magic: The Gathering at friendly local draft. The game has changed a lot in twenty years (who’d have thought?). Lots of fun still.

Today is my second anniversary working for Lullabot. Joining the team is still one of the best decisions I’ve made. 😴🤖

TIL about the CSS cap unit, which is equal to the current font’s capital letter height.

It took me a while to figure out why LSP was reporting describe was not a valid method of string.

const id = label.toLowerCase().replaceAll(' ', '-').
describe('DisabledField', () => {

One liner to open all git modified files in your editor. Substitute nvim with your-editor; statistically code.

git status -s | awk '{print $2}' | xargs nvim

I ordered 3 of Julia Evans zines.

  1. How git works
  2. Bite Size Command Line
  3. HTTP: Learn your browser’s language

I have the PDFs, but waiting to read the physicals. Very excited.

TIL about margin-trim from Apple’s What’s new in CSS video. Excited for when it’s broadly supported in browsers. Right now, it’s only in Safari.

Folks really don’t like git rebase. FUD or real? Both? Context: I love it.

So that was what happened to the jetpack dream.