<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: kigiri</title><link>https://news.ycombinator.com/user?id=kigiri</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 20 Apr 2026 23:15:45 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=kigiri" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by kigiri in "Turtle WoW classic server announces shutdown after Blizzard wins injunction"]]></title><description><![CDATA[
<p>TurtleWoW wasn't a simple copy of the original game, you can see this as a legit extension it's a lot of work.<p>Sure it's no way comparable to the initial work of the original game but it's short sighted to think it's just a rip-off</p>
]]></description><pubDate>Mon, 20 Apr 2026 12:14:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=47833174</link><dc:creator>kigiri</dc:creator><comments>https://news.ycombinator.com/item?id=47833174</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47833174</guid></item><item><title><![CDATA[New comment by kigiri in "Turtle WoW classic server announces shutdown after Blizzard wins injunction"]]></title><description><![CDATA[
<p>I agree with your first statement, this match what I've witness when I learned coding by doing my own private sever.<p>But I can ensure you that my motivation wasn't money, and I don't think it's the case for most starting projects. How ever, with success come temptation, also if you can easily justify getting some cash<p>I could hire some dev, I could get a better server, do some promotion, etc...<p>And then when money arrive it's hard not to feel all your hard work doesn't deserve a bit of the share.<p>To me the main issue is that there is no legitimate way to license blizz IP and give back a share.<p>TurtleWoW wasn't a simple "recycle the content and don't pay for retail" type, and those are actually a lot of work interesting take on the classic game.<p>It's a shame there are no good legal way to make a legit business to explore those ideas more seriously and for the "private server scene" to grow up in it.</p>
]]></description><pubDate>Mon, 20 Apr 2026 12:12:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=47833161</link><dc:creator>kigiri</dc:creator><comments>https://news.ycombinator.com/item?id=47833161</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47833161</guid></item><item><title><![CDATA[New comment by kigiri in "The three pillars of JavaScript bloat"]]></title><description><![CDATA[
<p>I work on a ~9y old nodejs codebase, have none of those issues, we have 8 dependencies, this is fully resolved tree.<p>One to generate zip files, one for markdown parsing, connecting to postgres, etc... most of them have no sub dependencies.<p>We always reach out first to what nodejs lib have, try to glue ourself small specific piece of code when needed.<p>The app is very stable and we have very few frustrations I used to have before. Note that we used to have way more but bit by bit removed them.<p>Now I would whitelist anything from the deno std* lib, they did a great job with that, even if you don't use Deno, with what ever your runtime provide plus deno std you never need more than a few packages to build anything.<p>JS is doing pretty good if you are mindful about it.</p>
]]></description><pubDate>Sun, 22 Mar 2026 19:54:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47481421</link><dc:creator>kigiri</dc:creator><comments>https://news.ycombinator.com/item?id=47481421</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47481421</guid></item><item><title><![CDATA[New comment by kigiri in "NPM flooded with malicious packages downloaded more than 86k times"]]></title><description><![CDATA[
<p>Deno solves this, it's not a JavaScript Issue, it's a Node.JS / NPM issue.</p>
]]></description><pubDate>Fri, 31 Oct 2025 10:27:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=45770415</link><dc:creator>kigiri</dc:creator><comments>https://news.ycombinator.com/item?id=45770415</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45770415</guid></item><item><title><![CDATA[New comment by kigiri in "The React Foundation"]]></title><description><![CDATA[
<p>We moved a 8y/old React app to preact in a few lines of code, barely anything was needed.<p>I think the signals integrations are great added value to the "classic React" formula.<p>Light weight bundles too, can't recommend it enough.</p>
]]></description><pubDate>Thu, 09 Oct 2025 20:19:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=45532598</link><dc:creator>kigiri</dc:creator><comments>https://news.ycombinator.com/item?id=45532598</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45532598</guid></item><item><title><![CDATA[New comment by kigiri in "Show HN: DataRamen, a Fast SQL Explorer with Automatic Joins and Data Navigation"]]></title><description><![CDATA[
<p>You can find screenshots here: <a href="https://dev.to/9zemian5/tired-of-writing-sql-just-to-explore-your-db-me-too-so-i-built-this-5hjj" rel="nofollow">https://dev.to/9zemian5/tired-of-writing-sql-just-to-explore...</a> (might be outdated, didn't test the tool)<p>On my part, I would like to see sqlite support and screenshots on the mainpage, also not a big fan of running an unknown command on my data.<p>Since you run locally, any value of having the frontend loaded from a website instead of just opening it in localhost ?</p>
]]></description><pubDate>Wed, 16 Jul 2025 13:29:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=44582120</link><dc:creator>kigiri</dc:creator><comments>https://news.ycombinator.com/item?id=44582120</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44582120</guid></item><item><title><![CDATA[New comment by kigiri in "You might not need WebSockets"]]></title><description><![CDATA[
<p>My strategy for this kind of situation is to avoid direct rejection.
Instead of saying stuff like "it's unnescessary" or "you are wrong", I push for trying first without.<p>I would say:<p>> Once we have a working MVP without websockets we can talk again to think about using websocket.<p>Most times, once something is working, they then stop to care, or we have other priorities then.</p>
]]></description><pubDate>Sat, 12 Apr 2025 13:15:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=43664100</link><dc:creator>kigiri</dc:creator><comments>https://news.ycombinator.com/item?id=43664100</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43664100</guid></item><item><title><![CDATA[New comment by kigiri in "Show HN: Nue – Apps lighter than a React button"]]></title><description><![CDATA[
<p>100% agree, I felt very put off by the tone, I think HTMX pull it off by not taking itself too seriously and also having good insights.<p>I wish the homepage talked more about how nue approach the problems rather than how better than other framework it is.</p>
]]></description><pubDate>Tue, 01 Apr 2025 15:54:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=43548295</link><dc:creator>kigiri</dc:creator><comments>https://news.ycombinator.com/item?id=43548295</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43548295</guid></item><item><title><![CDATA[New comment by kigiri in "OpenAI says it has evidence DeepSeek used its model to train competitor"]]></title><description><![CDATA[
<p>Nice one, thank you for sharing !</p>
]]></description><pubDate>Wed, 29 Jan 2025 16:54:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=42867578</link><dc:creator>kigiri</dc:creator><comments>https://news.ycombinator.com/item?id=42867578</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42867578</guid></item><item><title><![CDATA[New comment by kigiri in "I still like Sublime Text"]]></title><description><![CDATA[
<p>What I love most is how well "out of the box" sublime work for me.
Even on a fresh install it's very usable without doing anything, I usually install about 3 extensions (not counting specific language syntax support).<p>Integrated LSP would be nice to have, but most of the time I don't use it and I like to be able to turn it of and have the simple autocomplete that is very predictable and unintrusive.<p>And performance, I know Zed showed some benchmarks on how fast it is, I still had some hang up from time to time with it and some crash, I can't suffer jankiness in my editor, it stress me out.<p>Thanks for the work done on Sublime.</p>
]]></description><pubDate>Wed, 29 Jan 2025 16:50:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=42867494</link><dc:creator>kigiri</dc:creator><comments>https://news.ycombinator.com/item?id=42867494</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42867494</guid></item><item><title><![CDATA[New comment by kigiri in "Summary – Daily game by auf and tup"]]></title><description><![CDATA[
<p>I thought it was a wordle variant, but was gladly surprised it feels more like playing sudoku. Everything is based on deduction and you don't need to have a good english vocabulary !</p>
]]></description><pubDate>Tue, 30 Jan 2024 21:01:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=39195756</link><dc:creator>kigiri</dc:creator><comments>https://news.ycombinator.com/item?id=39195756</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39195756</guid></item><item><title><![CDATA[Summary – Daily game by auf and tup]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.auftup.com/summary">https://www.auftup.com/summary</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=39195755">https://news.ycombinator.com/item?id=39195755</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Tue, 30 Jan 2024 21:01:10 +0000</pubDate><link>https://www.auftup.com/summary</link><dc:creator>kigiri</dc:creator><comments>https://news.ycombinator.com/item?id=39195755</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39195755</guid></item><item><title><![CDATA[New comment by kigiri in "Ask HN: Am I getting older or did typing on the iPhone become unbearable?"]]></title><description><![CDATA[
<p>Yeah, I really love this keyboard, if only it was still alive, didn't find a successor</p>
]]></description><pubDate>Tue, 25 Oct 2022 09:27:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=33328221</link><dc:creator>kigiri</dc:creator><comments>https://news.ycombinator.com/item?id=33328221</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33328221</guid></item><item><title><![CDATA[New comment by kigiri in "Ask HN: Inherited the worst code and tech team I have ever seen. How to fix it?"]]></title><description><![CDATA[
<p>This use allow to update SELECT operations, but UPDATE / DELETE still have to be done on the old underlying schema right ?<p>No way to trigger a DELETE from a view right ? How would you approach this ?</p>
]]></description><pubDate>Mon, 19 Sep 2022 09:03:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=32895976</link><dc:creator>kigiri</dc:creator><comments>https://news.ycombinator.com/item?id=32895976</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32895976</guid></item><item><title><![CDATA[New comment by kigiri in "Deno 1.10 Release Notes"]]></title><description><![CDATA[
<p>Yeah the communication with V8 and all the API are in rust, V8 is still in c++</p>
]]></description><pubDate>Wed, 12 May 2021 08:43:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=27128139</link><dc:creator>kigiri</dc:creator><comments>https://news.ycombinator.com/item?id=27128139</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27128139</guid></item><item><title><![CDATA[New comment by kigiri in "Deno 1.10 Release Notes"]]></title><description><![CDATA[
<p>But the bad ecosystem in npm is one of the main reason he made deno, that's what deno/std is for.<p>While not stable yet, they are working to address this very issue<p>Zig is looking great but also, solving a different problem</p>
]]></description><pubDate>Wed, 12 May 2021 08:41:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=27128125</link><dc:creator>kigiri</dc:creator><comments>https://news.ycombinator.com/item?id=27128125</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27128125</guid></item><item><title><![CDATA[New comment by kigiri in "Show HN: Skruv – No-dependency, no-build, small JavaScript framework"]]></title><description><![CDATA[
<p>Also, solid.js</p>
]]></description><pubDate>Sat, 10 Apr 2021 01:33:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=26758161</link><dc:creator>kigiri</dc:creator><comments>https://news.ycombinator.com/item?id=26758161</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26758161</guid></item><item><title><![CDATA[New comment by kigiri in "Apple to Deprecate Scripting Languages in Future Versions of macOS"]]></title><description><![CDATA[
<p>They are so many things that I would have removed out of macOS over this, Oh well.</p>
]]></description><pubDate>Wed, 26 Jun 2019 17:08:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=20286928</link><dc:creator>kigiri</dc:creator><comments>https://news.ycombinator.com/item?id=20286928</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20286928</guid></item></channel></rss>