<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: piannucci</title><link>https://news.ycombinator.com/user?id=piannucci</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 04 May 2026 17:52:00 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=piannucci" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by piannucci in "Physicists drive antihydrogen breakthrough at CERN"]]></title><description><![CDATA[
<p>There’s a recent paper on the formation of such a “kugelblitz”; it’s argued to be unfeasible.<p><a href="https://arxiv.org/abs/2405.02389" rel="nofollow">https://arxiv.org/abs/2405.02389</a></p>
]]></description><pubDate>Thu, 27 Nov 2025 23:09:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=46073994</link><dc:creator>piannucci</dc:creator><comments>https://news.ycombinator.com/item?id=46073994</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46073994</guid></item><item><title><![CDATA[New comment by piannucci in "SSH3: Faster and rich secure shell using HTTP/3"]]></title><description><![CDATA[
<p>How about rthym or some variation?</p>
]]></description><pubDate>Sat, 27 Sep 2025 19:00:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=45398508</link><dc:creator>piannucci</dc:creator><comments>https://news.ycombinator.com/item?id=45398508</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45398508</guid></item><item><title><![CDATA[New comment by piannucci in "Libghostty is coming"]]></title><description><![CDATA[
<p>Someone call @keithw.  He put a tremendous amount of brainpower into getting the Unicode side of this puzzle "right" (or, as "right" as it is possible to be) when he wrote mosh.  I'm sure he and Hashimoto could have a grand old (but zero-width non-joining) conversation!</p>
]]></description><pubDate>Tue, 23 Sep 2025 22:04:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=45353345</link><dc:creator>piannucci</dc:creator><comments>https://news.ycombinator.com/item?id=45353345</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45353345</guid></item><item><title><![CDATA[New comment by piannucci in "Spacetime maps: A map that warps to show travel time"]]></title><description><![CDATA[
<p>If the analogy to warped spacetime was exact, then there would be a “scale factor” for every point depending on the local transit speed.  Then it would be possible to do as this page does and for the answer not to depend on starting point.<p>However in the real city the transit speed at any point is not isotropic, the space is 3-D, and some paths are forbidden (getting on-off the train between stops).</p>
]]></description><pubDate>Mon, 17 Feb 2025 21:29:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=43083478</link><dc:creator>piannucci</dc:creator><comments>https://news.ycombinator.com/item?id=43083478</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43083478</guid></item><item><title><![CDATA[New comment by piannucci in "Perpetual stew"]]></title><description><![CDATA[
<p>Does it still go rancid if it’s kept at boiling temperatures?  I’m guessing that if it’s too hot for microbes, then you only have to deal with oxidation at the surface, which can maybe be fixed with periodic skimming.  Maybe?</p>
]]></description><pubDate>Thu, 06 Feb 2025 21:22:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=42966627</link><dc:creator>piannucci</dc:creator><comments>https://news.ycombinator.com/item?id=42966627</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42966627</guid></item><item><title><![CDATA[New comment by piannucci in "Researchers discover new third class of magnetism"]]></title><description><![CDATA[
<p>AIUI, there is a technical criterion for an ambient EM field to imbue circuits within it with broken time-reversal symmetry.<p>One example of a system that meets the criterion is a ferromagnet.  Another is this altermagnet.<p>One example of a system that doesn’t meet the criterion is a diamagnet.  Another is the anti-ferromagnet.<p>Roughly speaking, some systems are microscopically “asymmetric enough” to be useful in a certain way, and others are “too symmetrical.”<p>Ferromagnets have a downside that altermagnets avoid: their microscopic fields don’t average out to zero over macroscopic distances.<p>I think, but honestly don’t really understand, that the goal is to cause the material to treat currents of spin-up and spin-down charge carriers (think  electrons or holes) dissimilarly.  Constructing materials that distinguish between charge carriers of differing spin is a step towards spintronics.  Again, I don’t know why that’s important, but it is what it is.</p>
]]></description><pubDate>Mon, 16 Dec 2024 08:38:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=42429121</link><dc:creator>piannucci</dc:creator><comments>https://news.ycombinator.com/item?id=42429121</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42429121</guid></item><item><title><![CDATA[New comment by piannucci in "The $5000 Compression Challenge (2001)"]]></title><description><![CDATA[
<p>:shocked_pikachu:<p>Renegadry aside, for those who are more interested in the Information Theory perspective on this:<p>Kolmogorov complexity is a good teaching tool, but hardly used in engineering practice because it contains serious foot-guns.<p>One example of defining K complexity(S, M) is the length of the shortest initial tape contents P for a given abstract machine M such that, when M is started on this tape, the machine halts with final tape contents P+S.  Obviously, one must be very careful to define things like “initial state”, “input”, “halt”, and “length”, since not all universal machines look like Turing machines at first glance, and the alphabet size must either be consistent for all strings or else appear as an explicit log factor.<p>Mike’s intuitive understanding was incorrect in two subtle ways:<p>1. Without specifying the abstract machine M, the K complexity of a string S is not meaningful.  For instance, given any S, one may define an abstract machine with a single instruction that prints S, plus other instructions to make M Turing complete.  That is, for any string S, there is an M_S such that complexity(S, M_S) = 1 bit.  Alternatively, it would be possible to define an abstract machine M_FS that supports filesystem operations.  Then the complexity using Patrick’s solution could be made well-defined by measuring the length of the concatenation of the decompressor P with a string describing the initial filesystem state.<p>2. Even without adversarial examples, and with a particular M specified, uniform random strings’ K complexity is only _tightly concentrated around_ the strings’ length plus a machine-dependent constant.  As Patrick points out, for any given string length, some individual string exemplars may have much smaller K complexity; for instance, due to repetition.</p>
]]></description><pubDate>Mon, 25 Nov 2024 02:51:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=42232790</link><dc:creator>piannucci</dc:creator><comments>https://news.ycombinator.com/item?id=42232790</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42232790</guid></item><item><title><![CDATA[New comment by piannucci in "Ettore Majorana"]]></title><description><![CDATA[
<p>I think you’re putting the right spin on this.</p>
]]></description><pubDate>Sun, 04 Aug 2024 22:02:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=41156623</link><dc:creator>piannucci</dc:creator><comments>https://news.ycombinator.com/item?id=41156623</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41156623</guid></item><item><title><![CDATA[New comment by piannucci in "The non-Riemannian nature of perceptual color space (2022)"]]></title><description><![CDATA[
<p>I love the drama of how the abstract is written, but TBH I don't think this is a surprise.  I believe it's well-known among color theorists that large perceptual distances are inconsistent with sums of small differences.  So maybe the most generous thing to say here is, good on them for bringing awareness of this subtlety to a broader audience.</p>
]]></description><pubDate>Fri, 02 Aug 2024 21:10:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=41142714</link><dc:creator>piannucci</dc:creator><comments>https://news.ycombinator.com/item?id=41142714</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41142714</guid></item><item><title><![CDATA[New comment by piannucci in "Colorless green DNNs sleep furiously in an unexplainable fantasy"]]></title><description><![CDATA[
<p>I don’t see how the author’s arguments about impossibility results pertaining to “distributed sub-symbolic architectures” apply any more strongly to LLMs or DNNs than they do to human brains.  Human programmers aren’t magically capable of solving the halting problem either, but we muddle through somehow.</p>
]]></description><pubDate>Mon, 20 May 2024 23:39:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=40421998</link><dc:creator>piannucci</dc:creator><comments>https://news.ycombinator.com/item?id=40421998</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40421998</guid></item><item><title><![CDATA[New comment by piannucci in "What can LLMs never do?"]]></title><description><![CDATA[
<p>Book golems</p>
]]></description><pubDate>Sun, 28 Apr 2024 00:00:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=40184712</link><dc:creator>piannucci</dc:creator><comments>https://news.ycombinator.com/item?id=40184712</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40184712</guid></item><item><title><![CDATA[New comment by piannucci in "Yandex to divest its Russia-based businesses"]]></title><description><![CDATA[
<p>Wiki says they're incorporated in Netherlands.</p>
]]></description><pubDate>Mon, 05 Feb 2024 08:40:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=39258721</link><dc:creator>piannucci</dc:creator><comments>https://news.ycombinator.com/item?id=39258721</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39258721</guid></item><item><title><![CDATA[New comment by piannucci in "Implication for C++ [pdf]"]]></title><description><![CDATA[
<p>So many footguns in this proposal!  From the misleadingly symmetric symbols <= => >=, to the unintuitive behavior (for non-mathematicians) in the case of negative left argument, to the similarity to operators in other languages.  Short-circuiting is already possible with the well-understood (!A || B) notation, which has the added bonus of allowing (B || !A) as an alternative with the same truth table  but opposite short-circuiting.  This proposal saves one “!” character at a very high cost.  Just… why?</p>
]]></description><pubDate>Fri, 20 Oct 2023 20:13:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=37960963</link><dc:creator>piannucci</dc:creator><comments>https://news.ycombinator.com/item?id=37960963</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37960963</guid></item><item><title><![CDATA[New comment by piannucci in "The FTC sues to break up Amazon over an economy-wide “hidden tax”"]]></title><description><![CDATA[
<p>I haven't studied antitrust policy in ages, but IIRC one aspect of this in the past has been to forbid the monopolist from peeking at their competitors' prices.</p>
]]></description><pubDate>Wed, 04 Oct 2023 18:13:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=37769317</link><dc:creator>piannucci</dc:creator><comments>https://news.ycombinator.com/item?id=37769317</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37769317</guid></item><item><title><![CDATA[New comment by piannucci in "Discovery Steering Committee re Google Antitrust Litigation [pdf]"]]></title><description><![CDATA[
<p>In re = “in the matter of”, a legal term
!= “re:”, regarding/reply</p>
]]></description><pubDate>Fri, 29 Sep 2023 05:32:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=37699644</link><dc:creator>piannucci</dc:creator><comments>https://news.ycombinator.com/item?id=37699644</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37699644</guid></item><item><title><![CDATA[New comment by piannucci in "Physicists produce neutrino images of Milky Way galaxy"]]></title><description><![CDATA[
<p>Yes; however, because of the extreme kinetic energy and momentum of the cosmic ray inputs to these collision events, the output neutrinos will be emitted in a tightly focused cone parallel to the path of the original ray.  You can be fairly confident that the original source is close to the line-of-sight.</p>
]]></description><pubDate>Fri, 30 Jun 2023 03:29:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=36530187</link><dc:creator>piannucci</dc:creator><comments>https://news.ycombinator.com/item?id=36530187</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36530187</guid></item><item><title><![CDATA[New comment by piannucci in "GitHub Copilot Chat Leaked Prompt"]]></title><description><![CDATA[
<p>Speculating: perhaps the training data was labeled using top-of-file and top-of-repo copyright notices.</p>
]]></description><pubDate>Sat, 13 May 2023 02:05:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=35924754</link><dc:creator>piannucci</dc:creator><comments>https://news.ycombinator.com/item?id=35924754</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35924754</guid></item><item><title><![CDATA[New comment by piannucci in "RedPajama: Reproduction of LLaMA with friendly license"]]></title><description><![CDATA[
<p>If the name is a reference to Ogden Nash's poem then I am very tickled: <a href="https://www.madisonpubliclibrary.org/engagement/poetry/poem-a-day/lama" rel="nofollow">https://www.madisonpubliclibrary.org/engagement/poetry/poem-...</a></p>
]]></description><pubDate>Mon, 17 Apr 2023 20:33:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=35606214</link><dc:creator>piannucci</dc:creator><comments>https://news.ycombinator.com/item?id=35606214</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35606214</guid></item><item><title><![CDATA[New comment by piannucci in "The Suppressed Electrodynamics of Ampère-Gauss-Weber (2001)"]]></title><description><![CDATA[
<p>There are a number of red flags here.<p>The author puts a lot of breathless energy into airing grievances and lodging accusations.  I find I don't much care: I want to know whether they have identified an experimental, quantitative, or pedagogical problem to be solved.  The crypto-gnosticism of allegedly-suppressed history has everything to do with a perception of injustice and nothing to do with physics.<p>Another red flag is the parenthetical structure of the diatribe.  Rather than picking one point at a time and making it well, the author runs into the metaphorical theory-space blasting wildly in all directions.  What does thermodynamics have to do with any of this?  It seems to be mentioned at the beginning and the end mostly to imply that Clausius and Helmholtz have been involved in some kind of conspiracy to suppress history: an argument which this margin is, apparently, too small to contain.<p>A third red flag is the absence of quantitative, minimal test cases: worked-out homework problems with testable predictions.  Einstein's gedanken-experiments have become an irreplaceable part of the pedagogy of special relativity precisely because they are such an effective tool in focusing the learner's attention on one mystery at a time.  A teacher who tells you "this is simple, really, anyone can understand it!" may be overly enthusiastic or even wrong.  But a teacher who tells you "this is complicated, nobody can understand it!  See, here's a Gordian knot of inseparable ideas!  Don't let anyone tell you they can understand this!" bears the burden of proof that the indicated concepts cannot be developed individually.<p>If we set aside the emotional power of an appeal to our sense of injustice, the remaining content of this piece doesn't stand on its own.  Yeah, sure, lots of things happened in the 19th century that I don't know about.  Lots of wrongs have never been righted.  Other than a half-hearted implication that gravity and electromagnetism can be unified (remarkably without any mention of Kaluza or Klein), or that something is rotten in the state of thermodynamics, this piece adds nothing substantial to my understanding of the universe.</p>
]]></description><pubDate>Fri, 16 Dec 2022 02:23:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=34008854</link><dc:creator>piannucci</dc:creator><comments>https://news.ycombinator.com/item?id=34008854</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34008854</guid></item><item><title><![CDATA[New comment by piannucci in "EV shipping is set to blow internal combustion engines out of the water"]]></title><description><![CDATA[
<p>> ...massive amounts...<p>The entire world production of neodymium was on the order of 80k ton/yr the last I checked (though that was quite a few years ago).</p>
]]></description><pubDate>Tue, 23 Aug 2022 04:23:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=32560446</link><dc:creator>piannucci</dc:creator><comments>https://news.ycombinator.com/item?id=32560446</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32560446</guid></item></channel></rss>