<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: chungy</title><link>https://news.ycombinator.com/user?id=chungy</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 18 Aug 2026 15:22:22 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=chungy" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by chungy in "Quake Shareware, a CD-ROM just a little too full"]]></title><description><![CDATA[
<p>Sneakernet was common also.  Say you have a class of 30 kids, and one of them has access to Usenet to grab qcrack.zip.  He'll put it on a floppy disk and share ;)</p>
]]></description><pubDate>Mon, 17 Aug 2026 23:45:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=49339242</link><dc:creator>chungy</dc:creator><comments>https://news.ycombinator.com/item?id=49339242</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49339242</guid></item><item><title><![CDATA[New comment by chungy in "Quake Shareware, a CD-ROM just a little too full"]]></title><description><![CDATA[
<p>Mind that every Quake release includes the same soundtrack, it's not just the shareware version ;)<p>There's millions of such CDs in the wild, both shareware and fully purchased copies.</p>
]]></description><pubDate>Mon, 17 Aug 2026 23:09:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=49338946</link><dc:creator>chungy</dc:creator><comments>https://news.ycombinator.com/item?id=49338946</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49338946</guid></item><item><title><![CDATA[New comment by chungy in "Quake Shareware, a CD-ROM just a little too full"]]></title><description><![CDATA[
<p>I guess they could have done a public/private key pair in 1996, but doing that over a phone call was going to be painful.  A simple password read over the phone and verified by the software was the best solution at the time.<p>Mind, this was also intended for a world where internet connectivity was not to be expected.  The majority of PC owners were not online.</p>
]]></description><pubDate>Mon, 17 Aug 2026 23:08:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=49338934</link><dc:creator>chungy</dc:creator><comments>https://news.ycombinator.com/item?id=49338934</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49338934</guid></item><item><title><![CDATA[New comment by chungy in "GIMP Development Update"]]></title><description><![CDATA[
<p>the SQLite archive format (it's probably worth linking to the main documentation[1], instead of the very old experimental repository) may not really be a good fit for something like GIMP's native file format.  (To be clear, "SQLite archives" are not special compared to any other database: it's just a well-defined schema for an sqlar table, which the sqlite3 command line tool is able to create, update, and extract using syntax like the tar command.)<p>That being said, SQLite would still be a good choice, especially as it's a format that's really intended to be modified in-place, and has good data integrity features (eg: keep WAL enabled so that mid-save crashes/shutdowns don't corrupt your file), neither of which are provided by Zip.  You could even just run zlib on data (be it XML or what have you) if optimizing the on-disk size of the file is desirable.<p>[1] <a href="https://sqlite.org/cli.html#sqlite_archive_support" rel="nofollow">https://sqlite.org/cli.html#sqlite_archive_support</a></p>
]]></description><pubDate>Mon, 17 Aug 2026 07:36:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=49327544</link><dc:creator>chungy</dc:creator><comments>https://news.ycombinator.com/item?id=49327544</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49327544</guid></item><item><title><![CDATA[New comment by chungy in "NetBSD 11.0"]]></title><description><![CDATA[
<p>> Seriously though, why still publish CD formats when a usb-stick is far more ubiquitous and much easier to actually write.<p>You can make ISO images that boot fine from both CD and USB sticks, when written to either format.  Why "Fix" something that ain't broke?</p>
]]></description><pubDate>Sat, 01 Aug 2026 23:44:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=49139710</link><dc:creator>chungy</dc:creator><comments>https://news.ycombinator.com/item?id=49139710</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49139710</guid></item><item><title><![CDATA[MAME 0.289]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.mamedev.org/?p=565">https://www.mamedev.org/?p=565</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49117660">https://news.ycombinator.com/item?id=49117660</a></p>
<p>Points: 13</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 31 Jul 2026 00:31:48 +0000</pubDate><link>https://www.mamedev.org/?p=565</link><dc:creator>chungy</dc:creator><comments>https://news.ycombinator.com/item?id=49117660</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49117660</guid></item><item><title><![CDATA[New comment by chungy in "Migrating from GNU Stow to Chezmoi"]]></title><description><![CDATA[
<p>Guix solves the same problem in similar ways, though it uses Scheme as its configuration language.</p>
]]></description><pubDate>Thu, 18 Jun 2026 18:31:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=48589495</link><dc:creator>chungy</dc:creator><comments>https://news.ycombinator.com/item?id=48589495</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48589495</guid></item><item><title><![CDATA[New comment by chungy in "86Box v6.0"]]></title><description><![CDATA[
<p>Different use cases than QEMU, honestly, to the point that there's not much overlap.  QEMU is extremely good at running modern operating systems, and not so much at older ones (DOS and Win9x are pretty sore points in QEMU).  86Box is extremely good at running old operating systems (including DOS and Win9x!), but modern operating systems are mostly out of the question (you can run WinXP, but <a href="https://86box.readthedocs.io/en/latest/usage/faq.html#can-i-use-86box-to-run-a-windows-xp-system" rel="nofollow">https://86box.readthedocs.io/en/latest/usage/faq.html#can-i-...</a>).</p>
]]></description><pubDate>Sun, 31 May 2026 04:58:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=48343161</link><dc:creator>chungy</dc:creator><comments>https://news.ycombinator.com/item?id=48343161</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48343161</guid></item><item><title><![CDATA[86Box v6.0]]></title><description><![CDATA[
<p>Article URL: <a href="https://86box.net/2026/05/31/86box-v6-0.html">https://86box.net/2026/05/31/86box-v6-0.html</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48342935">https://news.ycombinator.com/item?id=48342935</a></p>
<p>Points: 58</p>
<p># Comments: 6</p>
]]></description><pubDate>Sun, 31 May 2026 04:03:52 +0000</pubDate><link>https://86box.net/2026/05/31/86box-v6-0.html</link><dc:creator>chungy</dc:creator><comments>https://news.ycombinator.com/item?id=48342935</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48342935</guid></item><item><title><![CDATA[MAME 0.288]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.mamedev.org/?p=564">https://www.mamedev.org/?p=564</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48313267">https://news.ycombinator.com/item?id=48313267</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 28 May 2026 18:23:56 +0000</pubDate><link>https://www.mamedev.org/?p=564</link><dc:creator>chungy</dc:creator><comments>https://news.ycombinator.com/item?id=48313267</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48313267</guid></item><item><title><![CDATA[Linus Torvalds Is Unhappy About the AI Influence in Linux Kernel Development]]></title><description><![CDATA[
<p>Article URL: <a href="https://ostechnix.com/linus-torvalds-ai-influence-linux-kernel-development/">https://ostechnix.com/linus-torvalds-ai-influence-linux-kernel-development/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48267643">https://news.ycombinator.com/item?id=48267643</a></p>
<p>Points: 17</p>
<p># Comments: 6</p>
]]></description><pubDate>Mon, 25 May 2026 14:58:32 +0000</pubDate><link>https://ostechnix.com/linus-torvalds-ai-influence-linux-kernel-development/</link><dc:creator>chungy</dc:creator><comments>https://news.ycombinator.com/item?id=48267643</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48267643</guid></item><item><title><![CDATA[New comment by chungy in "Microsoft open-sources “the earliest DOS source code discovered to date”"]]></title><description><![CDATA[
<p>Files in Git don't have timestamps, only commits do.  It got swept up when `git commit --date=...` was run.</p>
]]></description><pubDate>Mon, 25 May 2026 10:05:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=48265179</link><dc:creator>chungy</dc:creator><comments>https://news.ycombinator.com/item?id=48265179</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48265179</guid></item><item><title><![CDATA[New comment by chungy in "Mounting git commits as folders with NFS (2023)"]]></title><description><![CDATA[
<p>Funny part is, that NFSv4 supports SIDs for user authentication, but the Linux implementation leaves it out (among all the other ACL features) simply on the basis that Linux doesn't support them at all.<p>The FreeBSD, Solaris, Mac OS X, and Windows (yes, even Windows) implementations of NFSv4 are fully featured with this stuff.</p>
]]></description><pubDate>Thu, 21 May 2026 17:09:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=48225971</link><dc:creator>chungy</dc:creator><comments>https://news.ycombinator.com/item?id=48225971</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48225971</guid></item><item><title><![CDATA[New comment by chungy in "Mounting git commits as folders with NFS (2023)"]]></title><description><![CDATA[
<p>Related: Fossil has a `fusefs` subcommand: <a href="https://fossil-scm.org/home/help/fusefs" rel="nofollow">https://fossil-scm.org/home/help/fusefs</a><p>The DIRECTORY/checkins/ directory doesn't list out anything by itself, but you can look things up by any of the supported checkin names (hash, tag, branch, date...): <a href="https://fossil-scm.org/home/doc/trunk/www/checkin_names.wiki" rel="nofollow">https://fossil-scm.org/home/doc/trunk/www/checkin_names.wiki</a></p>
]]></description><pubDate>Thu, 21 May 2026 15:56:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=48224877</link><dc:creator>chungy</dc:creator><comments>https://news.ycombinator.com/item?id=48224877</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48224877</guid></item><item><title><![CDATA[New comment by chungy in "Leaving GitHub for Forgejo"]]></title><description><![CDATA[
<p>Consider Fossil[1], which packages the entire repository state—code history, wiki, tickets, forum—into a single file, and that state gets cloned.<p>When/if you need to change hosting providers, you get to lose zero data in Fossil because of it.<p>[1] <a href="https://fossil-scm.org/" rel="nofollow">https://fossil-scm.org/</a></p>
]]></description><pubDate>Wed, 13 May 2026 14:34:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=48122488</link><dc:creator>chungy</dc:creator><comments>https://news.ycombinator.com/item?id=48122488</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48122488</guid></item><item><title><![CDATA[OpenZFS deduplication is good now and you shouldn't use it (2024)]]></title><description><![CDATA[
<p>Article URL: <a href="https://despairlabs.com/blog/posts/2024-10-27-openzfs-dedup-is-good-dont-use-it/">https://despairlabs.com/blog/posts/2024-10-27-openzfs-dedup-is-good-dont-use-it/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=48121453">https://news.ycombinator.com/item?id=48121453</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 13 May 2026 13:12:02 +0000</pubDate><link>https://despairlabs.com/blog/posts/2024-10-27-openzfs-dedup-is-good-dont-use-it/</link><dc:creator>chungy</dc:creator><comments>https://news.ycombinator.com/item?id=48121453</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48121453</guid></item><item><title><![CDATA[New comment by chungy in "Space Cadet Pinball on Linux"]]></title><description><![CDATA[
<p>It was actually part of Microsoft Plus! for Windows 95.  It wasn't directly available for Windows 98 at all, but the Windows 98 install disc does include an INF file so you can install it, provided you have a copy of Plus! for Windows 95.<p>It was also included with Windows NT 4.0, Windows 2000, Windows Me, and Windows XP (both the original and x64 versions).  Finally removed in Vista to never return.</p>
]]></description><pubDate>Sun, 10 May 2026 13:46:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=48083941</link><dc:creator>chungy</dc:creator><comments>https://news.ycombinator.com/item?id=48083941</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48083941</guid></item><item><title><![CDATA[New comment by chungy in "PySimpleGUI 6"]]></title><description><![CDATA[
<p>Delphi and Lazarus are still kicking, the latter is free and open source.<p>I know you asked for "the language", but Object Pascal really ain't that bad to get around.  If you were proficient in VB6, you should be fine adapting.  :-)</p>
]]></description><pubDate>Thu, 07 May 2026 21:29:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=48055325</link><dc:creator>chungy</dc:creator><comments>https://news.ycombinator.com/item?id=48055325</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48055325</guid></item><item><title><![CDATA[New comment by chungy in "SQLite Is a Library of Congress Recommended Storage Format"]]></title><description><![CDATA[
<p>Too vague of a question to give you an answer you'll likely sound satisfactory :)<p>You probably just needed to create indexes over your data to speed things up.</p>
]]></description><pubDate>Thu, 07 May 2026 16:44:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=48051577</link><dc:creator>chungy</dc:creator><comments>https://news.ycombinator.com/item?id=48051577</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48051577</guid></item><item><title><![CDATA[New comment by chungy in "SQLite Is a Library of Congress Recommended Storage Format"]]></title><description><![CDATA[
<p>> "Right joins are just left joins in the wrong direction, you don't need that crap"<p>SQLite has supported all types of joins since version 3.39 in 2022.</p>
]]></description><pubDate>Thu, 07 May 2026 13:11:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=48048997</link><dc:creator>chungy</dc:creator><comments>https://news.ycombinator.com/item?id=48048997</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48048997</guid></item></channel></rss>