Hopefully-useful tidbits of code and information.| busybee
Basically a review of ‘Seeing Like a State’. And some other thoughts.| MOND←TECH MAGAZINE
The cat’s claw in my tongue. My snoozed reminders. Select units of time by increasing duration. Millisecond (ms). seconds. Jiffy. Variably small,| beast.blot.im
My ANZREG 2024 keynote address| www.hughrundle.net
In late 2022, I blogged about the work needed to develop a specification for end-to-end encryption for the fediverse. I sketched out some of the key management components on GitHub, and then the pu…| Dhole Moments
Ever transferred assets between brokerages? Impressive, terrifying machinations happened in the background. No cats were harmed.| Bits about Money
A person’s “preferred name” is their name, their “legal name” is something else, and it’s our duty as software engineers not to muddle the two up.| nora.codes
Some free software projects reject anonymous or pseudonymous contributions,| drewdevault.com
Hello! This post will likely be a bit shorter than the last. Today’s topic is a few thoughts about how complex it can be to parse human input, and how that interacts with Druid’s data model. Progress I think I’m nearly finished tweaking the ingredient editor. I’ve spent the better part of a month on just this one view and that might seem like overkill, but for software like this the user experience is the whole point so it’s important to get it right.| bheisler.github.io
Learn how to help users fill out forms more efficiently and accurately with autocomplete and virtual keyboard options.| 12daysofweb.dev
I like filling out forms. No, really, I do. I like how a complicated task like “record your medical history” or “file your income taxes” is broken down into small, discrete steps. I like the clear expectations about what I should and shouldn’t say.| fdiv.net
Know Your Customer policies at financial institutions have more nuance than you'd expect.| Bits about Money
Classic essay about how software routinely bumbles human names.| www.kalzumeus.com
MSc Computer science student| Fabian Lindfors
I’m Kitty Giraudel, a non-binary trans frontend developer based in Berlin, focused on accessibility and inclusivity.| kittygiraudel.com
Why you should escape output correctly, but generally not sanitize user input.| benhoyt.com
When should you use rvalue reference as function parameters? When as return types? And what are ref-qualified member functions and when should you use them?| www.foonathan.net