<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: eevee</title><link>https://news.ycombinator.com/user?id=eevee</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 15 Apr 2026 04:48:59 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=eevee" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by eevee in "“Setting the record straight on Freenode” [pdf]"]]></title><description><![CDATA[
<p>What most fascinates me about this whole kerfuffle is your adamant refusal to take responsibility for anything.  All I've seen from you is continued insistence that nothing is your fault, accompanied by pages of nigh incomprehensible "evidence" that doesn't seem relevant to anything that's actually happened.<p>The facts of note seem to be: (1) you are, for whatever reason, in charge of freenode; (2) the very first moment you attempted to make use of that position, you destroyed freenode.<p>That is a *catastrophic* management failure on your part, and the fact that I haven't seen so much as a "my bad" from you is appalling beyond words.  Despite how much you claim to care about freenode, you are clearly more concerned with your own image.</p>
]]></description><pubDate>Sun, 23 May 2021 09:14:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=27253528</link><dc:creator>eevee</dc:creator><comments>https://news.ycombinator.com/item?id=27253528</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27253528</guid></item><item><title><![CDATA[New comment by eevee in "Firefox 66.0.4 is out, fixes disabled add-ons"]]></title><description><![CDATA[
<p>Okay.  Now malware addons are signed, and nothing has been accomplished.</p>
]]></description><pubDate>Mon, 06 May 2019 06:23:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=19837242</link><dc:creator>eevee</dc:creator><comments>https://news.ycombinator.com/item?id=19837242</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19837242</guid></item><item><title><![CDATA[New comment by eevee in "Firefox 66.0.4 is out, fixes disabled add-ons"]]></title><description><![CDATA[
<p>This "bizarre policy" was software signing, which is in fact a security feature.<p>I don't understand what "getting their act together" means here, when you're posting it on an announcement that the problem has already been fixed.  Should Firefox proactively remove all security features that risk ever posing some modicum of inconvenience to users?  Because that would be...  all of them.</p>
]]></description><pubDate>Mon, 06 May 2019 05:00:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=19836985</link><dc:creator>eevee</dc:creator><comments>https://news.ycombinator.com/item?id=19836985</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19836985</guid></item><item><title><![CDATA[New comment by eevee in "Ask HN: Who are your favourite people to follow on Mastodon?"]]></title><description><![CDATA[
<p>but hey, that's what CWs are for</p>
]]></description><pubDate>Tue, 03 Apr 2018 19:43:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=16748388</link><dc:creator>eevee</dc:creator><comments>https://news.ycombinator.com/item?id=16748388</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16748388</guid></item><item><title><![CDATA[New comment by eevee in "Google will kill Python 3, and it might be a good thing"]]></title><description><![CDATA[
<p>It's bad that the runtime is fragmented.  Google will fix it by creating a new runtime</p>
]]></description><pubDate>Sun, 12 Mar 2017 23:24:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=13853907</link><dc:creator>eevee</dc:creator><comments>https://news.ycombinator.com/item?id=13853907</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13853907</guid></item><item><title><![CDATA[New comment by eevee in "PyPy 5.0 Released"]]></title><description><![CDATA[
<p>"Once the commercial world catches up to python 3..."<p>fwiw, lack of PyPy support is one of the most common reasons I hear for people being leery of Python 3.  Of <i>course</i> the people using PyPy aren't the people excited to move to Python 3, if they're effectively mutually exclusive.</p>
]]></description><pubDate>Thu, 10 Mar 2016 21:18:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=11262427</link><dc:creator>eevee</dc:creator><comments>https://news.ycombinator.com/item?id=11262427</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11262427</guid></item><item><title><![CDATA[New comment by eevee in "Code that will break in Python 4"]]></title><description><![CDATA[
<p>What do you do when a value passes between major versions which have different implementations of its type?  What do you do with the `int` type, which was actually two separate types in Python 2?  What do you do when the binary representation of strings changes (as it did in the 3 series) and you want to pass that into Python 2 land?  What do you do about extension modules written in C, which many popular Python libraries use to speed up hot code?  Do you include copies of both standard libraries, meaning you now have duplicate modules and may get one or the other depending on the tag in your file?  Which version of Python 2 do you target?  What happens when there's a bug in one Python 2 implementation but not the other?  How do you handle having two C APIs at the same time?<p>You mention C++ as though it worked out great, but C++ is <i>still</i> full of sharp edges and features that interact weirdly with its C legacy, and it has never completely replaced C (especially for libraries).  And that's despite having a few advantages that made it possible in the first place, like having a completely different stdlib built on top of the C stdlib, and producing machine code rather than compiling for a VM on the fly.</p>
]]></description><pubDate>Tue, 12 Jan 2016 23:55:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=10891325</link><dc:creator>eevee</dc:creator><comments>https://news.ycombinator.com/item?id=10891325</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10891325</guid></item><item><title><![CDATA[New comment by eevee in "The Website Obesity Crisis"]]></title><description><![CDATA[
<p>The default text size in every browser, as far as I'm aware, is actually 16px.  The text on Hacker News is 12px, because virtually every designer decides they know better than the browser settings.<p>Which one are you thinking of as the "default"?</p>
]]></description><pubDate>Fri, 01 Jan 2016 20:40:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=10823313</link><dc:creator>eevee</dc:creator><comments>https://news.ycombinator.com/item?id=10823313</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10823313</guid></item><item><title><![CDATA[New comment by eevee in "Make a Doom level, part 2: design"]]></title><description><![CDATA[
<p>Overall, I don't think Doom 2 is actually much more abstract than Doom 1.  I suspect the real difference is that all of Romero's levels were clumped together in the shareware episode of Doom 1, which is what everyone remembers.  Sandy Petersen (who does the really abstract weird stuff) did episodes 2 and 3, but his Doom 2 levels were strewn throughout the game, even in the Earth-like sections that you'd expect to be more realistic.</p>
]]></description><pubDate>Thu, 31 Dec 2015 19:31:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=10819212</link><dc:creator>eevee</dc:creator><comments>https://news.ycombinator.com/item?id=10819212</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10819212</guid></item><item><title><![CDATA[New comment by eevee in "Copyright is Broken"]]></title><description><![CDATA[
<p>"Yes, hello, Nintendo?  Let's talk business.  I'm a starving artist and I want to sell some Pikachu buttons."</p>
]]></description><pubDate>Sat, 24 Oct 2015 06:22:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=10442680</link><dc:creator>eevee</dc:creator><comments>https://news.ycombinator.com/item?id=10442680</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10442680</guid></item><item><title><![CDATA[New comment by eevee in "Copyright is Broken"]]></title><description><![CDATA[
<p>Why not?  It's your work.  You can't really be competing with Nintendo, because they can't create that same picture, because they don't employ you.  Also you are extremely unlikely to be making a material impact on the bottom line of a <i>multi-billion-dollar international media company</i>.<p>Also, this is a thing many people already do, so I'm really advocating that it's fine for them to continue doing it.</p>
]]></description><pubDate>Sat, 24 Oct 2015 06:12:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=10442660</link><dc:creator>eevee</dc:creator><comments>https://news.ycombinator.com/item?id=10442660</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10442660</guid></item><item><title><![CDATA[New comment by eevee in "Copyright is Broken"]]></title><description><![CDATA[
<p>You seem to be assuming that derivative work doesn't require hard work of its own.  I tried to make the point that this game is itself a derivative of other things, without which it couldn't exist.<p>Even if you did do that: why would anyone buy it in lieu of the original?</p>
]]></description><pubDate>Sat, 24 Oct 2015 06:08:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=10442652</link><dc:creator>eevee</dc:creator><comments>https://news.ycombinator.com/item?id=10442652</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10442652</guid></item><item><title><![CDATA[New comment by eevee in "Copyright is Broken"]]></title><description><![CDATA[
<p>Undertale doesn't have achievements, leaderboards, modding, or multiplayer.  I think it has cloud save, but it's like a 6-hour game so that's not a particularly alluring feature here.</p>
]]></description><pubDate>Sat, 24 Oct 2015 06:06:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=10442645</link><dc:creator>eevee</dc:creator><comments>https://news.ycombinator.com/item?id=10442645</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10442645</guid></item><item><title><![CDATA[New comment by eevee in "Copyright is Broken"]]></title><description><![CDATA[
<p>I'm not talking about putting someone else's art on buttons.  I'm talking about artists putting <i>their own art</i> on buttons.</p>
]]></description><pubDate>Sat, 24 Oct 2015 06:04:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=10442632</link><dc:creator>eevee</dc:creator><comments>https://news.ycombinator.com/item?id=10442632</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10442632</guid></item><item><title><![CDATA[New comment by eevee in "The sad state of web app deployment"]]></title><description><![CDATA[
<p>I hope you can imagine why I might not want to reinstall the OS and have to redeploy half a dozen other things, just so this particular one gets easier.</p>
]]></description><pubDate>Fri, 18 Sep 2015 09:27:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=10238225</link><dc:creator>eevee</dc:creator><comments>https://news.ycombinator.com/item?id=10238225</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10238225</guid></item><item><title><![CDATA[New comment by eevee in "The sad state of web app deployment"]]></title><description><![CDATA[
<p>You lost me right around the point where you compared x86 vs x86_64 to a toaster and a teapot.<p>Nothing about Ruby forum software necessitates a 64-bit kernel.  (Which I have, incidentally.)  According to Docker, nothing about Docker necessitates a 64-bit kernel either!  It's an entirely arbitrary requirement, inherited by the forum software for support reasons rather than technical reasons, and for some reason you are blaming me for not meeting it.<p>I certainly believe that people manage the 30 minute installation.  I would've been much happier if I managed it as well.<p>And Web deployments must suck, <i>or we wouldn't need Docker</i>.  Right?  I mean, the whole appeal is that we can take all this arduous ad-hoc crap and just shove it in a box.  Unfortunately, it's still arduous ad-hoc crap; we just don't have to look at it as often now.</p>
]]></description><pubDate>Fri, 18 Sep 2015 09:12:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=10238179</link><dc:creator>eevee</dc:creator><comments>https://news.ycombinator.com/item?id=10238179</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10238179</guid></item><item><title><![CDATA[New comment by eevee in "The sad state of web app deployment"]]></title><description><![CDATA[
<p>Last time I complained about this, a few people said exactly the same thing, but naming a different product.</p>
]]></description><pubDate>Fri, 18 Sep 2015 08:34:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=10238099</link><dc:creator>eevee</dc:creator><comments>https://news.ycombinator.com/item?id=10238099</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10238099</guid></item><item><title><![CDATA[New comment by eevee in "The sad state of web app deployment"]]></title><description><![CDATA[
<p>It also warns you if you try to use gmail to send mail, because gmail throttles you to <i>only</i> sending 2000 emails per 24 hours.</p>
]]></description><pubDate>Fri, 18 Sep 2015 08:33:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=10238098</link><dc:creator>eevee</dc:creator><comments>https://news.ycombinator.com/item?id=10238098</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10238098</guid></item><item><title><![CDATA[New comment by eevee in "The sad state of web app deployment"]]></title><description><![CDATA[
<p>I observe that they'll happily charge you $99 to install it on your machine <i>for</i> you.</p>
]]></description><pubDate>Fri, 18 Sep 2015 08:32:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=10238093</link><dc:creator>eevee</dc:creator><comments>https://news.ycombinator.com/item?id=10238093</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10238093</guid></item><item><title><![CDATA[New comment by eevee in "The sad state of web app deployment"]]></title><description><![CDATA[
<p>Actually I suggest writing <i>less</i> code, assuming that Docker is a whole lot of code and "what if we write down dependencies" is more interface than code.</p>
]]></description><pubDate>Fri, 18 Sep 2015 08:30:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=10238088</link><dc:creator>eevee</dc:creator><comments>https://news.ycombinator.com/item?id=10238088</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=10238088</guid></item></channel></rss>