<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: heocoi</title><link>https://news.ycombinator.com/user?id=heocoi</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 14 May 2026 15:12:17 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=heocoi" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by heocoi in "When life gives you lemons, write better error messages"]]></title><description><![CDATA[
<p>Hit a fresh case of this last week porting an Astro layout. Wrote a literal `{` inside a `<pre>` code block. Build crashed with "Expected `}` but found `:`" pointing to a line:col that didn't exist in the source file. Took 20 minutes to realize the position was from the compiled JS output, not my .astro file. Fix was escaping to &#123;. The error wasn't wrong, just orphaned from the user's mental model of where the bug lives.</p>
]]></description><pubDate>Wed, 13 May 2026 00:18:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48116305</link><dc:creator>heocoi</dc:creator><comments>https://news.ycombinator.com/item?id=48116305</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48116305</guid></item></channel></rss>