<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: IdiotSavage</title><link>https://news.ycombinator.com/user?id=IdiotSavage</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 04 May 2026 15:44:34 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=IdiotSavage" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by IdiotSavage in "Using “underdrawings” for accurate text and numbers"]]></title><description><![CDATA[
<p>That's funny if it's true. I'd like to see the prompt which generates the prompt.</p>
]]></description><pubDate>Mon, 04 May 2026 10:25:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=48006793</link><dc:creator>IdiotSavage</dc:creator><comments>https://news.ycombinator.com/item?id=48006793</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48006793</guid></item><item><title><![CDATA[New comment by IdiotSavage in "Text-to-CAD"]]></title><description><![CDATA[
<p>The actual prompts are more detailed than what's in the table on the main page:<p><a href="https://media.githubusercontent.com/media/earthtojake/text-to-cad/refs/heads/main/.assets/benchmarks/01-rectangular-calibration-block.md" rel="nofollow">https://media.githubusercontent.com/media/earthtojake/text-t...</a><p>I'm just wondering why anyone would bother describing CAD models in text. Language is imprecise and ambiguous. If you want to create a full part definition, you need to be extremely thorough with your description. At that point it's just easier (less mental load) and faster to construct the thing yourself. Not to mention, the model might still ignore your perfectly good prompt.</p>
]]></description><pubDate>Mon, 04 May 2026 10:09:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=48006666</link><dc:creator>IdiotSavage</dc:creator><comments>https://news.ycombinator.com/item?id=48006666</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48006666</guid></item><item><title><![CDATA[New comment by IdiotSavage in "Using “underdrawings” for accurate text and numbers"]]></title><description><![CDATA[
<p>> Transform this image into a photographed claymation diorama of assorted <i>artisan</i> chocolates and candies […] <i>viewed from a low-angle</i><p>Side note: whenever I read prompts for image generation, I notice very specific details which the model obviously ignored. Here the chocolates / candies in the last two images look anything but artisanal. They look very "sterile" and mass-produced. The viewing angle is also not accurate.<p>Why do we even bother writing such elaborate prompts, when the model ignores most of it anyway?</p>
]]></description><pubDate>Mon, 04 May 2026 08:30:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=48006073</link><dc:creator>IdiotSavage</dc:creator><comments>https://news.ycombinator.com/item?id=48006073</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48006073</guid></item><item><title><![CDATA[New comment by IdiotSavage in "Functional programmers need to take a look at Zig"]]></title><description><![CDATA[
<p>Sorry. Fixed it for you.<p><pre><code>  dir | ? lastwritetime -lt (get-date).adddays(-21) | del
</code></pre>
PowerShell is not case sensitive (but nushell and bash are).</p>
]]></description><pubDate>Sat, 02 May 2026 07:06:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=47984059</link><dc:creator>IdiotSavage</dc:creator><comments>https://news.ycombinator.com/item?id=47984059</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47984059</guid></item><item><title><![CDATA[New comment by IdiotSavage in "Functional programmers need to take a look at Zig"]]></title><description><![CDATA[
<p>PowerShell is not really that much more verbose. This is the equivalent of the nushell command by crabsand.<p><pre><code>  dir | ? LastWriteTime -lt (Get-Date).AddDays(-21) | del</code></pre></p>
]]></description><pubDate>Fri, 01 May 2026 11:53:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47973715</link><dc:creator>IdiotSavage</dc:creator><comments>https://news.ycombinator.com/item?id=47973715</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47973715</guid></item></channel></rss>