<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: dcrazy</title><link>https://news.ycombinator.com/user?id=dcrazy</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 20 Aug 2026 09:17:59 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=dcrazy" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by dcrazy in "Best Buy 'Repaired' a 64GB Laptop by Making It 32GB"]]></title><description><![CDATA[
<p>The article clearly states the module was not shipped back to the customer.</p>
]]></description><pubDate>Wed, 19 Aug 2026 21:10:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=49367252</link><dc:creator>dcrazy</dc:creator><comments>https://news.ycombinator.com/item?id=49367252</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49367252</guid></item><item><title><![CDATA[New comment by dcrazy in "The mathematical beauty of hyperbezier curves"]]></title><description><![CDATA[
<p>Playing with the example, the controls points don’t feel any more intuitive to work with than traditional cubic Béziers. They still exhibit annoying behaviors near the endpoints, though they don’t tend to “explode” like traditional cubics.<p>I find it curious that the author makes no attempt to compare his solution to other splines like B-splines or Catmull-Rom splines, given their popularity in computer graphics and CAD.</p>
]]></description><pubDate>Sat, 15 Aug 2026 14:21:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=49310821</link><dc:creator>dcrazy</dc:creator><comments>https://news.ycombinator.com/item?id=49310821</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49310821</guid></item><item><title><![CDATA[New comment by dcrazy in "Don't classify, hallucinate"]]></title><description><![CDATA[
<p>Eh? “Generate an approximation and refine it algorithmically” is a well-known technique.</p>
]]></description><pubDate>Fri, 14 Aug 2026 17:53:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=49302266</link><dc:creator>dcrazy</dc:creator><comments>https://news.ycombinator.com/item?id=49302266</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49302266</guid></item><item><title><![CDATA[New comment by dcrazy in "Cursor is now a part of SpaceX"]]></title><description><![CDATA[
<p>What proprietary models does Cursor offer? Do they have any of the infrastructure to develop, train, and refine a frontier model?</p>
]]></description><pubDate>Fri, 14 Aug 2026 17:44:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=49302118</link><dc:creator>dcrazy</dc:creator><comments>https://news.ycombinator.com/item?id=49302118</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49302118</guid></item><item><title><![CDATA[New comment by dcrazy in "Spaghettifying DRAM"]]></title><description><![CDATA[
<p>I wonder if the author asked an LLM to turn his Black Hat talk track into a blog post. I can’t imagine prompting an LLM to produce a post this organized and fact-dense (if stilted in tone) would be any quicker than just writing it up myself.</p>
]]></description><pubDate>Thu, 13 Aug 2026 21:23:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=49292034</link><dc:creator>dcrazy</dc:creator><comments>https://news.ycombinator.com/item?id=49292034</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49292034</guid></item><item><title><![CDATA[New comment by dcrazy in "Spaghettifying DRAM"]]></title><description><![CDATA[
<p>Ultimately, yes, this seems to be a memory controller register that should not be exposed to ring 0 or above.<p>Ring -1 needs DRAM, so it tells the memory controller to give it some blocks. The memory controller hands back a “physical” address, and promises not to let anything but ring -1 access that address.<p>The exploit takes advantage of that control register to remap the same DRAM blocks to a different physical address. Since the memory controller only promised to protect the physical address it handed back, that protection is bypassed when using the new address.<p>There are several theoretical ways to mitigate this exploit, but it remains to be seen if the system is sufficiently field-upgradeable to defend.</p>
]]></description><pubDate>Thu, 13 Aug 2026 18:10:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=49289853</link><dc:creator>dcrazy</dc:creator><comments>https://news.ycombinator.com/item?id=49289853</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49289853</guid></item><item><title><![CDATA[New comment by dcrazy in "Spaghettifying DRAM"]]></title><description><![CDATA[
<p>I got suspicious but decided it wasn’t AI. The “Foo is the bar.” sentence construct is coherent with the overall “through the looking glass” tenor.</p>
]]></description><pubDate>Thu, 13 Aug 2026 15:19:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=49287354</link><dc:creator>dcrazy</dc:creator><comments>https://news.ycombinator.com/item?id=49287354</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49287354</guid></item><item><title><![CDATA[New comment by dcrazy in "The little-known winstart.bat batch file"]]></title><description><![CDATA[
<p>The blog post answers your question directly:<p>> For example, you might install network drivers to support your Windows programs. You might choose this option instead of installing them globally because you don’t care about networking for your MS-DOS programs and want to free up conventional memory for them. Or because those drivers don’t support running in multiple virtual machines, so you’ll take them in the System VM and forego them for your MS-DOS programs.<p>In the Windows 95 era, it was not uncommon to still rely on MS-DOS TSRs for important functionality. Raymond has explained elsewhere about how Windows, after “sucking the brains out of MS-DOS,” maintained the ability to call into these TSRs.</p>
]]></description><pubDate>Thu, 13 Aug 2026 14:36:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=49286649</link><dc:creator>dcrazy</dc:creator><comments>https://news.ycombinator.com/item?id=49286649</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49286649</guid></item><item><title><![CDATA[New comment by dcrazy in "The little-known winstart.bat batch file"]]></title><description><![CDATA[
<p>I love Raymond’s periodic peeks into how Windows/386 and later were not just shells atop DOS shells, as they are often derided.</p>
]]></description><pubDate>Wed, 12 Aug 2026 21:32:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=49278865</link><dc:creator>dcrazy</dc:creator><comments>https://news.ycombinator.com/item?id=49278865</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49278865</guid></item><item><title><![CDATA[New comment by dcrazy in "AI is removing the middle class of software engineering?"]]></title><description><![CDATA[
<p>What did the software engineers hope to learn from this tour?</p>
]]></description><pubDate>Wed, 12 Aug 2026 17:22:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=49275801</link><dc:creator>dcrazy</dc:creator><comments>https://news.ycombinator.com/item?id=49275801</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49275801</guid></item><item><title><![CDATA[New comment by dcrazy in "Dogs can tell when you're happy, sad or frustrated"]]></title><description><![CDATA[
<p>I can’t believe I have to say this, but… not all dogs bark at strangers. This is highly breed- and dog-dependent.</p>
]]></description><pubDate>Wed, 12 Aug 2026 17:20:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=49275776</link><dc:creator>dcrazy</dc:creator><comments>https://news.ycombinator.com/item?id=49275776</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49275776</guid></item><item><title><![CDATA[New comment by dcrazy in "CFTC declares market emergency, orders Kalshi to continue to operate in New York"]]></title><description><![CDATA[
<p>That’s the opposite bet from what the bar owner placed.</p>
]]></description><pubDate>Wed, 12 Aug 2026 17:04:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=49275525</link><dc:creator>dcrazy</dc:creator><comments>https://news.ycombinator.com/item?id=49275525</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49275525</guid></item><item><title><![CDATA[New comment by dcrazy in "CFTC declares market emergency, orders Kalshi to continue to operate in New York"]]></title><description><![CDATA[
<p>I’m not a lawyer, so I can’t give you an authoritative explanation of the difference between insurance and gambling. But I would guess one factor is that the insurance payout is somehow tied to the actual loss.<p>Kalshi is clearly not an insurer. But the commercial role they filled in this very specific situation is the same as a prize indemnity policy.</p>
]]></description><pubDate>Wed, 12 Aug 2026 15:40:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=49274184</link><dc:creator>dcrazy</dc:creator><comments>https://news.ycombinator.com/item?id=49274184</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49274184</guid></item><item><title><![CDATA[New comment by dcrazy in "Dogs can tell when you're happy, sad or frustrated"]]></title><description><![CDATA[
<p>It’s not a bad thing to reinforce our intuition against the risk of incorrect anthropomorphization.</p>
]]></description><pubDate>Wed, 12 Aug 2026 05:21:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=49268094</link><dc:creator>dcrazy</dc:creator><comments>https://news.ycombinator.com/item?id=49268094</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49268094</guid></item><item><title><![CDATA[New comment by dcrazy in "CFTC declares market emergency, orders Kalshi to continue to operate in New York"]]></title><description><![CDATA[
<p>Insuring against loss. I just looked up the official name; it’s called prize indemnity insurance.<p>In the case of those “make a free throw from half court and win a car” competitions, the risk is a known value: the prize sponsor’s wholesale vehicle cost. The sponsor pays a premium for each contest, which is calculated based on the likelihood of someone winning.<p>This is a very well established insurance market. You as an individual can go out and buy hole-in-one insurance. It’s more popular in Korea and Japan where there is a strong societal expectation of throwing a lavish party if one hits a hole in one. Here in the States, it’ll cover a round of drinks for the clubhouse.<p>In the case of the bar, the Kalshi bet is functioning as an insurance policy against a potentially open-ended loss. The bar could be packed, the U.S. wins and everyone drinks the bar dry. So Kalshi is fulfilling a legitimate business role here.<p>But insurance is boring and highly regulated. The bar could likely have bought an equivalent policy from an underwriter in the Financial District. Or frankly from a rich regular. Kalshi wants to make insane amounts of money from degenerate gamblers, and to be immune from state regulators who are more answerable to citizens than the CFTC commissioners. Hence adopting the fig leaf of “futures contracts.”<p>If you thought I’m on Kalshi’s side here, I’m definitely not.</p>
]]></description><pubDate>Wed, 12 Aug 2026 04:37:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=49267850</link><dc:creator>dcrazy</dc:creator><comments>https://news.ycombinator.com/item?id=49267850</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49267850</guid></item><item><title><![CDATA[New comment by dcrazy in "CFTC declares market emergency, orders Kalshi to continue to operate in New York"]]></title><description><![CDATA[
<p>A bar here in SF made local news for using Kalshi for just this purpose: <a href="https://sfstandard.com/2026/07/06/san-francisco-world-cup-kalshi-promotion/" rel="nofollow">https://sfstandard.com/2026/07/06/san-francisco-world-cup-ka...</a><p>In a similar vein, companies that run skill competitions (hole-in-one prizes, half-court shots, etc.) can and regularly do buy insurance on those events.<p>Under this theory, Kalshi is arguably not trading in commodities, but insurance, which is state-regulated.</p>
]]></description><pubDate>Wed, 12 Aug 2026 03:03:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=49267383</link><dc:creator>dcrazy</dc:creator><comments>https://news.ycombinator.com/item?id=49267383</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49267383</guid></item><item><title><![CDATA[New comment by dcrazy in "CFTC declares market emergency, orders Kalshi to continue to operate in New York"]]></title><description><![CDATA[
<p>Insurance protects life and property (including future income). Until you wagered $100 on the Knicks winning, none of your property was threatened by them losing.</p>
]]></description><pubDate>Wed, 12 Aug 2026 01:22:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=49266766</link><dc:creator>dcrazy</dc:creator><comments>https://news.ycombinator.com/item?id=49266766</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49266766</guid></item><item><title><![CDATA[New comment by dcrazy in "Tl;dv: Over 180k meetings left wide open"]]></title><description><![CDATA[
<p>Heh, that idea resonates with me. I’ve been contemplating some projects that will require pulling permits, and as part of that process have been trying to understand how an engineer reviewing my submitted plans would think.<p>While you could absolutely generate a list of compliance checks to execute like a formula, at the end of the day you need to have absorbed enough experience that, when presented a physical or imagined project, your brain is immediately able to make connections between what it sees and the general principles of how you build something correctly.<p>Since I don’t have that experience, I know I need to stick to the well-trod path. No clean-sheet deck construction methods for me. :)</p>
]]></description><pubDate>Mon, 10 Aug 2026 19:02:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=49248159</link><dc:creator>dcrazy</dc:creator><comments>https://news.ycombinator.com/item?id=49248159</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49248159</guid></item><item><title><![CDATA[New comment by dcrazy in "Kinney Drugs pulls back AI phone assistant after hundreds of customer complaints"]]></title><description><![CDATA[
<p>I was replying to this:<p>> the tech companies that are bigger haven't offered human support to anyone in decades.</p>
]]></description><pubDate>Mon, 10 Aug 2026 18:39:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=49247857</link><dc:creator>dcrazy</dc:creator><comments>https://news.ycombinator.com/item?id=49247857</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49247857</guid></item><item><title><![CDATA[New comment by dcrazy in "Back to the Future of Handwriting Recognition (2016)"]]></title><description><![CDATA[
<p>Oh hey, it’s Graffiti! <a href="https://en.wikipedia.org/wiki/Graffiti_(Palm_OS)" rel="nofollow">https://en.wikipedia.org/wiki/Graffiti_(Palm_OS)</a></p>
]]></description><pubDate>Mon, 10 Aug 2026 18:34:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=49247791</link><dc:creator>dcrazy</dc:creator><comments>https://news.ycombinator.com/item?id=49247791</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49247791</guid></item></channel></rss>