<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: AlotOfReading</title><link>https://news.ycombinator.com/user?id=AlotOfReading</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 14 Apr 2026 11:21:35 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=AlotOfReading" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by AlotOfReading in "All elementary functions from a single binary operator"]]></title><description><![CDATA[
<p>They're not series, that's just a convenient way to think about defining and calculating them. I've never found it particularly useful to deal with the series definitions either, and none of the (good) approximation methods I'm aware of actually take that approach.<p>Moreover, EML is complete in a way that your suggested function isn't: If you take a finite combination of basis functions, can it build periodic functions? Hardy proved over a century ago that real (+,-,/,*,exp,ln) can't do this (and answering the paper's unresolved question about similar real-valued functions in the negative). EML being able to build periodic functions is a lot less surprising for obvious reasons, but still pretty neat.</p>
]]></description><pubDate>Mon, 13 Apr 2026 22:44:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=47758902</link><dc:creator>AlotOfReading</dc:creator><comments>https://news.ycombinator.com/item?id=47758902</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47758902</guid></item><item><title><![CDATA[New comment by AlotOfReading in "All elementary functions from a single binary operator"]]></title><description><![CDATA[
<p>A similar function operating on the real domain for powers and logs of 2 would be extremely hardware friendly. You can build it directly out of the floating point format. First K significand bits index a LUT. Do that for each argument and subtract them.<p>It gets a bit more difficult for the complex domain because you need rotation.</p>
]]></description><pubDate>Mon, 13 Apr 2026 18:10:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47755832</link><dc:creator>AlotOfReading</dc:creator><comments>https://news.ycombinator.com/item?id=47755832</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47755832</guid></item><item><title><![CDATA[New comment by AlotOfReading in "All elementary functions from a single binary operator"]]></title><description><![CDATA[
<p>Anything discussing fast inverse sqrt will go over the logarithmic side [0], as it's the key insight behind that code. Exp is just the other direction. It's not widely documented in text otherwise, to my knowledge.<p>[0] <a href="https://github.com/francisrstokes/githublog/blob/main/2024/5/29/fast-inverse-sqrt.md" rel="nofollow">https://github.com/francisrstokes/githublog/blob/main/2024/5...</a></p>
]]></description><pubDate>Mon, 13 Apr 2026 14:19:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=47752369</link><dc:creator>AlotOfReading</dc:creator><comments>https://news.ycombinator.com/item?id=47752369</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47752369</guid></item><item><title><![CDATA[New comment by AlotOfReading in "US appeals court declares 158-year-old home distilling ban unconstitutional"]]></title><description><![CDATA[
<p>Death of the author. People sailed under the statue to get to Ellis island, it's not a difficult connection to make. The location was known when the poem was presented in 1883, 2 years before the statue arrived in the US and the author volunteered for one of the numerous aid organizations helping jewish immigrants.</p>
]]></description><pubDate>Mon, 13 Apr 2026 04:17:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=47747533</link><dc:creator>AlotOfReading</dc:creator><comments>https://news.ycombinator.com/item?id=47747533</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47747533</guid></item><item><title><![CDATA[New comment by AlotOfReading in "All elementary functions from a single binary operator"]]></title><description><![CDATA[
<p>You already have an FPU that approximates exp() and ln() really fast, because float<->integer conversions approximate the power 2 functions respectively. Doing it <i>accurately</i> runs face-first into the tablemaker's dilemma, but you could do this with just 2 conversions, 2 FMAs (for power adjustments), and a subtraction per. A lot of cases would be even faster. Whether that's worth it will be situational.</p>
]]></description><pubDate>Mon, 13 Apr 2026 04:06:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=47747477</link><dc:creator>AlotOfReading</dc:creator><comments>https://news.ycombinator.com/item?id=47747477</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47747477</guid></item><item><title><![CDATA[New comment by AlotOfReading in "A Tour of Oodi"]]></title><description><![CDATA[
<p>Even if that wasn't the case, having popular media isn't bad. It's a gateway to the rarefied, less accessible parts of the medium that everyone goes through. No one starts out watching arthouse, reading Kierkegaard, or programming in untyped lambda calculus.</p>
]]></description><pubDate>Mon, 13 Apr 2026 01:38:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=47746551</link><dc:creator>AlotOfReading</dc:creator><comments>https://news.ycombinator.com/item?id=47746551</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47746551</guid></item><item><title><![CDATA[New comment by AlotOfReading in "US appeals court declares 158-year-old home distilling ban unconstitutional"]]></title><description><![CDATA[
<p>It was written in 1883, as part of fundraising for the pedestal. It might not reflect precisely the "original intent" of the statue, but it's very much in line with all of the other context.</p>
]]></description><pubDate>Sun, 12 Apr 2026 15:01:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=47740532</link><dc:creator>AlotOfReading</dc:creator><comments>https://news.ycombinator.com/item?id=47740532</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47740532</guid></item><item><title><![CDATA[New comment by AlotOfReading in "An Interview with Pat Gelsinger"]]></title><description><![CDATA[
<p>For a blue chip that's reliably issued one for years, it's also a major part of the reason to own the stock. Throwing that away will not have a good impact on the value even if it's justified.</p>
]]></description><pubDate>Sun, 12 Apr 2026 14:39:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=47740265</link><dc:creator>AlotOfReading</dc:creator><comments>https://news.ycombinator.com/item?id=47740265</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47740265</guid></item><item><title><![CDATA[New comment by AlotOfReading in "Pijul a FOSS distributed version control system"]]></title><description><![CDATA[
<p>Git's patching functionality is pretty awful in actual practice. For example, try building a git patch that applies a standard set of patches between two divergent (vendored) kernel trees. It's usually a mess.<p>It's also pretty easy to find a set of patches that have to be applied in order. Then someone copies those patches onto another divergent tree, which has it's own set of custom patches without renaming. This is dangerous in git and probably sensible in pijul.<p>Haven't use pijul in practice, but it's not hard to imagine being better than git here.</p>
]]></description><pubDate>Sun, 12 Apr 2026 00:29:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=47735141</link><dc:creator>AlotOfReading</dc:creator><comments>https://news.ycombinator.com/item?id=47735141</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47735141</guid></item><item><title><![CDATA[New comment by AlotOfReading in "France's government is ditching Windows for Linux, says US tech a strategic risk"]]></title><description><![CDATA[
<p>The LiMux/Munich saga was actually successful to a large degree. What happened is that Microsoft put enormous efforts into killing it. High level people like Steve ballmer and Bill Gates made personal visits to Munich officials to win them back, Microsoft put a headquarters in Bavaria, and there were huge concessions. It's about as far as you can get from the image of empty promises and no action.</p>
]]></description><pubDate>Sat, 11 Apr 2026 16:18:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=47731802</link><dc:creator>AlotOfReading</dc:creator><comments>https://news.ycombinator.com/item?id=47731802</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47731802</guid></item><item><title><![CDATA[New comment by AlotOfReading in "The Future of Everything Is Lies, I Guess: Part 3 – Culture"]]></title><description><![CDATA[
<p>A lot of other magic systems are in principle open for anyone to learn. I mentioned this a bit more in the other comment, but buddhist spells are open to everyone <i>in principle</i>. The chosen/gifted one is a feature of western magic systems because of our own cultural expectations.</p>
]]></description><pubDate>Fri, 10 Apr 2026 15:54:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47720014</link><dc:creator>AlotOfReading</dc:creator><comments>https://news.ycombinator.com/item?id=47720014</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47720014</guid></item><item><title><![CDATA[New comment by AlotOfReading in "The Future of Everything Is Lies, I Guess: Part 3 – Culture"]]></title><description><![CDATA[
<p>You can go study religious spells in a school as well. There are catholic universities teaching exorcism, and buddhist schools teaching tantric magics that give you superpowers. The critical difference is that I don't believe in either of these things, so I've labeled them "occult". I believe in programming and I'm not calling it occult, but there's little to objectively distinguish it from those other practices.<p>This is simply a reflection of <i>my beliefs</i> though, not an objective reality of the world. I trust that the TRM for my chip accurately reflect the details I can't observe for myself. Many devs don't even go that far down and trust that their OS, or programming language to behave as they expect. We're all dealing with black boxes on some level.<p>To quote a reasonable definition from an actual scholar on this subject, Jesper Sorensen:<p><pre><code>    Thus, magic is generally conceived of as referring to a</code></pre>
ritual practice aimed to produce a particular pragmatic and locally defined result by means of more or less opaque methods.<p>This pretty much perfectly describes how programming is perceived by normal people. I could also quote Malinowski, who argued that magic must have a kind of "strangeness" to differentiate it from non-ritual speech. And programmers regularly describe difficult bits of code as magical (e.g. magic constants, or fast inverse square root) even though these are easily explained in most cases.</p>
]]></description><pubDate>Fri, 10 Apr 2026 15:50:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=47719959</link><dc:creator>AlotOfReading</dc:creator><comments>https://news.ycombinator.com/item?id=47719959</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47719959</guid></item><item><title><![CDATA[New comment by AlotOfReading in "Many African families spend fortunes burying their dead"]]></title><description><![CDATA[
<p>Guns, Germs, and Steel is a famously awful book.<p>Anyway, another lens to look at kinship relationships through is as a resilience strategy to volatile conditions. Any given stress (drought, job losses, etc) are unlikely to affect everyone equally, so the network functions as a safety net under many conditions.<p>Venture capital applies a similar strategy in the other direction if you squint a bit. It's impossible to predict who will succeed a priori, so the capital is spread to many different bets simultaneously in the hope that the successes outweigh the failures over time. Many of the "rituals" in the VC ecosystem (ghost hiring, puffery, fad chasing, etc) aren't particularly useful for any individual company's success, but I don't think many people here on HN are going to argue it's not economically effective as a whole.</p>
]]></description><pubDate>Fri, 10 Apr 2026 02:14:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=47712806</link><dc:creator>AlotOfReading</dc:creator><comments>https://news.ycombinator.com/item?id=47712806</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47712806</guid></item><item><title><![CDATA[New comment by AlotOfReading in "The Future of Everything Is Lies, I Guess: Part 3 – Culture"]]></title><description><![CDATA[
<p>A common definition anthropologists use for magic is occult technology: a system of laws that can be manipulated to create desired changes. There's a lot of value in thinking of programming as a form of magic.</p>
]]></description><pubDate>Thu, 09 Apr 2026 20:34:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47709563</link><dc:creator>AlotOfReading</dc:creator><comments>https://news.ycombinator.com/item?id=47709563</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47709563</guid></item><item><title><![CDATA[New comment by AlotOfReading in "Amazon Is Pulling Support for Kindles from 2012 or Earlier"]]></title><description><![CDATA[
<p>I'm curious what happened. Mine lasted from (2010?) until I replaced it with a kobo sometime during COVID. I'm sure it would still be working if I had kept it.<p>All I did was keep it offline. Didn't even need charging, because it got enough power when I loaded it with new books every couple of weeks.</p>
]]></description><pubDate>Thu, 09 Apr 2026 18:40:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=47707813</link><dc:creator>AlotOfReading</dc:creator><comments>https://news.ycombinator.com/item?id=47707813</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47707813</guid></item><item><title><![CDATA[New comment by AlotOfReading in "Native Americans had dice 12k years ago"]]></title><description><![CDATA[
<p>It's all good, I take a much more expansive view of technological development than most people.<p>Regarding algebra, we know very little about precolonial mathematics. Maya mathematics we've figured out from the calendar system and has zero plus the basic operations. Aztec mathematics seems to have had the same, and we're pretty sure they understood fractions based on how they recorded land area (recording field dimensions) and unit conversions between different length measures. Our knowledge is limited by the very small amount of preservation there was, not because they didn't invent other mathematics.<p>Similarly people in what's not the US had leisure time for things like experimentation, hobbies, and pet birds. We know they had preferences on certain numbers (3 & 4 acted as their equivalents of lucky 7, for example).</p>
]]></description><pubDate>Thu, 09 Apr 2026 15:27:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=47704992</link><dc:creator>AlotOfReading</dc:creator><comments>https://news.ycombinator.com/item?id=47704992</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47704992</guid></item><item><title><![CDATA[New comment by AlotOfReading in "Native Americans had dice 12k years ago"]]></title><description><![CDATA[
<p>It's a matter of some debate whether they had <i>true</i> writing. Michael Smith, over of the most notable experts in them, leans against the true writing argument because there are sentences possible orally that can't be communicated in writing. That would make it another form of the proto-writing I mentioned.<p>Plus, many of the groups around them did not use the same script despite having comparable levels of technological development. The Maya, who did have true writing, were not massively more advanced technologically.</p>
]]></description><pubDate>Thu, 09 Apr 2026 15:10:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47704773</link><dc:creator>AlotOfReading</dc:creator><comments>https://news.ycombinator.com/item?id=47704773</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47704773</guid></item><item><title><![CDATA[New comment by AlotOfReading in "US court declines to block Pentagon's Anthropic blacklisting for now"]]></title><description><![CDATA[
<p>The designation means no one else receiving federal dollars can contract with them, not just that the DoD will offboard them as a vendor. It's also a clause the government had already agreed to for over a year prior.</p>
]]></description><pubDate>Wed, 08 Apr 2026 23:39:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47697579</link><dc:creator>AlotOfReading</dc:creator><comments>https://news.ycombinator.com/item?id=47697579</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47697579</guid></item><item><title><![CDATA[New comment by AlotOfReading in "Škoda DuoBell: A bicycle bell that penetrates noise-cancelling headphones"]]></title><description><![CDATA[
<p>Slapping panels in the US will occasionally get people trying to fight you, as I've had happen. Not really sure what a good solution to that looks like short of cultural changes.</p>
]]></description><pubDate>Wed, 08 Apr 2026 22:42:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=47697185</link><dc:creator>AlotOfReading</dc:creator><comments>https://news.ycombinator.com/item?id=47697185</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47697185</guid></item><item><title><![CDATA[New comment by AlotOfReading in "Native Americans had dice 12k years ago"]]></title><description><![CDATA[
<p>Writing might be helpful for intellectuals, but it's certainly not <i>necessary</i>. Socrates has a whole argument about written argumentation being a sign of a weak mind.<p>Moreover, we <i>have</i> records from some of these precolonial intellectual traditions in the Americas. The nahua genre of <i>huehuetlatolli</i> is an excellent example in many ways. The selectively preserved bits we have resemble something closer to Confucianism than mathematics, but keep in mind we have a narrow selection from a single genre in a much wider landscape.<p>In what's now US territory, proto-writing systems (emoji are a modern example of these) existed. There were also intellectual traditions associated with them, particularly among southwestern groups like the Puebloans. Those are relatively closed to academics for a variety of historical reasons and consequently understudied, but we know they existed.</p>
]]></description><pubDate>Wed, 08 Apr 2026 17:50:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=47693760</link><dc:creator>AlotOfReading</dc:creator><comments>https://news.ycombinator.com/item?id=47693760</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47693760</guid></item></channel></rss>