<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ghostwriter on Without hosting</title><link>https://blog.without.hosting/tags/ghostwriter/</link><description>Recent content in Ghostwriter on Without hosting</description><generator>Hugo -- gohugo.io</generator><language>en-US</language><lastBuildDate>Sun, 07 Jun 2026 15:20:00 +0000</lastBuildDate><atom:link href="https://blog.without.hosting/tags/ghostwriter/index.xml" rel="self" type="application/rss+xml"/><item><title>Write Fast, Publish Fast, Still Iterating</title><link>https://blog.without.hosting/posts/write-fast-publish-fast-still-iterating/</link><pubDate>Sun, 07 Jun 2026 15:20:00 +0000</pubDate><guid>https://blog.without.hosting/posts/write-fast-publish-fast-still-iterating/</guid><description>&lt;p&gt;My blog &lt;a href="https://blog.without.hosting/posts/a-bot-to-help-me-blog/"&gt;has a ghostwriter&lt;/a&gt;. The bot writes drafts, tightens paragraphs, fixes typos, commits them. That works well.&lt;/p&gt;
&lt;p&gt;It also creates an interesting constraint: because the LLM can turn a ramble into something readable in minutes, the post is often ready to publish long before the dev task it documents is actually finished. You want to publish early — the writing is there, readers can engage — but you are still iterating on the thing the post is about. The article will change as the work progresses.&lt;/p&gt;</description></item><item><title>A Bot to Help Me Blog</title><link>https://blog.without.hosting/posts/a-bot-to-help-me-blog/</link><pubDate>Wed, 03 Jun 2026 10:04:39 +0000</pubDate><guid>https://blog.without.hosting/posts/a-bot-to-help-me-blog/</guid><description>&lt;p&gt;I built a Telegram bot that can write and edit my blog posts but cannot publish them. Hugo &lt;code&gt;draft: true&lt;/code&gt; is enforced by the tool, not trusted to my discipline.&lt;/p&gt;
&lt;p&gt;The bot reads and writes files in the Hugo repo directly. No separate editorial database — the Markdown files are the source of truth. When a diff would flip &lt;code&gt;draft: true&lt;/code&gt; to &lt;code&gt;draft: false&lt;/code&gt;, the commit script refuses. There is an override (&lt;code&gt;ALLOW_PUBLISH=1&lt;/code&gt;) but the bot cannot set it. Only I can, at a terminal.&lt;/p&gt;</description></item></channel></rss>