← all tags

Tagged DevOps

17 postsRSS ↗
Apr 29, 2026·5 min read

Explaining the engineering work behind AI-generated prototypes

AI can shorten the path to a working prototype. I think developers need to make the remaining work on reliability, security, and maintainability clearer when discussing delivery.

AISoftware DevelopmentOpinion+4 more
Apr 28, 2026·4 min read

Managing OpenClaw From My Mac Without Running It Locally

I edit OpenClaw scripts and configuration on my Mac, then use an SSH wrapper to test and run them on the homebox server that holds the services and runtime state.

OpenClawSSHAutomation+3 more
Apr 09, 2026·6 min read

Setting Up Docker-in-Docker in copilot_here

Step-by-step guide to enabling the brokered Docker socket, configuring image allowlists, and tuning privilege controls per repo.

copilot_hereDockerDevOps+1 more
Mar 22, 2026·6 min read

Next.js + TinaCMS on GitHub Pages behind a Cloudflare Worker

The gotchas I hit deploying a Next.js static export site with TinaCMS to GitHub Pages, proxied through a Cloudflare Worker — and how I fixed them.

Next.jsTinaCMSGitHub Pages+2 more
Mar 04, 2026·5 min read

copilot_here: Q1 2026 Updates - Package Managers, Golang, Podman & More

Q1 2026 brings copilot_here to your favorite package managers (Homebrew, WinGet, .NET tool), adds Golang support, enables Podman and OrbStack as container runtimes, and introduces model configuration.

copilot_hereDevOpsPodman+4 more
Jan 12, 2026·2 min read

Resetting Tailscale on Windows after a 503 no-backend error

How to check the Tailscale Windows service and reset local state when the client stays on Starting with a 503 no-backend error, including the re-registration consequences.

TailscaleTroubleshootingDevOps+1 more
Dec 31, 2025·5 min read

copilot_here: December 2025 Updates - Native CLI, Stability & More

December updates move copilot_here orchestration into a .NET 10 Native AOT CLI, fix PowerShell 5.1 compatibility issues, and add cross-shell installation and session information.

copilot_hereDevOpsNative AOT+2 more
Dec 18, 2025·2 min read

Comparing AI responses to a plaintext-secrets request

GPT-5.2 refused a request to write deployment secrets into a script, while Claude 4.5 Sonnet complied. What that interaction changed about how I assess agent behaviour.

copilot_hereAISecurity+4 more
Nov 28, 2025·8 min read

copilot_here: November 2025 Updates - ARM64, .NET 10, Airlock & More

November updates add native ARM64 images, .NET 10, PowerShell Core integration, Airlock network controls, host path mapping, and configurable directory mounts.

copilot_hereDockerDevOps+4 more
Nov 06, 2025·5 min read

My "Meta-Prompt" for Codebase Investigations with Copilot CLI and copilot_here

The prompt and directory-mount setup I use to produce structured codebase investigation reports with GitHub Copilot CLI.

copilot_hereDevOpsDeveloper Experience+3 more
Oct 28, 2025·8 min read

copilot_here: October 2025 Updates - Auto-Updates, Cross-Platform Support, and More

October changes to copilot_here: Windows support, script updates, installation, Copilot argument forwarding, version reporting and Docker image cleanup.

copilot_hereDevOpsDeveloper Experience+1 more
Oct 27, 2025·9 min read

Investigating a data migration bug with GitHub Copilot CLI and Git history

Using Copilot CLI to trace missing cleanup data through Git history, identify affected records and compare migration and fallback options.

GitHub CopilotDebuggingGit+1 more
Oct 03, 2025·8 min read

Running GitHub Copilot CLI in Docker with copilot_here

My Docker setup for running GitHub Copilot CLI with access to a project directory, including installation, image variants and the limits of that isolation.

copilot_hereDockerGitHub+3 more
Sep 17, 2025·4 min read

Building a portfolio site with Gemini, GitHub Spark and Copilot

How I used Gemini for the specification, GitHub Spark for a React frontend, and Copilot for refactoring and parallel development on a portfolio site.

AIGitHub SparkGemini+4 more
Aug 25, 2025·6 min read

Fail Fast, Save Big: A Smarter CI Testing Strategy

Our CI pipeline was burning through our budget and slowing developers down. The fix wasn't about chasing raw speed, but about finding a better balance by handling failures more intelligently. Here's how we did it.

DevOpsCI/CDGitHub Actions+2 more
Aug 13, 2025·5 min read

A Guide to Mastering GitHub Copilot on github.com

Unlock a new level of productivity by moving beyond the IDE and mastering GitHub Copilot directly on github.com. This guide covers the essential techniques for setting up, creating effective requests, parallelizing your work, and mastering the feedback loop.

GitHubCopilotAI+2 more
Jun 18, 2025·5 min read

The Mysterious Case of the Failing Azure SQL Deployment

A perfectly stable GitHub Actions deployment to Azure SQL suddenly fails with a misleading 'Identity not found' error. Follow the debugging journey to uncover the real culprit that has nothing to do with the identity.

AzurePowerShellGitHub Actions+3 more