RSSAmplifier

Blog

Adam Montgomery

{x} by Adam Montgomery

montasaurus.comRSS feed ↗3 posts

Latest posts

Engineer's Guide to the 14th Amendment: Skrmetti

I'm not a lawyer, but I find US constitutional law fascinating. I've been listening to the Supreme Court oral arguments and reading their decisions for years. Many of the cases are surprisingly easy for a non-lawyer to follow along with. The Supreme Court issued a decision recently in United States v. Skrmetti , a case challenging the constitutionality of a restriction on…

Docker Bake + Github Actions + Private Repository + uv

Symptom You try to install Python dependencies in Github Actions using a private Github repository as a source. You receive an error like: fatal: could not read Username for 'https://github.com': No such device remote: Repository not found. fatal: repository 'https://github.com/example/repo/' not found Issue The GITHUB_TOKEN secret that is available in Github Actions…

How I Build

This is a guide to my tools and processes for building software. I'm writing this both to share what I've found with other humans, and as guidance for LLMs that interact with me & share my tools. I've found these tools helpful building "pre-LLM" software in small and large startups, and for LLM-enabled applications like I'm working on now . My tool choices are largely informed…