<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>Mon, 15 Jun 2026 19:25:59 +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 "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><item><title><![CDATA[New comment by chungy in "Tar Files Created on macOS Display Errors When Extracting on Linux (2024)"]]></title><description><![CDATA[
<p>I have bad news for you: Zip supports storing extended attributes as well.</p>
]]></description><pubDate>Mon, 04 May 2026 06:34:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48005350</link><dc:creator>chungy</dc:creator><comments>https://news.ycombinator.com/item?id=48005350</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48005350</guid></item><item><title><![CDATA[New comment by chungy in "HardenedBSD Is Now Officially on Radicle"]]></title><description><![CDATA[
<p>Is Radicle an alternative to Fossil?</p>
]]></description><pubDate>Wed, 29 Apr 2026 08:53:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=47945797</link><dc:creator>chungy</dc:creator><comments>https://news.ycombinator.com/item?id=47945797</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47945797</guid></item><item><title><![CDATA[New comment by chungy in "Before GitHub"]]></title><description><![CDATA[
<p>This is a current architectural limitation, manifests (defining check-ins) and tickets are different types of artifacts and you cannot combine the card types into the same artifact.  Changing this would likely break backwards compatibility with previous Fossil versions and I'd expect resistance.  It may still be worth bringing up on the Fossil forum if you desire the feature.<p>Personally speaking though, I don't want things automagically closed GitHub-style based on parsing a check-in comment.  An issue ought to be closed with intention.</p>
]]></description><pubDate>Wed, 29 Apr 2026 02:46:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=47943652</link><dc:creator>chungy</dc:creator><comments>https://news.ycombinator.com/item?id=47943652</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47943652</guid></item><item><title><![CDATA[New comment by chungy in "Ghostty is leaving GitHub"]]></title><description><![CDATA[
<p>> (Of course Fossil actively opposes "pull requests", separate issue)<p>Not opposition, but very little incentive for the primary developers to implement the feature.  Fossil's own developers happen to be the same as SQLite's developers, which doesn't accept outside contribution as a policy.  It results in Fossil's features being predominantly, but not exclusively, the same features needed for SQLite and little else.<p>This thread discusses avenues for implementation: <a href="https://fossil-scm.org/forum/forumpost/ce238fccfd6b124d" rel="nofollow">https://fossil-scm.org/forum/forumpost/ce238fccfd6b124d</a></p>
]]></description><pubDate>Wed, 29 Apr 2026 01:27:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=47943121</link><dc:creator>chungy</dc:creator><comments>https://news.ycombinator.com/item?id=47943121</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47943121</guid></item><item><title><![CDATA[New comment by chungy in "Ghostty is leaving GitHub"]]></title><description><![CDATA[
<p>> Other VCSes like fossil store issues alongside the repo.<p>Technically the issues in Fossil <i>are</i> part of the repository, along with the wiki, code, forum, etc.  They come along with every clone and (mostly) cannot be deleted from the historical record.<p>Items of Fossil that are merely "alongside" instead of actually in the repository include unversioned files, chatroom content, and users and access controls.  (Not an exhaustive list.)</p>
]]></description><pubDate>Wed, 29 Apr 2026 01:24:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=47943095</link><dc:creator>chungy</dc:creator><comments>https://news.ycombinator.com/item?id=47943095</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47943095</guid></item><item><title><![CDATA[New comment by chungy in "Mounting tar archives as a filesystem in WebAssembly"]]></title><description><![CDATA[
<p>What are you really proposing?  That a first ".INDEX" entry be made that contains the offsets of all the other members?<p>That could work in a backwards-compatible way (as long as no standard tar utility makes modifications to the archive...), but it's hamfisted.  Just use Zip.  It's already a well-known format with numerous implementations and already does the job that you want to do.</p>
]]></description><pubDate>Sat, 25 Apr 2026 17:44:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=47903157</link><dc:creator>chungy</dc:creator><comments>https://news.ycombinator.com/item?id=47903157</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47903157</guid></item><item><title><![CDATA[New comment by chungy in "Mounting tar archives as a filesystem in WebAssembly"]]></title><description><![CDATA[
<p>Zip has a central directory you could just query, instead of having to construct one in-memory by scanning the entire archive.  That's significantly less work.</p>
]]></description><pubDate>Fri, 24 Apr 2026 16:45:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47892667</link><dc:creator>chungy</dc:creator><comments>https://news.ycombinator.com/item?id=47892667</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47892667</guid></item></channel></rss>