<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: unwind</title><link>https://news.ycombinator.com/user?id=unwind</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 19 Aug 2026 17:33:17 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=unwind" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by unwind in "How does IKEA come up with names for its products?"]]></title><description><![CDATA[
<p>I'm firmly in camp dad joke, but since Ü is a German letter that is not part of the Swedish alphabet, may I suggest you learn how to say RÄKSMÖRGÅS and update the joke?<p>The patched version might even work on some Swedish-speakers if you nail the pronounciation! :)</p>
]]></description><pubDate>Wed, 19 Aug 2026 06:26:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=49357637</link><dc:creator>unwind</dc:creator><comments>https://news.ycombinator.com/item?id=49357637</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49357637</guid></item><item><title><![CDATA[New comment by unwind in "How does IKEA come up with names for its products?"]]></title><description><![CDATA[
<p>To reiterate on another comment that would make no sense to Swedish speakers. Å is a distinct letter, with a different and unique vowel sound. It is in no way "a slightly different kind of A".<p>Your suggestion sounds a bit like spelling Apple like AIILE and using the circles to form a cool infinity symbol. Or something.</p>
]]></description><pubDate>Wed, 19 Aug 2026 06:23:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=49357615</link><dc:creator>unwind</dc:creator><comments>https://news.ycombinator.com/item?id=49357615</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49357615</guid></item><item><title><![CDATA[New comment by unwind in "Classic Amiga titles, free to download"]]></title><description><![CDATA[
<p>Wow this is really cool!<p>Epic to see that it has "No Man's Land" [0] and really really weird feeling to read the readme. No idea why it's listed as a "17 Bit" title though, perhaps they distributed it at some point but they certainly were not involved in creating it. Source: I wrote it. Fun times.<p>Edit: formatting.<p>[0]: <a href="https://amigafreeware.downer.tech/17bit/17bit/1423" rel="nofollow">https://amigafreeware.downer.tech/17bit/17bit/1423</a></p>
]]></description><pubDate>Sun, 19 Jul 2026 05:50:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=48965339</link><dc:creator>unwind</dc:creator><comments>https://news.ycombinator.com/item?id=48965339</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48965339</guid></item><item><title><![CDATA[New comment by unwind in "Ported my C game to WASM, here's every bug that I hit"]]></title><description><![CDATA[
<p>Nah I'm still against repeating the type name all over the place, and the cast adds nothing good imnsho.</p>
]]></description><pubDate>Tue, 16 Jun 2026 09:10:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=48552575</link><dc:creator>unwind</dc:creator><comments>https://news.ycombinator.com/item?id=48552575</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48552575</guid></item><item><title><![CDATA[New comment by unwind in "Ported my C game to WASM, here's every bug that I hit"]]></title><description><![CDATA[
<p>Meta: a space is missing in the title.<p>Since this is one of the bugs, I always recommemd writing<p><pre><code>    game->boardPieces = swAlloc(sizeof(ThingHandle*) * row * column);
</code></pre>
Like this instead:<p><pre><code>    game->boardPieces = swAlloc(sizeof *game->boardPieces * row * column);
</code></pre>
It's not 100% better, but it cuts out a few tokens which helps readability and moves the significant asterix further left where I think it's easier to spot.</p>
]]></description><pubDate>Mon, 15 Jun 2026 11:38:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=48539841</link><dc:creator>unwind</dc:creator><comments>https://news.ycombinator.com/item?id=48539841</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48539841</guid></item><item><title><![CDATA[New comment by unwind in "Mechanical Pencil: An illustrated celebration of the engineering around us"]]></title><description><![CDATA[
<p>Meta: confusing typo in title. Mods   , please fix penciN -> penciL. Thanks.</p>
]]></description><pubDate>Sun, 31 May 2026 05:15:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=48343230</link><dc:creator>unwind</dc:creator><comments>https://news.ycombinator.com/item?id=48343230</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48343230</guid></item><item><title><![CDATA[New comment by unwind in "Fc, a lossless compressor for floating-point streams"]]></title><description><![CDATA[
<p>Can you elaborate on how it detects and signals if it runs out of output buffer space? I couldn't see how the amount of available space was even communicated to `fc_enc()`.<p>Also there some "C icks" (to me, I'm very picky and used to know the standard awfully well from answering many SO questions) that you might want to look into. The two I remember now are the casting of `void` pointers from allocation functions, and (worse) the assumption that "all bits zero" is how a NULL pointer is represented.</p>
]]></description><pubDate>Wed, 13 May 2026 19:53:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=48126588</link><dc:creator>unwind</dc:creator><comments>https://news.ycombinator.com/item?id=48126588</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48126588</guid></item><item><title><![CDATA[New comment by unwind in "Pinocchio is weirder than you remembered"]]></title><description><![CDATA[
<p>Probably [1], from 2025.<p>[1]: <a href="https://www.penguin.co.uk/books/31374/pinocchio-by-collodi-carlo/9780241736432" rel="nofollow">https://www.penguin.co.uk/books/31374/pinocchio-by-collodi-c...</a></p>
]]></description><pubDate>Fri, 08 May 2026 05:24:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=48058922</link><dc:creator>unwind</dc:creator><comments>https://news.ycombinator.com/item?id=48058922</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48058922</guid></item><item><title><![CDATA[New comment by unwind in "How I leared what a decoupling capacitor is for, the hard way"]]></title><description><![CDATA[
<p>Meta; typo in title, should be "learNEd".</p>
]]></description><pubDate>Tue, 28 Apr 2026 04:05:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47930327</link><dc:creator>unwind</dc:creator><comments>https://news.ycombinator.com/item?id=47930327</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47930327</guid></item><item><title><![CDATA[New comment by unwind in "Tempest vs. Tempest: The Making and Remaking of Atari's Iconic Video Game"]]></title><description><![CDATA[
<p>This is fantastic, thank you for doing this. I hadn't thought of the poor Jaguar in ages! Heh.<p>Found a tiny typo, this sentence from quite early (page 17):<p><i>Notice how apparently wasteful this file format is: some of the triplets contain only
byte.</i><p>I think the word "one" is missing before the final "byte".</p>
]]></description><pubDate>Thu, 23 Apr 2026 06:13:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=47872702</link><dc:creator>unwind</dc:creator><comments>https://news.ycombinator.com/item?id=47872702</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47872702</guid></item><item><title><![CDATA[New comment by unwind in "Fixing a 20-year-old bug in Enlightenment E16"]]></title><description><![CDATA[
<p>Fun post! Very happy to see a 20-something year old find and fix bugs in an X11 wm from before they were born. Gives me hope.<p>There was some kind of editing snafu though, the loop header in the big (first) code block reads:<p><pre><code>    for (i = 0; i < 10; i++, nuke_count++)
</code></pre>
But the references to it in the text, and updated versions in the patches, show it as just<p><pre><code>    for (;;)
</code></pre>
That was confusing me a bit.</p>
]]></description><pubDate>Wed, 15 Apr 2026 06:32:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=47775449</link><dc:creator>unwind</dc:creator><comments>https://news.ycombinator.com/item?id=47775449</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47775449</guid></item><item><title><![CDATA[New comment by unwind in "Rice Theory: Why Eastern Cultures Are More Cooperative (2014)"]]></title><description><![CDATA[
<p>How about "R, G, B Mars" [1], then?<p>[1]: <a href="https://en.wikipedia.org/wiki/Mars_trilogy" rel="nofollow">https://en.wikipedia.org/wiki/Mars_trilogy</a></p>
]]></description><pubDate>Tue, 10 Feb 2026 15:32:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=46961085</link><dc:creator>unwind</dc:creator><comments>https://news.ycombinator.com/item?id=46961085</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46961085</guid></item><item><title><![CDATA[New comment by unwind in "Animated Knots"]]></title><description><![CDATA[
<p>As a ultra noob in the art of knotting, I liked this when I stumbled over it a few weeks back. I agree that for newbies it would be even more instructive with smoother flows, I guess they're held back by the animations being photos and not, well, animations.<p>I also have read their backstory/naming thing [1] several times but I still don't quite get it. I first thought they were related to the historical Grog, but that was a misunderstanding. I think.<p>[1]: <a href="https://www.animatedknots.com/grog-story" rel="nofollow">https://www.animatedknots.com/grog-story</a></p>
]]></description><pubDate>Fri, 06 Feb 2026 07:51:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=46910214</link><dc:creator>unwind</dc:creator><comments>https://news.ycombinator.com/item?id=46910214</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46910214</guid></item><item><title><![CDATA[New comment by unwind in "Minichord: A pocket-sized musical instrument"]]></title><description><![CDATA[
<p>Meta: This is a very messy title, it should just be "The minichord: a pocket-sized musical instrument" or something like that. We have the github info in the auto-generated blurb right after the title, after all. Thanks.</p>
]]></description><pubDate>Tue, 03 Feb 2026 09:16:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=46868561</link><dc:creator>unwind</dc:creator><comments>https://news.ycombinator.com/item?id=46868561</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46868561</guid></item><item><title><![CDATA[New comment by unwind in "MicroPythonOS graphical operating system delivers Android-like user experience"]]></title><description><![CDATA[
<p>Reasonably, that language is MicroPython [1] which is the special pared-down version of Python for memory-constrained embedded targets.<p>[1]: <a href="https://micropython.org/" rel="nofollow">https://micropython.org/</a></p>
]]></description><pubDate>Mon, 02 Feb 2026 11:33:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=46854814</link><dc:creator>unwind</dc:creator><comments>https://news.ycombinator.com/item?id=46854814</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46854814</guid></item><item><title><![CDATA[New comment by unwind in "Defeating a 40-year-old copy protection dongle"]]></title><description><![CDATA[
<p>Just a few months back I worked in embedded development on a project and there was a physical dongle to unlock the compiler, which was surprising during on-boarding as I've spent <i>years</i> doing commercial embedded work relying on GCC. :)</p>
]]></description><pubDate>Mon, 02 Feb 2026 09:04:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=46853908</link><dc:creator>unwind</dc:creator><comments>https://news.ycombinator.com/item?id=46853908</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46853908</guid></item><item><title><![CDATA[New comment by unwind in "Declassifying JUMPSEAT: an American pioneer in space"]]></title><description><![CDATA[
<p><i>“The historical significance of JUMPSEAT cannot be understated,” said Dr. James Outzen, NRO director of the Center for the Study of National Reconnaissance.</i><p>I'm no native speaker but that is backwards, right? Shouldn't it be <i>overstated</i> if it was a success?</p>
]]></description><pubDate>Sat, 31 Jan 2026 06:26:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=46834012</link><dc:creator>unwind</dc:creator><comments>https://news.ycombinator.com/item?id=46834012</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46834012</guid></item><item><title><![CDATA[New comment by unwind in "Infinite pancakes, anyone?"]]></title><description><![CDATA[
<p>Me too, from Firefox in Linux and no (!) blockers. Weird. Maybe geo-fenced for not being in the US, sometimes companies do that which is ... weird.</p>
]]></description><pubDate>Mon, 26 Jan 2026 08:44:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=46763252</link><dc:creator>unwind</dc:creator><comments>https://news.ycombinator.com/item?id=46763252</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46763252</guid></item><item><title><![CDATA[New comment by unwind in "Some C habits I employ for the modern day"]]></title><description><![CDATA[
<p>Uh that piece of horror was <i>not</i> in the post. Phew.</p>
]]></description><pubDate>Sat, 24 Jan 2026 08:07:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=46741899</link><dc:creator>unwind</dc:creator><comments>https://news.ycombinator.com/item?id=46741899</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46741899</guid></item><item><title><![CDATA[New comment by unwind in "Douglas Adams on the English–American cultural divide over "heroes""]]></title><description><![CDATA[
<p>Brown in German is actually, wait for it, "braun".</p>
]]></description><pubDate>Fri, 23 Jan 2026 09:37:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=46730432</link><dc:creator>unwind</dc:creator><comments>https://news.ycombinator.com/item?id=46730432</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46730432</guid></item></channel></rss>