<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: evanb</title><link>https://news.ycombinator.com/user?id=evanb</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 07 Apr 2026 06:41:04 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=evanb" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by evanb in "Isseven"]]></title><description><![CDATA[
<p>Bug report: I tried 6.999999̅ and got false.  So there's some nonstandard model of the reals being leveraged here.</p>
]]></description><pubDate>Sun, 05 Apr 2026 04:01:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47646011</link><dc:creator>evanb</dc:creator><comments>https://news.ycombinator.com/item?id=47646011</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47646011</guid></item><item><title><![CDATA[New comment by evanb in "Prompt Injecting Contributing.md"]]></title><description><![CDATA[
<p>Of course that's true, but (in the context of the GP) code's bespoke artisanal nature is not the one most people value.</p>
]]></description><pubDate>Thu, 19 Mar 2026 22:19:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=47447125</link><dc:creator>evanb</dc:creator><comments>https://news.ycombinator.com/item?id=47447125</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47447125</guid></item><item><title><![CDATA[New comment by evanb in "Prompt Injecting Contributing.md"]]></title><description><![CDATA[
<p>I have always anthropomorphized my computer as <i>me</i> to some extent.  "I sent an email."  "I browsed the web."  Did I?  Or did my computer do those things at my behest?</p>
]]></description><pubDate>Thu, 19 Mar 2026 19:29:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=47444615</link><dc:creator>evanb</dc:creator><comments>https://news.ycombinator.com/item?id=47444615</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47444615</guid></item><item><title><![CDATA[New comment by evanb in "Why Mathematica does not simplify sinh(arccosh(x))"]]></title><description><![CDATA[
<p>As a term-rewriting system the rule x-x=0 presumably won’t be in Simplify, it’ll be inside - (or Plus, actually).  Instead I’d expect there to be strategies.  Pick a strategy using a heuristic, push evaluation as far as it’ll go, pick a strategy, etc.  But a lot of the work will be normal evaluation, not Simplify-specific.</p>
]]></description><pubDate>Sun, 15 Mar 2026 12:44:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=47386873</link><dc:creator>evanb</dc:creator><comments>https://news.ycombinator.com/item?id=47386873</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47386873</guid></item><item><title><![CDATA[New comment by evanb in "Rethinking Syntax: Binding by Adjacency"]]></title><description><![CDATA[
<p>Mathematica has Infix [0], which expresses the adjacency with a ~ (because Mathematica reserves pure blankspace for multiplication).  But it works fine to do eg. `"hello"~StringJoin~" world"`; I was always surprised we could only have the predefined operators in many other languages and we couldn't define our own.<p>This seems like a great attempt.  I would be worried about how much parsing and backtracking might be required to infer the infix precedence in a totally general system (like garden-path sentences[1]) or actually ambiguous parse trees (which is cured by adopting some rule like right precedence and parens, but what rule you pick makes some 'natural language' constructions work over others).<p>[0] <a href="https://reference.wolfram.com/language/ref/Infix.html" rel="nofollow">https://reference.wolfram.com/language/ref/Infix.html</a><p>[1] <a href="https://en.wikipedia.org/wiki/Garden-path_sentence" rel="nofollow">https://en.wikipedia.org/wiki/Garden-path_sentence</a></p>
]]></description><pubDate>Mon, 09 Mar 2026 19:14:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=47313962</link><dc:creator>evanb</dc:creator><comments>https://news.ycombinator.com/item?id=47313962</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47313962</guid></item><item><title><![CDATA[New comment by evanb in "Woxi: Wolfram Mathematica Reimplementation in Rust"]]></title><description><![CDATA[
<p>Mathematica has symbolic and infinite-precision addition, so you can't automatically take advantage of obvious compiled code.</p>
]]></description><pubDate>Sat, 28 Feb 2026 23:04:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=47201401</link><dc:creator>evanb</dc:creator><comments>https://news.ycombinator.com/item?id=47201401</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47201401</guid></item><item><title><![CDATA[New comment by evanb in "Woxi: Wolfram Mathematica Reimplementation in Rust"]]></title><description><![CDATA[
<p>> The initial focus is to implement a subset of the Wolfram Language so that it can be used for CLI scripting and notebooks.<p>If you have Mathematica installed you can write CLI scripts and notebooks.</p>
]]></description><pubDate>Sat, 28 Feb 2026 23:03:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=47201376</link><dc:creator>evanb</dc:creator><comments>https://news.ycombinator.com/item?id=47201376</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47201376</guid></item><item><title><![CDATA[New comment by evanb in "The Pentagon Feuding with an AI Company Is a Bad Sign"]]></title><description><![CDATA[
<p>They did consider it, got a contract that affirmed that the military would be bound by the same pre-existing terms of service as every other user, and want to resist the military's pressure to renegotiate.<p>Surely that might be naive but the entire issue is that they want to stick to the original contract, which is of course the purpose of a contract in the first place.</p>
]]></description><pubDate>Thu, 26 Feb 2026 17:58:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=47169588</link><dc:creator>evanb</dc:creator><comments>https://news.ycombinator.com/item?id=47169588</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47169588</guid></item><item><title><![CDATA[New comment by evanb in "Pentagon sets Friday deadline for Anthropic to abandon ethics rules for AI"]]></title><description><![CDATA[
<p>IANAL but it seems 3rd-amendment-adjacent.</p>
]]></description><pubDate>Wed, 25 Feb 2026 11:09:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=47150036</link><dc:creator>evanb</dc:creator><comments>https://news.ycombinator.com/item?id=47150036</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47150036</guid></item><item><title><![CDATA[New comment by evanb in "The Feynman Lectures on Physics (1961-1964)"]]></title><description><![CDATA[
<p>I'll try to find it; thanks!</p>
]]></description><pubDate>Wed, 11 Feb 2026 01:09:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=46969469</link><dc:creator>evanb</dc:creator><comments>https://news.ycombinator.com/item?id=46969469</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46969469</guid></item><item><title><![CDATA[New comment by evanb in "The Feynman Lectures on Physics (1961-1964)"]]></title><description><![CDATA[
<p>I'm using these to teach an intermediate mechanics class, and my only regret is that there are no problems.  The flip side is that sometimes Feynman skips over the derivations of certain things, and that makes good assignments ("Fill in the steps between [these assumptions] and [this result]").<p>Feynman's writing of course is stellar.  The order is a bit unusual and not really designed for a "standard" university-level course.  I can pick and choose, but I wish I could easily reorder the material.</p>
]]></description><pubDate>Wed, 11 Feb 2026 00:04:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=46968925</link><dc:creator>evanb</dc:creator><comments>https://news.ycombinator.com/item?id=46968925</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46968925</guid></item><item><title><![CDATA[New comment by evanb in "Experts warn of growing parrot crisis in Canada [video]"]]></title><description><![CDATA[
<p>“Pining for the fjords?”</p>
]]></description><pubDate>Sat, 17 Jan 2026 11:29:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=46657203</link><dc:creator>evanb</dc:creator><comments>https://news.ycombinator.com/item?id=46657203</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46657203</guid></item><item><title><![CDATA[New comment by evanb in "Bob Weir has died"]]></title><description><![CDATA[
<p>> Winter rain, now tell me why<p>> Summers fade and roses die<p>> The answer came, the wind and rain<p>> [...]<p>> Circle songs and sands of time<p>> And seasons will end in tumbled rhyme<p>> And little change, the wind and rain<p>Fare thee well, Bob.</p>
]]></description><pubDate>Sun, 11 Jan 2026 04:34:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=46572731</link><dc:creator>evanb</dc:creator><comments>https://news.ycombinator.com/item?id=46572731</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46572731</guid></item><item><title><![CDATA[New comment by evanb in "Why does a least squares fit appear to have a bias when applied to simple data?"]]></title><description><![CDATA[
<p>or<p>3) there's a misunderstanding about ordinary least-squares.</p>
]]></description><pubDate>Sun, 04 Jan 2026 23:39:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=46493595</link><dc:creator>evanb</dc:creator><comments>https://news.ycombinator.com/item?id=46493595</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46493595</guid></item><item><title><![CDATA[New comment by evanb in "In New York City, congestion pricing leads to marked drop in pollution"]]></title><description><![CDATA[
<p>You think it was primarily poor people who were driving their cars into Midtown?</p>
]]></description><pubDate>Wed, 10 Dec 2025 15:54:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=46219199</link><dc:creator>evanb</dc:creator><comments>https://news.ycombinator.com/item?id=46219199</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46219199</guid></item><item><title><![CDATA[New comment by evanb in "All the Way Down"]]></title><description><![CDATA[
<p>These are nice!  I had never seen the 1/5 spiral before!</p>
]]></description><pubDate>Sun, 07 Dec 2025 14:46:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=46182028</link><dc:creator>evanb</dc:creator><comments>https://news.ycombinator.com/item?id=46182028</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46182028</guid></item><item><title><![CDATA[New comment by evanb in "All the Way Down"]]></title><description><![CDATA[
<p>I animated these and related 'proofs' some time ago<p><pre><code>    1/3 = 1/4 + 1/16 + 1/64 + ...
</code></pre>
<a href="https://evanberkowitz.com/images/2014-03-15-quarters/SquareAnimation.gif" rel="nofollow">https://evanberkowitz.com/images/2014-03-15-quarters/SquareA...</a><p><a href="https://evanberkowitz.com/images/2014-03-15-quarters/TriangleAnimation.gif" rel="nofollow">https://evanberkowitz.com/images/2014-03-15-quarters/Triangl...</a><p><pre><code>    1/7 = 1/8 + 1/64 + 1/512 + ...
</code></pre>
<a href="https://evanberkowitz.com/images/2014-03-16-eighths/EighthsAnimation.gif" rel="nofollow">https://evanberkowitz.com/images/2014-03-16-eighths/EighthsA...</a><p><pre><code>    1/8 = 1/9 + 1/81 + 1/729 + ...
</code></pre>
<a href="https://evanberkowitz.com/images/2014-03-17-ninths/NinthsAnimation.gif" rel="nofollow">https://evanberkowitz.com/images/2014-03-17-ninths/NinthsAni...</a></p>
]]></description><pubDate>Thu, 04 Dec 2025 18:01:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=46150695</link><dc:creator>evanb</dc:creator><comments>https://news.ycombinator.com/item?id=46150695</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46150695</guid></item><item><title><![CDATA[New comment by evanb in "AI agents find $4.6M in blockchain smart contract exploits"]]></title><description><![CDATA[
<p>Careful what you wish for.  Negating the predicate of "A COMPUTER CAN NEVER BE HELD ACCOUNTABLE.  THEREFORE A COMPUTER MUST NEVER MAKE A MANAGEMENT DECISION" might open us up to the consequence.</p>
]]></description><pubDate>Tue, 02 Dec 2025 02:33:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=46116706</link><dc:creator>evanb</dc:creator><comments>https://news.ycombinator.com/item?id=46116706</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46116706</guid></item><item><title><![CDATA[New comment by evanb in "Using Antigravity for Statistical Physics in JavaScript"]]></title><description><![CDATA[
<p>I think it's a reference to <a href="https://xkcd.com/353/" rel="nofollow">https://xkcd.com/353/</a></p>
]]></description><pubDate>Tue, 25 Nov 2025 12:11:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=46045072</link><dc:creator>evanb</dc:creator><comments>https://news.ycombinator.com/item?id=46045072</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46045072</guid></item><item><title><![CDATA[New comment by evanb in "Tesla sales in Germany have cratered from last year, data shows"]]></title><description><![CDATA[
<p>Indeed, but if I had called it the Nazi salute I'd have been begging the question---or something like it.</p>
]]></description><pubDate>Thu, 06 Nov 2025 12:21:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=45834410</link><dc:creator>evanb</dc:creator><comments>https://news.ycombinator.com/item?id=45834410</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45834410</guid></item></channel></rss>