<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: 0x1d7</title><link>https://news.ycombinator.com/user?id=0x1d7</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 08 Jun 2026 15:57:22 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=0x1d7" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by 0x1d7 in "OneDrive data now has an expiry date"]]></title><description><![CDATA[
<p>What does this have to do with the article you're responding to which is about OneDrive for Business?<p>More HN comments, less reddit comments, please.</p>
]]></description><pubDate>Mon, 08 Jun 2026 12:29:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=48444487</link><dc:creator>0x1d7</dc:creator><comments>https://news.ycombinator.com/item?id=48444487</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48444487</guid></item><item><title><![CDATA[New comment by 0x1d7 in "OneDrive data now has an expiry date"]]></title><description><![CDATA[
<p>Odfb has always had a SharePoint backend. Used to be called MySites and carried no relation to the consumer product you’re confusing it with.</p>
]]></description><pubDate>Mon, 08 Jun 2026 11:21:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=48443930</link><dc:creator>0x1d7</dc:creator><comments>https://news.ycombinator.com/item?id=48443930</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48443930</guid></item><item><title><![CDATA[New comment by 0x1d7 in "WSL vs Wine"]]></title><description><![CDATA[
<p>> What does Windows offer these devs that is missing in Linux?<p>A stable ABI. Then there are the specifics to the apps you're mentioning (i.e., decent color calibration support, memory management, display drivers).<p>We saw what happened with OS/2 supporting DOS/Win16 apps. Why bother with writing anything for OS/2 and lock yourself into a smaller market?<p>But this has been discussed to death on HN, if you search for it.</p>
]]></description><pubDate>Sun, 07 Jun 2026 16:35:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=48436423</link><dc:creator>0x1d7</dc:creator><comments>https://news.ycombinator.com/item?id=48436423</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48436423</guid></item><item><title><![CDATA[New comment by 0x1d7 in "WSL 2 is getting faster Windows file system access"]]></title><description><![CDATA[
<p>This is correct. The flexibility of the file system filter model does have a performance penalty and you will see that across file systems.<p>This is why 'DevDrive' exists for ReFS, to reduce that penalty (though ReFS comes with it's own, namely in write performance due to journaling).<p>The model wasn't a big deal back in the day of IDE and SCSI, but it certainly shows on flash storage.</p>
]]></description><pubDate>Sat, 06 Jun 2026 20:47:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=48428864</link><dc:creator>0x1d7</dc:creator><comments>https://news.ycombinator.com/item?id=48428864</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48428864</guid></item><item><title><![CDATA[New comment by 0x1d7 in "Coreutils for Windows"]]></title><description><![CDATA[
<p>NT does not have a fork-alike API. The NT internal APIs are all known.</p>
]]></description><pubDate>Fri, 05 Jun 2026 17:11:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=48415431</link><dc:creator>0x1d7</dc:creator><comments>https://news.ycombinator.com/item?id=48415431</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48415431</guid></item><item><title><![CDATA[New comment by 0x1d7 in "WSL 2 is getting faster Windows file system access"]]></title><description><![CDATA[
<p>It's the file system filters that are an issue on Windows. It trades performance for extensibility.<p>NTFS itself is a fast file system.</p>
]]></description><pubDate>Fri, 05 Jun 2026 03:07:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=48407469</link><dc:creator>0x1d7</dc:creator><comments>https://news.ycombinator.com/item?id=48407469</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48407469</guid></item><item><title><![CDATA[New comment by 0x1d7 in "MacBook Neo Is So Popular That Apple Doubled Production"]]></title><description><![CDATA[
<p>IME edu operates much differently than [US] corporations which use a 3 - 5 year deprecation schedule. Edu is more 'run it until it doesn't'.</p>
]]></description><pubDate>Wed, 03 Jun 2026 19:52:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=48389035</link><dc:creator>0x1d7</dc:creator><comments>https://news.ycombinator.com/item?id=48389035</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48389035</guid></item><item><title><![CDATA[New comment by 0x1d7 in "Coreutils for Windows"]]></title><description><![CDATA[
<p>Yes, but the Executive has a hard dependence on Win32 for service control.</p>
]]></description><pubDate>Wed, 03 Jun 2026 12:31:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=48383115</link><dc:creator>0x1d7</dc:creator><comments>https://news.ycombinator.com/item?id=48383115</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48383115</guid></item><item><title><![CDATA[New comment by 0x1d7 in "Coreutils for Windows"]]></title><description><![CDATA[
<p>The NT kernel does not understand fork(). You can-sorta-fake-it, which is what WSL1 did. There's no equivalent to fork() in any version of Windows. From your link:<p>> As an example, the Linux fork() syscall has no direct equivalent call documented for Windows. When a fork system call is made to the Windows Subsystem for Linux, lxcore.sys does some of the initial work to prepare for copying the process. It then calls internal Windows NT kernel APIs to create the process with the correct semantics, and completes copying additional data for the new process.<p>The MSFT driver prepped something-like-fork and then called the native NtCreateProcess, which does not implement anything like fork().</p>
]]></description><pubDate>Wed, 03 Jun 2026 00:46:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=48378229</link><dc:creator>0x1d7</dc:creator><comments>https://news.ycombinator.com/item?id=48378229</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48378229</guid></item><item><title><![CDATA[New comment by 0x1d7 in "Coreutils for Windows"]]></title><description><![CDATA[
<p>POSIX was implemented as a subsystem.<p>And it was never _fully_ implemented, as my post said. The NT kernel doesn't support certain POSIX semantics (fork).</p>
]]></description><pubDate>Tue, 02 Jun 2026 22:42:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=48377314</link><dc:creator>0x1d7</dc:creator><comments>https://news.ycombinator.com/item?id=48377314</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48377314</guid></item><item><title><![CDATA[New comment by 0x1d7 in "Coreutils for Windows"]]></title><description><![CDATA[
<p>The NT kernel could never implement full POSIX semantics. It would have to be another UN*X clone to do so.<p>And that would suck.</p>
]]></description><pubDate>Tue, 02 Jun 2026 19:08:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=48374757</link><dc:creator>0x1d7</dc:creator><comments>https://news.ycombinator.com/item?id=48374757</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48374757</guid></item><item><title><![CDATA[New comment by 0x1d7 in "Coreutils for Windows"]]></title><description><![CDATA[
<p>NT shipped with USC-2 as UTF-8 (and -16) did not yet exist. USC-2 naturally translated to UTF-16, hence the choice. NT/Win32 is also designed for fixed-with code units, something UTF-8 doesn't support.<p>You can use UTF-8 on a per-application basis, within limits.<p><a href="https://learn.microsoft.com/en-us/windows/apps/design/globalizing/use-utf8-code-page" rel="nofollow">https://learn.microsoft.com/en-us/windows/apps/design/global...</a><p>Conversely, UEFI is UTF-16 only, thanks to Windows.<p>UTF-8 only would be an ABI breaking change, so that's not going to happen. We don't want the NT kernel to end up like Linux, after all :-)</p>
]]></description><pubDate>Tue, 02 Jun 2026 18:56:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=48374606</link><dc:creator>0x1d7</dc:creator><comments>https://news.ycombinator.com/item?id=48374606</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48374606</guid></item></channel></rss>