<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: fedorsapronov</title><link>https://news.ycombinator.com/user?id=fedorsapronov</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 12 Apr 2026 11:43:53 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=fedorsapronov" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by fedorsapronov in "How Pizza Tycoon simulated traffic on a 25 MHz CPU"]]></title><description><![CDATA[
<p>Fascinating how constraint breeds elegance. 25 MHz forces you to find O(1) or 
O(log n) solutions where modern devs would reach for O(n²) and more hardware.<p>Same principle applies to on-chain computation: gas costs force you to find 
closed-form solutions. For example, computing φⁿ (golden ratio to the power n) 
naively requires n multiplications. Using the matrix identity [[1,1],[1,0]]^n 
via repeated squaring gives you O(log n) — and the Fibonacci numbers fall out 
for free. The old game devs would have appreciated EVM constraints.</p>
]]></description><pubDate>Thu, 09 Apr 2026 15:06:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47704722</link><dc:creator>fedorsapronov</dc:creator><comments>https://news.ycombinator.com/item?id=47704722</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47704722</guid></item><item><title><![CDATA[New comment by fedorsapronov in "Six (and a half) intuitions for KL divergence"]]></title><description><![CDATA[
<p>Nice writeup. One thing I've been exploring is how information-theoretic measures 
connect to physics — specifically, the KL divergence between a "true" vacuum 
distribution and a perturbed one gives you coupling constants. In the Fibonacci-
structured potential V(s) = v⁴(s−s₀)²/(1−s−s²), the strong coupling αₛ = 1/(2φ³) 
emerges exactly as the curvature at the vacuum divided by 2. The information-
geometric interpretation is that αₛ measures how "distinguishable" the vacuum is 
from the pole — a Fisher metric on the space of potentials.<p>Probably a stretch, but it's interesting how divergence measures keep showing up 
in unexpected places.</p>
]]></description><pubDate>Thu, 09 Apr 2026 15:04:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=47704696</link><dc:creator>fedorsapronov</dc:creator><comments>https://news.ycombinator.com/item?id=47704696</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47704696</guid></item></channel></rss>