Between and I took 6280 steps.
Post details
Welcome back to Break, a Fallthrough aftershow! In this episode, Kris, Matt, and Steve talk extend their discussion from Fallthrough episode #43.Enjoying the aftershow? Let us know on social media! If you prefer to watch instead of just listen, head over to YouTube where you watch this episode of...

Post details
Jujutsu is a new version control system that's gaining in popularity. Its swappable backends allow users to continue using version control systems like Git without other users even noticing. Steve Klabnik aims to be a big part of it. Much like with Rust, he's getting involved early and making...

Post details
If you dual-license your software in such a way that it requires a paid license for commercial use, here are two code blobs for you. macOS pub fn mdm_enrollment() -> eyre::Result<(bool, Option<String>)> { let mut command = Command::new("/usr/bin/profiles"); command.args(["status", "-type", "enrollment"]); let stdout = command.output()?.stdout; let output = std::str::from_utf8(&stdout)?; if output.contains("MDM enrollment: No") { return Ok((false, None)); } let mut server = None; for line in output.lines() { if line.starts_with("MDM server") { server = Some(line.trim_start_matches("MDM server: ").to_string()) } } Ok((true, server)) } Windows pub fn mdm_enrollment() -> eyre::Result<(bool, Option<String>)> { let mut command = Command::new("dsregcmd"); command.args(["/status"]); let stdout = command.output()?.stdout; let output = std::str::from_utf8(&stdout)?; if !output.contains("MdmUrl") { return Ok((false, None)); } let mut server = None; for line in output.lines() { if line.contains("MdmUrl") { let line = line.trim().to_string(); server = Some(line.trim_start_matches("MdmUrl : ").to_string()) } } Ok((true, server)) } Looking at mobile device management (MDM) enrollment is not a silver bullet for identifying corporate devices running your software, but it is a good start.

Post details
This is why I have a website. It’s also why everything I’ve ever written has appeared on my website with *very* few exceptions Having a single domain name that’s YOU is invaluable. My website gets lots of compliments on its branding and appearance. My slides borrow that appearance, too It matters! [contains quote post or other embedded content]
Post details
Honestly, if you value content you've created always make sure it has a home outside of a single company. Always. [contains quote post or other embedded content]
Post details
This is why I have a website. It’s also why everything I’ve ever written has appeared on my website with *very* few exceptions Having a single domain name that’s YOU is invaluable. My website gets lots of compliments on its branding and appearance. My slides borrow that appearance, too It matters! [contains quote post or other embedded content]
Post details
“buried the lede” bro you poured cement over it
Post details
It seems so rude and careless to make me, a person with thoughts, ideas, humor, contradictions and life experience to read something spit out by the equivale...

Post details
It's our first Kaizen after the big Pipely launch in Denver and we have some serious mopping to do. Along the way, we brainstorm the next get-together, check out our new cache hit/miss ratio, give Pipely a deep speed test, discuss open video standards, and more!
Between and I took 5055 steps.
Post details
Welcome back to Break, a Fallthrough aftershow! In this episode, Kris, Matt, Angelica, and Cory O'Daniel talk extend their discussion from Fallthrough episode #42.Enjoying the aftershow? Let us know on social media! If you prefer to watch instead of just listen, head over to YouTube where you...

Between and I took 4451 steps.
Post details
Thanks to Forge for sponsoring this episode!Find Forge at https://withforge.com/. They are HIRING! Find Forge's jobs page here: https://in-the-forge.notion.site/hiring-rolesDRAFT RELEASE NOTES — Go 1.26Coding Challenge #100 - BitTorrent ClientThe Evolution of Caching Libraries in GoThis episode...

Post details
In our first episode, H. Jon Benjamin joins Amber Nash to talk about the pilot episode of Archer, “Mole Hunt.”…

Week Notes 25#43 (2 mins read).
What happened in the week of 2025-10-20?
Between and I took 8888 steps.
Post details
I maintain that Crazy in Love by Eden Project is one of the best songs to listen to while you’re Going Through It and can be really present with music
Between and I took 7268 steps.
Between and I took 6828 steps.
Oof A House of Dynamite was intense but a very good film - would recommend!
Had some very similar vibes to Leave the World Behind
Very much recommend it - colleagues (and managers) have found it super useful as a "cheat sheet" for some things about working with me
Post details
It feels really great to reject someone who offers to pay you money for something you don't want to do a HUGE privilege
Finding missing releaseTimestamps in Renovate (3 mins read).

How to query your Renovate debug logs (or renovate-graph exports) for missing release timestamps.
Post details
This post requires authentication to view.
Between and I took 8966 steps.
Post details
Ellie Huxtable's magical shell tool, Atuin, won developers' hearts by syncing, searching, and backing up our shell history with ease. Now Ellie is tackling the desktop with a GUI built to help teams make their workflows repeatable, shareable, and reliable.
Post details
What's in the SOSS? features the sharpest minds in security as they dig into the challenges and opportunities that create a recipe for success in making software more secure. Get a taste of all the ingredients that make up secure open source ...

Post details
In this episode, hosts Angelica Hill and Matthew Sanabria are joined by special guest Cory O'Daniel to dive deep into DevOps. They chat through some of the big questions shaping the industry: Is the "cloud promise" still holding up? What role does on-prem infrastructure play now? And perhaps most...

Between and I took 7185 steps.
Between and I took 3804 steps.
Post details
When you treat your employees like crap you'll still ship your org chart https://www.theregister.com/2025/10/20/aws_outage_amazon_brain_drain_corey_quinn/
Adding type hints to Renovate config.js files (1 mins read).

How to add JSDoc type hints to a config.js Renovate global self-hosting configuration file.
Post details
This post requires authentication to view.
Between and I took 3073 steps.
Post details
IMO all parsers should accept trailing commas. Makes Codegen easier for one, and is more consistent/less annoying to edit/move around parts of lists.
Post details
Speaking of boyfriends/girlfriends.
Between and I took 4232 steps.
Post details
This post requires authentication to view.
Post details
This post requires authentication to view.
Post details
The conversations we have 😅 @kimmy.zip: The clitoris painting on the fridge kitchen looks like a pokémon with boobs Me: It's just like that @kimmy.zip: What does it evolve into? Me: An Orgasm
Post details
Who took my spoons!? Give em back! I’ve been eepy all weekend 😪
You're currently viewing page 1 of 872, of 43554 posts.