<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: patabyte</title><link>https://news.ycombinator.com/user?id=patabyte</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 11 Jul 2026 20:58:22 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=patabyte" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by patabyte in "ChatGPT Work"]]></title><description><![CDATA[
<p>> With Codex technology built-in, ChatGPT can now move beyond answering questions to getting real work done across web, mobile, and desktop.<p>This looks like OpenAI catching up to Anthropic's Cowork.</p>
]]></description><pubDate>Thu, 09 Jul 2026 17:16:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=48849270</link><dc:creator>patabyte</dc:creator><comments>https://news.ycombinator.com/item?id=48849270</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48849270</guid></item><item><title><![CDATA[New comment by patabyte in "MicroVMs: Run isolated sandboxes with full lifecycle control"]]></title><description><![CDATA[
<p>This seems roughly similar to Google's Cloud Run gen2 instance types. My understanding is with the second generation, they are running microvms which are bootstrapped from a container image.</p>
]]></description><pubDate>Fri, 26 Jun 2026 16:31:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=48688589</link><dc:creator>patabyte</dc:creator><comments>https://news.ycombinator.com/item?id=48688589</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48688589</guid></item><item><title><![CDATA[New comment by patabyte in "Make Tmux Pretty and Usable (2024)"]]></title><description><![CDATA[
<p>Interesting, for me `shift+enter` hasnt worked, but `option+enter` does give me new lines in Claude Code's promptbox inside tmux on MacOS.</p>
]]></description><pubDate>Mon, 13 Apr 2026 17:06:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=47755023</link><dc:creator>patabyte</dc:creator><comments>https://news.ycombinator.com/item?id=47755023</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47755023</guid></item><item><title><![CDATA[New comment by patabyte in "Nanobrew: The fastest macOS package manager compatible with brew"]]></title><description><![CDATA[
<p>I'm really interested to learn more about the work on the official Rust frontend - do you have any links to share by chance?</p>
]]></description><pubDate>Wed, 25 Mar 2026 15:53:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47519064</link><dc:creator>patabyte</dc:creator><comments>https://news.ycombinator.com/item?id=47519064</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47519064</guid></item><item><title><![CDATA[Show HN: SRD, a simple DNS-driven HTTP redirect service]]></title><description><![CDATA[
<p>I've always wanted a simple way to manage redirects in one place. Routinely, I find myself adjusting them, and it usually looks like like update DNS, then go update the load balancers and then maybe hit an http service.<p>So, after taking in heavy inspiration from DMARC, I built Simple Redirect Daemon (SRD).<p>SRD open source, and is hosted for free. Check out <a href="https://srd.sh" rel="nofollow">https://srd.sh</a> for docs and debug tooling with record generation and inspection. For example, <a href="https://srd.sh/?r=show-hn-srd.twopow.com" rel="nofollow">https://srd.sh/?r=show-hn-srd.twopow.com</a><p>I've been using this in production across many services throughout the last 6 months, and have really enjoyed the ease of use. I hope you will too!<p>Feedback and thoughts welcome!<p>P.S. to quickly see it in action: <a href="https://show-hn-srd.twopow.com" rel="nofollow">https://show-hn-srd.twopow.com</a> + `dig TXT _srd.show-hn-srd.twopow.com`.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47492687">https://news.ycombinator.com/item?id=47492687</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 23 Mar 2026 17:41:46 +0000</pubDate><link>https://github.com/twopow/srd</link><dc:creator>patabyte</dc:creator><comments>https://news.ycombinator.com/item?id=47492687</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47492687</guid></item><item><title><![CDATA[New comment by patabyte in "macOS 26 breaks custom DNS settings including .internal"]]></title><description><![CDATA[
<p>Interesting - I run a nearly identical set, with many TLDs configured in `/etc/resolver/X` and dnsmasq handling the resolve and I have not had a single issue.<p>the resolver confs all contain this content:<p><pre><code>    # /etc/resolver/example-private
    nameserver: 127.0.0.1
    domain example-private
</code></pre>
I noticed in the author's bug report they do not include `domain`, which is documented in `man 5 resolver` as:<p><pre><code>    # The domain directive is only necessary, if your local
    # router advertises something like localdomain and you have
    # set up your hostnames via an external domain.
</code></pre>
In the real world though, I've found the `domain` setting to be required nearly every time. I wonder if adding it will resolve the issue?</p>
]]></description><pubDate>Thu, 19 Mar 2026 22:29:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=47447262</link><dc:creator>patabyte</dc:creator><comments>https://news.ycombinator.com/item?id=47447262</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47447262</guid></item><item><title><![CDATA[New comment by patabyte in "Scrt: A CLI secret manager for developers, sysadmins and DevOps"]]></title><description><![CDATA[
<p>SOPS with Age is simple, and simple is good. I strongly recommend this approach.</p>
]]></description><pubDate>Thu, 12 Mar 2026 18:55:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47355452</link><dc:creator>patabyte</dc:creator><comments>https://news.ycombinator.com/item?id=47355452</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47355452</guid></item><item><title><![CDATA[New comment by patabyte in "Show HN: Nogic – VS Code extension that visualizes your codebase as a graph"]]></title><description><![CDATA[
<p>I've been having great success with LLMs generating Mermaid diagrams and flowcharts from a repo. Claude Code and Cursor both do consistently great jobs. For example: `generate a mermaid swimlanes diagram of the XX logic flow`.</p>
]]></description><pubDate>Tue, 13 Jan 2026 22:20:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=46609144</link><dc:creator>patabyte</dc:creator><comments>https://news.ycombinator.com/item?id=46609144</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46609144</guid></item><item><title><![CDATA[New comment by patabyte in "A $1k AWS mistake"]]></title><description><![CDATA[
<p>> which every old-school Linuxer should be able to do in their sleep.<p>Oof, this hit home, hah.</p>
]]></description><pubDate>Wed, 19 Nov 2025 20:14:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=45984521</link><dc:creator>patabyte</dc:creator><comments>https://news.ycombinator.com/item?id=45984521</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45984521</guid></item><item><title><![CDATA[GitHub was down]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.githubstatus.com/?t=81273987129387129837">https://www.githubstatus.com/?t=81273987129387129837</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=26439075">https://news.ycombinator.com/item?id=26439075</a></p>
<p>Points: 109</p>
<p># Comments: 82</p>
]]></description><pubDate>Fri, 12 Mar 2021 18:29:30 +0000</pubDate><link>https://www.githubstatus.com/?t=81273987129387129837</link><dc:creator>patabyte</dc:creator><comments>https://news.ycombinator.com/item?id=26439075</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26439075</guid></item></channel></rss>