Between and I took 4076 steps.
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:
Post details
This week on The Business of Open Source, I spoke with Robert Hodges, CEO of Altinity. This is a great example of an open source company that is built on top of an open source project, ClickHouse, that they did not create and still do not have direct control over. Altinity has created and...

Post details
This is the first actual edition of the API Evangelist Conversation podcast with my friend Pat Patterson, the Chief Technical Evangelist at Backblaze. Always enjoy learning from Pat as we dove into the meaning behind his title, as well as how Backblaze has standardized their API around the Amazon S3 storage API--essentially treating the API as the industry standard for storage.
Post details
We're joined by Alya Abbott from Zulip, the open source, organized, threaded, team chat for distributed teams of all sizes. We talk about Zulip's origins, how it's open source, the way it's led, no VC funding, what makes it different/better, how you can self-host it or use their cloud, moving to Zulip, contributing and...
Post details
APK custom datasource HTTP server for renovate. Contribute to hown3d/renovate-apk-indexer development by creating an account on GitHub.
Between and I took 6527 steps.
I'd selfishly like to think there's room for both!
Post details
Dear fellow Europeans, I am respectfully asking you to consider signing this European Citizen Initiative to institute a billionaire tax. It was invented by leading French economist Thomas Piketty; I read the whole thing, and it is technically excellent. Hit me if you have questions, but please sign it, it is important. https://www.tax-the-rich.eu/ It needs 1 million signatures (currently 300K) and seven countries over their threshold (currently three: Denmark, France, Germany). #economics #tax
Post details
I earned out my advance on "Letters To a New Developer"! https://letterstoanewdeveloper.com/the-book/ Only 4 years after it was published! Write a book for the knowledge, not for the money.
Post details
Attached: 1 image Data informed decisions when bumping the engine range / peer dependency range of a npm module you maintain? With a new pretty-print and markdown option in my "list-dependents-cli" utility (that I created to drive the canary tests for #neostandard) that's now easy! With it one can now easily list the relevant data of modules dependent on ones module – in the terminal as well as copy it as markdown into an issue. Here's a real world example: https://github.com/eslint-community/eslint-utils/issues/233#issuecomment-2355754090

Post details
I honestly hope that AWS employees use this RTO to unionize. this is a great example that many people can relate to. great marketing for a union.
Yup! I wrote about this in a bit more detail a few months back
Post details
Remember everyone: if your CEO insists that you can only work at the office, only work when you’re at the office. Leave when your contracted hours end. Do not work at home. Take whatever your contracted breaks are. Oh and join a union. https://www.aboutamazon.com/news/company-news/ceo-andy-jassy-latest-update-on-amazon-return-to-office-manager-team-ratio
Post details
In this episode, CRob chats with Omkhar Arasaratnam, who has served as the general manager of the OpenSSF and was co-host of What’s in the SOSS? As Omkhar moves on to the next chapter of his occupational journey, he reflects on his tenure with the...

Between and I took 6554 steps.
Post details
David Flanagan created a successful YouTube channel but knew to take things to the next level he'd need to own more of the stack.
Post details
Proposals🗜️ Accepted: Add new compress/zstd packagePreviously discussed in Episode 31🧼 Accepted: runtime: add AddCleanup and deprecate SetFinalizerPreviously discussed in Episode 73🗜️ Accepted: refuse to generate and/or use RSA keys smaller than 1024 bits🇮🇱 GopherCon Israel 2024, thoughts byy...

Between and I took 8520 steps.
Post details
[me]: ok, lets try something simple, just add this one thing. [chatgpt]: ok, I sort of did that so that it it looks mostly right, but I also randomly removed subtly important details that will definitely break everything, good luck hunting down the regressions I introduced!
Between and I took 6796 steps.
Post details
Jerod & Adam share our Zulip first impressions, react to Elasticsearch going open source (again), discuss Christian Hollinger's blog post on why he still self-hosts & answer a listener question: how do we produce podcasts?
Post details
John Britton & Mike McQuaid are Co-Founders of Workbrew, the company that provides additional features and support for companies using Homebrew. Homebrew's main project, brew, is a wildly popular open source project with 40K GitHub stars and provides the missing package manager for macOS (or Linux). In this episode, we dig into John & Mike's history with Homebrew and their time together at GitHub, how Homebrew has kept projects simple over time and avoided feature creep, how Homebrew has managed to get a lot of value from contributors, how their ICP has shifted from mac admins to dev and security teams & more!

Between and I took 9759 steps.
Post details
Between and I took 8293 steps.
Post details
Chad talks about sustaining open source, Sentry’s OSS Pledge, funding initiatives, and strategies to support open-source projects.

Post details
This week on The Business of Open Source, I spoke with Jesse Williams and Brad Micklea, co-founders of Jozu and each with a long history of experience in various open source companies behind them. Even though Jozu is young, there was a lot to learn from these two and their experience in both open...

Post details
<p>Ted Danson is thrilled to introduce Woody Harrelson to his dear friend Kristen Bell! Woody is curious about her anti-aging methods plus her fateful meet cute with hubby Dax Shepard. Kristen shares how she juggles a schedule filled with family, an acting career, and jiu-jitsu badassery. Bonus: Ted and Kristen trade tips on how to deal with difficult people, in a silent but deadly way. </p><p> </p><p>Like watching your podcasts? Visit <a href="http://youtube.com/teamcoco">http://youtube.com/teamcoco</a> to see full episodes.</p>

Post details
<p>Ted Danson and Woody Harrelson are reunited, and it feels so... nerve-wracking? For their first episode, the guys are joined by one of the funniest people they know, Will Arnett. Will gives them some podcasting tips from his gilded perch as co-host of the mega-hit podcast Smartless. They also get into Will's extreme Cheers fandom and his winding journey from getting kicked out of boarding school to starring in shows like Arrested Development and Murderville. Bonus: Woody's Gob Bluth impersonation.</p><p> </p><p>Like watching your podcasts? Visit <a href="http://youtube.com/teamcoco">http://youtube.com/teamcoco</a> to see full episodes.</p>

Between and I took 6734 steps.
Between and I took 5631 steps.
I will be attending
.Hand writing the spec, then validating (ie via http://gitlab.com/jamietanna/httptest-openapi) is a valid option - keeps it in sync very well from quite a few big Go apps I know using it
Or you could wrap your implementation in https://github.com/oapi-codegen/oapi-codegen/ from a hand rolled spec - we support net/http
- and that then starts towards the process of being closer to the spec
Either way, you still need to validate the spec and implementation are in sync, and IMO, hand-writing the spec is the only "right" solution that makes sure you're intentionally making changes to the API, whereas generating spec from code could lead to just documenting what's in place and ie accidental breaking changes being missed
Post details
Emily Freeman joins the show alongside our Ship It co-host, Justin Garrison! We hear Emily's burnout story & learn how she and Forrest Brazeal are putting tech-focused influencers on tap. But first: area code turf wars, bad movie reboots & buying used DVDs... at Starbucks?!
Post details
This week on The Business of Open Source, I spoke with Jimmy Zelinskie, co-founder and CPO of Authzed, which is behind SpiceDB. We kicked off the discussion with a really interesting discussion about whether or not SpiceDB is a database and whether or not Authzed is a database company. At first...

Post details
Back in 2014, I was obsessed with Brazilian jiu-jitsu. After several years of training, competing and leading the UCL Brazilian jiu-jitsu society, one of my jobs was to find coaches for our classes. It was through this role that I met Miles — a brilliant athlete, dependable, an amazing guy and always had a beaming […]

Post details
Go 1.23.1 & 1.22.7 released🚫 Proposal accepted: encoding/json: add omitzero optionEpisode 34: Interview with Joe Tsai about encoding/json/v2✍️ script v0.23.0Episode 56: Interview wit xiaq, author of Elvish Episode 21: Interview with John ArundelGo blog: Telemetry in Go 1.23 and beyond by Robert...

Post details
Taylor Dolezal from the Cloud Native Computing Foundation discusses his role as the Head of Ecosystem, working closely with end-users implementing CNCF projects. He shares his open source origin story, tracing back to high school programming experiences. We touched on community dynamics, experiences with project forks, and the evolving landscape of AI and its intersection with open source. We also discuss the importance of sustainability in open source communities and the critical role of vendor neutrality. 00:00 Introduction01:45 Open Source Origin Story11:04 Project Forks and Community Dynamics17:20 HashiCorp and OpenTofu: A Fork in the Road19:46 Navigating the AI Frontier23:28 The Challenges of AI Standardization26:17 The Importance of Vendor Neutrality28:02 Balancing Priorities in Open Source29:51 Sustaining Open Source Communities Guest: Taylor Dolezal navigates the cloud native universe with a knack for puns and a keen eye for psychology. Living in the heart of LA, he blends tech innovation with mental insights, one punny cloud at a time. Avid reader, thinker, and cloud whisperer.

Between and I took 2651 steps.
Between and I took 3320 steps.
Post details
Recover your ArchLinux installation after a mid-upgrade crash, power loss, etc - Edu4rdSHL/archlinux-pkgrecover
Post details
It takes more than great code to be a great engineer. Soft Skills Engineering is a weekly advice podcast for software developers about the non-technical stuff that goes into being a great software developer.

Between and I took 7763 steps.
Post details
So: Mu. Ask a different question. You have dependencies. You will always have them. Choose them thoughtfully. Invent where it matters most to you, and re-use where it does not, and where you can benefit from somebody else's care & testing. Talk your employers into sponsoring the important ones if you can, because that will improve their quality. Probably. There is no such thing as free-as-in-lunch software. FIN
Post details
@Em0nM4stodon@infosec.exchange That EU law does not require a #CookieBanner unless the web site wants to track your clicks or sell your data. Because people do not understand this, they think "stupid EU law" instead of... - "website owner has no respect for consumer rights" - "website owner has no solid business plan and just hopes for a few bucks from the advertisement industry" #GDPR
Post details
Welp, I’m now considering the idea of having entered a midlife crisis, to certain degrees. Don’t worry, no extravagant purchases forthcoming.