<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: antognini</title><link>https://news.ycombinator.com/user?id=antognini</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 08:35:55 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=antognini" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by antognini in "A new Bigfoot documentary helps explain our conspiracy-minded era"]]></title><description><![CDATA[
<p>In a similar vein I highly recommend Behind the Curve, which is a documentary about the flat Earth movement.  It was a pretty fair film and tried to get to know the people involved in the movement and what it was that motivated them.<p>It was interesting to see that one of the main figures featured in the documentary started out pretty generically wanting to get into conspiracy theories and started reading up on one after another until he found a particular one that clicked.<p><a href="https://en.wikipedia.org/wiki/Behind_the_Curve" rel="nofollow">https://en.wikipedia.org/wiki/Behind_the_Curve</a></p>
]]></description><pubDate>Mon, 16 Mar 2026 04:15:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=47395180</link><dc:creator>antognini</dc:creator><comments>https://news.ycombinator.com/item?id=47395180</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47395180</guid></item><item><title><![CDATA[New comment by antognini in "Meta acquires Moltbook"]]></title><description><![CDATA[
<p>Did Moltbook even have any investors?</p>
]]></description><pubDate>Tue, 10 Mar 2026 21:27:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=47329003</link><dc:creator>antognini</dc:creator><comments>https://news.ycombinator.com/item?id=47329003</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47329003</guid></item><item><title><![CDATA[Sally, by Isaac Asimov (1953)]]></title><description><![CDATA[
<p>Article URL: <a href="https://lecturia.org/en/short-stories/isaac-asimov-sally/8602/">https://lecturia.org/en/short-stories/isaac-asimov-sally/8602/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47317541">https://news.ycombinator.com/item?id=47317541</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 10 Mar 2026 00:06:34 +0000</pubDate><link>https://lecturia.org/en/short-stories/isaac-asimov-sally/8602/</link><dc:creator>antognini</dc:creator><comments>https://news.ycombinator.com/item?id=47317541</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47317541</guid></item><item><title><![CDATA[New comment by antognini in "Looks like it is happening"]]></title><description><![CDATA[
<p>I think the long term impact of this will be to strengthen the importance of social ties in academic publishing.  As it is there are so many papers published in many fields that people tend to filter for papers published by big names and major institutions.  But the inevitable torrent of AI slop will overwhelm anyone who is looking for any gems coming from outsiders.  I suspect the net effect will be to make it even more important that you join a big name institution in order to be taken seriously.</p>
]]></description><pubDate>Wed, 25 Feb 2026 05:23:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47147647</link><dc:creator>antognini</dc:creator><comments>https://news.ycombinator.com/item?id=47147647</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47147647</guid></item><item><title><![CDATA[New comment by antognini in "Beowulf's opening "What" is no interjection (2013)"]]></title><description><![CDATA[
<p>I remember one of my friends in college pointing out before lecture that the professor would always start by saying "OK, So."</p>
]]></description><pubDate>Wed, 21 Jan 2026 19:24:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=46710250</link><dc:creator>antognini</dc:creator><comments>https://news.ycombinator.com/item?id=46710250</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46710250</guid></item><item><title><![CDATA[New comment by antognini in "Sun Position Calculator"]]></title><description><![CDATA[
<p>You would basically want to calculate the solar altitude angle (or, equivalently the zenith angle): <a href="https://en.wikipedia.org/wiki/Solar_zenith_angle" rel="nofollow">https://en.wikipedia.org/wiki/Solar_zenith_angle</a><p>Given the mountains, the sun would appear to set when it descends below some altitude angle.  Given the equation in the wikipedia article you'd then just solve for the hour angle.  (You'd then have to use your latitude to convert the local solar time to Mountain Standard Time.)</p>
]]></description><pubDate>Thu, 15 Jan 2026 05:37:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=46628481</link><dc:creator>antognini</dc:creator><comments>https://news.ycombinator.com/item?id=46628481</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46628481</guid></item><item><title><![CDATA[New comment by antognini in "Learning to Play Tic-Tac-Toe with Jax"]]></title><description><![CDATA[
<p>Thank you for the kind words!  Yes, I think you're right about the missing factor of rho.  And rho^2 is being drawn from a chi-squared distribution, not a chi distribution.  (But the mode I stated is correct for a chi-squared distribution --- I must have omitted the squares when typing this up.)</p>
]]></description><pubDate>Fri, 09 Jan 2026 18:10:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=46556973</link><dc:creator>antognini</dc:creator><comments>https://news.ycombinator.com/item?id=46556973</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46556973</guid></item><item><title><![CDATA[Learning to Play Tic-Tac-Toe with Jax]]></title><description><![CDATA[
<p>Article URL: <a href="https://joe-antognini.github.io/ml/jax-tic-tac-toe">https://joe-antognini.github.io/ml/jax-tic-tac-toe</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46485130">https://news.ycombinator.com/item?id=46485130</a></p>
<p>Points: 51</p>
<p># Comments: 7</p>
]]></description><pubDate>Sun, 04 Jan 2026 05:09:47 +0000</pubDate><link>https://joe-antognini.github.io/ml/jax-tic-tac-toe</link><dc:creator>antognini</dc:creator><comments>https://news.ycombinator.com/item?id=46485130</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46485130</guid></item><item><title><![CDATA[The Stars of Bethlehem]]></title><description><![CDATA[
<p>Article URL: <a href="https://songofurania.com/episode/025">https://songofurania.com/episode/025</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46382807">https://news.ycombinator.com/item?id=46382807</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 25 Dec 2025 07:25:35 +0000</pubDate><link>https://songofurania.com/episode/025</link><dc:creator>antognini</dc:creator><comments>https://news.ycombinator.com/item?id=46382807</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46382807</guid></item><item><title><![CDATA[New comment by antognini in "Ask HN: Does anyone understand how Hacker News works?"]]></title><description><![CDATA[
<p>I've found that there can be a lot of randomness for what makes the front page.  Not too many people read the "New" page and articles drop off it pretty quickly, so it can be hard for a niche article to attract the handful of votes it needs to appear on the front page.  (Though there is a "second chance" feature which helps to ameliorate this issue.)  So there's a lot of randomness to what makes it onto the front page.<p>For instance I submitted an article three times (spaced a year apart).  The first two times the article got no upvotes.  The third time it got 600+ and hit the top of the front page.  It's just a matter of who happens to be looking at the New page at the time.</p>
]]></description><pubDate>Thu, 18 Dec 2025 06:54:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=46309628</link><dc:creator>antognini</dc:creator><comments>https://news.ycombinator.com/item?id=46309628</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46309628</guid></item><item><title><![CDATA[New comment by antognini in "Why do commercial spaces sit vacant?"]]></title><description><![CDATA[
<p>Mark-to-market can create liquidity crises when coupled with capitalization requirements, though.  This can happen in, e.g., bond markets.<p>Say a bank is sitting on a pile of very safe bonds.  If the interest rate suddenly increases, the mark-to-market value of the bonds goes way down.  The bank would still expect to get the full value of all the bonds at maturity.  But if the bank has to mark-to-market, the current value may be low enough that capitalization requirements force the bank to sell all the bonds in a fire sale.  So even though the bank in theory could have held onto the assets and gotten exactly what it had expected from the start, it instead ends up taking a big loss.</p>
]]></description><pubDate>Wed, 17 Dec 2025 22:17:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=46306341</link><dc:creator>antognini</dc:creator><comments>https://news.ycombinator.com/item?id=46306341</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46306341</guid></item><item><title><![CDATA[New comment by antognini in "Why do commercial spaces sit vacant?"]]></title><description><![CDATA[
<p>This article probably omitted it for simplicity, but you would discount the income stream over time.  Projected income at the 20 year mark is valued much less than income next year.  That helps to account for the uncertainty.</p>
]]></description><pubDate>Wed, 17 Dec 2025 21:19:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=46305639</link><dc:creator>antognini</dc:creator><comments>https://news.ycombinator.com/item?id=46305639</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46305639</guid></item><item><title><![CDATA[New comment by antognini in "Why do commercial spaces sit vacant?"]]></title><description><![CDATA[
<p>How would this help?  If the existing operators refuse to lower rents and leave their spaces vacant then under this scheme no one else can build new spaces which rent at lower rates.  You would just be stuck with vacant properties at above-market rates.</p>
]]></description><pubDate>Wed, 17 Dec 2025 21:17:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=46305625</link><dc:creator>antognini</dc:creator><comments>https://news.ycombinator.com/item?id=46305625</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46305625</guid></item><item><title><![CDATA[New comment by antognini in "String theory inspires a brilliant, baffling new math proof"]]></title><description><![CDATA[
<p>You don't need a full fledged theory of quantum gravity to describe Hawking radiation.  Quantization of the gravitational field isn't relevant for that phenomenon.  Similarly you don't need quantum gravity to describe large elements.  Special relativity is already integrated into quantum field theory.<p>In some ways saying that we don't have a theory of quantum gravity is overblown.  It is perfectly possible to quantize gravity in QFT the same way we quantize the electromagnetic field.  This approach is applicable in almost all circumstances.  But unlike in the case of QED, the equations blow up at high energies which implies that the theory breaks down in that regime.  But the only places we know of where the energies are high enough that the quantization of the gravitational field would be relevant would be near the singularity of a black hole or right at the beginning of the Big Bang.</p>
]]></description><pubDate>Sat, 13 Dec 2025 06:51:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=46252613</link><dc:creator>antognini</dc:creator><comments>https://news.ycombinator.com/item?id=46252613</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46252613</guid></item><item><title><![CDATA[New comment by antognini in "Tides are weirder than you think"]]></title><description><![CDATA[
<p>You may have seen diagrams of the tidal force of the Moon on the earth (like this one: <a href="https://www.oc.nps.edu/nom/day1/tide_force_diagram.gif" rel="nofollow">https://www.oc.nps.edu/nom/day1/tide_force_diagram.gif</a>).<p>Intuitively you would think that the tide is being formed because the Moon is "lifting up" the water at the point closest to the Moon.  But this contribution is actually very miniscule to the tidal effect.  Instead the bulk of the tides are produced about 45 degrees away where the tidal force is parallel to the Earth's surface.  This has the effect of dragging the water closer to the tidal bulge.</p>
]]></description><pubDate>Fri, 05 Dec 2025 23:06:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=46168590</link><dc:creator>antognini</dc:creator><comments>https://news.ycombinator.com/item?id=46168590</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46168590</guid></item><item><title><![CDATA[Thought experiments on the computational theory of consciousness]]></title><description><![CDATA[
<p>Article URL: <a href="https://joe-antognini.github.io/ml/thought-experiments-on-consciousness">https://joe-antognini.github.io/ml/thought-experiments-on-consciousness</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46081899">https://news.ycombinator.com/item?id=46081899</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 28 Nov 2025 19:24:07 +0000</pubDate><link>https://joe-antognini.github.io/ml/thought-experiments-on-consciousness</link><dc:creator>antognini</dc:creator><comments>https://news.ycombinator.com/item?id=46081899</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46081899</guid></item><item><title><![CDATA[New comment by antognini in "Brain has five 'eras' with adult mode not starting until early 30s"]]></title><description><![CDATA[
<p>It's kind of interesting to compare this to Ptolemy's eras.  In the Tetrabiblios, Ptolemy argued that man went through seven ages in his life, each associated with a different celestial object.<p>1. Infancy --- The Moon.  Since the Moon waxes and wanes more rapidly than any other celestial object, this period is characterized by the fastest development.<p>2. Childhood --- Mercury.  As Mercury is the fastest of the planets, at this age children have the short attention spans and flit from one thing to the next.<p>3. Youth --- Venus.  Starting around puberty, a man's mind starts to become focused on love.<p>4. Young Adulthood --- The Sun.  A man comes of age, he starts to think about his work and people begin to take him seriously.<p>5. Middle Adulthood --- Mars.  In his mid 30s a man's demeanor becomes more severe.  He realizes he has certain goals he would like to accomplish and there is not much time left to achieve them.<p>6. Maturity --- Jupiter.  By his mid 50s, having achieved what he can in his life, he has arrived at a position of authority in the community.  He has gravitas and respect.<p>7. Old Age --- Saturn.  By his late 60s, he starts to decline physically and mentally.</p>
]]></description><pubDate>Tue, 25 Nov 2025 21:24:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=46050979</link><dc:creator>antognini</dc:creator><comments>https://news.ycombinator.com/item?id=46050979</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46050979</guid></item><item><title><![CDATA[New comment by antognini in "Angel Investors, a Field Guide"]]></title><description><![CDATA[
<p>Later on it looks like he classifies him as a "vanity angel" rather than a "strategic angel."  It sounds like it can be useful to have someone with name recognition as an investor when you're talking to people who aren't very familiar with the space.</p>
]]></description><pubDate>Sat, 08 Nov 2025 00:21:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=45852897</link><dc:creator>antognini</dc:creator><comments>https://news.ycombinator.com/item?id=45852897</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45852897</guid></item><item><title><![CDATA[New comment by antognini in "Analysis indicates that the universe’s expansion is not accelerating"]]></title><description><![CDATA[
<p>It's true that it leaves open the possibility of a conserved quantity that is not associated with a symmetry.  But the kinds of conservation laws we are thinking about, like conservation of energy, do originate from a symmetry.  So if the symmetry is broken it is very reasonable to assume that the conservation law would be broken as well.</p>
]]></description><pubDate>Fri, 07 Nov 2025 06:37:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=45844059</link><dc:creator>antognini</dc:creator><comments>https://news.ycombinator.com/item?id=45844059</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45844059</guid></item><item><title><![CDATA[New comment by antognini in "Analysis indicates that the universe’s expansion is not accelerating"]]></title><description><![CDATA[
<p>Noether's theorem tells us when we would expect conservation laws to hold and when we would expect them to fail.  In the case of global energy conservation, there would have to be a global time invariance associated with the spacetime.  But this is manifestly not the case in an expanding universe.  It is generally not even possible to have a well defined notion of global energy in a dynamic spacetime.</p>
]]></description><pubDate>Thu, 06 Nov 2025 22:49:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=45841451</link><dc:creator>antognini</dc:creator><comments>https://news.ycombinator.com/item?id=45841451</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45841451</guid></item></channel></rss>