<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: Thorondor</title><link>https://news.ycombinator.com/user?id=Thorondor</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 07 Jul 2026 07:40:37 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=Thorondor" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by Thorondor in "Matrix Multiplications on GPUs Run Faster When Given “Predictable” Data (2024)"]]></title><description><![CDATA[
<p>Weights should not be 0 (at least not frequently) but in a ReLU-based neural network, activations are 0 pretty often.  You're absolutely right about die area though.</p>
]]></description><pubDate>Wed, 27 May 2026 19:21:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=48299178</link><dc:creator>Thorondor</dc:creator><comments>https://news.ycombinator.com/item?id=48299178</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48299178</guid></item><item><title><![CDATA[New comment by Thorondor in "Matrix Multiplications on GPUs Run Faster When Given “Predictable” Data (2024)"]]></title><description><![CDATA[
<p>Hardware engineer here.  Special casing the multiply by 0 and multiply by 1 paths is harder than it sounds.  In software, the cost of adding special cases is simply performance.  You're adding more instructions that execute in sequence on a CPU that already physically exists.  Doing this for your multiply case is worthwhile because the speedup is large for 0 and 1 while the cost is not that large (relative to the time taken for the whole multiplication operation) for other values.<p>Hardware is different.  Every operation that can be performed in hardware by a chip needs dedicated circuitry.  Special casing 0 and 1 means adding at least OR reduction on each operand and a dedicated multiplexer for every bit of the output.  Those transistors use power even when they're not in use (leakage power is a huge issue on modern semiconductor processes).  They also degrade timing by adding more gates on critical paths through the multipliers.  (The timing issue here is that all operations that happen between one flip-flop and another flip-flop need to finish within one clock cycle.)  And unless there are whole blocks of 0's and 1's (this does happen in certain neural networks), you typically won't see a direct speedup anyway.  In software terms, the matrix multiply is scheduled as many parallel operations that cannot be accelerated much overall by skipping a few operations in some "threads."<p>All of this makes zero skipping a nontrivial topic.  People do still try to do it but it needs serious consideration as, depending on the application, the case is rarely one-sided.</p>
]]></description><pubDate>Wed, 27 May 2026 17:41:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=48297715</link><dc:creator>Thorondor</dc:creator><comments>https://news.ycombinator.com/item?id=48297715</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48297715</guid></item><item><title><![CDATA[AI agent designs complete RISC-V CPU from a 219-word spec, startup claims]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.tomshardware.com/tech-industry/artificial-intelligence/ai-agent-designs-a-complete-risc-v-cpu-from-a-219-word-spec-in-just-12-hours">https://www.tomshardware.com/tech-industry/artificial-intelligence/ai-agent-designs-a-complete-risc-v-cpu-from-a-219-word-spec-in-just-12-hours</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47875538">https://news.ycombinator.com/item?id=47875538</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 23 Apr 2026 13:28:36 +0000</pubDate><link>https://www.tomshardware.com/tech-industry/artificial-intelligence/ai-agent-designs-a-complete-risc-v-cpu-from-a-219-word-spec-in-just-12-hours</link><dc:creator>Thorondor</dc:creator><comments>https://news.ycombinator.com/item?id=47875538</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47875538</guid></item><item><title><![CDATA[The Rabbit Woman of Gowanus (2015)]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.theawl.com/2015/02/the-rabbit-woman-of-gowanus/">https://www.theawl.com/2015/02/the-rabbit-woman-of-gowanus/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47211712">https://news.ycombinator.com/item?id=47211712</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 01 Mar 2026 23:04:01 +0000</pubDate><link>https://www.theawl.com/2015/02/the-rabbit-woman-of-gowanus/</link><dc:creator>Thorondor</dc:creator><comments>https://news.ycombinator.com/item?id=47211712</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47211712</guid></item><item><title><![CDATA[Are laser-based spark plugs a viable option?]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.eetimes.com/are-laser-based-spark-plugs-a-viable-option-for-igniting-ice-fuel/">https://www.eetimes.com/are-laser-based-spark-plugs-a-viable-option-for-igniting-ice-fuel/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46720463">https://news.ycombinator.com/item?id=46720463</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 22 Jan 2026 15:24:56 +0000</pubDate><link>https://www.eetimes.com/are-laser-based-spark-plugs-a-viable-option-for-igniting-ice-fuel/</link><dc:creator>Thorondor</dc:creator><comments>https://news.ycombinator.com/item?id=46720463</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46720463</guid></item><item><title><![CDATA[New comment by Thorondor in "Donut Lab’s all-solid-state battery delivers 400 Wh/kg of energy density"]]></title><description><![CDATA[
<p>Yes, but a car can't use electricity at 1 MV and converting the megawatt back to something lower than 1 MV still produces a lot of heat.</p>
]]></description><pubDate>Tue, 06 Jan 2026 02:14:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=46507926</link><dc:creator>Thorondor</dc:creator><comments>https://news.ycombinator.com/item?id=46507926</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46507926</guid></item><item><title><![CDATA[China's Hongqi Bridge collapse: bridge stood, mountain didn't]]></title><description><![CDATA[
<p>Article URL: <a href="https://scientificinquirer.com/2025/11/11/hongqi-bridge-collapse-the-bridge-stood-the-mountain-didnt/">https://scientificinquirer.com/2025/11/11/hongqi-bridge-collapse-the-bridge-stood-the-mountain-didnt/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45895421">https://news.ycombinator.com/item?id=45895421</a></p>
<p>Points: 19</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 12 Nov 2025 01:40:11 +0000</pubDate><link>https://scientificinquirer.com/2025/11/11/hongqi-bridge-collapse-the-bridge-stood-the-mountain-didnt/</link><dc:creator>Thorondor</dc:creator><comments>https://news.ycombinator.com/item?id=45895421</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45895421</guid></item><item><title><![CDATA[Otto Aerospace Secures 300 Aircraft Order with Flexjet]]></title><description><![CDATA[
<p>Article URL: <a href="https://ottoaerospace.com/news/otto-aerospace-secures-historic-300-aircraft-order-with-flexjet/">https://ottoaerospace.com/news/otto-aerospace-secures-historic-300-aircraft-order-with-flexjet/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45422260">https://news.ycombinator.com/item?id=45422260</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 30 Sep 2025 05:36:20 +0000</pubDate><link>https://ottoaerospace.com/news/otto-aerospace-secures-historic-300-aircraft-order-with-flexjet/</link><dc:creator>Thorondor</dc:creator><comments>https://news.ycombinator.com/item?id=45422260</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45422260</guid></item><item><title><![CDATA[New comment by Thorondor in "Mirror Life Worries"]]></title><description><![CDATA[
<p>A mirror virus would not be able to infect normal cells.  Viruses depend on (chiral) host cell machinery such as ribosomes to reproduce.</p>
]]></description><pubDate>Thu, 18 Sep 2025 16:24:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=45291593</link><dc:creator>Thorondor</dc:creator><comments>https://news.ycombinator.com/item?id=45291593</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45291593</guid></item><item><title><![CDATA[New comment by Thorondor in "AI-designed chips are so weird that 'humans cannot understand them'"]]></title><description><![CDATA[
<p>> Take a look at the structure of something like CMOS and you’ll see why running transistors in anything other than “on” or “off” is definitely not energy efficient. In fact, the transitions are where the energy usage largely goes. We try to get through that transition period as rapidly as possible because minimal current flows when the transistors reach the on or off state.<p>Sounds like you might be thinking of power electronic circuits rather than CMOS.  In a CMOS logic circuit, current does not flow from Vdd to ground as long as either the p-type or the n-type transistor is fully switched off.  The circuit under discussion was operated in subthreshold mode, in which one transistor in a complementary pair is partially switched on and the other is fully switched off.  So it still only uses power during transitions, and the energy consumed in each transition is lower than in the normal mode because less voltage is switched at the transistor gate.</p>
]]></description><pubDate>Mon, 24 Feb 2025 15:23:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=43160573</link><dc:creator>Thorondor</dc:creator><comments>https://news.ycombinator.com/item?id=43160573</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43160573</guid></item><item><title><![CDATA[New comment by Thorondor in "Amplification of electromagnetic fields by a rotating body"]]></title><description><![CDATA[
<p>The main issue is that when objects spin really, really fast, they tend to explode due to centrifugal force.<p>The tensile stress on a spinning round, homogeneous object is p * r^2 * w^2, where p is density, r is radius, and w is angular velocity.  Using your numbers for a steel cylinder with density 8 g/cm^3 gives a tensile stress of (8 g/cm^3) * (5 mm)^2 * (2pi*1 MHz)^2 = about 8 TPa which vastly exceeds the tensile strength of steel or any other known material.  Using cows connected by ropes would be even worse because the enormous centrifugal force would be borne by only a small rope.</p>
]]></description><pubDate>Fri, 18 Oct 2024 02:47:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=41875942</link><dc:creator>Thorondor</dc:creator><comments>https://news.ycombinator.com/item?id=41875942</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41875942</guid></item><item><title><![CDATA[New comment by Thorondor in "The first nuclear clock will test if fundamental constants change"]]></title><description><![CDATA[
<p>You're ignoring the units of G.  The gravitational constant has units N * m^2 / kg^2 = m^3 / (kg * s^2).  That contains a length unit raised to the third power, which exactly balances the factor of 8 that you identified.</p>
]]></description><pubDate>Thu, 05 Sep 2024 13:40:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=41456536</link><dc:creator>Thorondor</dc:creator><comments>https://news.ycombinator.com/item?id=41456536</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41456536</guid></item><item><title><![CDATA[New comment by Thorondor in "Superconducting Microprocessors? Turns Out They're Ultra-Efficient (2021)"]]></title><description><![CDATA[
<p>Landauer's limit assumes that computation uses a thermodynamically irreversible process and erases bits of information.  This is not necessarily true for all useful computers [0].  So theoretically speaking, it's not <i>impossible</i> to create an adiabatic microprocessor.  Skepticism is definitely warranted though.<p>[0] <a href="https://en.m.wikipedia.org/wiki/Reversible_computing" rel="nofollow">https://en.m.wikipedia.org/wiki/Reversible_computing</a></p>
]]></description><pubDate>Wed, 31 Jul 2024 03:08:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=41116104</link><dc:creator>Thorondor</dc:creator><comments>https://news.ycombinator.com/item?id=41116104</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41116104</guid></item><item><title><![CDATA[New comment by Thorondor in "Companies Say They're Using Microphone Audio to Target Ads [audio] (2023)"]]></title><description><![CDATA[
<p>To prove that it's possible to buy ads targeted on microphone audio.  If this kind of targeting was really as widely available as the article implies, a journalist would be able to do it fairly easily and write an article about it.</p>
]]></description><pubDate>Mon, 13 May 2024 22:29:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=40349309</link><dc:creator>Thorondor</dc:creator><comments>https://news.ycombinator.com/item?id=40349309</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40349309</guid></item><item><title><![CDATA[NASA Public Lessons Learned System]]></title><description><![CDATA[
<p>Article URL: <a href="https://llis.nasa.gov/">https://llis.nasa.gov/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=39641356">https://news.ycombinator.com/item?id=39641356</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 08 Mar 2024 14:31:37 +0000</pubDate><link>https://llis.nasa.gov/</link><dc:creator>Thorondor</dc:creator><comments>https://news.ycombinator.com/item?id=39641356</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39641356</guid></item><item><title><![CDATA[New comment by Thorondor in "PID Without a PhD (2016) [pdf]"]]></title><description><![CDATA[
<p>In my experience, there are a lot of applications that are "trivial" enough that PID works fine.  I'm reasonably comfortable with state space modeling for systems with more variables.  But 
OK, I'll bite - always open to picking up something new.  What resources would you suggest for someone who wants to learn more about nonlinear controls?</p>
]]></description><pubDate>Mon, 26 Feb 2024 14:34:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=39511656</link><dc:creator>Thorondor</dc:creator><comments>https://news.ycombinator.com/item?id=39511656</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39511656</guid></item><item><title><![CDATA[Chess prodigy joked "I'm Taliban" in message, sparked fighter jet escort]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.dailymail.co.uk/news/article-12991759/amp/Brit-chess-prodigy-tells-Spanish-court-messing-joked-Im-Taliban-told-pals-way-blow-plane-message-sparked-fighter-jet-escort-easyJet-flight-Menorca.htmle-message-sparked-fighter-jet-escort-easyJet-flight-Menorca.html">https://www.dailymail.co.uk/news/article-12991759/amp/Brit-chess-prodigy-tells-Spanish-court-messing-joked-Im-Taliban-told-pals-way-blow-plane-message-sparked-fighter-jet-escort-easyJet-flight-Menorca.htmle-message-sparked-fighter-jet-escort-easyJet-flight-Menorca.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=39122024">https://news.ycombinator.com/item?id=39122024</a></p>
<p>Points: 3</p>
<p># Comments: 6</p>
]]></description><pubDate>Wed, 24 Jan 2024 20:10:55 +0000</pubDate><link>https://www.dailymail.co.uk/news/article-12991759/amp/Brit-chess-prodigy-tells-Spanish-court-messing-joked-Im-Taliban-told-pals-way-blow-plane-message-sparked-fighter-jet-escort-easyJet-flight-Menorca.htmle-message-sparked-fighter-jet-escort-easyJet-flight-Menorca.html</link><dc:creator>Thorondor</dc:creator><comments>https://news.ycombinator.com/item?id=39122024</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39122024</guid></item><item><title><![CDATA[National Hurricane Center forecast verification]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.nhc.noaa.gov/verification/">https://www.nhc.noaa.gov/verification/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=37350291">https://news.ycombinator.com/item?id=37350291</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 01 Sep 2023 13:03:53 +0000</pubDate><link>https://www.nhc.noaa.gov/verification/</link><dc:creator>Thorondor</dc:creator><comments>https://news.ycombinator.com/item?id=37350291</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37350291</guid></item><item><title><![CDATA[Light My Fire (How we start rocket engines, part 2)]]></title><description><![CDATA[
<p>Article URL: <a href="https://blogs.nasa.gov/J2X/2014/01/24/inside-the-leo-doghouse-light-my-fire/">https://blogs.nasa.gov/J2X/2014/01/24/inside-the-leo-doghouse-light-my-fire/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=36780421">https://news.ycombinator.com/item?id=36780421</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 18 Jul 2023 23:37:40 +0000</pubDate><link>https://blogs.nasa.gov/J2X/2014/01/24/inside-the-leo-doghouse-light-my-fire/</link><dc:creator>Thorondor</dc:creator><comments>https://news.ycombinator.com/item?id=36780421</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36780421</guid></item><item><title><![CDATA[New comment by Thorondor in "Nuclear: Not a Faustian bargain, a near-perfect providential gift (2008) [pdf]"]]></title><description><![CDATA[
<p>Nuclear energy is hardly the only power source that has made an entire city uninhabitable.  The Banqiao dam failure flooded 30 cities and affected over 10 million people. 
 <a href="https://en.m.wikipedia.org/wiki/1975_Banqiao_Dam_failure" rel="nofollow">https://en.m.wikipedia.org/wiki/1975_Banqiao_Dam_failure</a><p>Then there's Centralia, PA, which was turned into a virtual ghost town by a coal mine fire.  <a href="https://en.m.wikipedia.org/wiki/Centralia_mine_fire" rel="nofollow">https://en.m.wikipedia.org/wiki/Centralia_mine_fire</a><p>And we're not even considering the effects of global warming here.  Sure, nuclear has risks, but our civilization needs energy and nuclear has proven to be one of the least risky ways to produce it.</p>
]]></description><pubDate>Mon, 15 May 2023 01:32:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=35942998</link><dc:creator>Thorondor</dc:creator><comments>https://news.ycombinator.com/item?id=35942998</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35942998</guid></item></channel></rss>