<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: dawnofdusk</title><link>https://news.ycombinator.com/user?id=dawnofdusk</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 04 Jul 2026 11:37:31 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=dawnofdusk" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by dawnofdusk in "Functions Are Asymmetric"]]></title><description><![CDATA[
<p>>Mathematicians are prone to taking words from elsewhere, either twisting their meaning or inventing wholly new meaning out of thin air, all according to their whimsy for their own particular needs.<p>True but one benefit of those guys is that they actually define what they mean in a formal way. "Programmers" generally don't. There is in fact some benefit in having consistent names for things, or if not at least a culture in which concepts have unambiguous definitions which are mandated.</p>
]]></description><pubDate>Thu, 16 Oct 2025 21:28:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=45610894</link><dc:creator>dawnofdusk</dc:creator><comments>https://news.ycombinator.com/item?id=45610894</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45610894</guid></item><item><title><![CDATA[New comment by dawnofdusk in "First device based on 'optical thermodynamics' can route light without switches"]]></title><description><![CDATA[
<p>>what this routing mechanism is (heating a substrate, maybe?)<p>You can engineer a waveguide if you understand the nonlinear theory they propose. There's no heat exchange involved, which is easy to get confused on because the writing in the article does not really understand "optical thermodynamics".<p>>if the routing is dynamically changeable<p>At this point probably not, it requires a finely engineered waveguide which has a well-defined "ground state"<p>>it works in reverse, eg light coming in can be routed to one of several output ports<p>In theory it works in reverse, as everything in this system is time-reversible (i.e., the "optical thermodynamics" is just an analogy and not <i>real</i> thermodynamics, which would break time reversibility). This is demonstrated via a simulation in the SI, but experimentally they did not achieve this (it may be difficult, I am not an experimentalist so cannot comment).</p>
]]></description><pubDate>Mon, 13 Oct 2025 22:56:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=45574208</link><dc:creator>dawnofdusk</dc:creator><comments>https://news.ycombinator.com/item?id=45574208</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45574208</guid></item><item><title><![CDATA[New comment by dawnofdusk in "An illustrated introduction to linear algebra"]]></title><description><![CDATA[
<p>I really like the second part of the blogpost but starting with Gaussian elimination is a little "mysterious" for lack of a better word. It seems more logical to start with a problem ("how to solve linear equations?" "how to find intersections of lines?"), show its solution graphically, and then present the computational method or algorithm that provides this solution. Doing it backwards is a little like teaching the chain rule in calculus before drawing the geometric pictures of how derivatives are like slopes.</p>
]]></description><pubDate>Tue, 07 Oct 2025 18:29:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=45506883</link><dc:creator>dawnofdusk</dc:creator><comments>https://news.ycombinator.com/item?id=45506883</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45506883</guid></item><item><title><![CDATA[New comment by dawnofdusk in "An illustrated introduction to linear algebra"]]></title><description><![CDATA[
<p>>My goal is to develop a practical, working understanding I can apply directly.<p>Apply directly... to what? IMO it is weird to learn theory (like linear algebra) expressly for practical reasons: surely one could just pick up a book on those practical applications and learn the theory along the way? And if in this process, you end up really needing the theory then certainly there is no substitute for learning the theory no matter how dense it is.<p>For example, linear algebra is very important to learning quantum mechanics. But if someone wanted to learn linear algebra for this reason they should read quantum mechanics textbooks, not linear algebra textbooks.</p>
]]></description><pubDate>Tue, 07 Oct 2025 18:25:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=45506830</link><dc:creator>dawnofdusk</dc:creator><comments>https://news.ycombinator.com/item?id=45506830</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45506830</guid></item><item><title><![CDATA[New comment by dawnofdusk in "A Thermometer for Measuring Quantumness"]]></title><description><![CDATA[
<p>Although I am not an expert in quantum information, I think the problem you pose is resolved by the fact that the no-signalling theorem is about measurements of a quantum state, which is a microscopic state, and heat transfer is a measurement of a thermodynamic quantity, which is macroscopic. In much the same way that measuring the temperature of a classical gas doesn't give information on the location or momenta of the constituent particles, a thermodynamic probe of entanglement doesn't necessarily furnish precise information on how a state is entangled (e.g., Eq. 2 in <a href="https://arxiv.org/pdf/quant-ph/0406040" rel="nofollow">https://arxiv.org/pdf/quant-ph/0406040</a>).</p>
]]></description><pubDate>Fri, 03 Oct 2025 16:43:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=45464918</link><dc:creator>dawnofdusk</dc:creator><comments>https://news.ycombinator.com/item?id=45464918</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45464918</guid></item><item><title><![CDATA[New comment by dawnofdusk in "Important machine learning equations"]]></title><description><![CDATA[
<p>I have some minor complaints but overall I think this is great! My background is in physics, and I remember finally understanding every equation on the formula sheet given to us for exams... that really felt like I finally understood a lot of physics. There's great value in being comprehensive so that a learner can choose themselves to dive deeper, and for those with more experience to check their own knowledge.<p>Having said that, let me raise some objections:<p>1. Omitting the multi-layer perceptron is a major oversight. We have backpropagation here, but not <i>forward</i> propagation, so to speak.<p>2. Omitting kernel machines is a moderate oversight. I know they're not "hot" anymore but they are very mathematically important to the field.<p>3. The equation for forward diffusion is really boring... it's not that important that you can take structured data and add noise incrementally until it's all noise. What's important is that in some sense you can (conditionally) reverse it. In other words, you should put the reverse diffusion equation which of course is considerably more sophisticated.</p>
]]></description><pubDate>Thu, 28 Aug 2025 14:01:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=45052287</link><dc:creator>dawnofdusk</dc:creator><comments>https://news.ycombinator.com/item?id=45052287</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45052287</guid></item><item><title><![CDATA[New comment by dawnofdusk in "Why do people keep writing about the imaginary compound Cr2Gr2Te6?"]]></title><description><![CDATA[
<p>If it is factually wrong please tell me how.</p>
]]></description><pubDate>Tue, 26 Aug 2025 23:15:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=45033513</link><dc:creator>dawnofdusk</dc:creator><comments>https://news.ycombinator.com/item?id=45033513</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45033513</guid></item><item><title><![CDATA[New comment by dawnofdusk in "Why do people keep writing about the imaginary compound Cr2Gr2Te6?"]]></title><description><![CDATA[
<p>The error in the OP is a typo that could never seriously confuse anyone, as the element Gr does not exist.<p>An interesting perspective is Terry Tao's on local vs. global errors (<a href="https://terrytao.wordpress.com/advice-on-writing-papers/on-local-and-global-errors-in-mathematical-papers-and-how-to-detect-them/" rel="nofollow">https://terrytao.wordpress.com/advice-on-writing-papers/on-l...</a>). A typo like this, even if propagated, is a local error which at worst makes it very annoying to Ctrl-F papers or do literature review. Local errors deserve to be corrected, but in practice their importance to science as a field is small.</p>
]]></description><pubDate>Tue, 26 Aug 2025 23:13:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=45033485</link><dc:creator>dawnofdusk</dc:creator><comments>https://news.ycombinator.com/item?id=45033485</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45033485</guid></item><item><title><![CDATA[New comment by dawnofdusk in "Why do people keep writing about the imaginary compound Cr2Gr2Te6?"]]></title><description><![CDATA[
<p>As any practicing scientist knows even good research papers may be littered with blatant but unimportant errors. There is unfortunately no good reason or system to "correct the record", and it is not clear to me if such a thing is a good use of human resources. Nonetheless, I think correcting the record is always appreciated!</p>
]]></description><pubDate>Tue, 26 Aug 2025 19:40:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=45031307</link><dc:creator>dawnofdusk</dc:creator><comments>https://news.ycombinator.com/item?id=45031307</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45031307</guid></item><item><title><![CDATA[New comment by dawnofdusk in "A visual introduction to big O notation"]]></title><description><![CDATA[
<p>From what I read in the comments of the first post, the Pyon guy seems very toxic and pedantic, but the rebuttal by Ned isn't great. For example, nowhere in the rebuttal is the pedantic technical detail ever actually <i>described</i>. In fact the prose reads very awkwardly in order to circumlocute around describing it, just repeatedly naming it "particular detail". In my view, the author overreaches: he dismisses Pyon not only for the delivery of his criticism (which was toxic) but also the content of his criticism (why?).<p>Ultimately Ned is in the right about empathy and communication online. But as an educator it would have been nice to hear, even briefly, why he thought Pyon's point was unnecessarily technical and pedantic? Instead he just says "I've worked for decades and didn't know it". No one is too experienced to learn.<p>EDIT: I just skimmed the original comment section between Pyon and Ned and it seems that Ned is rather diplomatic and intellectually engages with Pyon's critique. Why is this level of analysis completely missing from the follow-up blogpost? I admit to not grasping the technical details or importance, personally, it would be nice to hear a summarized analysis...</p>
]]></description><pubDate>Mon, 25 Aug 2025 21:48:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=45019459</link><dc:creator>dawnofdusk</dc:creator><comments>https://news.ycombinator.com/item?id=45019459</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45019459</guid></item><item><title><![CDATA[New comment by dawnofdusk in "A visual introduction to big O notation"]]></title><description><![CDATA[
<p>>This seems to be quite a bit of a strawman to me.<p>Not really, if you ever listen to CS undergrads or people in non-traditional schooling (bootcamps, etc.) talk about software engineering this opinion is essentially ubiquitous. People interested in ML are less likely to hold this exact opinion, but they will hold qualitatively identical ones ("do you really need multivariable calculus/linear algebra to do ML?"). It is precisely because people (primarily Americans) are scared to learn mathematics that they rationalize away this fear by saying the necessary mathematics must not be essential, and indeed it is true that many people get away without knowing it.</p>
]]></description><pubDate>Mon, 25 Aug 2025 19:43:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=45018105</link><dc:creator>dawnofdusk</dc:creator><comments>https://news.ycombinator.com/item?id=45018105</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45018105</guid></item><item><title><![CDATA[New comment by dawnofdusk in "A visual introduction to big O notation"]]></title><description><![CDATA[
<p>It's reasonable but essentially every "common misconceptions about Big O" is because people didn't have the necessary notions in calculus. For example, the fact that O(x^2) can be practically faster than O(x), due to the size of constants/subdominant terms, is confusing only if you never properly learned what asymptotic behavior is.<p>The practical question is whether you think it's ok to continue propagating a rather crude and misunderstanding-prone idea about Big O. My stance is that we shouldn't: engineers are not business people or clients, they should understand what's happening not rely on misleading cartoon pictures of what's happening. I do not think you need a full-year collegiate course in calculus to get this understanding, but certainly you cannot get it if you fully obscure the calculus behind the idea (like this and uncountable numbers of blogpost explainers do).</p>
]]></description><pubDate>Mon, 25 Aug 2025 19:39:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=45018062</link><dc:creator>dawnofdusk</dc:creator><comments>https://news.ycombinator.com/item?id=45018062</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45018062</guid></item><item><title><![CDATA[New comment by dawnofdusk in "A visual introduction to big O notation"]]></title><description><![CDATA[
<p>Whenever I read content like this about Big O notation I can't help but think the real solution is that computer science education should take calculus more seriously, and students/learners should not dismiss calculus as "useless" in favor of discrete math or other things that are more obviously CS related. For example, the word "asymptotic" is not used at all in this blog post. I have always thought that education, as opposed to mere communication, is not about avoiding jargon but explaining it.</p>
]]></description><pubDate>Mon, 25 Aug 2025 18:41:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=45017382</link><dc:creator>dawnofdusk</dc:creator><comments>https://news.ycombinator.com/item?id=45017382</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45017382</guid></item><item><title><![CDATA[New comment by dawnofdusk in "The contrarian physics podcast subculture"]]></title><description><![CDATA[
<p>Agree. Science communicators should stick to talking about well-established or at least peer reviewed results. They do not need to be peddling fringe crackpottery. I don't think Tim's prose is magnificent, but the work speaks for itself: he wrote a serious technical document which stands alone with no response. Serious, credentialed physicists should platform these types and not grifters.</p>
]]></description><pubDate>Thu, 21 Aug 2025 21:52:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=44978528</link><dc:creator>dawnofdusk</dc:creator><comments>https://news.ycombinator.com/item?id=44978528</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44978528</guid></item><item><title><![CDATA[New comment by dawnofdusk in "Is chain-of-thought AI reasoning a mirage?"]]></title><description><![CDATA[
<p>>but we know that reasoning is an emergent capability!<p>This is like saying in the 70s that we know only the US is capable of sending a man to the moon. Just because the reasoning developed in a particular context means very little about what the bare minimum requirements for that reasoning are.<p>Overall I am not a fan of this blogpost. It's telling how long the author gets hung up on a paper making "broad philosophical claims about reasoning", based on what reads to me as fairly typical scientific writing style. It's also telling how highly cherry-picked the quotes they criticize from the paper are. Here is some fuller context:<p>>An expanding body of analyses reveals that LLMs tend to rely on surface-level semantics and cluesrather than logical procedures (Chen et al., 2025b; Kambhampati, 2024; Lanham et al., 2023; Stechly et al., 2024). LLMs construct superficial chains of logic based on learned token associations, often failing on tasks that deviate from commonsense heuristics or familiar templates (Tang et al., 2023). In the reasoning process, performance degrades sharply when irrelevant clauses are introduced, which indicates that models cannot grasp the underlying logic (Mirzadeh et al., 2024)<p>>Minor and semantically irrelevant perturbations such as distractor phrases or altered symbolic forms can cause significant performance drops in state-of-the-art models (Mirzadeh et al., 2024; Tang et al., 2023). Models often incorporate such irrelevant details into their reasoning, revealing a lack of sensitivity to salient information. Other studies show that models prioritize the surface form of reasoning over logical soundness; in some cases, longer but flawed reasoning paths yield better final answers than shorter, correct ones (Bentham et al., 2024). Similarly, performance does not scale with problem complexity as expected—models may overthink easy problems and give up on harder ones (Shojaee et al., 2025). Another critical concern is the faithfulness of the reasoning process. Intervention-based studies reveal that final answers often remain unchanged even when intermediate steps are falsified or omitted (Lanham et al., 2023), a phenomenon dubbed the illusion of transparency (Bentham et al., 2024; Chen et al., 2025b).<p>You don't need to be a philosopher to realize that these problems seem quite
distinct from the problems with human reasoning. For example, "final answers remain unchanged even when intermediate steps are falsified or omitted"... can humans do this?</p>
]]></description><pubDate>Thu, 14 Aug 2025 19:51:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=44904843</link><dc:creator>dawnofdusk</dc:creator><comments>https://news.ycombinator.com/item?id=44904843</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44904843</guid></item><item><title><![CDATA[New comment by dawnofdusk in "Training language models to be warm and empathetic makes them less reliable"]]></title><description><![CDATA[
<p>It's not that troubling because we should not think that human psychology is inherently optimized (on the individual-level, on a population-/ecological-level is another story). LLM behavior <i>is</i> optimized, so it's not unreasonable that it lies on a Pareto front, which means improving in one area necessarily means underperforming in another.</p>
]]></description><pubDate>Tue, 12 Aug 2025 17:17:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=44879263</link><dc:creator>dawnofdusk</dc:creator><comments>https://news.ycombinator.com/item?id=44879263</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44879263</guid></item><item><title><![CDATA[New comment by dawnofdusk in "Training language models to be warm and empathetic makes them less reliable"]]></title><description><![CDATA[
<p>Optimizing for one objective results in a tradeoff for another objective, if the system is already quite trained (i.e., poised near a local minimum). This is not really surprising, the opposite would be much more so (i.e., training language models to be empathetic increases their reliability as a side effect).</p>
]]></description><pubDate>Tue, 12 Aug 2025 16:28:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=44878560</link><dc:creator>dawnofdusk</dc:creator><comments>https://news.ycombinator.com/item?id=44878560</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44878560</guid></item><item><title><![CDATA[New comment by dawnofdusk in "AI is impressive because we've failed at personal computing"]]></title><description><![CDATA[
<p>Basically the same as decrying why we should have to learn foreign languages instead of everyone speaking Esperanto.</p>
]]></description><pubDate>Fri, 08 Aug 2025 18:16:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=44839974</link><dc:creator>dawnofdusk</dc:creator><comments>https://news.ycombinator.com/item?id=44839974</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44839974</guid></item><item><title><![CDATA[New comment by dawnofdusk in "Ultrathin business card runs a fluid simulation"]]></title><description><![CDATA[
<p>Essentially all physics simulations are either particle based or based on integration of differential equations (although in a computer both approaches involve a discretization which makes them somewhat computationally similar). You can consider reading through Numerical Recipes which is sort of the bible for this stuff for physicists, but it is aimed at scientific audiences with weak CS background. Something like Computer Simulation of Liquids by Allen could be a good start too. Let's be clear that the approach I'm talking about here is focused more on physical correctness: if you are a game designer it's not important that your fluid simulations are physically correct and more that it <i>looks</i> physically correct to a player, and there are a variety of more heuristic techniques for something like that.</p>
]]></description><pubDate>Fri, 08 Aug 2025 16:34:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=44838955</link><dc:creator>dawnofdusk</dc:creator><comments>https://news.ycombinator.com/item?id=44838955</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44838955</guid></item><item><title><![CDATA[New comment by dawnofdusk in "Hopfield Networks Is All You Need (2020)"]]></title><description><![CDATA[
<p>Yann LeCun (Meta AI head) is still all-in on energy based models, which are basically Hopfield-like. Not sure if there are any major developments in that direction, but the hype/optimism is still there. <a href="https://iopscience.iop.org/article/10.1088/1742-5468/ad292b/pdf" rel="nofollow">https://iopscience.iop.org/article/10.1088/1742-5468/ad292b/...</a></p>
]]></description><pubDate>Thu, 07 Aug 2025 21:06:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=44830356</link><dc:creator>dawnofdusk</dc:creator><comments>https://news.ycombinator.com/item?id=44830356</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44830356</guid></item></channel></rss>