<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: draginol</title><link>https://news.ycombinator.com/user?id=draginol</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 25 Jun 2026 02:39:10 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=draginol" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by draginol in "Running Windows Games on a Hobby OS with Wine"]]></title><description><![CDATA[
<p>I think he means where the DOS/config is all set up too. Sort of like a really small VM.</p>
]]></description><pubDate>Wed, 24 Jun 2026 15:19:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=48661297</link><dc:creator>draginol</dc:creator><comments>https://news.ycombinator.com/item?id=48661297</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48661297</guid></item><item><title><![CDATA[New comment by draginol in "8086 Segmented Memory was a good idea"]]></title><description><![CDATA[
<p>Eh. I don't think "developers broke it".   The 8086 gave us something like a flat 20-bit address space and then encoded it as a segment.  Once that exists, normalizing far pointers is inevitable.<p>Not to do a "The Amiga was ahead of its time" thing but as a reminder, 68000 has a flat 24-bit address.</p>
]]></description><pubDate>Wed, 24 Jun 2026 00:53:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=48653749</link><dc:creator>draginol</dc:creator><comments>https://news.ycombinator.com/item?id=48653749</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48653749</guid></item><item><title><![CDATA[New comment by draginol in "GLM-5.2 – How to Run Locally"]]></title><description><![CDATA[
<p>The most interesting part of this to me is not the benchmark table, but the packaging.<p>A model like GLM-5.2 being available as GGUF, usable through llama.cpp/Ollama/vLLM/SGLang/LM Studio, and wrapped for local agent workflows changes the category. It stops being an impressive open model exists and starts becoming this is something a small team can actually put into its development stack.<p>For instance, company buys an RX6000 setup for say $15k total.  They could use this for handling data heavy sifting that would otherwise be a lot of Claude tokens.<p>It doesn't need to be as good as frontier-best.  Just good enough.<p>I could see a business of people packaging this and handing it to companies who want Help Desk bots without any extra setup.</p>
]]></description><pubDate>Tue, 23 Jun 2026 14:21:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=48645407</link><dc:creator>draginol</dc:creator><comments>https://news.ycombinator.com/item?id=48645407</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48645407</guid></item><item><title><![CDATA[New comment by draginol in "The Coming Loop"]]></title><description><![CDATA[
<p>This is really terrible advice right now for most people.<p>I've had to rip out a lot of pretty terrible code made by engineers who have tried this.<p>I don't disagree that eventually, "loops" when combined with unlimited tokens and amazing models in the hands of people who know how to set them up right will be amazing.  But for the typical Claude Code user, it's disaster.<p>The problem is not that loops write bad code once. Humans do that too. The problem is that loops apply local pressure repeatedly: add a fallback, add a guard, special-case the failing input, quiet the exception, satisfy the test. Over time that selects for code that is more survivable in the short term but less intelligible in the long term.</p>
]]></description><pubDate>Tue, 23 Jun 2026 14:16:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=48645352</link><dc:creator>draginol</dc:creator><comments>https://news.ycombinator.com/item?id=48645352</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48645352</guid></item><item><title><![CDATA[New comment by draginol in "Improvements to Std:Format in C++26"]]></title><description><![CDATA[
<p>I'm more happy to see C++ moving to consolidate around a single formatting model.<p>This past year we were porting Elemental (PC game) to 64-bit so it's pretty old code.  There are a gazillion different string types in it (sprintf and beyond).</p>
]]></description><pubDate>Tue, 23 Jun 2026 14:14:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=48645317</link><dc:creator>draginol</dc:creator><comments>https://news.ycombinator.com/item?id=48645317</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48645317</guid></item><item><title><![CDATA[New comment by draginol in "Will It Mythos?"]]></title><description><![CDATA[
<p>I was pretty impressed with Fable when I used it.  Fable on Low was better than Opus 4.8 on High (and cheaper).<p>Now, for me, it was really about how well it worked on big existing human made code bases.  I was working on some new screens in GalCiv IV and if you've ever had to make screens for games, it is incredibly tedious, low brain work.  But GPT 5.5 and Opus 4.8 would just struggle with these over and over again and this is C++ work with limited hotloading so it's a slow process.  Fable nailed these screens fast.</p>
]]></description><pubDate>Tue, 23 Jun 2026 14:12:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=48645285</link><dc:creator>draginol</dc:creator><comments>https://news.ycombinator.com/item?id=48645285</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48645285</guid></item><item><title><![CDATA[New comment by draginol in "Steam Machine launches today"]]></title><description><![CDATA[
<p>With the scalping issue, the issue isn't whether can we detect scalpers to which anti scalping mechanism has the lowest false positive cost to it?<p>The random reservation order takes the scalping issue out of the fulfillment part and into allocation making it a lot harder on the scalper.</p>
]]></description><pubDate>Tue, 23 Jun 2026 14:06:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=48645204</link><dc:creator>draginol</dc:creator><comments>https://news.ycombinator.com/item?id=48645204</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48645204</guid></item></channel></rss>