<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>István Antal</title>
        <link>https://istvan.xyz/</link>
        <description>Technical insights, guides, and recommendations on modern software development and engineering best practices</description>
        <language>en</language>
        <atom:link href="https://istvan.xyz/feed.xml" rel="self" type="application/rss+xml" />
        <item>
            <title>Benchmarks are a suggestion</title>
            <link>https://istvan.xyz/benchmarks-are-a-suggestion</link>
            <guid isPermaLink="true">https://istvan.xyz/benchmarks-are-a-suggestion</guid>
            <description>Model benchmark tables and one-shot demos are vendor-run, Goodharted, and blind to the harness you actually ship through. The only benchmark with predictive power for your work is your work.</description>
            <pubDate>Sat, 13 Jun 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title>PDF to Markdown on a Mac</title>
            <link>https://istvan.xyz/pdf-to-markdown-on-a-mac</link>
            <guid isPermaLink="true">https://istvan.xyz/pdf-to-markdown-on-a-mac</guid>
            <description>Convert PDFs to clean Markdown locally on Apple Silicon with marker, so LLMs can ingest documents efficiently without rasterising every page.</description>
            <pubDate>Mon, 11 May 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title>Video transcripts on a Mac</title>
            <link>https://istvan.xyz/video-transcripts-on-a-mac</link>
            <guid isPermaLink="true">https://istvan.xyz/video-transcripts-on-a-mac</guid>
            <description>Transcribe video locally on Apple Silicon with whisper.cpp at 5–8x realtime — no API key, no per-minute charges, no audio leaving the laptop.</description>
            <pubDate>Mon, 11 May 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title>The agent loop that ships while you are away</title>
            <link>https://istvan.xyz/agentic-loops</link>
            <guid isPermaLink="true">https://istvan.xyz/agentic-loops</guid>
            <description>An opinionated set of agent skills (and the Artifex CLI they lean on) that ships work from a Jira ticket to a deployed fix without you at the keyboard.</description>
            <pubDate>Sun, 26 Apr 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title>Spec Driven Development</title>
            <link>https://istvan.xyz/spec-driven-development</link>
            <guid isPermaLink="true">https://istvan.xyz/spec-driven-development</guid>
            <description>A practical guide to turning plans into durable specs that humans and agents can review, approve, and implement.</description>
            <pubDate>Sat, 07 Mar 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title>Agent Skills</title>
            <link>https://istvan.xyz/agent-skills</link>
            <guid isPermaLink="true">https://istvan.xyz/agent-skills</guid>
            <description>On skills as the missing layer in agentic coding — encoding tribal knowledge, composing with commands, and keeping the context window focused.</description>
            <pubDate>Sat, 21 Feb 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title>Agentic Coding Survival Guide</title>
            <link>https://istvan.xyz/agentic-coding</link>
            <guid isPermaLink="true">https://istvan.xyz/agentic-coding</guid>
            <description>A practical guide to agentic coding — context windows, tools, modes, prompting, system prompts, skills, spec-driven development, and warnings.</description>
            <pubDate>Sun, 15 Feb 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title>Developing with Confidence</title>
            <link>https://istvan.xyz/developing-with-confidence</link>
            <guid isPermaLink="true">https://istvan.xyz/developing-with-confidence</guid>
            <description>On using linters, type checkers, automated tests, and CI pipelines to build software with confidence instead of anxiety.</description>
            <pubDate>Wed, 10 Dec 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title>Debugging horizontal scrollbar in Google Chrome</title>
            <link>https://istvan.xyz/debug-horizontal-scrollbar</link>
            <guid isPermaLink="true">https://istvan.xyz/debug-horizontal-scrollbar</guid>
            <description>Find which element is causing an unwanted horizontal scrollbar on your webpage</description>
            <pubDate>Sat, 01 Nov 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title>Getting SSL certificates via DNS verification</title>
            <link>https://istvan.xyz/dns-certificate-verification</link>
            <guid isPermaLink="true">https://istvan.xyz/dns-certificate-verification</guid>
            <description>How to obtain Let&apos;s Encrypt SSL/TLS certificates using DNS challenge verification</description>
            <pubDate>Sat, 01 Nov 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title>Git Worktrees Guide</title>
            <link>https://istvan.xyz/git-worktrees</link>
            <guid isPermaLink="true">https://istvan.xyz/git-worktrees</guid>
            <description>Learn how to use git worktrees to work on multiple branches simultaneously. Covers creating, listing, removing worktrees and common use cases.</description>
            <pubDate>Thu, 30 Oct 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title>Changing GitHub Default Branch from Main to Master</title>
            <link>https://istvan.xyz/github-default-branch</link>
            <guid isPermaLink="true">https://istvan.xyz/github-default-branch</guid>
            <description>A comprehensive guide to changing the default branch from main to master on GitHub repositories, including local setup, CI/CD updates, and troubleshooting.</description>
            <pubDate>Tue, 28 Oct 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title>Adding SSH tunneling to a script</title>
            <link>https://istvan.xyz/adding-ssh-tunneling-to-a-script</link>
            <guid isPermaLink="true">https://istvan.xyz/adding-ssh-tunneling-to-a-script</guid>
            <description>How to automate SSH tunneling in shell scripts</description>
            <pubDate>Sat, 25 Oct 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title>AngularJS (2019)</title>
            <link>https://istvan.xyz/angularjs</link>
            <guid isPermaLink="true">https://istvan.xyz/angularjs</guid>
            <description>Critical analysis of AngularJS framework limitations</description>
            <pubDate>Sat, 25 Oct 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title>Why you might want to use boring technologies</title>
            <link>https://istvan.xyz/boring-tech</link>
            <guid isPermaLink="true">https://istvan.xyz/boring-tech</guid>
            <description>Thoughts on using proven technologies over hyped ones</description>
            <pubDate>Sat, 25 Oct 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title>The callback hell that never was</title>
            <link>https://istvan.xyz/callback-hell-that-never-was</link>
            <guid isPermaLink="true">https://istvan.xyz/callback-hell-that-never-was</guid>
            <description>How to avoid callback hell by naming functions</description>
            <pubDate>Sat, 25 Oct 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title>Creating images for the Apple Watch</title>
            <link>https://istvan.xyz/creating-images-for-the-apple-watch</link>
            <guid isPermaLink="true">https://istvan.xyz/creating-images-for-the-apple-watch</guid>
            <description>How to resize images for Apple Watch display</description>
            <pubDate>Sat, 25 Oct 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title>Java weirdness</title>
            <link>https://istvan.xyz/java-weirdness</link>
            <guid isPermaLink="true">https://istvan.xyz/java-weirdness</guid>
            <description>Quirks and oddities in Java programming</description>
            <pubDate>Sat, 25 Oct 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title>Jenkins</title>
            <link>https://istvan.xyz/jenkins</link>
            <guid isPermaLink="true">https://istvan.xyz/jenkins</guid>
            <description>Guide to setting up Jenkins with Docker</description>
            <pubDate>Sat, 25 Oct 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title>Jonathan Blow on Software Quality at the CSUA GM2</title>
            <link>https://istvan.xyz/jonathan-blow-on-software-quality</link>
            <guid isPermaLink="true">https://istvan.xyz/jonathan-blow-on-software-quality</guid>
            <description>Jonathan Blow talk on software quality and engineering</description>
            <pubDate>Sat, 25 Oct 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title>Making Architecture Matter - Martin Fowler Keynote</title>
            <link>https://istvan.xyz/making-architecture-matter</link>
            <guid isPermaLink="true">https://istvan.xyz/making-architecture-matter</guid>
            <description>Martin Fowler keynote on software architecture</description>
            <pubDate>Sat, 25 Oct 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title>Reinventing the wheel</title>
            <link>https://istvan.xyz/reinventing-the-wheel</link>
            <guid isPermaLink="true">https://istvan.xyz/reinventing-the-wheel</guid>
            <description>Why questioning assumptions and avoiding blind tool adoption matters</description>
            <pubDate>Sat, 25 Oct 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title>Setting up linting and testing for a full-stack project</title>
            <link>https://istvan.xyz/setting-up-linting-and-testing-for-a-full-stack-project</link>
            <guid isPermaLink="true">https://istvan.xyz/setting-up-linting-and-testing-for-a-full-stack-project</guid>
            <description>Guide to setting up quality checks and automated testing</description>
            <pubDate>Sat, 25 Oct 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title>Creating an encrypted Time Machine disk on ExFAT</title>
            <link>https://istvan.xyz/time-machine-exfat</link>
            <guid isPermaLink="true">https://istvan.xyz/time-machine-exfat</guid>
            <description>Guide to creating encrypted Time Machine backups</description>
            <pubDate>Sat, 25 Oct 2025 00:00:00 GMT</pubDate>
        </item>
    </channel>
</rss>
