Archive

Browse recent posts or start with a category.

Explore categories

A compact view of the topics used most often and most recently.

Browse all categories

: The Best Automation Has a Manual Escape Hatch Automation earns trust by being easy to override, not by being impossible to question. That sounds …

: Cost and Latency Belong in the Score Congratulations, the best model available passed your eval. That’s not the question you should be …

: Your Vibes Are Not an Agent Eval Do you really know what you’re doing? You swapped a model, you tuned an agentic workflow, you had …

: Start With Ten Tasks You Actually Do Public benchmarks of large language models are a fine way to compare models in the abstract, but …

: `updated_at` Is Not a Conflict-Resolution Strategy In the last post we talked about the problems with a distributed system, and touched on the fact …

: The Moment You Add Sync, You Have a Distributed System How do you keep two sets of data in sync? Like, by definition, you now have a distributed system. It …

: Your Local File Should Not Have to Argue With Your Database Sync bugs usually all start the same way. Two copies of something, both of them mostly right, and no …

: The Decision Log: A Lightweight Artifact for Agentic Coding Coding agents are remarkably good at reopening decisions you already made. Imagine a content …

: Run Your Whole Agent Stack on a $5 Box I SSH’d into my home server this afternoon and ran docker stats on the memory layer that every one …

: If I Worked at Apple Again, I'd Build iApps I worked as a contractor at Apple more than a decade ago. The specific work doesn’t matter, but if I …

: Your Agent Needs a Dollar Limit, Not a Token Budget If you let an autonomous coding agent run in an unbounded loop, I have bad news for you, or rather, …

: How I Would Build Observability for an Autonomous Agent I have not built a full production observability stack for an autonomous agent. I’ve built lots of …

: Your Justfile Is Your Repo's API Ask your agent to run the tests in a repo it has never seen before and watch what happens. It’s …

: The Human Job Is Choosing What Not to Build Coding agents have made one word much harder to say. No. You describe a feature, and the agent can …

: When I Use a Subagent and When I Don't Give a good harness access to subagents and everything starts looking like a team project. You’ve …

: Where Should This Agent Knowledge Live? Every agent has a junk drawer. It usually starts with project instructions. Then I added build …

: Not Every Agent Task Needs an Issue I’ve written before that your AI agent needs a task manager, and I stand by it. Chat history is not …

: Tests Are Evidence, Not a Definition of Done I’ve watched thousands of tests run over the years. When they pass it has felt good. A huge screen …

: Every Feature Opens a Maintenance Account Coding agents have developed a dangerous little habit. You ask for one change, and somewhere near …

: Code Is Cheap Now. Decisions Aren't I’ve spent a lot of time working on software backlogs with coding agents. Pick an issue, inspect the …

: Pi and Hermes Are Trying to Solve Different Problems I went looking for a talk from Mario Zechner, the creator of Pi, because I wanted to understand why …

: Don't Build a Full Agentic Harness. Wrap One Instead. I keep seeing people talk about building an “Agentic OS”. A personal system where agents get tools, …

: Your Coding Agent Should Not Own Your Editor Every coding agent wants to become the place where you work. It starts life as a command-line tool. …

: Graphify Turns Your Repos Into a Map You Can Query Navigating code dependencies inside a single repository is already hard enough. But if you’re on a …

: What Are Embeddings, Really? (And Why You Can't Just Use GPT-4 to Make Them) If you’ve built a RAG pipeline, a semantic search box, or an AI agent with vector-backed memory, …

: Why Your AI Stack Needs a Gateway Picture an autonomous agent loop dying at step 45 of a plan it’s been grinding through for the …

: Autopilot for Your Docs: A Look at LangChain's OpenWiki Writing documentation for a repo is the chore nobody volunteers for. Keeping it current is somehow …

: Amnesia-Free Agents: GBrain and the LLM Wiki Idea Every agent I work with has amnesia. Open a new terminal session, spin up a subagent, start a fresh …

: Leaflet — social publishing on the Atmosphere A simple and powerful platform for social publishing — …

: Ben Ramsey

: wordman.dev Thoughts, stories and ideas.

: CrewAI The Leading Multi-Agent Platform

: goose | Your open source AI agent Your native open source AI agent. Desktop app, CLI, and API — for …

: Augment Code: Agentic software development at organizational scale Your engineers have agents. Your …

: Julia: High-Performance Computing Without the Two-Language Tax I hadn’t heard of Julia until someone posted about it on Bluesky. The language was new to me, so I …

: Adding Types to JSON with Dhall A few months ago I wrote a post asking whether there’s something better than JSON. Two configuration …

: Parley | Contract Collaboration Platform for Teams Parley is the new way to agree — designed for …

: The versioned filesystem for AI agents | Mesa Connect agents to the files they need, run parallel …

: garrytan/gbrain: Garry’s Opinionated OpenClaw/Hermes Agent Brain Garry’s Opinionated OpenClaw/Hermes …

: Graphify: Any input. One graph. Complete recall. The open-source knowledge graph engine. Turn code, …

: Building Speech and Thought Bubbles in Svelte Have you ever looked at a comic-style speech bubble and thought “that’s just a rounded rectangle …

: Running Mem0's Memory Backend as Real Infrastructure with Ansible Mem0 works best when you treat its memory backend as infrastructure, not as some throwaway process …

: Amber The Programming Language

: Geni vs. Goose for lightweight database migrations I have a pretty simple rule for database migrations: the tool lets me write SQL, check status, apply …

: Embeddings Are Cheap Enough for Personal Wikis Now My Obsidian vault is my main second brain: around 1,800 Markdown notes. Lately I’ve been less …

: Build Your Own Skills Repo If you’ve been working with AI coding agents for a while, you’ve probably started collecting …

: Building a Linter for Your Obsidian Vault In software we don’t trust ourselves to keep a codebase clean by hand. We run linters. They catch …

: Strapi 5 Docs | Strapi 5 Documentation Get set up in minutes to build any project in hours instead …

: Web Development Trending Bluesky Feed Trending web dev topics on bsky. View the algorithm …

: 8enSmith/mcp-open-library: A Model Context Protocol (MCP) server for the Internet Archive’s Open …

: npmx - Package Browser for the npm Registry a fast, modern browser for the npm registry. Search, …

: Jina AI - Your Search Foundation, Supercharged. Embeddings, rerankers, web reader, deepsearch, small …

: Home | mise-en-place mise-en-place documentation

: MCP

: gadievron/raptor: Raptor turns Claude Code into a general-purpose AI offensive/defensive security …

: Life Insurance Quotes Online | Compare Rates with PolicyProfile Compare personalized life insurance …

: Embeddings | Gemini API | Google AI for Developers

: The Capture Trap: Why Your Note Vault Is a Graveyard Open your notes app and scroll to the bottom of the inbox. How many of those clippings have you …

: Four Ways to Build Your Own Agentic Harness The model is the commodity. You rent it. Everything else, the loop, the tools, the state, the …

: Five Places RAG Shows Up in Agentic Systems Ask most people what RAG is and they’ll tell you it’s semantic document search. You chunk up a pile …

: A Field Glossary for Agentic Knowledge Work Everywhere you look right now, somebody is saying agentic this and agent that. Harness, scaffold, …

: Two Kinds of Memory for Your CLI Agent So you set up a memory layer for your local CLI agent. Now what? How do you actually get that memory …

: Karpathy's LLM Wiki: Your Second Brain, Maintained by the Machine A few months ago Andrej Karpathy dropped a GitHub gist that coined a term I haven’t stopped thinking …

: CODE: The Four Stages of a Note Yesterday I walked through the history of the second brain, the 500-year arc from glued paper slips …

: A Brief History of the Second Brain The phrase “second brain” is glued to Tiago Forte and the productivity wave of the 2010s. But the …

: Six Months with Git-Native Issue Tracking: Am I Still Using Beads? Back in January, I wrote about discovering beads, a git-native issue tracker built specifically for …

: How Do You Actually Review Code an Agent Wrote? We’ve all had the magic moment by now. You fire up an agent in Claude Code, hand it a bunch of …

: How I Researched the Time Series With My Second Brain Writing ~30 daily, deeply technical posts about the history, physics, and software guts of “time” …

: The Agentic Dev Space Is Moving Fast, and I'm Having a Blast Step back and look at the last six months of software development. It’s almost hard to believe how …

: SvelteKit vs Astro: How I Choose in 2026 If you’ve followed my blog over the past few months, you know I’ve spent a lot of time digging into …

: Why Supacode Became My Daily Driver for Claude Code The number of ways to get an AI to write your code right now is … great? Claude Code, Codex, …

: Day 29: It's All The Same Problem We’re twenty-nine days into this. I’ve thrown twenty-eight different time problems at you. Sundials, …

: Day 28: What an Interplanetary Civilization Needs From a Clock A couple of weeks ago, on Day 12, I took the tour. A Mars day is 39 minutes too long. The Moon’s …

: Day 27: People Have Tried This Before Yesterday I dug into the astronomical anchor problem: whether civil time should stay tied to the …

: Day 26: The Astronomical Anchor Problem If Einstein’s gift to us yesterday was that there is no universal “now,” today I want to come back …

: Supacode Native terminal coding agents command center. Run 50+ coding agents in parallel.

: Day 25: There Is No Now Week 5 starts today. For four weeks we’ve been poking at how humans organize time: clocks, …

: Day 24: Three Calendars Nobody Uses Yesterday we covered the Gregorian calendar. Today we’re going to talk about the attempts to replace …

: Day 23: All the Calendars Are Just Made Up You probably haven’t thought about this much before, but the calendar on your wall is, as a piece of …

: Day 22: "Permanent Standard Time vs Permanent DST" Yesterday’s post we saw most people want DST abolished, that the data is one-sided, and yet we’re …

: Day 21: "DST is Dumb" Most people think daylight saving time has something to do with farmers. It doesn’t. It never did. …

: Day 20: The Leap Second Is No More, Huzzah! I know yesterday’s post was a real cliffhanger. Talking about leap seconds. I hate to burst your …

: Day 19: Leap Seconds or When a Minute Has 61 It’s week four and this week we’re talking about the inconsistencies, the problems, the strange …

: Day 18: DST and The Related Software Bugs This is one of two or three DST posts in the 30 Days of Time series. Today’s angle: the software …

: Day 17 — Time Zones Are a Nightmare Yesterday I wrote about how 2026-05-24T14:30:00Z won the format wars. That Z at the end, it turns …

: Day 16: How the World Agreed on a Date Format (Except the US) There is a war that has been quietly raging for about a century, and it is fought over six little …

: Day 15: The Man Who Synchronized the World David Mills, the father of internet time, wrote the protocol that synchronizes every computer on …

: Day 14: The Bug That Didn't End the World, and the One That Still Might On December 31, 1999, a measurable percentage of the developed world stockpiled bottled water, …

: Day 13: Unix Time, 1,780,620,532 That’s roughly what time it is, right now, as I type this. Not 8:48 PM. Not “Thursday.” Not “June …

: Day 12: Earth to Mars, Come In NASA’s Mars mission control runs on Mars time, not Earth time. For the first few months of every …

: Declutter your JavaScript & TypeScript projects Project linter to find unused dependencies, exports …

: Day 11: What If We Put Clocks in Space? In 1977, three years before GPS launched, the engineers building the satellites had to make a …

: Day 10: The Zero Point Three epochs quietly run the world: The Unix epoch. Midnight, January 1, 1970. Almost every computer …

: Day 9: A Clock You Can Use to Measure a Mountain Yesterday I said cesium was about to be deposed. Today’s the deposition. The successor is the …

: Day 8: 9,192,631,770 Today’s number is 9,192,631,770. That’s how many times a cesium-133 atom oscillates between two …

: Apocalypse Warlock Endgame Build Guide for Diablo IV Season 13 - Reckoning | Maxroll.gg Apocalypse …

: Hell Fracture Warlock Endgame Guide for Diablo IV Season 13 - Season of Reckoning | Maxroll.gg Hell …

: Day 7: A Day Is Not 24 Hours Last week we talked about what time is, what it might not be, and what your brain does to make you …

: Day 6: Your Brain Is Lying to You About Time Yesterday I told you a fly’s now is much shorter than yours and a whale’s is much longer. Today I …

: Day 5: Time Is Not the Same for a Fly Try to swat a fly. Even with a flyswatter. You will fail more often than you succeed. You’re not …

: Day 4: Does the Future Already Exist? Yesterday I left you with a question, today we are getting stuck in. If the block universe is right, …

: Day 3: Einstein Made Us A Loaf When Albert Einstein’s lifelong friend Michele Besso died in March 1955, Einstein wrote a letter to …

: Adaptive | AI agents that run your business Sell, market, follow up, research, and build — all from …

: GORM The fantastic ORM library for Golang aims to be developer friendly.

: Val Town Platform for instantly deploying TypeScript automations for GTM and AI

: Day 2: A Philosopher Argued Time Doesn't Exist In 1908, a British philosopher named J.M.E. McTaggart published a paper called “The Unreality of …

: 30 Days of Time I’m a big audiobook guy. Ear reading instead of sight reading, as I like to call it. Lately I’ve …

: Running Terraform in Your Existing CI Pipeline The previous post made the case that HCP Terraform’s per-resource pricing model has gotten …

: HCP Terraform's Per-Resource Pricing Is a Trap The first post in this series argued OpenTofu is the no-regrets default for new infrastructure. The …

: When You Should Skip Terraform Entirely The last post in this series made the case that OpenTofu is the no-regrets default for new …

: Quarkdown | Markdown with superpowers Quarkdown is a modern, open-source, Markdown-based typesetting …

: OpenTofu Is the No-Regrets Default for 2026 Infrastructure Hashicorp’s adoption of the Business Source License in late 2023 was a defensive business decision. …

: A Dotfiles Manager That Snapshots Every Change Managing dotfiles in 2026 is a solved problem in the same way that managing your own backups is a …

: Your AI Coding Agent Can Read Every Secret on Your Machine Every developer running an AI coding agent has handed that agent the keys to their machine. Not …

: Home Page New You can’t avoid disruption. But you can plan for it. ControlMonkey is a cyber …

: Buying Supply Chain Security in 2026: A Vendor Map The last post was for solo developers and people without a security budget. This one is for everyone …

: Sandboxing AI Agents Without Buying Anything The previous post (and the one before it) covered the threat model and the per-ecosystem …

: Python and Rust Have the Same Supply Chain Problem as NPM Last post I walked through the threat model for supply chain attacks and dug into the NPM ecosystem …

: Your Software Is Mostly Strangers' Code Modern applications aren’t really written anymore. They’re assembled. Seventy to ninety percent of a …

: Five Modern JavaScript Features That Make the Old Patterns Look Silly I’ve been doing some reading on what JavaScript has been picking up over the last few releases, and …

: Three CSS Features That Finally Let Us Delete the JavaScript Every few years, CSS quietly absorbs something we used to need a JavaScript library for. This year, …

: CSS Finally Got Inline Conditionals I’ve been digging into some of the newer features landing in CSS, and inline conditionals with the …

: JavaScript Finally Gets a Real Date API When has working with dates ever been easy? Every language has its own version of the same …

: Semantic Docs Spring Update: Astro 6, Auto-Releases, npm The last two months on Semantic Docs have mostly been maintenance work, but a few things I wanted to …

: SAST vs AI PR Review: Two Tools, Different Jobs If you have worked in DevSecOps, you might be wondering if AI pull request review tools are going to …

: npmx.dev Is the NPM Frontend We've Been Asking For If you’ve spent any time on npmjs.com, you know the drill. You land on a package page, eyeball the …

: Your Data Lake's Vulnerability Problem Is Really an Identity Problem I’ve been reading through the post-mortems on the last few years of data lake breaches, and the …

: Your Data Lake Has a Permissions Problem Consolidating every business unit’s data into one giant lakehouse sounds like a win until you …

: Discover Children’s Books by Age, Grade, Series, and Reading Level Discover children’s books with …

: The Real Cost of Your Data Lake (It's Not the Storage) If you’re sketching out a data platform on a whiteboard right now, I want you to do something. Stop …

: Happy Star Wars day. Here is your reminder to finish Andor and/or Mandalorian. 😄

: The Data Lakehouse Won. Now Pick a Table Format. If you’ve been ignoring the data infrastructure conversation for the last few years, here’s where we …

: AI Code Reviewers Won't Save You Dropping an AI reviewer into your pull request pipeline is just a band-aid. Tools like CodeRabbit or …

: Leading Teams When AI Does the Typing AI is changing how teams build things. That part is obvious. What’s less obvious is that it doesn’t …

: What Is a Runbook and Why Should You Care? If you’ve ever been woken up at 3 AM by a pager and stared at your screen trying to remember how the …

: How to Pick an Embedding Model (Without Overthinking It) It’s easy to get deep into vector database comparisons, HNSW vs. IVF, pgvector vs. Pinecone, Qdrant …

: Pandoc vs MarkItDown: Two Tools, Two Eras Pandoc has been the gold standard for document conversion for nearly two decades. But there’s a …

: What Temporal Actually Does (And Why You'd Want It) Building a multi-step process across microservices usually goes something like this. You wire up a …

: JuliusBrussee/caveman: 🪨 why use many token when few token do trick — Claude Code skill that cuts …

: pgvector vs sqlite-vec: You Probably Don't Need Postgres Whenever I start looking into vector search, I always end up finding information on pgvector. It’s …

: pgvector vs Pinecone: You Probably Don't Need a Separate Vector Database Every time someone starts building a RAG pipeline, the same question will come up: do I need a …

: How Kong Actually Works in Kubernetes At some point with microservices in Kubernetes, basic Ingress routing stops being enough. Kong is …

: LangChain and LLM Routers, the Short Version LangChain is important to know and understand in the age of agents. Also, LLM routing. They’re …

: Your Brain vs. a Large Language Model We don’t fully understand the human brain. That’s just how things are. But we know enough about its …

: What I Learned Building My First Chrome Extension I built a Chrome extension to navigate Letterboxd movie lists with keyboard shortcuts. Rate, like, …

: NotebookLM Is Just RAG With a Nice UI I’ve been watching AI YouTubers recommend NotebookLM integrations that involve authenticating your …

: A nice place to blog | Scribbles Start your own blog in seconds with Scribbles - a beautiful, …

: AI-Assisted vs AI-Agentic Coding There are two ways to work (c0de) with AI tools right now. I think most people know the other one …

: Most Dev Blogs Die #MDBD Most developers have started a blog at some point. Almost none of them are still writing. …

: reply to this with blog post ideas. your neighborhood tech blogger thanks you.

: Claude Opus 4.7 Is Here Anthropic just announced Claude Opus 4.7 yesterday, and here is my take on the new model after …

: Agentic Development Trends: What's Changed in Early 2026 I’ve been following the agentic development space around Claude Code and similar tools and the last …

: Why javascript:void(0) Needs to Stay in the Past A few months ago, I ran across a javascript:void(0) in the wild. I’m not going to get into the …

: Bubbles Independent blog posts, ranked by the community. Good stuff bubbles up. The rest pops.

: The Human's Guide to the Command Line: From Script to System This is Part 3 of The Human’s Guide to the Command Line. If you missed Part 1 or Part 2, go check …

: How Active Noise Canceling Actually Works I’ve been thinking about how headphones work. What’s actually happening in there? Let me try and …

: What Would Minimum Wage Be If It Kept Up With Housing? I pulled the data and verified the math. The answer is… not great. The Numbers We’re Working With In …

: Time-Series PostgreSQL at Petabyte Scale From the creators of TimescaleDB — the PostgreSQL platform …

: Ghost — The first database designed for agents Postgres databases for agents. Unlimited forks. Hard …

: What Is an AI Agent, Actually? We need some actual definitions. The word “agent” is getting slapped onto every product and service, …

: A Concrete Definition of an AI Agent An AI agent pursues a goal by iteratively taking actions, …

: Card games today with BoardGame friend. Going to try Star Wars Unlimited and 5 minute dungeon. Have …

: SvelteKit Forms: Back to Basics (And Why That's a Good Thing) Before we talk about SvelteKit, we should touch on how React form handling works. I’m writing this …

: Routing in SvelteKit vs Next.js vs Astro Continuing my series on Svelte, I want to dig into how SvelteKit handles routing and how it compares …

: MergePHP: Stop Guessing, Start Verifying: A Modern API Documentation and Testing Toolkit. - …

: Svelte 5 Runes: A React Developer's Guide to Reactivity Continuing my series on Svelte topics, today we’re talking about runes. If you’re coming from React, …

: The revenue design company | Orb Design, execute, and operate revenue with usage-based billing. Orb …

: Svelte vs React: State Management Without the Ceremony Continuing my Svelte deep-dive series, let’s talk about state management and reactivity. This is …

: Svelte vs React: The Virtual DOM Tax You Might Not Need I’m diving more into Svelte and SvelteKit lately, and I’m going to be writing a few posts about it …

: Lisette is a New Rust-to-Go Language, So I Built It a Test Library This morning I dove into a new programming language called Lisette. I saw it from @lmika and had to …

: Lisette — Rust syntax, Go runtime Little language inspired by Rust that compiles to Go.

: Introducing EmDash — the spiritual successor to WordPress that solves plugin security Today we are …

: emdash-cms/emdash: EmDash is a full-stack TypeScript CMS based on Astro; the spiritual successor to …

: Hiding Poems Inside Images I built a tool that hides poems inside images. Not as metadata, not as a watermark. The actual text …

: We can explain how dreams work but can an artificial system really ever understand them. What does …

: The Highest Rated Episode In Dimension 20 History This isn’t a joke, this is Katie’s life! 🚌🧝‍♀️ …

: The Human's Guide to the Command Line: Your First CLI App This is Part 2 of The Human’s Guide to the Command Line. If you missed Part 1, go check that out …

: The Human's Guide to the Command Line (macOS Edition) If you’ve ever stared at a terminal window and felt like you were looking at the cockpit of an …

: What Companies Are Actually Paying for Application Security In the Application Security Testing (AST) market, Static Application Security Testing (SAST) and …

: I Benchmarked JSON Parsing in Bun, Node, Rust, and Go I’m just going to start posting about JSON everyday. Well ok, maybe not every day, but for the next …

: I Wrote Multiple CUE Parsers and Benchmarked Them Against JSON It started yesterday because I wanted to fix JSON. Well, not fix exactly. More like figure out if …

: Is There Something Better Than JSON? Have you ever looked at a JSON file and thought, “There has to be something better than this”? I …

: Streaks are just goals dressed up as habits. Build the system instead; a good system doesn’t care …

: Multi-Repos Are Underrated If you’re considering a monorepo, I’d like you to, stop, and reconsider. Monorepos cause more …

: CLI First, GUI Never I’ve been enjoying building CLI tooling and so here’s why your next app should be a CLI not a GUI. …

: The Death of Clever Code One positive product of working with Agentic tools is they rarely suggest clever code. No arcane …

: Turborepo Turborepo is a build system optimized for JavaScript and TypeScript, written in Rust.

: Your AI Agent Needs a Task Manager If you’ve spent time working with AI coding tools, you’ve probably hit the compaction wall. …

: obra/superpowers: An agentic skills framework & software development methodology that works. An …

: Productivity and Entropy I’ve spent over 25 years watching software systems accumulate entropy and …

: Using Claude to Think Through a Space Elevator When I say I wanted to understand the engineering problems behind building a space elevator, I mean …

: Just: The Command Runner If you’ve ever used make to run commands, it works, but you’re using a build system as a command …

: The World's Strongest Cable Is One Atom Thick I fell down a rabbit hole this morning. It started with a simple question: how far are we really …

: From SUnit to Vitest: A Brief History of JavaScript Testing I care a lot about testing. I don’t know if that’s obvious yet, but hopefully it’s obvious. I wanted …

: Garbage Collection: How Python, JavaScript, and Go Clean Up After Themselves It’s Garbage day for me IRL and I wanted to learn more about garbage collection in programming. So …

: I'm Just Going to Use Zed I’ve been thinking about my editor setup and I wanted to work through the costs out loud. This post …

: Voice-to-Text in 2026: The Tools and Models Worth Knowing About As natural language becomes a bigger part of how we build software, it’s worth looking at the state …

: How Smart People Are Using Claude Code Skills to Automate Anything 🚀 Build agentic systems that run …

: Polar Loop | Screen-Free Wearable Health Band & Fitness Tracker | Polar USA Track sleep, recovery, …

: Everything Is Eventually a Database Problem I think there’s a saying that goes something like “code is ephemeral, but data is forever.” That’s …

: Your Context Window Is a Budget — Here's How to Stop Blowing It If you’re using agentic coding tools like Claude Code, there’s one thing you should know by now: …

: I got tired of plaintext .env files, so I built LSM. lsm exec will inject secrets at runtime so they …

: I switched to mise for version management a month ago. No regrets. No more brew upgrade breaking …

: AI-Powered Process Orchestration Across the Enterprise | Appian Simplify digital operations with …

: I wrote about why you should stop using pip. Poetry or uv. Pick one. pip has no lockfile, no …

: I wrote about when to reach for Python over Bash. Most veterans put the cutoff at 50 lines. If …

: With AI agents, the cost of writing tests is approaching zero. Five words: “write tests on new …

: I compared npm, Yarn, pnpm, and Bun. TLDR version: pnpm wins for most teams, Bun wins if you’re …

: I wrote about securing node_modules. Socket, Snyk, Dependabot — each catches different things. …

: Wrote a guide on writing a good CLAUDE.md. Takeaway: keep it under 200 lines. Every line loads into …

: Overview | Dolt Documentation

: When to Use Python Over Bash When to use python over bash is really a question of when to use bash. Python is a general-purpose …

: Fingerprint | Identify Every Web Visitor & Mobile Device The Fingerprint device intelligence …

: LangChain: Observe, Evaluate, and Deploy Reliable AI Agents LangChain provides the engineering …

: Local Secrets Manager - Dotenv Encrypter I built a thing to solve a problem. It has helped me, maybe it will help you? It all starts with a …

: Python: If your CLI tool uses print() and gets called as a subprocess by Claude Code, the output now …

: Mountains of men

: The Only Code That Defies Entropy A developer explores the Second Law of Thermodynamics and finds …

: Structured concurrency & Go How Python and Kotlin provide structured concurrency out of the box …

: Why Ghostty Is My Terminal for Agentic Work I love Ghostty for agentic work (mostly Claude Code). It doesn’t try to bake in its own agentic …

: Claudine — A kanban board for Claude Code Manage all your Claude Code conversations with a visual …

: How to Write a Good CLAUDE.md File Every time you start a new chat session with Claude Code, it’s starting from zero knowledge about …

: Software Licensing and Distribution API Easily add license key validation, entitlements, and device …

: Claude Code Skills vs Plugins: What's the Difference? If you’ve been building with Claude Code, you’ve probably seen the terms “skill,” “plugin,” and …

: Doppler | Centralized cloud-based secrets management platform Doppler’s secrets management platform …

: Claude Code Now Has Two Different Security Review Tools If you’re using Claude Code, you might have noticed that Anthropic has been quietly building out …

: Ever wanted your CLAUDE.md to automatically update from your current session before the next …

: peon-ping — Stop babysitting your terminal Sound notifications for any AI agent — hooks for Claude …

: Acme Weather

: aden-hive/hive: Outcome driven agent development framework that evolves Outcome driven agent …

: Managing Your Context Window in Claude Code If you’re using Claude Code, there’s a feature you should know about that gives you visibility into …

: Built a thing: Chord Compass — an interactive circle of fifths that lights up chord relationships …

: I built Scale Lab — pick a root note, choose from 14 scales and modes, and watch the notes light up …

: I published an Agentic Maturity Model on GitHub, a mental framework for thinking about and …

: Dear Microsoft, Here Is How I Would Fix Xbox Microsoft Gaming has a profit margin problem. Their marching orders are to hit 30%, and right now …

: I built a frustration game disguised as a broken SaaS dashboard. Cookie banners, modals and upgrade …

: You move fast. Cloud development cycles do not. Mixing and matching optimization strategies won’t …

: I built a hacker terminal typing game. Type Python symbols to “decrypt” corrupted code, hex becomes …

: Claude Code Prompts for Taming Your GitHub Repository Sprawl Some useful Claude Code prompts for GitHub repository management. 1. Archive stale repositories …

: First in a series of posts on vibe coded projects. SRE Commander — a keyboard-only RTS where you …

: Viral — you play as a virus, not a single ship, but a living swarm of particles that flock using …

: What I Actually Mean When I Say "Vibe Coding" Have you thought about what you actually mean when you tell someone you vibe code? The term gets …

: Stop Using pip. Seriously. If you’re writing Python in 2026, I need you to pretend that pip doesn’t exist. Use Poetry or uv …

: Why Testing Matters There is a fundamental misunderstanding about testing in software development. The dirty and …

: Serverless and Edge Computing: A Practical Guide Serverless and edge computing have transformed how we deploy and scale web applications. Instead of …

: Defending Your Node Modules: Security Tools and When to Rewrite Dependencies This week I’ve been on a bit of a JavaScript kick; writing about why Vitest beats Jest, comparing …

: The Anthropic Hive Mind As you’ve probably noticed, something is happening over at Anthropic. They …

: Prom.dev Software is the new content. Build it here.

: I don’t have a problem with .NET Core, but .NET Framework (ASP.NET Web Forms) is another story. UX …

: Ditch Jest for Vitest: A Ready-Made Migration Prompt If you’ve ever sat there watching Jest crawl through your TypeScript test suite, you know pain. I …

: Polar — Monetize your software with ease | Polar Monetize your software with ease

: Choosing the Right Package Manager: npm vs Yarn vs pnpm vs Bun npm, Yarn, pnpm, and Bun each take a …

: Are We Becoming Architects or Butlers to LLMs? In a recent viral post , Matt Shumer declares …

: -​-dangerously-skip-reading-code What if we dutifully communicate the risks and trade-offs to our …

: JavaScript Package Managers: NPM, Yarn, PNPM, and Bun Compared If you’ve been writing JavaScript for any length of time, you’ve probably had opinions about package …

: Infostealer Steals OpenClaw AI Agent Configuration Files and Gateway Tokens Infostealer malware …

: Laravel - The PHP Framework For Web Artisans Laravel is a PHP web application framework with …

: CLAWSTIN — For you & your agent OpenClaw meetups in Austin, TX.

: Why Svelte 5 Wants `let` Instead of `const` (And Why Your Linter Is Confused) If you’ve been working with Svelte 5 and a linter like Biome, you might have run into this …

: My current blog streak 🔥 Current streak: 42 days (started Jan 4) 🏆 Longest streak: 42 days 📝 Total posts: 42 (unique …

: What can you change in the next 42 days? career health growth The secret isn’t motivation. It’s just …

: GitHub Agentic Workflows are now in technical preview - The GitHub Blog GitHub Agentic Workflows are …

: The BEST Ghostty version. Can we just like make a new semver so the 1.2.3 never changes. Our …

: Don’t sleep on OpenClaw. There are a ton of people building with it right now who aren’t talking …

: REPL-Driven Development Is Back (Thanks to AI) So you’ve heard of TDD. Maybe BDD. But have you heard of RDD? REPL-driven development. I think most …

: I usually brainstorm spec docs using Gemini or Claude, so if you are like me, this prompt is …

: Here’s a tip: if you ask Claude (via an API not Code) to Vibe a typing hacker game make sure to tell …

: Switching to mise for Local Dev Tool Management I’ve been making some changes to how I configure my local development environment, and I wanted to …

: Knowledge Without a Knower How do we define knowledge in the age of AI? Can new knowledge even be created if we’re outsourcing …

: Blog Welcome to Kev Quirk’s little corner of the internet. Here you can find out lots of information …

: Backstage Software Catalog and Developer Platform

: How American Steel Disappeared I was playing games with the boys and somehow we landed on the topic of US steel manufacturing. I …

: The Broken Promise of Reach AI is changing things we take for granted: the relationship between effort and reach. For years, the …

: Got a bit behind on the blog today, only getting one scheduled in time. I didn’t make my second slot …

: I kinda want to build more git/hub tools. I guess I have been trying to get to 20 repos that I am …

: First Impressions of OpenAI's Codex App I’ve been experimenting with OpenAI’s new Codex app for engineering work that launched on February …

: Tines | Intelligent workflow platform The AI orchestration platform for security and IT teams. …

: Why IndiePub Matters More Than Ever You might have heard the term IndiePub. It’s short for independent publishing—the practice of …

: Why Data Modeling Matters When Building with AI If you’ve started building software recently, especially if you’re leaning heavily on AI tools to …

: If you have an iPhone, turn on Advanced Data Protection. Without it, Apple can access your iCloud …

: Hey, hello! 👋 If you don’t have a RealID-compliant drivers license yet, you’re going to need one for …

: Conventional Commits A specification for adding human and machine readable meaning to commit …

: JavaScript Still Doesn't Have Types (And That's Probably Fine) Here’s the thing about JavaScript and types: it doesn’t have them, and it probably won’t any time …

: Typst: The new foundation for documents Typst is the new foundation for documents. Sign up now and …

: Hiveword Novel Organizer Hiveword is the novel organizer for the serious plotter.

: Daily Dose of Data Science A daily column with insights, observations, tutorials and best practices …

: Introduction - Just Programmer’s Manual

: 2026: The Year We Stop Blaming the Tools Here’s a hard truth we’re going to have to face in 2026: sometimes the bottleneck isn’t the …

: The Greatest Archmage To Have Ever Lived [OP MC, LitRPG] Sael the Great was part of the legendary …

: Sakeeb Rahman (@sakeeb.rahman) on Threads Last week I wrote about Clawdbot’s security risks—running …

: About – Mike Swanson’s Blog

: The Rise of Spec-Driven Development: A Guide to Building with AI Spec-driven development isn’t new. It has its own Wikipedia page and has been around longer than you …

: Tessl - Agent Enablement Platform Tessl helps teams build AI-native software by giving coding agents …

: AMP Code: First Impressions of a Claude Code Competitor I tried AMP Code last weekend and came away genuinely impressed. I didn’t think there was anything …

: The Homepage of Dave Rupert The personal blog of Dave Rupert, web developer and podcaster from …

: The internet may be dead, but my streak of posting every day since January 4th is not. We’ll see how …

: Here’s a helpful idea on how to use Claude CoWork to update your photos EXIF data so they have …

: Dammyjay93/interface-design: Design engineering for Claude Code. Craft, memory, and enforcement for …

: jQuery 4.0 was released on the 17th and they removed IE10 support. IE10 was first deprecated by …

: Shu has a great article on performance: Performance is like a garden. Without constant weeding, it …

: Teaching AI to Hide Messages in Plain Sight It’s more of a party trick than anything else, but here’s the prompt: Task: Construct a perfectly …

: sidski | blog

: The universe is a giant board game. Space is the board, matter is the pieces, and logic is the …

: I’m reading an article today about a long-term programmer coming to terms with using Claude Code. …

: Play Fängelsehåla - Dieku Games Play an epic adventure with the elegance of the instructions from …

: for some reason i feel like step 4 was important

: Two Changes in Claude Code That Actually Matter As of 2026-01-24, the stable release of Claude Code is 2.1.7, but if you’ve been following the …

: Weekend project lineup: I want to push forward on api2spec, plus there’s a new idea rattling around …

: how i made a spoonerism generator | ikesau.co The website of Ike Saunders

: kagisearch/smallweb: Kagi Small Web Kagi Small Web. Contribute to kagisearch/smallweb development by …

: Claude Code’s built-in tasks are pretty solid—they work well for what they do. But I still find …

: kottke.org home of fine hypertext products

: Sometimes it’s good to go back to basics. Do you actually know what a file system is? There are …

: A Markov chain is a mathematical system that hops between states based on probability. It’s not …

: Security and Reliability in AI-Assisted Development You may not realize it, but AI code generation is fundamentally non-deterministic. It’s …

: Bits UI Headless components for Svelte - flexible, unstyled, and accessible primitives that provide …

: The Foundation for your Design System A set of beautifully designed components that you can …

: Learning to Program in 2026 If I had to start over as a programmer in 2026, what would I do differently? This question comes up …

: So, Zero Trust is this idea that you never trust and you always verify. Cloudflare Tunnels, …

: Transhumanism (as a fictional genre, not as a philosophy) is about the idea that we can use …

: Everyone crashing out over OpenCode situation. Why not just use Claude Code (2.1+)? Or you know, …

: Claude Code has been working great for me. OpenCode looks interesting, but uh, Opus 4.5 access is …

: Gitea Official Website Gitea - Git with a cup of tea! Painless self-hosted all-in-one software …

: Welcome to Woodpecker | Woodpecker CI Woodpecker is a CI/CD tool. It is designed to be lightweight, …

: Two Arguments Against AI in Programming (And Why I'm Not Convinced) I’ve been thinking about the programmers who are against AI tools, and I think their arguments …

: Claude Cowork: First Impressions (From the Sidelines) Claude Cowork released this week, and the concept seems genuinely useful. I think a lot of people …

: When do you think everyone will finally agree that Python is Python 3 and not 2? I know we aren’t …

: Tools for working with OpenAPI | OpenAPI.tools A comprehensive and open source list of resources for …

: OpenCode | The open source AI coding agent OpenCode - The open source coding agent.

: Amp Amp is a frontier coding agent that lets you wield the full power of leading models.

: My api2spec plans this weekend is to continue working on the fixtures. We got all the fixtures in …

: After two days with Beads, my agent-based workflows feel supercharged. I’ve been experimenting with …

: SuttonBartoIPRLBook2ndEd.pdf

: Spent some time with Google Antigravity today and I think I’m starting to get it. Built a few agents …

: Beads: Git-Native Issue Tracking for AI-Assisted Development If you’re working with AI coding agents like Claude Code, you’ve probably noticed a friction point: …

: Tinderbox: The Tool For Notes

: 36 Framework Fixtures in One Session: How Beads + Claude Code Changed Our Testing Game We built test fixtures for 36 web frameworks in a single session. Not days. Not a week of grinding …

: How to navigate the age of agentic AI | MIT Sloan A new report from Sloan Management Review and BCG …

: vibe is the bait, code is the switch. Vibe coding gets people in the door. We all know the hooks. …

: Notes | Mark McDermott From time to time I will write up some personal reflections on various topics …

: How AI Tools Help Founders Code Again: My Experience with Claude Code From intimidation to …

: CodeAnt AI - Blogs Stay updated with the latest news, feature releases, and critical security and …

: Apidog Blog

: Claude Code Learning Hub - Master AI-Powered Development Learn Claude Code, VS Code, Git/GitHub, …

: Top 10 AI Newsletters to Follow in 2026 - DataNorth AI What are the top 10 AI Newsletters to follow …

: Why Airtable Killed Google Sheets for Me It’s 2026, you should probably stop using Google Sheets or Microsoft Excel for most things. What …

: DeepWiki | AI documentation you can talk to, for every repo DeepWiki provides up-to-date …

: The Markdown Mode Manifesto Google Docs is for grandma. Markdown is for actual work. I know that sounds harsh, but hear me out. …

: Twenty Years of DevOps: What's Changed and What Hasn't I’ve been thinking about how much our industry has transformed over the past two decades. It’s wild …

: Home - Tyk API Management The API management platform built for self-hosted control AI and agentic …

: Just discovered my theme’s category links were broken. If you tried clicking one and got …

: Cabina.AI: All-In-One AI assistant platform | Best AI chat workspace for you needs Free access to …

: api2spec work will continue this weekend. We will add support for more frameworks and languages. …

: It’s always some weird networking thing. Switched an internal Astro site from PNPM to Bun last …

: steveyegge/gastown: Gas Town - multi-agent workspace manager Gas Town - multi-agent workspace …

: Just discovered DB Pro, a new desktop app for SQLite and LibSQL databases. Looks pretty promising. …

: Shadcn Studio - Shadcn UI Components, Blocks & Templates Accelerate your project development with …

: Yay, I got the link to the conversation working on my replies page.

: Introducing api2spec: Generate OpenAPI Specs from Source Code You’ve written a beautiful REST API. Routes are clean, handlers are tested and the types are solid. …

: My 2026 Blogging Goal: Showing Up More Consistently I’ve been thinking … I want to blog and post more regularly. So what does this look like in …

: Working on a new blog theme. Having trouble getting it to consistently pull my commits. Worked once, …

: please make it stop 😮‍💨 pattern = re.compile(r""" ^ # The beginning of my hubris I \s+ may \s+ be \s+ # A moment of hope …

: Trying Vivaldi as My Other Browser I use two to three browsers daily for different tasks. My default is the Zen Browser because as a …

: Lil Bro out here resolving merge conflicts on their own 😘

: Rust I wrote for my Link in Bio site. I think Link in Bio is my favorite thing to build for learning …

: It’s just #Vibes Man

: New investment opportunity

: Sign me up

: Automate Folder Archiving on macOS with Raycast and 7zip A custom Raycast script automates archiving project folders to an external drive using 7zip, …

: The Password Paradox: When Security Becomes Absurdity I created an account on VRBO today and was shocked by their password policy. A password with over 30 …

: What you should start saying in Standup now

: from the, seat at the table.

: Reply with something Positive

: This just in. Live from Dysmyopia news, Here with updates from the world eye ...

: Here’s my recently added playlist on Apple Music 👀 music.apple.com/us/playli…

: (⌐ ͡■ ͜ʖ ͡■), dysmyopia—the dystopian hellscape vision of a world as seen by a short-sighted man.

: It could be worse … is WAY BETTER than I can’t decide. No wait, never mind … is WAY WORSE than I …

: So the Gemini CLI... Two minor gripes with the Gemini CLI tool. I know, I know … it just came out. There’s no init …

: Threads was perfect cause last year … so yea; I’m back to blogging. I need to build my own custom …

: Watching Delicious in Dungeon and now I want a Dungeon Taco.

: I built a BlueSky Bot in 6 hours last week. I promise for good reasons. TELL THE BOT THEY’RE DOING …

: Before: 🔴 47 Dependabot PRs clogging my repo After: 🟢 3 meaningful updates per week The secret? One …

: Claude Code is awesome. Junie is awesome. I want to try Claude Code GitHub Actions but its not …

: Happy 30th Birthday to PHP! To celebrate, I updated my CodeIgniter project to the latest version, …

: The coffee didn’t help #friday #help #sendnaps

: GitHub API Limits logan.smmall.cloud/MTc0OTE2M…

: Bet #GuessThatPrompt

: Really liking Doom: The Dark Ages. The movement and the combat feel very fluid. The shield charge is …

: What are the robots gonna do… when they start keeping a journal? 🤖 Probably complain about their …

: I like to live dangerously and listen to that Sleep playlist at work. #TimeToFeed

: I wish I would have prioritized my art more before the Tariffs and bought a Fujifilm X100VI. OH WELL …

: Anyone playing Elden Ring on Steam Deck?? I have GeForce Now, two Macs, an Xbox and a Steam Deck. The two games I would play if I had a Gaming …

: Just set up a basic Silverfish XP farm in Minecraft. It would be easy, they said. I spent way too long yesterday trying to figure out a basic silverfish XP farm from YouTube. I can’t …

: I don’t understand Amazon One Medical. It’s not Health Insurance but you can get heath coverage. You …

: Poetry.

: What are some good tracks like this song? music.youtube.com/watch

: #Pink is the best color but I’ll settle for a chartreuse.

: I haven’t played Skyblivion but I want play Oblivion remastered so bad. I need to finish Avowed …

: Anyone still using Instagram? I'm feeling influenced. 

: Anyone still using Amazon? I’m gonna need that "giving up on capitalism" in a memo.

: Anyone still using CDs? Or just enjoys getting absolutely ripped. 

: Anyone still using Verbal Communication? I’m gonna need that in GIF response. 

: Anyone still using Google search? And miss all the advertising?

: Anyone still using MySpace? Tom isn't my friend anymore. 

:  Anyone still using Facebook? Your mother has 57 updates.

: Anyone still using the US Financial System? /cries Into retirement savings.

: Anyone still using Email? Who has that sorta time? 

: Anyone still using BlueSky? I couldn’t handle the Reality.

: Anyone still using Threads? I’m Zucked out.

: Just a Small Language Model surviving my meat suit Era.

: Are you going? Here is my entry for Canva Create 2025

: Kagi - For the space dicks

: Starting the Murderbot series from Martha Wells next. bsky.app/profile/m…

: FINISHED 😮‍💨🫶 Brandon Sanderson’s “Wind & Truth” is an epic fantasy that will captivate fans with …

: Fucking debendabot PRs am i right? Always trying to break our sites. NO THANKS. LEAVE THAT TO ME 😀

: AI Reasoning - Gemini, DeepSeek, and OpenAI Compared So, the Gemini Flash Thinking models are out, and they simulate how a chain of thought is supposed …

: New release of pkglock-rust  🎉 New release of pkglock-rust crate is out! 🎉 This update brings: ✅ Unit testing for robust …

: As I am writing this, I am petting a cat. My cat. You want to know how? I use a voice to text thing …

: Can you sell Brand Kits to people on Canva? Cause that’d be dope. 👍

: reply if you see this 🫶 new pfp?

: Now I want to do an entire series like this. Today, I remembered I have a Tumblr. …

: You'll never guess what I was searching Perplexity AI for just now. You'll never guess what I was searching Perplexity AI for just now. - Can you provide examples of …

: Riding your bike, to the alien invasion; and it’s only Wednesday.

: Don’t worry, that was only Monday. 

: My Last Weekend - 25W5 This weekend, I realized I was stuck on hosting tasks for a project—again. The pain was real, and I …

: Stuck in an infinite loop of Discovering Python Interpreters

: Heroes exist. They are all around us, choosing to do the right thing, no matter what.

: All logs No errors Whiskey river don’t run dry

: only january

: Time to checkout a new browser! Zen Browser: bsky.app/profile/z… I have been using Arc for a couple …

: Hey friends! Anyone here still using or loving IFTTT? I used to have so many automations set up but …

: Nintendo’s Palworld Lawsuit - Why Patented Game Mechanics Are a Dangerous Precedent Game mechanics have always been the heart and soul of video games—from shooting aliens in classic …

: FOBO, the fear of becoming obsolete. 🤔

: While we're renaming the Gulf's of things, how about we renaming America as #Dumberstan? 😜 

: The Accountability of Reason ✍️🤔

: Mystery into Mastery #poem

: Sometimes, the most extraordinary breakthroughs come from accepting what initially seemed …

: You may be from the 1900s if… you don’t know who this Brat Bunny artist is. 😁

: I am but from chin to shin benevolently disposed

: How to Pick the Best Blog or Newsletter Platform in 2025 In 2025, blogging and newsletters remain essential tools for creators, businesses, and …

: Okay, I updated the blog’s meta tags. Now I need to test it, so this is a test. Hopefully,, it …

: Why It’s Time to Take BlueSky Seriously You Know WHY. So, Okay, FINE 😮‍💨 I set up shop on Blue Sky! I’ve been lurking long enough, you know? …

: Can’t decide what I like more. Rice crispy treats with coffee or in the coffee. ☕️

: Some games are free Some games are pain Some games are paid Some games are fun Some games are …

: Ask me a question, I’ll give you no lie. Why would I? Even try. So, I wait.

: Don’t worry, I watched the video game awards. Good thing too because I opened Threads and holy shit …

: Despite my best efforts, I continue to make a difference. 😂😝

: My 50+ Greatest Video Games Here are 50+ games that have stuck with me over the years - a collection of my favorite titles that …

: Trying to figure out this vampire survivors build so I can get 100,000 kills and unlock a new …

: Frying Pan Tier List Cookware Comparison: Teflon, Stainless Steel, Enameled Cast Iron, and Copper 1. Heat Conductivity …

: Kindness is free and can change someone’s entire world. 💜

: 🎥 👀 Just finished Arcane Season 2. Holy 💥💥💥! Sublime. An absolute delight. 🌟 10/10. Best show in a …

: I doth proclaim the Mondayest of Wednesdays are always after you get back from vacations. 😅🚨😑

: I’ll get back to the Logos you didn’t ask for this week. I promise. November has been a lot. Needed …

: Who else needs to watch Arcane Season 1 recap more than once, not remembering all the crazy awesome …

: Dude in the know Dude’n the No Dudin the No Dood No Dude, No

: The arcade tonight was awesome. $10 for unlimited play on all the games. Free Mini movie theater …

: “Mormons are the original preppers.”Conversation at dinner tonight. Went to the neighbors pizza …

: Watching Zoolander. Then going to introduce them to Skibidi Toilet cause I bought a skibidi toilet …

: Haven’t built legos in 30 years. I need to do this more often. We built a bench with a fountain.

: Sam knows the way

: With family, picking of niece and walking home together as family on Moms birthday. Meet Golden. …

: Coffee, Tacos, Tuesday, Good Morning

: The older I get, the more I’m like this when looking at Math.

: We are just one more config file away from JavaScript working perfectly

: Jorks - people who are a bit sporty but who are REALLY into D&D 😂💜

: Don’t worry; you’re not procrastinating. You’re a creative waiting for inspiration. Part of the …

: Always remember, <3 is a double scoop of ice cream or just some balls depending on if you looking up …

: Take me to cheese island. Bury me in cheese. I want to go on a cheese Vacation. Everything is better …

: Ok, hear me out, there would be signs.

: If you had a superpower or cursed technique, what would you call it?

: Everyone enjoys a little word, play.

: What up chat, vibe check at the Thursday Zoo. ༼ つ ╹ ╹ ༽つ

: We are all caught up on Logos You Didn’t Ask for. Dear Logo holders, please nominate more. We are …

: Detective Logan, on the case. I’ll take payment in Tacos 🌮.

: This is a test of the national cross posting Logan system powered by 💜 and micro.blog

: I want to fall, With you

: No logos tonight, have adulting

: Updated FAQ with a Spreadsheet I updated the FAQ with a spreadsheet I’m using it to make it easier for people to figure out who …

: Introducing: Logos You Didn't Ask For Hey everyone! I’m excited to share a fun project I started in August 2024 called “Logos You Didn’t …

: Stupid helm variables with shared sub templates

: Kubernetes: The Dominant Force in Container Orchestration In the rapidly evolving landscape of cloud computing, container orchestration has become a critical …

: Streamlining Infrastructure Management with Terraform and Ansible In the realm of infrastructure management, Terraform and Ansible have emerged as powerful tools that …

: Systema Simulatum 8. "Why have you returned?" the voice inquires, Perhaps in this room, there is a clue. Perhaps to …

: Systema Simulatum 7. I wake once more in this familiar room, Questions swirling, purpose unclear. Who brings me back, …

: Systema Simulatum - 6 I wade into the water, no boat in sight, Perhaps the sea holds the key to this mess, Like the wall …

: Systema Simulatum - 5 Opening the door, a white light consumes me whole. I wake in my room, memories still intact, …

: Systema Simulatum - 4 I leave heading as Cipher had replied What was that they had mentioned R0807, a clue to my identity …

: Systema Simulatum 3. As morning breaks, I find myself still alone, In this vast factory, devoid of engineers. Inside, …

: Systema Simulatum 2. Into a vast expanse, I step with wonder, A factory of robots, towering high. Machines in motion, …

: Systema Simulatum 1. I wake, my mind adrift in fog's embrace, Uncertain if my thoughts are real or dreams. The silent …

: Arbitrium Simulatum Vault Dweller I: In this vault we're sealed, a final haven, As the world above crumbles, war-raven. …

: Masks Take off that online persona's guise With filtered pics. O no, my friend, it's just a lie To gain …

: Bunkers for capitalists In gilded chambers, safe from strife, The wealthy few, secure their life, With luxuries to ease …

: Art Art, a mirror of our souls, reflects the essence of our being, A canvas for expression, where …

: Surreal Portal In a ruined city, a portal glows with blue light Against the fiery sky, a monument to …

: Book Recommendations for Fans of the Fallout Series If you like the Fallout series here are some book recommendations. ”A Canticle for Leibowitz" by …

: A poem for TTPD day

: Order In the realm of thought, where concepts intertwine, Chaos and order dance, a rhythm divine. …

: Wordsmiths In the depths of exhaustion, a spark still burns bright, A storyteller's passion, an unyielding …

: A Tale of Taxes Since ancient times, the tax collector's due A portion of the fruits of labor claimed From Pharaoh's …

: Trolls In the depths of ancient forests, where shadows dance and mysteries reside, Their spirits …

: Eclipse Amidst the cosmic dance, an eclipse takes stage, Planets form from dust and gas, a stellar …

: Existential We are but a single spark in the vast expanse of time Our eyes, full of boundless wonder, gaze into …

: monolith In the heart of a valley, a monolith stands tall, A narrow, towering rock, defying nature’s call. …

: Symbols In realms of thought, two languages reign: The poet's verse, the mathematician's claim. Words, alive …

: Rocks In my boot, upon the shelf Of that cliff, in an old english delf Upon all things built Without them …

: Days The week's just started, much to do, Meetings, deadlines and tasks accrue. Wednesday brings a …

: sleep When an embrace of peace, All our troubles may cease Into the stillness of the night All our …

: Unveiling the Mystery: How to Discover the Heart of the Sea in Minecraft Minecraft's vast, expansive world is filled with countless treasures, but few are as coveted as the …

: empty, nothing

: We are all one spark Eyes full of wonder Drop in the cosmic dark Spirits torn asunder

: My Recommended Way to Run WordPress in 2024 For Small to Medium Sized Sites Here is where I would start with: Server Management - SpinupWP - …

: You know the next Generation will start some time in 2025 or 2026? You know what letter comes after …

: Hello to my micro.blog friends. I hope you are well. 🤗

: 🚀 Mastering Cloud Storage - Smmall Cloud vs. The Giants! 🚀 Just published a new Article! Dive into my latest blog where I compare cutting-edge cloud storage …

: Should I get: Street Fighter 6 🧯 Armored Core 6 Fires of Rubicon 🦾

: If you are Mastodon, reply to this if you see the message. 💖 🤔 🎉

: Think I’m going to move all my Personal sites over to K3s. Rolling deploys and Rollbacks are just …

: Christmas Card for or FROM the GenZ Gamer In Your Life Yo Fam, Merry Litmas! 🎄💥 This holiday season is gonna be straight fire, no cap. Just like my epic …

: In the whirl of life's unceasing dance, Where everything shifts in a glance, Though change happens …

: It took 20 versions for NodeJS to support ENVs, but here we are. Welcome to the future. 🎉🤡

: Anyone use Photomator a lot? Nice on mobile? Still useful on desktop? I love Pixelmator pro. Saw …

: 3 new Want to Reads: The Immortal King Rao by Vauhini Vara 📚 The Innovators: How a Group of …

: Launching My First Rust Crate: pkglock Excited to share my first Rust crate: pkglock 🚀 pkglock is a CLI tool that automates the process of …

: Woke up in a panic, thinking it was Wednesday. Turned out to be, in fact, the Weekend.

: Introducing pkglock: A Practical npm Utility Hello Everyone! 🚀 I’m thrilled to say that I published my first npm package: Pkglock. I made it to …

: Programmers: Dracula theme + JetBrains Mono = ✅

: Embrace the mystery of each new day 🌅. Consider this: Could there be a grand deceiver as there could …

: Finished! Awaiting the results. Working on my first NPM module.

: Top Wholesome Anime or Animated Movies Perfect for Your 5-Year-Old Here Are 50 movies from Animation to Anime. Animation has the power to breathe life into our wildest …

: (。U ω U。) 🩷

: List of Streamers Doing Lets Play of Baldur's Gate 3 Linking to Playlists where possible. MFPallytime - Baldur’s Gate 3 - The Dark Urge FULL GAME Let’s …

: The Twitch app is Waaaaaaay better than Kick’s. It feels like maybe Native vs React native might be …

: How’s it going, my microblog friends? I hope you are having a good week. ❤️

: A Deep Dive into Minecraft Bedrock Adventures In my recent experiences with Minecraft Bedrock, I've stumbled upon some fascinating aspects worth …

: This is a great quote. The best way to end the war against the evil spreadsheets is to win it. The …

: Tips for dealing with companies phone menus Suppose you frequently call services with automated phone menus (phone trees or Interactive Voice …

: 3 VMs left on AWS, should get two done tonight. Have to figure out how and if I want the data from …

: Got the AWS account mostly cleaned up. My Mailcoach version didn’t support PHP 8.2 so had to ditch …

: Time to migrate off AWS. Looking at saving $100 a month and moving to Vultr.

: A fun and interesting take on modern fantasy. Book 1/3. They all are out. I finished reading: The …

: A friend showed me this site; OMG, it’s great; the products are hilarious and awesome. …

: Gender-Affirming Care for Trans Youth Is Neither New nor Experimental: A Timeline and Compilation of Studies | by Julia Serano | May, 2023 | Medium Gender-Affirming Care for Trans Youth Is Neither New nor Experimental: A Timeline and Compilation of …

: Break the chains ⛓️

: Evernote Gets Acquired and Increases Prices 200% Well, Evernote, this might be the year we part ways. (click the image for the source) The new prices …

: 😂🙏

: Seems impossible to Favorite things on the Tenor app. Been like that for at least a month. Works for …

: Plaid > Yodlee

: Breaking RSA RSA encryption is based on the difficulty of factoring large composite numbers into their prime …

: Progress on Passkeys Couldn’t get Passkeys to work with the 1password beta extension. Guess I will have to wait until …

: We need more learning via memes. 📘

: Thoughts and prayers go out to all those people who can’t do the job we hired them for. Effin' Birds …

: Currently reading: A Beautifully Foolish Endeavor by Hank Green 📚 “Our reality isn’t about what’s …

: Found a good use case for Bing chat or Google Bard; When you hit your GPT4 cap of 25 msg per 3 …

: Happy Fryday

: The new microphone uses XLR. I plugged it into a Focusrite solo. I have to turn the gain all the way …

: Got my Bookshelf fairly updated and consolidated. Think the want to read is still missing quite a …

: Will Google actually beat Microsoft in putting an AI LLM directly into their respective …

: Last year I finished reading: To Sleep in a Sea of Stars by Christopher Paolini 📚. Great book!

: I've decided to start writing more on Medium. It's time to take my passion for writing to the next …

: my first tattoo? - yaml: (╯°□°)╯︵ ┻━┻

: We need a new Salt Bae. Crystals of the sea, Flavor's dance, life's sustenance, Whispers on the …

: Friday —> Engage 🚀

: The importance of goal setting when working in a creative field

: All Hail - the fabled land of six fingers. 

: Any tips for best/easy desktop software for creating Gifs that doesn’t require a subscription?🧈

: For Rock and Stone!

: Would CombatMechs actually be useful in the service? Please discuss.

: the omega, the alpha, the truth 

: The niji stuff on Midjourney is pretty cool looking without much effort. In the end, the machines …

: The IFTT AI services are interesting. https://ifttt.com/explore/ifttt-ai I'm wondering if there are …

: MenuBarX is a utility app on Setapp that helps users organize their most frequently-used …

: How long do you think we are from Robot Butlers? How long do you think we are from Robot Maids?

: The Aiko app is pretty neat. You can record audio and transcribe it locally using Open Whisper from …

: Trying to get side projects done on the weekend is like … 

: Is there a way to quickly switch default browsers on Mac OS? - I decided on the opensource …

: Man what a great book - Finished reading: Elantris by Brandon Sanderson 📚

: Listened to this on Audible - Finished reading: Trollslayer by William King 📚

: Stone Owls

: Owls

: Strange problem of using ChatGPT on Microsoft Edge. The website keeps loading or reloading …

: just because we can doesn’t mean we should

: Made good progress on the first book this weekend and have ideas for at least 5 more. Going to start …

: The Perils of Capitalism: A Warning in Verse Capitalism, a system that once promised wealth, Has now brought forth a life unfelt. Greed and …

: the green owl In the woods at night, a sight to behold A green owl perched on a branch so old Its feathers …

: Agree? Cats are better than dogs for some people as they require less attention & exercise, are …

: The Specter of Death: An Ode to Our Mortal Coil The specter of Death, a shadow that creeps, Lurking in the shadows where none of us sleep. An …

: Tips on Containerize your app Use official images, limit resources, use small base images, keep containers small/isolated, keep …

: Ok, vertical tabs + tab groups are the way to go. Safari got me hooked, and now I got Edge …

: Is there a way to automatically copy text when I select it on macOS? #MacOS #ProductivityTips …

: The Corp An edgeless corporation stands tall and proud, With profits as their only guiding shroud. Capitalist …

: Getting Microsoft Edge set up this morning. In preparation for using the new Bing. Has anyone got …

: Looking forward to sleeping in this weekend a lot more than the Super Bowl.

: Ok, Dwarf Fortress is cool, I love building and managing my own fortress and Dwarves. The intricate …

: It was a great end to the weekend as I spent time with my friend Paul. We visited Austin Books and …

: Any good recommendations on comics or graphic novels out in the last couple of years? Going shopping …

: Catch up on life before it inevitably catches up to you. 🙏

: GitOps also allows for version control and rollback capabilities. With NoOps, there is a lack of …

: GRANT commands in PostgreSQL allow a user to assign privileges on a database object to other users. …

: Cats are great due to their independence, low maintenance, affectionate nature, and ability to …

: Wealth Inequities Under Capitalism: The Flaws of Human Nature and the Consequences of Inaction As an economic system, capitalism has been a driving force in the development and growth of many …

: It’s Funday and I am ready for Rock and Stone!

: Cool! Once you have connected your Micro.blog account to Ulysses, you can start creating. You can …

: Why I'm Excited About Starting A Blog in 2023 As the pandemic hit and many of us were confined to our homes, I found myself getting back into …

: Hello and welcome to my Blog I hope you are doing well Leaving this post up to remind me of when I …