// blog.md

Field notes from someone who tests for a living.

published
30
cadence
when it matters
written in
markdown + vim
// post 030
featured

The Internet Runs on Remote Work. Your CEO Says It Doesn't Work

The largest engineering projects in history are distributed by design, yet executives keep insisting distributed work fails. What the RTO research, the real estate money trail, and one Australian policy contradiction actually show.

17 Jul 2026 ~7min Team
#RemoteWork #RegionalAustralia #OpenSource #TestAutomation #FutureOfWork
cat internet-runs-on-remote-work.md UTF-8 · markdown
$ cat internet-runs-on-remote-work.md
# # The internet runs on remote work
Your CEO's RTO memo reached you through
software built by people who have never
shared an office.
Linux: 2,134 devs, 1,780+ orgs, one release.
Kubernetes: 88,000 contributors, 44 countries.
// published
30 posts · newest first
Where Slack Put AI Agents in Its E2E Testing Stack Strategy Slack ran more than 200 end-to-end workflows through AI agents to map where intent-driven tests beat brittle scripts and where the price per run keeps scripts in charge. 15 Jul 2026 ~4min read → Your Cucumber Suite Is a Test Script in a Plain-English Costume Strategy The value in BDD lives in the conversation before the code, not the .feature file; a Cucumber suite that skips that conversation becomes a brittle test script wearing plain English. 13 Jul 2026 ~7min read → Two k6 Load Models Measure Two Different Systems Strategy A closed-model k6 test eases off the moment the server slows; an open-model test holds the request rate and shows you the tail your users will hit. 09 Jul 2026 ~4min read → Your CI's AI agent was running on a standing credential Tools Running Copilot CLI in GitHub Actions used to need a stored personal access token; the CLI now reads the run built-in GITHUB_TOKEN, a credential that expires with the job. 07 Jul 2026 ~4min read → Let a flake-rate metric build your quarantine list Practice A hand-kept flaky-test list goes stale the day you save it. Score each test flake rate in Prometheus and a query keeps the quarantine list current for you. 05 Jul 2026 ~5min read → k6 2.1 Ships a Feature-Flag System for Experimental Behavior Tools k6 2.1 adds a feature-flag system: opt into experimental behavior with --features, list what exists with k6 features, and switch trend metrics to native Prometheus histograms. 02 Jul 2026 ~4min read → Playwright 1.61 Tests Passkey Logins Without a Hardware Key Tools Playwright 1.61 ships a virtual authenticator that registers passkeys in-test, so the passkey login button gets E2E coverage without a security key. 30 Jun 2026 ~3min read → Checkout v7 refuses the pwn request by default Tools actions/checkout v7 refuses to fetch fork pull request code under pull_request_target, closing the most copied half of the pwn request attack. 25 Jun 2026 ~4min read → A pull request title ran shell commands in Nx's pipeline Practice A PR title carried shell commands, a run step echoed it, and the runner obeyed. Bind untrusted input to an env var and quote it. 25 Jun 2026 ~6min read → Your API requests belong in Git, not Postman's cloud Tools A private Postman collection does two jobs badly. Send the quick check to cURL and a .http file, the endpoint tests to Playwright, and let git hold both. 24 Jun 2026 ~4min read →