<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: SmasherEpilepti</title><link>https://news.ycombinator.com/user?id=SmasherEpilepti</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 28 Aug 2026 09:28:58 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=SmasherEpilepti" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by SmasherEpilepti in "Decompiling a Nintendo 64 game in 84 days"]]></title><description><![CDATA[
<p>That's a terrible analogy. It's more like using a typewriter where the job is calligraphy.<p>I use LLMs at work all the time, and it truly does feel like somebody else coding for me, and me reviewing, cleaning up, and asking for changes. It's really not my work, nor is it my code, but I'm still fine bringing it in.<p>I also don't use LLMs on my personal code done in my free time because I want my brain to still be fully functional in a few years.</p>
]]></description><pubDate>Fri, 28 Aug 2026 00:00:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=49472778</link><dc:creator>SmasherEpilepti</dc:creator><comments>https://news.ycombinator.com/item?id=49472778</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49472778</guid></item><item><title><![CDATA[New comment by SmasherEpilepti in "Decompiling a Nintendo 64 game in 84 days"]]></title><description><![CDATA[
<p>A decompilation is not clean room, nor is it "created from scratch". If that was the case, you could just compile a program to remove the copyright, because the machine code doesn't resemble the source code at all either.<p>A reimplementation or a behavior-based clone is an entirely different legal world from decompilation.</p>
]]></description><pubDate>Thu, 27 Aug 2026 23:56:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=49472754</link><dc:creator>SmasherEpilepti</dc:creator><comments>https://news.ycombinator.com/item?id=49472754</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49472754</guid></item><item><title><![CDATA[New comment by SmasherEpilepti in "Executable Is a SQLite Database"]]></title><description><![CDATA[
<p>> ELF MECHANISM: .strtab / .dynstr
> The database primitive it reinvents: string interning<p>> Surprisingly a lot more falls out as well: .dynstr is gone, because name is TEXT and SQLite already interns strings<p>What's with this claim? SQLite does not intern strings, as far as I can find anywhere, and a quick test shows that duplicate strings are actually duplicated in a database file. You can intern strings in SQLite manually with an intern string table, but it doesn't happen automatically.</p>
]]></description><pubDate>Mon, 24 Aug 2026 19:44:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=49424898</link><dc:creator>SmasherEpilepti</dc:creator><comments>https://news.ycombinator.com/item?id=49424898</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49424898</guid></item></channel></rss>