<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: eeereerews</title><link>https://news.ycombinator.com/user?id=eeereerews</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 00:30:21 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=eeereerews" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by eeereerews in "Just Too Efficient"]]></title><description><![CDATA[
<p>Molok is the name used in the Bible for a Canaanite deity that the Israelites were forbidden to "suffer their seed to pass through the fire to". Details are scarce, but this is usually taken to refer to human sacrifice. It later became syncretized with reports of child sacrifice at Carthage, where the popular imagery associated with Molok (the idol with outstretched hands, the drums) is taken from.</p>
]]></description><pubDate>Sun, 12 Jul 2020 08:28:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=23809838</link><dc:creator>eeereerews</dc:creator><comments>https://news.ycombinator.com/item?id=23809838</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23809838</guid></item><item><title><![CDATA[New comment by eeereerews in "LibreOffice: The Next Five Years"]]></title><description><![CDATA[
<p>> Another pathology is that there are companies who ship LibreOffice, often claiming support, but then file all their tickets up-stream and hope they are fixed for free.<p>Lmao... but thinking again, given the average user's bug-filing abilities, a professional bug-filer might actually be useful.</p>
]]></description><pubDate>Fri, 10 Jul 2020 10:35:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=23790030</link><dc:creator>eeereerews</dc:creator><comments>https://news.ycombinator.com/item?id=23790030</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23790030</guid></item><item><title><![CDATA[New comment by eeereerews in "Why Go's Error Handling Is Awesome"]]></title><description><![CDATA[
<p>But once you've accepted unchecked exceptions (and paid the cost of the having them), it just doesn't make sense to only use them only for bugs. For example, it is better to<p><pre><code>  try:
    x = json['foo']['bar'][i]
  catch OOB:
    handle error
</code></pre>
than to<p><pre><code>  if not (json is a dict and
          'foo' in json and
          json['foo'] is a dict and
          ...):
    handle error
  x = json['foo']['bar'][i]
</code></pre>
even though in the former, unchecked exceptions are used for non-bugs.</p>
]]></description><pubDate>Tue, 07 Jul 2020 14:20:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=23759544</link><dc:creator>eeereerews</dc:creator><comments>https://news.ycombinator.com/item?id=23759544</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23759544</guid></item><item><title><![CDATA[New comment by eeereerews in "Why Go's Error Handling Is Awesome"]]></title><description><![CDATA[
<p>How do you propose handling an OOB index in an array?</p>
]]></description><pubDate>Tue, 07 Jul 2020 13:18:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=23758897</link><dc:creator>eeereerews</dc:creator><comments>https://news.ycombinator.com/item?id=23758897</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23758897</guid></item><item><title><![CDATA[New comment by eeereerews in "Rust for JavaScript Developers – Functions and Control Flow"]]></title><description><![CDATA[
<p>It might be interesting to compare them if you'd care to share.</p>
]]></description><pubDate>Mon, 06 Jul 2020 05:47:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=23745065</link><dc:creator>eeereerews</dc:creator><comments>https://news.ycombinator.com/item?id=23745065</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23745065</guid></item><item><title><![CDATA[New comment by eeereerews in "Bible API"]]></title><description><![CDATA[
<p>Here is a typical example (from Genesis Rabbah)<p>> <i>And Cain rose up against his brother Abel</i>. [...] With what did he kill him? R. Simeon said: He killed him with a staff: <i>And a young man for my bruising</i> (Gen 4:23) implies a weapon which inflicts a bruise. The Rabbis said: He killed him with a stone: <i>For I have slain a man for wounding me</i> (ibid) indicates a weapon which inflicts wounds. R. 'Azariah and R. Jonathan in R. Isaac's name said: Cain had closely observed where his father slew the bullock [which he sacrificed, as it is written], <i>And it shall please the Lord better than a bullock</i> (Ps 69:31), and there he killed him: by the throat and its organs.<p>From a Christian perspective, a more interesting example might be the Gospel's atomization/recontextualizations of text as Messianic prophecy ("out of Egypt I have called my son", "behold, a virgin shall be with child").</p>
]]></description><pubDate>Sun, 05 Jul 2020 16:32:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=23739885</link><dc:creator>eeereerews</dc:creator><comments>https://news.ycombinator.com/item?id=23739885</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23739885</guid></item><item><title><![CDATA[New comment by eeereerews in "Bible API"]]></title><description><![CDATA[
<p>> That hermeneutic - texts are collections of independent logical propositions - was essentially unknown in the ancient world<p>On the contrary, the atomization and recombination of the text into new meanings is highly characteristic of Midrash. Of course, this isn't the same as the "prooftext" hermeneutic I think you're criticizing.</p>
]]></description><pubDate>Sun, 05 Jul 2020 15:25:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=23739374</link><dc:creator>eeereerews</dc:creator><comments>https://news.ycombinator.com/item?id=23739374</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23739374</guid></item><item><title><![CDATA[New comment by eeereerews in "Windows98 Running in the Browser"]]></title><description><![CDATA[
<p>Firefox/Linux: the cursor constantly tracks to the left. You have to push the mouse to the right to keep it still.<p>Works in Chromium though.</p>
]]></description><pubDate>Mon, 29 Jun 2020 09:44:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=23675947</link><dc:creator>eeereerews</dc:creator><comments>https://news.ycombinator.com/item?id=23675947</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23675947</guid></item><item><title><![CDATA[New comment by eeereerews in "Xi-Editor Retrospective"]]></title><description><![CDATA[
<p>No, where does it go? Are the big editors unsuccessful?</p>
]]></description><pubDate>Sat, 27 Jun 2020 22:38:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=23665244</link><dc:creator>eeereerews</dc:creator><comments>https://news.ycombinator.com/item?id=23665244</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23665244</guid></item><item><title><![CDATA[New comment by eeereerews in "Dynamic linking"]]></title><description><![CDATA[
<p>Ugly maybe, but they're do kinda combine the advantages of both. They have the portability and reproducibility advantages of static linking, while still letting you take them apart and change the dependencies like with dynamic linking if you really want to.</p>
]]></description><pubDate>Sat, 27 Jun 2020 08:38:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=23660396</link><dc:creator>eeereerews</dc:creator><comments>https://news.ycombinator.com/item?id=23660396</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23660396</guid></item><item><title><![CDATA[New comment by eeereerews in "Dynamic linking"]]></title><description><![CDATA[
<p>What do you mean by "source-based distribution"?</p>
]]></description><pubDate>Fri, 26 Jun 2020 20:09:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=23656395</link><dc:creator>eeereerews</dc:creator><comments>https://news.ycombinator.com/item?id=23656395</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23656395</guid></item><item><title><![CDATA[New comment by eeereerews in "Dynamic linking"]]></title><description><![CDATA[
<p>It can also cut the other way though. Bugs can be introduced, compatibility can be broken, users can not find the library in their package manager, or they may find too new of a version. The danger of this is smaller for popular libraries, but goes up as you move to the long tail.</p>
]]></description><pubDate>Fri, 26 Jun 2020 20:08:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=23656387</link><dc:creator>eeereerews</dc:creator><comments>https://news.ycombinator.com/item?id=23656387</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23656387</guid></item><item><title><![CDATA[New comment by eeereerews in "Dynamic linking"]]></title><description><![CDATA[
<p>>Do your installed programs share dynamic libraries?<p>>Findings: not really<p>>Over half of your libraries are used by fewer than 0.1% of your executables.<p>Findings: Yes, lots, but mostly the most common ones. Dynamically linking against something in the long tail is pretty pointless though.</p>
]]></description><pubDate>Fri, 26 Jun 2020 19:20:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=23655875</link><dc:creator>eeereerews</dc:creator><comments>https://news.ycombinator.com/item?id=23655875</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23655875</guid></item><item><title><![CDATA[New comment by eeereerews in "Functional Language Features: Iterators and Closures"]]></title><description><![CDATA[
<p>Historically imperative languages did have tagged unions (Algol, Pascal, Ada, Modula). Their disappearance is mostly because of OOP's takeover I think. It was thought that a tagged union should be replaced by a base class with one derived class per variant.<p>What they lacked was usually a nice way to operate on tagged unions, ie. pattern matching.</p>
]]></description><pubDate>Wed, 24 Jun 2020 20:26:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=23633435</link><dc:creator>eeereerews</dc:creator><comments>https://news.ycombinator.com/item?id=23633435</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23633435</guid></item><item><title><![CDATA[New comment by eeereerews in "Ask HN: Thoughts on new GitHub layout?"]]></title><description><![CDATA[
<p>You can also put a Readme in any folder and it will show up the same way. You usually wouldn't want those up top while browsing the files though. So it's also about consistency.</p>
]]></description><pubDate>Wed, 24 Jun 2020 01:11:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=23622729</link><dc:creator>eeereerews</dc:creator><comments>https://news.ycombinator.com/item?id=23622729</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23622729</guid></item><item><title><![CDATA[New comment by eeereerews in "Tiny C Compiler"]]></title><description><![CDATA[
<p>> (Nov 18, 2001) TCC version 0.9 is out. First public version.</p>
]]></description><pubDate>Tue, 23 Jun 2020 21:17:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=23620422</link><dc:creator>eeereerews</dc:creator><comments>https://news.ycombinator.com/item?id=23620422</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23620422</guid></item><item><title><![CDATA[New comment by eeereerews in "I Am Deleting the Blog"]]></title><description><![CDATA[
<p>Writing, as opposed to speaking, by its nature conveys a degree of anonymity. Historically, anonymous writers are very common.</p>
]]></description><pubDate>Tue, 23 Jun 2020 20:44:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=23619999</link><dc:creator>eeereerews</dc:creator><comments>https://news.ycombinator.com/item?id=23619999</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23619999</guid></item><item><title><![CDATA[New comment by eeereerews in "Twenty Proofs of Euler's Formula: V-E+F=2"]]></title><description><![CDATA[
<p>To emphasize where the topology comes in since it wasn't clear to me at first: the important bit is the saddles. Just before a saddle goes under, there are two important properties<p>1. there are land masses on both sides of the saddle. This would not be true if the polytope had holes.<p>2. if the lakes on either side of the saddle are joined up, the only way they can do that is if the lake circles around and encloses at least one of the two land masses (Jordan curve theorem). Once the saddle point goes under, that land mass is cut off from the "mainland". This would not be true if the polytope had a handle. The lakes could be joined up by going along the handle without enclosing one of the land masses.<p><a href="https://i.imgur.com/I2FqwWQ.jpg" rel="nofollow">https://i.imgur.com/I2FqwWQ.jpg</a></p>
]]></description><pubDate>Sun, 21 Jun 2020 21:36:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=23595611</link><dc:creator>eeereerews</dc:creator><comments>https://news.ycombinator.com/item?id=23595611</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23595611</guid></item><item><title><![CDATA[New comment by eeereerews in "Twenty Proofs of Euler's Formula: V-E+F=2"]]></title><description><![CDATA[
<p>I like Noah's Ark a lot.</p>
]]></description><pubDate>Sun, 21 Jun 2020 10:06:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=23591084</link><dc:creator>eeereerews</dc:creator><comments>https://news.ycombinator.com/item?id=23591084</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23591084</guid></item><item><title><![CDATA[New comment by eeereerews in "Modularizing SQL? (2007)"]]></title><description><![CDATA[
<p>It's slowed down a lot. There's been a total of 8 posts and 50 comments since 2019. There were 32 posts just in 2017.</p>
]]></description><pubDate>Thu, 18 Jun 2020 10:23:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=23561693</link><dc:creator>eeereerews</dc:creator><comments>https://news.ycombinator.com/item?id=23561693</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23561693</guid></item></channel></rss>