IndieWeb post types
This content type is full of IndieWeb post types, which are all content types which allow me to take greater ownership of my own data. These are likely unrelated to my blog posts. You can find a better breakdown by actual post kind below:
Between and I took 8634 steps.
Post details
Post details
I find that the easiest way to work with Bazel is to use fzf.
Post details
vim out of the box
Post details
Today I have shown great restraint. Rather than registering yet another domain name, I created a new subdomain on one I purchased a couple of years ago. Please learn from my wisdom.
Huge congrats!! Have a great week 💒
Super excited to be speaking at DevOpsDays London on September 21st!
Not only am I excited to be excited to be attending the conference for the first time since pre-COVID, I'm excited to try my hand again at the Ignite talks 🔥
DevOpsDays London is a truly excellent event, there's a really high bar, some really inclusive practices, and lovely people organising and attending.
I've written about previous years' events on my blog if you want a bit more of a feel for what the event may be like:
If you're interested in joining, you can get a 20% off code using my referral code - let me know if you're currently between jobs or may be unable to attend even with the 20% discount.
Post details
Ages when you’re in your prime: 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, 101, 103, 107, 109
Post details
Lane Wagner is an experienced leader with a demonstrated history in engineering software systems. He is the Founder of Boot.dev and has a deep passion for teaching Computer Science and Software Engineering to others. Boot.dev is an education...

Post details
Welcome to the world of computers, where some errors are really just warnings, and some warnings should be treated as errors.
Post details
Researchers from Purdue and NCSU have found a large number of command injection vulnerabilities in the workflows of projects on GitHub. Follow these four tips to keep your GitHub Actions workflows secure.

Post details
Executives at Network Rail spent £10,000 per week flying around the country for meetings and tried to justify it by saying that it's cheaper than going by train. A modern parable. https://www.railtech.com/all/2023/08/08/uk-industry-deeply-frustrated-by-network-rail-air-travel-policy/

Between and I took 7633 steps.
Between and I took 8583 steps.
Post details
We're excited to announce that Socket now supports the Go programming language.

Post details
This week Stephen chats with former-Google SRE Matt Brown about being on-call. They cover how to up-lift junior engineers so they can be on-call, what a fair on-call schedule looks like, run-books, and much more.As you heard, Matt believes flexibi...

Post details
Matt Asay thinks the open source licensing war is over, LangUI is an open source Tailwind component library for your AI chat app, Ivan Kuleshov modded a Mac mini to run via PoE, Apple joins Pixar and others in the Alliance for OpenUSD & John D. Cook says sometimes you shouldn’t pick the best tool for the job.

Post details
Post details
Post details
Content warning: npm
Post details
@www.jvt.me@www.jvt.me This is an absolute vibe and exactly what I was looking for 🎧
My "pumped" Spotify playlist is my alarm and my "trick my ADHD brain into doing the thing" 😁 I find a few of the artists like Maduk and Fox Stevenson coming on usually do the trick
Post details
KBall and Amal go deep on careers. They share their career journeys, talk through learnings and mishaps that happened along the way, and break down key factors to understand about big role transitions like “Senior->Staff” as well as “Engineer->Manager”.

Between and I took 10251 steps.
Post details
Attached: 1 image A broken clock fixed by taping a working clock over it is a metaphor for every codebase you’ll encounter in your professional career as a software developer.

Post details
Attached: 1 image Blaze your glory

Post details
In many languages, on of the things I find myself doing is maping over a list to extract some field. For example, coverting a []Person to []Name. Most languages these days have ways to do this pretty easily: Kotlin: people.map { it.Name } JavaScript: people.map(p => p.Name) Rust: people.map(|p| p.Name) Scala: people.map(_.Name) With generics, Go finally can do this in a type safe manner: Map(people, func(t Person) string { return t.
Post details
Alt text isn't just helpful for the sight-impaired. By reading alt text I can identify what the OP is calling attention to in the pic, helping me get the joke or social commentary that would otherwise be illegible to me. (Without this I'm like, I see a thousand details and I don't know which one matters to you.) #ActuallyAutistic
Post details
Alt text isn't just helpful for the sight-impaired. By reading alt text I can identify what the OP is calling attention to in the pic, helping me get the joke or social commentary that would otherwise be illegible to me. (Without this I'm like, I see a thousand details and I don't know which one matters to you.) #ActuallyAutistic
Post details
Seems #Zoom would rather we ignored section 10 of its Terms of Service and just read the nice marketing words on its blog. https://blog.zoom.us/zooms-term-service-ai/ I'll still go by the ToS thanks https://the.webm.ink/not-using-zoom
Post details
instead of “cocktail hour” events at conferences can we instead have “kitten hour” where we go to a cat cafe and speak quietly about nerd stuff over soothing tea?
Post details
🦊 I wrote a new book, called YOU DESERVE A TECH UNION. It’s coming out *real* soon. (I’m freaking out a little tbh!!) If you’d like to support the book ~slash~ get the word out, here’s how you can help! https://ethanmarcotte.com/wrote/street-team/ #YDATUbook #unions #TechUnions #1u #publishing #books #bookstodon
Post details
whomst amongst us who is not Richard Stallman has the moments in our one wild and precious life to dedicate to self-hosting all the things in the world that an Open Source Guy has told us must be self-hosted

Post details
Attached: 1 image Made something a bit different today: a colour-blindness friendly visual hash. In reality it just visualises bytes, with 256 possible options for each cell, so any hashing function can be used with this (or none at all, just put in bytes). Putting a little process diary for this in the replies.
