<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: arundelo</title><link>https://news.ycombinator.com/user?id=arundelo</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 25 Apr 2026 23:44:22 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=arundelo" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by arundelo in "Valuing Productivity, Not Profession, Could Reduce U.S. Inequality"]]></title><description><![CDATA[
<p><a href="https://en.wikipedia.org/wiki/Paradox_of_value#Marginalism" rel="nofollow">https://en.wikipedia.org/wiki/Paradox_of_value#Marginalism</a></p>
]]></description><pubDate>Fri, 27 Dec 2019 16:48:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=21892354</link><dc:creator>arundelo</dc:creator><comments>https://news.ycombinator.com/item?id=21892354</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21892354</guid></item><item><title><![CDATA[New comment by arundelo in "Fleck: A Lisp that runs wherever Bash is"]]></title><description><![CDATA[
<p>I don't know Olin Shivers but I've read enough of his writing to know that this acknowledgements section was written with tongue in cheek, and in fact it's a funny enough piece of writing that I've shared it a number of times like the grandparent comment did.</p>
]]></description><pubDate>Sat, 30 Nov 2019 02:30:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=21668145</link><dc:creator>arundelo</dc:creator><comments>https://news.ycombinator.com/item?id=21668145</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21668145</guid></item><item><title><![CDATA[New comment by arundelo in "An Illustrated Guide to Useful Command Line Tools"]]></title><description><![CDATA[
<p>I guess the author was thinking of how cat's original purpose is to concatenate multiple files, not show just one file. (But I certainly don't think using cat in the latter way is a misuse.)<p>There's also a commonly noted "unnecessary use of cat" where people do this:<p><pre><code>  cat file.txt | grep foo
</code></pre>
instead of this:<p><pre><code>  <file.txt grep.foo
</code></pre>
but that's not relevant to bat (which can be used unnecessarily in the same way).</p>
]]></description><pubDate>Sat, 26 Oct 2019 13:33:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=21363557</link><dc:creator>arundelo</dc:creator><comments>https://news.ycombinator.com/item?id=21363557</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21363557</guid></item><item><title><![CDATA[New comment by arundelo in "Show HN: Bel"]]></title><description><![CDATA[
<p><i>(1) lack of primitive hash tables (2) lack of primitive arrays</i><p>I'll note that if there are primitive arrays and the compiler optimizes arithmetic, the rest of the hash table can be implemented in Bel.<p>Also, maybe a Sufficiently Smart Compiler could prove that a list's cdrs will never change, store it in cdr-coded form, and treat it like an array (with the ability to zoom right to, say, element 74087 without chasing a bunch of pointers).</p>
]]></description><pubDate>Wed, 16 Oct 2019 15:56:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=21271790</link><dc:creator>arundelo</dc:creator><comments>https://news.ycombinator.com/item?id=21271790</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21271790</guid></item><item><title><![CDATA[New comment by arundelo in "A Pixel Is Not A Little Square (1995) [pdf]"]]></title><description><![CDATA[
<p><a href="http://productionadvice.co.uk/no-stair-steps-in-digital-audio/" rel="nofollow">http://productionadvice.co.uk/no-stair-steps-in-digital-audi...</a><p><i>The “stair-steps” you see in your DAW when you zoom up on a digital waveform</i> only exist inside the computer. <i>[...] When digital audio is played back in the Real World, the reconstruction filter doesn’t reproduce those stair-steps – and the audio becomes truly analogue again.</i></p>
]]></description><pubDate>Fri, 26 Jul 2019 21:25:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=20538463</link><dc:creator>arundelo</dc:creator><comments>https://news.ycombinator.com/item?id=20538463</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20538463</guid></item><item><title><![CDATA[New comment by arundelo in "Cocktail Similarity"]]></title><description><![CDATA[
<p>This all sounds like it would make an interesting blogpost/article if you're into writing one.</p>
]]></description><pubDate>Sun, 24 Feb 2019 17:32:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=19239503</link><dc:creator>arundelo</dc:creator><comments>https://news.ycombinator.com/item?id=19239503</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19239503</guid></item><item><title><![CDATA[New comment by arundelo in "Firefox 66 to block automatically playing audible video and audio"]]></title><description><![CDATA[
<p><i>I'm surprised people put up with them</i><p>I don't like them at all but I do most of my Netflixing on my iPhone, where it doesn't happen.<p>(When I do go to the Netflix site in a web browser I sometimes temporarily use "Mute site" which is a pretty crazy thing for a site for watching movies to make you want to do!)</p>
]]></description><pubDate>Wed, 13 Feb 2019 04:26:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=19150401</link><dc:creator>arundelo</dc:creator><comments>https://news.ycombinator.com/item?id=19150401</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19150401</guid></item><item><title><![CDATA[New comment by arundelo in "How to create an OS from scratch – tutorial"]]></title><description><![CDATA[
<p><a href="https://compilers.iecc.com/crenshaw/" rel="nofollow">https://compilers.iecc.com/crenshaw/</a></p>
]]></description><pubDate>Fri, 21 Sep 2018 02:53:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=18036877</link><dc:creator>arundelo</dc:creator><comments>https://news.ycombinator.com/item?id=18036877</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18036877</guid></item><item><title><![CDATA[New comment by arundelo in "GNU Mcron"]]></title><description><![CDATA[
<p>“[A]lmost anything ending in ‘x’ may form plurals in ‘-xen’ (see VAXen and boxen in the main text). Even words ending in phonetic /k/ alone are sometimes treated this way; e.g., ‘soxen’ for a bunch of socks. Other funny plurals are the Hebrew-style ‘frobbotzim’ for the plural of ‘frobbozz’ (see frobnitz) and ‘Unices’ and ‘Twenices’ (rather than ‘Unixes’ and ‘Twenexes’; see Unix, TWENEX in main text). [...] The pattern here [...] is generalization of an inflectional rule that in English is either an import or a fossil (such as the Hebrew plural ending ‘-im’, or the Anglo-Saxon plural suffix ‘-en’) to cases where it isn't normally considered to apply. This [...] is grammatical creativity, a form of playfulness.”<p><a href="http://catb.org/jargon/html/overgeneralization.html" rel="nofollow">http://catb.org/jargon/html/overgeneralization.html</a></p>
]]></description><pubDate>Sat, 05 May 2018 17:39:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=17002785</link><dc:creator>arundelo</dc:creator><comments>https://news.ycombinator.com/item?id=17002785</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17002785</guid></item><item><title><![CDATA[New comment by arundelo in "Xz format inadequate for long-term archiving (2017)"]]></title><description><![CDATA[
<p>I upvoted this because it seems to make some good points and I think the topic is interesting and important, but I can't understand why the "Then, why some free software projects use xz?" section does not mention xz's main selling point of being better than other commonly used alternatives at <i>compressing things to smaller sizes.</i><p><a href="https://www.rootusers.com/gzip-vs-bzip2-vs-xz-performance-comparison/" rel="nofollow">https://www.rootusers.com/gzip-vs-bzip2-vs-xz-performance-co...</a></p>
]]></description><pubDate>Fri, 20 Apr 2018 15:54:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=16885826</link><dc:creator>arundelo</dc:creator><comments>https://news.ycombinator.com/item?id=16885826</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16885826</guid></item><item><title><![CDATA[New comment by arundelo in "Decades-Old Graph Problem Yields to Amateur Mathematician"]]></title><description><![CDATA[
<p>That is what it means. Note that the lines ("edges" in graph theory terms) can cross each other.<p><i>Nelson asked: What is the smallest number of colors that you’d need to color any such graph, even one formed by linking an infinite number of vertices?</i><p>The Wikipedia page describes the infinite-vertices version of this graph as<p><i>an infinite graph with all points of the plane as vertices and with an edge between two vertices if and only if the distance between the two points is 1.</i><p>This of course is impossible to draw but Wikipedia shows seven-vertex and ten-vertex subgraphs of it:<p><a href="https://en.wikipedia.org/wiki/Hadwiger%E2%80%93Nelson_problem" rel="nofollow">https://en.wikipedia.org/wiki/Hadwiger%E2%80%93Nelson_proble...</a></p>
]]></description><pubDate>Fri, 20 Apr 2018 01:41:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=16881549</link><dc:creator>arundelo</dc:creator><comments>https://news.ycombinator.com/item?id=16881549</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16881549</guid></item><item><title><![CDATA[New comment by arundelo in "List of command line tools for manipulating CSV, XML, HTML, JSON, INI, etc."]]></title><description><![CDATA[
<p>I'll look into xmllint. I currently use HTML Tidy for this:<p><pre><code>  tidy -xml -indent -wrap 0
</code></pre>
or<p><pre><code>  tidy -xml -indent -wrap 0 -quiet</code></pre></p>
]]></description><pubDate>Sun, 08 Apr 2018 18:00:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=16787320</link><dc:creator>arundelo</dc:creator><comments>https://news.ycombinator.com/item?id=16787320</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16787320</guid></item><item><title><![CDATA[New comment by arundelo in "The screen that set off the ballistic missile alert on Saturday"]]></title><description><![CDATA[
<p>Formatting the quote like this makes it too wide to be readable on my phone without repeatedly scrolling right then left. Even in landscape mode the first line ends with the "b" of "brightly painted".<p>A lot of people format quotes with italics, as in this example:<p><a href="https://news.ycombinator.com/item?id=7485333" rel="nofollow">https://news.ycombinator.com/item?id=7485333</a><p>HN formatting documentation:<p><a href="https://news.ycombinator.com/formatdoc" rel="nofollow">https://news.ycombinator.com/formatdoc</a></p>
]]></description><pubDate>Tue, 16 Jan 2018 18:25:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=16160621</link><dc:creator>arundelo</dc:creator><comments>https://news.ycombinator.com/item?id=16160621</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16160621</guid></item><item><title><![CDATA[New comment by arundelo in "Useful Mental Models (2016)"]]></title><description><![CDATA[
<p>The efficient-market hypothesis is an idea that already has a well-known name. In the article the words are a Wikipedia link.</p>
]]></description><pubDate>Tue, 09 Jan 2018 15:45:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=16106963</link><dc:creator>arundelo</dc:creator><comments>https://news.ycombinator.com/item?id=16106963</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16106963</guid></item><item><title><![CDATA[New comment by arundelo in "SQL Keys in Depth"]]></title><description><![CDATA[
<p>RFC 2392 Message-ID values are supposed to be unique, but they may not be if the software generating them is buggy. I remember reading somewhere about some email program that assumed they were unique (in effect using them as a natural key). If you were unlucky enough to get messages with identical Message-ID values, all but one would disappear.</p>
]]></description><pubDate>Tue, 02 Jan 2018 16:20:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=16052773</link><dc:creator>arundelo</dc:creator><comments>https://news.ycombinator.com/item?id=16052773</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16052773</guid></item><item><title><![CDATA[New comment by arundelo in "‘Saluton’: the surprise return of Esperanto"]]></title><description><![CDATA[
<p>Esperanto has many many more speakers! (People joke about Klingon having more but it's not true.) Really accurate numbers are hard to come by but even based on estimates, it's no contest:<p>"Arika Okrent guessed in her book <i>In the Land of Invented Languages</i> that there might be 20–30 fluent [Klingon] speakers."[1]<p>"In 2009 Lu Wunsch-Rolshoven used 2001 year census data from Hungary and Lithuania as a base for an estimate, resulting in approximately 160,000 to 300,000 to speak [Esperanto] actively or fluently throughout the world, with about 80,000 to 150,000 of these being in the European Union."[2]<p>In fact, Klingon has fewer <i>total</i> speakers than Esperanto has <i>native</i>
speakers:<p>"As of 1996, there were 350 or so attested cases of families with native Esperanto speakers. Estimates from associations indicate that there are currently around 1,000 Esperanto-speaking families, involving perhaps 2,000 children. In all known cases, speakers are natively bilingual, or multilingual, raised in both Esperanto and either the local national language or the native language of their parents."[3]<p>(Also Esperanto is much easier than Klingon, has much more material to read, and is spoken by a wider variety of people than just science fiction fans, though there are plenty of those too.)<p>[1]: <a href="https://en.wikipedia.org/wiki/Klingon_language#Speakers" rel="nofollow">https://en.wikipedia.org/wiki/Klingon_language#Speakers</a><p>[2]: <a href="https://en.wikipedia.org/wiki/Esperanto#Number_of_speakers" rel="nofollow">https://en.wikipedia.org/wiki/Esperanto#Number_of_speakers</a><p>[3]: <a href="https://en.wikipedia.org/wiki/Native_Esperanto_speakers" rel="nofollow">https://en.wikipedia.org/wiki/Native_Esperanto_speakers</a><p>EDIT: The "160,000 to 300,000" quote was from an older version of the Wikipedia page (I based this comment on an old comment of mine). The current version has various estimates, including Lindstedt's ballpark figures of "10,000 speak it fluently" and "100,000 can use it actively".</p>
]]></description><pubDate>Thu, 28 Dec 2017 05:53:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=16020576</link><dc:creator>arundelo</dc:creator><comments>https://news.ycombinator.com/item?id=16020576</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16020576</guid></item><item><title><![CDATA[New comment by arundelo in "More Gotchas of Defer in Go, Part II"]]></title><description><![CDATA[
<p>It would be nice if Go made a new i for each iteration of the loop.<p>Lua 5.0 made just one loop variable per loop, like Go apparently does. When I first ran into this behavior, I thought that, although it wasn't what I expected, it made at least as much sense as what I was expecting. Since then, every single time I've been in a situation where the two ways of doing it gave different results, I've wanted the "separate variable for each iteration" behavior, so I was glad when Lua's creators changed loop variables to work like this in Lua 5.1.<p>(Before this change I would just do the Lua equivalent of your "Creates a new `i`" line.)</p>
]]></description><pubDate>Thu, 21 Dec 2017 18:32:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=15981482</link><dc:creator>arundelo</dc:creator><comments>https://news.ycombinator.com/item?id=15981482</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15981482</guid></item><item><title><![CDATA[New comment by arundelo in "Microsoft Adds an OpenSSH Client to Windows 10"]]></title><description><![CDATA[
<p>I use forward slashes a lot on Windows but tab completion in cmd.exe only works with backslashes.</p>
]]></description><pubDate>Tue, 12 Dec 2017 15:16:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=15906106</link><dc:creator>arundelo</dc:creator><comments>https://news.ycombinator.com/item?id=15906106</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15906106</guid></item><item><title><![CDATA[New comment by arundelo in "The Algorithms Behind Moana’s Animated Ocean"]]></title><description><![CDATA[
<p>I have talked to other people who found CGI Peter Cushing convincing but I did not. I'm confident I would have picked him out as CGI even if I hadn't recognized him as a long-dead actor. (Same for CGI young Carrie Fisher.)<p>(Still impressive, though, and I expect the uncanny valley to be bridged within the next five, maybe ten years.)</p>
]]></description><pubDate>Fri, 02 Jun 2017 01:03:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=14466608</link><dc:creator>arundelo</dc:creator><comments>https://news.ycombinator.com/item?id=14466608</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14466608</guid></item><item><title><![CDATA[New comment by arundelo in "Doxing the hero who stopped WannaCry was irresponsible and dumb"]]></title><description><![CDATA[
<p><a href="https://en.wikipedia.org/wiki/Doxing" rel="nofollow">https://en.wikipedia.org/wiki/Doxing</a></p>
]]></description><pubDate>Mon, 15 May 2017 13:59:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=14341606</link><dc:creator>arundelo</dc:creator><comments>https://news.ycombinator.com/item?id=14341606</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=14341606</guid></item></channel></rss>