<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: Grue3</title><link>https://news.ycombinator.com/user?id=Grue3</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 08 May 2026 16:48:44 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=Grue3" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by Grue3 in "Blocking Kiwifarms"]]></title><description><![CDATA[
<p>There is at least one CF customer who was doxxed by Kiwifarms after expressing displeasure with Cloudflare's initial decision. CF CEO (eastdakota) blocked this customer when he complained about it [1] So much for free speech + great customer service!<p>[1] <a href="https://twitter.com/GossiTheDog/status/1565629001862873088" rel="nofollow">https://twitter.com/GossiTheDog/status/1565629001862873088</a></p>
]]></description><pubDate>Sun, 04 Sep 2022 00:29:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=32708197</link><dc:creator>Grue3</dc:creator><comments>https://news.ycombinator.com/item?id=32708197</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32708197</guid></item><item><title><![CDATA[New comment by Grue3 in "Cloudflare's abuse policies and approach"]]></title><description><![CDATA[
<p>So you agree that Cloudflare should be criminally liable for hosting extremist content? (yes, providing CDN service counts as hosting, as the content is stored on Cloudflare's servers)</p>
]]></description><pubDate>Wed, 31 Aug 2022 17:55:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=32665896</link><dc:creator>Grue3</dc:creator><comments>https://news.ycombinator.com/item?id=32665896</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32665896</guid></item><item><title><![CDATA[New comment by Grue3 in "Cloudflare's abuse policies and approach"]]></title><description><![CDATA[
<p>So, Cloudflare is basically saying they <i>would</i> host Daily Stormer, 8chan etc. from this point on. I bet this policy will go over like a lead brick in media coverage.</p>
]]></description><pubDate>Wed, 31 Aug 2022 15:07:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=32663052</link><dc:creator>Grue3</dc:creator><comments>https://news.ycombinator.com/item?id=32663052</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32663052</guid></item><item><title><![CDATA[New comment by Grue3 in "Cloudflare's abuse policies and approach"]]></title><description><![CDATA[
<p>When was a platform for doxing and harassment a tenet of liberalism? "Your liberty to swing your fist ends just where my nose begins".</p>
]]></description><pubDate>Wed, 31 Aug 2022 14:54:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=32662815</link><dc:creator>Grue3</dc:creator><comments>https://news.ycombinator.com/item?id=32662815</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32662815</guid></item><item><title><![CDATA[New comment by Grue3 in "Python 3.9"]]></title><description><![CDATA[
<p>The fact that you can overwrite built-in functions is not a point in favor of the language. Imagine you do this in a library and everyone using print() in their project would use a modified print instead. You could've just modified sys.stdout instead.</p>
]]></description><pubDate>Tue, 06 Oct 2020 15:55:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=24699079</link><dc:creator>Grue3</dc:creator><comments>https://news.ycombinator.com/item?id=24699079</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24699079</guid></item><item><title><![CDATA[New comment by Grue3 in "Python 3.9"]]></title><description><![CDATA[
<p><p><pre><code>    for v in data_values: print v
</code></pre>
Is exactly the same length but much more readable.</p>
]]></description><pubDate>Tue, 06 Oct 2020 10:33:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=24696340</link><dc:creator>Grue3</dc:creator><comments>https://news.ycombinator.com/item?id=24696340</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24696340</guid></item><item><title><![CDATA[New comment by Grue3 in "Python 3.9"]]></title><description><![CDATA[
<p>This. It's hilarious how the parser <i>knows</i> what you're trying to do when using print statement in ipython and such, but still raises an Exception instead of printing the damn thing. Am I in the REPL to work on something, or to be frustrated by the ridiculous syntax? Just DWIM, Jesus Christ.</p>
]]></description><pubDate>Tue, 06 Oct 2020 10:29:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=24696318</link><dc:creator>Grue3</dc:creator><comments>https://news.ycombinator.com/item?id=24696318</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24696318</guid></item><item><title><![CDATA[New comment by Grue3 in "The Era of Visual Studio Code"]]></title><description><![CDATA[
<p>For Python work I use a pretty much out-of-the-box Emacs, with "magit" being the only plugin of note installed. And I also used "web-mode" when I was doing webdev. magit is the best Git interface ever, and a built-in Emacs feature called TRAMP allows for remote editing. I'm running ipython in a separate terminal. I don't really understand why you'd need something more than a text editor to edit Python code.<p>Now for Common Lisp I use SLIME, which I guess does count as IDE, seeing as it's much more powerful than most IDEs.</p>
]]></description><pubDate>Thu, 24 Sep 2020 12:46:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=24578068</link><dc:creator>Grue3</dc:creator><comments>https://news.ycombinator.com/item?id=24578068</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24578068</guid></item><item><title><![CDATA[New comment by Grue3 in "Learning How to Learn Japanese"]]></title><description><![CDATA[
<p>I'm using 2 Anki decks to learn Japanese: one was something named "COREplus" with keys in kana and the answers showing kanji and definition of the word. I figured it would be useful to pick out words from their pronounciation alone, despite the amount of homophones. The second deck I generated myself [1], it includes kanji <i>and</i> words containing kanji, and also statistics on how often each pronounciation of kanji is encountered. Finishing this deck allows you to read quite a lot of things (although it doesn't cover words containing non-Joyo kanji).<p>Now when I wanted to take an JLPT exam, I realized that my listening skills are awful, and my grammar skills aren't very good either. I started watching grammar lessons on Youtube in Japanese, as well as random videos in Japanese (mostly about trains/traveling). In the end I just barely passed listening (JLPT N2) but my grammar skills were really good.<p>[1] <a href="https://ankiweb.net/shared/info/831167744" rel="nofollow">https://ankiweb.net/shared/info/831167744</a></p>
]]></description><pubDate>Thu, 24 Sep 2020 12:21:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=24577866</link><dc:creator>Grue3</dc:creator><comments>https://news.ycombinator.com/item?id=24577866</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24577866</guid></item><item><title><![CDATA[New comment by Grue3 in "Louisiana voter registration portal mysteriously shuts down on Registration Day"]]></title><description><![CDATA[
<p>If voting doesn't matter, why do authoritarian governments try so damn hard to suppress it? Riddle me this.</p>
]]></description><pubDate>Thu, 24 Sep 2020 11:49:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=24577660</link><dc:creator>Grue3</dc:creator><comments>https://news.ycombinator.com/item?id=24577660</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24577660</guid></item><item><title><![CDATA[New comment by Grue3 in "Disney criticised for filming Mulan in China's Xinjiang province"]]></title><description><![CDATA[
<p>There are a lot of countries that don't currently engage in genocide against ethnic minorities. Some are even named "China" [1].<p>[1] <a href="https://en.wikipedia.org/wiki/Republic_of_China" rel="nofollow">https://en.wikipedia.org/wiki/Republic_of_China</a></p>
]]></description><pubDate>Wed, 09 Sep 2020 14:52:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=24421648</link><dc:creator>Grue3</dc:creator><comments>https://news.ycombinator.com/item?id=24421648</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24421648</guid></item><item><title><![CDATA[New comment by Grue3 in "Dear Google Cloud: Your Deprecation Policy Is Killing You"]]></title><description><![CDATA[
<p>The funny thing is, if you type print with space it <i>recognizes</i> what you meant, and still wouldn't do it, raising an exception instead. It would've cost them literally nothing to support both ways to write print, since the parser has to detect statement print anyway.</p>
]]></description><pubDate>Mon, 17 Aug 2020 19:13:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=24190705</link><dc:creator>Grue3</dc:creator><comments>https://news.ycombinator.com/item?id=24190705</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24190705</guid></item><item><title><![CDATA[New comment by Grue3 in "Python 3.8 Makes me Sad Again"]]></title><description><![CDATA[
<p>>This works because regular dicts have guaranteed ordering since Python 3.7<p>But the API is different! OrderedDict has more methods that have to do with order, and `reverse` works on its `.keys()` and `.values()`. Or did they fix this in 3.8?</p>
]]></description><pubDate>Mon, 17 Aug 2020 10:30:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=24185855</link><dc:creator>Grue3</dc:creator><comments>https://news.ycombinator.com/item?id=24185855</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24185855</guid></item><item><title><![CDATA[New comment by Grue3 in "Hong Kong media tycoon Jimmy Lai arrested under national security law"]]></title><description><![CDATA[
<p>>And what does Apple get in return?<p>Not being complicit in genocide isn't enough reward by itself?</p>
]]></description><pubDate>Fri, 14 Aug 2020 21:27:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=24163491</link><dc:creator>Grue3</dc:creator><comments>https://news.ycombinator.com/item?id=24163491</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24163491</guid></item><item><title><![CDATA[New comment by Grue3 in "Men rescued from Pacific island after writing SOS in sand"]]></title><description><![CDATA[
<p>>Is SOS known to all cultures?<p>At least all cultures who listen to ABBA <a href="https://www.youtube.com/watch?v=cvChjHcABPA" rel="nofollow">https://www.youtube.com/watch?v=cvChjHcABPA</a></p>
]]></description><pubDate>Thu, 06 Aug 2020 10:40:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=24069727</link><dc:creator>Grue3</dc:creator><comments>https://news.ycombinator.com/item?id=24069727</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24069727</guid></item><item><title><![CDATA[New comment by Grue3 in "Google adds "Black-owned" business attribute to local listings"]]></title><description><![CDATA[
<p>What's next, marking Jewish-owned businesses and LGBT-owned businesses? We don't learn from history at all, do we?</p>
]]></description><pubDate>Sat, 01 Aug 2020 17:26:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=24022238</link><dc:creator>Grue3</dc:creator><comments>https://news.ycombinator.com/item?id=24022238</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24022238</guid></item><item><title><![CDATA[New comment by Grue3 in "New ‘Meow’ attack has deleted almost 4k unsecured databases"]]></title><description><![CDATA[
<p>Docker overriding iptables rules, in my case. I was using somebody else's project distributed via docker-compose config, which made the port for elasticsearch public, which I was not aware of (I don't normally use docker or elasticsearch). Luckily I was able to regenerate the data stored in elasticsearch, though I had to do it twice because it got wiped again after regeneration and then I had to google what the hell is going on.</p>
]]></description><pubDate>Mon, 27 Jul 2020 15:23:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=23965952</link><dc:creator>Grue3</dc:creator><comments>https://news.ycombinator.com/item?id=23965952</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23965952</guid></item><item><title><![CDATA[New comment by Grue3 in "Why is the Fessenheim 2 nuclear power plant closing in France?"]]></title><description><![CDATA[
<p>Why should France care about what they think? Germany could try not importing French carbon neutral nuclear energy if they hate it so much.</p>
]]></description><pubDate>Thu, 16 Jul 2020 09:22:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=23857211</link><dc:creator>Grue3</dc:creator><comments>https://news.ycombinator.com/item?id=23857211</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23857211</guid></item><item><title><![CDATA[New comment by Grue3 in "Yamato becomes Japan's first city to 'ban' use of phones while walking"]]></title><description><![CDATA[
<p>My point was that this law makes 12% of pedestrians illegal, which is too high, not that nobody does this.</p>
]]></description><pubDate>Sat, 04 Jul 2020 19:13:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=23734274</link><dc:creator>Grue3</dc:creator><comments>https://news.ycombinator.com/item?id=23734274</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23734274</guid></item><item><title><![CDATA[New comment by Grue3 in "Yamato becomes Japan's first city to 'ban' use of phones while walking"]]></title><description><![CDATA[
<p>Drunk driving had to be banned because it's just too dangerous. It had to be eradicated at all costs even despite many people violating this law. On the other hand there's no indication that texting while walking is more dangerous than walking while drunk. Walking is a low-risk activity which doesn't require a license and people routinely do it while being under an influence.</p>
]]></description><pubDate>Sat, 04 Jul 2020 19:11:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=23734265</link><dc:creator>Grue3</dc:creator><comments>https://news.ycombinator.com/item?id=23734265</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23734265</guid></item></channel></rss>