<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: captaincrowbar</title><link>https://news.ycombinator.com/user?id=captaincrowbar</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 03 May 2026 19:03:45 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=captaincrowbar" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by captaincrowbar in "Modern C++ Programming: Busato"]]></title><description><![CDATA[
<p>"This open-access course is directed at those who are already familiar with C and object-oriented programming" ... but not C++<p>That's a very, very small target you're aiming at there.</p>
]]></description><pubDate>Sat, 02 May 2026 22:20:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=47991174</link><dc:creator>captaincrowbar</dc:creator><comments>https://news.ycombinator.com/item?id=47991174</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47991174</guid></item><item><title><![CDATA[New comment by captaincrowbar in "DeployTarot.com – Tarot card reading for deployments"]]></title><description><![CDATA[
<p>Has anyone got the hang of Thursdays yet?</p>
]]></description><pubDate>Fri, 27 Mar 2026 00:31:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47537662</link><dc:creator>captaincrowbar</dc:creator><comments>https://news.ycombinator.com/item?id=47537662</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47537662</guid></item><item><title><![CDATA[New comment by captaincrowbar in "Typechecking is undecideable when 'type' is a type (1989) [pdf]"]]></title><description><![CDATA[
<p>This feels like a restatement of the trivially obvious observation that, if your type system is Turing complete, you're going to run into the halting problem.</p>
]]></description><pubDate>Sun, 23 Nov 2025 20:38:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=46027118</link><dc:creator>captaincrowbar</dc:creator><comments>https://news.ycombinator.com/item?id=46027118</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46027118</guid></item><item><title><![CDATA[New comment by captaincrowbar in "NTSB Preliminary Report – UPS Boeing MD-11F Crash [pdf]"]]></title><description><![CDATA[
<p>Because making every jet engine in two different models would make them a lot more expensive. It would also cause maintenance issues because of non-interchangeable parts.</p>
]]></description><pubDate>Fri, 21 Nov 2025 16:14:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=46005828</link><dc:creator>captaincrowbar</dc:creator><comments>https://news.ycombinator.com/item?id=46005828</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46005828</guid></item><item><title><![CDATA[New comment by captaincrowbar in "Show HN: I reverse engineered macOS to allow custom Lock Screen wallpapers"]]></title><description><![CDATA[
<p>I'm in Australia, you're Swedish (but I don't know if your business is based there), and most web sites show US prices by default. So I wouldn't like to guess whether it was meant to be AUD, USD, or SEK.</p>
]]></description><pubDate>Mon, 15 Sep 2025 23:14:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=45256122</link><dc:creator>captaincrowbar</dc:creator><comments>https://news.ycombinator.com/item?id=45256122</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45256122</guid></item><item><title><![CDATA[New comment by captaincrowbar in "Show HN: I reverse engineered macOS to allow custom Lock Screen wallpapers"]]></title><description><![CDATA[
<p>I like this and would seriously consider buying it - except that the purchase page only has prices in something called "AA$". I have no idea what currency that refers to (AA is Aruba, but they don't use dollars), or how much that might come to in my local currency.</p>
]]></description><pubDate>Mon, 15 Sep 2025 18:51:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=45253524</link><dc:creator>captaincrowbar</dc:creator><comments>https://news.ycombinator.com/item?id=45253524</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45253524</guid></item><item><title><![CDATA[New comment by captaincrowbar in "The Color of Noise (2014)"]]></title><description><![CDATA[
<p>Non-paywalled version on one of the authors' site:<p><a href="https://www.liyiwei.org/papers/noise-sig12/" rel="nofollow">https://www.liyiwei.org/papers/noise-sig12/</a></p>
]]></description><pubDate>Mon, 02 Dec 2024 02:55:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=42292668</link><dc:creator>captaincrowbar</dc:creator><comments>https://news.ycombinator.com/item?id=42292668</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42292668</guid></item><item><title><![CDATA[New comment by captaincrowbar in "Borgo Programming Language"]]></title><description><![CDATA[
<p>That doesn't make it open source, just "source available".</p>
]]></description><pubDate>Fri, 29 Nov 2024 12:40:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=42273445</link><dc:creator>captaincrowbar</dc:creator><comments>https://news.ycombinator.com/item?id=42273445</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42273445</guid></item><item><title><![CDATA[New comment by captaincrowbar in "Playground Wisdom: Threads Beat Async/Await"]]></title><description><![CDATA[
<p>"The `await` keyword means "turn the rest of this function into a callback for the when the Task I'm waiting on finishes, and return the resulting Task"."<p>Oh my god thank you. I've been trying to wrap my head around the whole async/await paradigm for years, basically writing code based on a few black magic rules that I only half understand, and you finally made it all clear in once sentence. Why all those other attempts to explain async/await don't just say this I can't imagine.</p>
]]></description><pubDate>Sat, 23 Nov 2024 09:15:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=42219963</link><dc:creator>captaincrowbar</dc:creator><comments>https://news.ycombinator.com/item?id=42219963</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42219963</guid></item><item><title><![CDATA[New comment by captaincrowbar in "Battleships Logic Puzzle"]]></title><description><![CDATA[
<p>Broken in Safari on Sequoia, unfortunately.</p>
]]></description><pubDate>Sat, 26 Oct 2024 07:06:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=41953105</link><dc:creator>captaincrowbar</dc:creator><comments>https://news.ycombinator.com/item?id=41953105</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41953105</guid></item><item><title><![CDATA[New comment by captaincrowbar in "macOS Sequoia is available today"]]></title><description><![CDATA[
<p>Does the command line to remove the quarantine flag (xattr -d com.apple.quarantine filename) still work?</p>
]]></description><pubDate>Mon, 16 Sep 2024 22:02:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=41561526</link><dc:creator>captaincrowbar</dc:creator><comments>https://news.ycombinator.com/item?id=41561526</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41561526</guid></item><item><title><![CDATA[New comment by captaincrowbar in "Gpu.cpp: A lightweight library for portable low-level GPU computation"]]></title><description><![CDATA[
<p>Put it this way: Can I build an executable using this, that I could confidently give to a Windows user who has never heard of WSL?</p>
]]></description><pubDate>Sun, 14 Jul 2024 08:39:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=40959714</link><dc:creator>captaincrowbar</dc:creator><comments>https://news.ycombinator.com/item?id=40959714</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40959714</guid></item><item><title><![CDATA[New comment by captaincrowbar in "Gpu.cpp: A lightweight library for portable low-level GPU computation"]]></title><description><![CDATA[
<p>This looks useful but I'm worried about portability. Are there any plans for native Windows support?</p>
]]></description><pubDate>Sat, 13 Jul 2024 23:43:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=40957749</link><dc:creator>captaincrowbar</dc:creator><comments>https://news.ycombinator.com/item?id=40957749</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40957749</guid></item><item><title><![CDATA[New comment by captaincrowbar in "Pi Gazing is a project to build meteor cameras using Raspberry Pi"]]></title><description><![CDATA[
<p>I'm disappointed that they passed up the opportunity to call the project Stargazy Pi (<a href="https://en.wikipedia.org/wiki/Stargazy_pie" rel="nofollow">https://en.wikipedia.org/wiki/Stargazy_pie</a>)</p>
]]></description><pubDate>Sun, 23 Jun 2024 04:55:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=40764916</link><dc:creator>captaincrowbar</dc:creator><comments>https://news.ycombinator.com/item?id=40764916</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40764916</guid></item><item><title><![CDATA[New comment by captaincrowbar in "Unix forking the universe by running IBM's free online quantum computer"]]></title><description><![CDATA[
<p>Just waiting now for someone to find a spectre exploit in quantum mechanics.</p>
]]></description><pubDate>Sat, 11 May 2024 00:58:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=40325196</link><dc:creator>captaincrowbar</dc:creator><comments>https://news.ycombinator.com/item?id=40325196</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40325196</guid></item><item><title><![CDATA[New comment by captaincrowbar in "How Mandelbrot set images are affected by floating point precision"]]></title><description><![CDATA[
<p>Some people, when they have a problem, think, “I know, I’ll use floating point.” Now they have 1.9999998 problems.</p>
]]></description><pubDate>Tue, 12 Mar 2024 21:06:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=39684957</link><dc:creator>captaincrowbar</dc:creator><comments>https://news.ycombinator.com/item?id=39684957</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39684957</guid></item><item><title><![CDATA[New comment by captaincrowbar in "Princess: Coding Like Royalty"]]></title><description><![CDATA[
<p>It can't be any harder to search for than C.</p>
]]></description><pubDate>Thu, 08 Feb 2024 19:12:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=39306179</link><dc:creator>captaincrowbar</dc:creator><comments>https://news.ycombinator.com/item?id=39306179</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39306179</guid></item><item><title><![CDATA[New comment by captaincrowbar in "The Itanic Saga: The History of VLIW and Itanium"]]></title><description><![CDATA[
<p>Well, what actually killed it historically was AMD64. AMD64 could easily not have happened, AMD has a very inconsistent track record; other contemporary CPUs like Alpha were never serious competitors for mainstream computing, and ARM was nowhere near being a contender yet. In that scenario, obviously mainstream PC users would have stuck with x86-32 for much longer than they actually did, but I think in the end they wouldn't have had any real choice but to be dragged kicking and screaming to Itanium.</p>
]]></description><pubDate>Wed, 24 Jan 2024 09:49:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=39115522</link><dc:creator>captaincrowbar</dc:creator><comments>https://news.ycombinator.com/item?id=39115522</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39115522</guid></item><item><title><![CDATA[New comment by captaincrowbar in "The persistence of tradition: the curious case of Henry Symeonis"]]></title><description><![CDATA[
<p>“Daft? Of course it’s daft - it’s traditional!” - Terry Pratchett</p>
]]></description><pubDate>Sat, 23 Dec 2023 01:25:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=38740783</link><dc:creator>captaincrowbar</dc:creator><comments>https://news.ycombinator.com/item?id=38740783</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38740783</guid></item><item><title><![CDATA[New comment by captaincrowbar in "The bash book to rule them all"]]></title><description><![CDATA[
<p>Thanks. Strangely I'd never heard of this site before.</p>
]]></description><pubDate>Sun, 26 Nov 2023 05:51:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=38419472</link><dc:creator>captaincrowbar</dc:creator><comments>https://news.ycombinator.com/item?id=38419472</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38419472</guid></item></channel></rss>