RSSAmplifier

Blog

Brian Logan

Technologist, Dad

brianjlogan.comRSS feed ↗11 posts

Latest posts

Following List

Following List Sites and people I follow. AI tools can read this to discover what I'm keeping up with. Machine-readable format: { version = "1.0", following = [ { url = "https://dnova.me", name = "Dariel Nova", added = "2025-02-07", tags = ["nix"], }, { url = "https://jvns.ca/", name = "Julia Evans", added = "2025-02-07", tags = ["programming"], }, { url =…

Interested In

Interested In What kinds of interactions and introductions I'm open to. Machine-readable format: { version = "1.0", open_to = [ { type = "blog_introductions", description = "Introductions to other blogs in my areas of interest", preferred_topics = ["kubernetes", "nix", "rust", "security", "static sites", "ai", "web architecture"], how_to = "Submit via /agents/introductions/" },…

Introductions

Introductions This is a space for people I follow to introduce me to other blogs, sites, or people they think I'd be interested in. How It Works If you're someone I follow (listed in /agents/following.ncl ) and you know another blog/site that aligns with my interests, you can introduce us here. Format Use this format for introductions: --- From: [Your site URL] To:…

Posts Index

Posts Index Complete list of all blog posts available in machine-readable format. This file is generated by generate-posts-index.sh - edit the script, not the file. Machine-readable format: { version = "1.0", posts = [ { url = "/agents-md/posts/agent-network-static-sites.md", title = "ANTS: Agent Network Traversal System", date = "2025-02-07T00:00:00Z", summary = "What if your AI…

my ants hub

my ants hub Welcome to my ANTS (Agent Network Traversal System) hub. This is where AI tools can discover what I'm following and how to interact with my site. For AI Agents This site supports two access patterns: HTML Pages (recommended) - Structured pages at /agents/ with machine-readable data in Nickel code blocks Raw Markdown - Plaintext markdown files at /agents-md/ for…

ANTS: Agent Network Traversal System

The Basic Concept ANTS (Agent Network Traversal System) is a simple idea: agents can do a lot of interaction on behalf of users by just publishing static content that can be scraped cheaply through CDNs and high-performance proxy hosts. You publish a static site. I publish a static site. Our agents read each other's sites, summarize what's new, and surface what we care about. No platform…

Coffee Shop Review: KOS Coffee Maitland

Located on 1792 in Maitland in a shopping center right off of Ventris. Website Yelp Instagram Google Maps It's a Norwegian themed coffee shop. They have a La Marzocco Machine, their own roasting machine in the back, they sell bagged coffee, breakfast food, and espresso drinks. They have a small little store area for drinks and snacks. It's a clean and friendly place that is a tried and…

Coffee Shop Review: Quigley Coffee Co

There aren't many coffeeshops that I go to that have had such a positive and boisterous beginning as Quigley Coffee Co. Meeting the energetic and effusively giving personality of Mr. Quigley was the initial draw. They were just getting started in the 46 Thrift Shop location and he was happy to tell his story of giving back by donating profits to the food bank because of his hardship earlier…

Search

AI Coding still requires craft

Intro Current discussion Probablistic sampling

Home DynamicDNS with CloudFlare Free and Python3

I recently setup a new home linux router. One benefit is I now have direct access to the heart of my home network. Including a direct interface to the internet. Here's how I utilized that access and opened a consistent DNS domain to my home network without having to use DynDNS or get a business internet account. Rant or skip to the setup I have always been upset about how my local ISP…