<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: haileys</title><link>https://news.ycombinator.com/user?id=haileys</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 08 Jul 2026 22:24:16 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=haileys" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by haileys in "Decoding the obfuscated bash script on a Uniqlo t-shirt"]]></title><description><![CDATA[
<p>I thought it was funny that the author used a variety of OCR tools with mixed success before spending a lot of time manually fixing up the output from the best one, rather than just typing it in</p>
]]></description><pubDate>Wed, 08 Jul 2026 09:49:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48829847</link><dc:creator>haileys</dc:creator><comments>https://news.ycombinator.com/item?id=48829847</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48829847</guid></item><item><title><![CDATA[New comment by haileys in "Multicore suppport for DOS is real – partly"]]></title><description><![CDATA[
<p>> DOS barely has any concept of processes<p>That's not true - DOS lacks multitasking but it absolutely has a concept of processes. They're called PSPs (program segment prefixes, a struct containing data about that process) and the OS has a range of syscalls to manage them. Any program can spawn a child program and wait for its completion.<p>The memory allocation syscalls track which program owns each dynamically allocated block of memory (the block has a header which points to the PSP), and frees the blocks allocated by a program when it exits. The filesystem syscalls deal with file handles opened by processes in just the same way.<p>The famous "terminate and stay resident" syscall causes a program to exit and return to its parent process while keeping its PSP and dynamically allocated memory blocks intact.<p>16 bit Windows introduced multitasking but reused DOS's PSP based process model and would allocate a PSP for each Windows task, switching the current DOS PSP when switching between Windows tasks.</p>
]]></description><pubDate>Tue, 02 Jun 2026 21:13:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=48376397</link><dc:creator>haileys</dc:creator><comments>https://news.ycombinator.com/item?id=48376397</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48376397</guid></item><item><title><![CDATA[New comment by haileys in "Windows 9x Subsystem for Linux"]]></title><description><![CDATA[
<p>Yes it's a riff on WSL. It wouldn't make sense to flip the naming around - people would then just be confused about the naming in the other direction.</p>
]]></description><pubDate>Sat, 16 May 2026 23:04:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=48164564</link><dc:creator>haileys</dc:creator><comments>https://news.ycombinator.com/item?id=48164564</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48164564</guid></item><item><title><![CDATA[New comment by haileys in "Windows 9x Subsystem for Linux"]]></title><description><![CDATA[
<p>> I'm not saying Windows 9x in particular had anything super interesting going on.<p>Oh it did though, it is a <i>very</i> interesting OS. Much more interesting than it usually gets credit for.<p>It's a proper 32 bit OS with pre-emptive multitasking and demand paging that is enough of a chimera with DOS that it still supports DOS programs, 16 bit Windows apps, and even your old DOS <i>drivers</i> - side-by-side with all the new 32 bit stuff.</p>
]]></description><pubDate>Sat, 16 May 2026 22:54:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=48164501</link><dc:creator>haileys</dc:creator><comments>https://news.ycombinator.com/item?id=48164501</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48164501</guid></item><item><title><![CDATA[New comment by haileys in "LLMs are breaking 20 year old system design"]]></title><description><![CDATA[
<p>The premise is incorrect and ignorant of the history - this is sticky sessions and the idea has been around longer than 20 years.<p>The "cloud native" (as the author refers to it) idea that app servers should be stateless is actually the new idea.<p>The industry eventually reached consensus on sticky sessions being a bad idea a lot of the time. That's why stateless app servers became the norm.</p>
]]></description><pubDate>Thu, 14 May 2026 07:50:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=48132331</link><dc:creator>haileys</dc:creator><comments>https://news.ycombinator.com/item?id=48132331</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48132331</guid></item><item><title><![CDATA[New comment by haileys in "Windows 9x Subsystem for Linux"]]></title><description><![CDATA[
<p>This is correct. Win9x <i>did</i> have memory protection, it just made an intentional choice to set up wide open mappings for compatibility reasons.<p>WSL9x uses the same Win9x memory protection APIs to set up the mappings for Linux processes, and the memory protection in this context is solid. The difference is simply that there is no need to subvert it for compatibility.</p>
]]></description><pubDate>Thu, 23 Apr 2026 02:15:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=47871617</link><dc:creator>haileys</dc:creator><comments>https://news.ycombinator.com/item?id=47871617</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47871617</guid></item><item><title><![CDATA[New comment by haileys in "Windows 9x Subsystem for Linux"]]></title><description><![CDATA[
<p>I obtained the DDK from WinWorld: <a href="https://winworldpc.com/product/windows-sdk-ddk/windows-95-ddk" rel="nofollow">https://winworldpc.com/product/windows-sdk-ddk/windows-95-dd...</a><p>It's got lots of very thorough documentation and sample code to dig through</p>
]]></description><pubDate>Wed, 22 Apr 2026 23:52:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47870747</link><dc:creator>haileys</dc:creator><comments>https://news.ycombinator.com/item?id=47870747</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47870747</guid></item><item><title><![CDATA[New comment by haileys in "Windows 9x Subsystem for Linux"]]></title><description><![CDATA[
<p>doslinux is some tricky sleight of hand where it looks like Linux is running inside DOS, but it's actually the other way around (even though DOS boots first).<p>WSL9x takes quite a different approach. Windows boots first, but once Linux starts both kernels are running side-by-side in ring 0 with full privileges. They are supposed to cooperate, but if either crashes then both go down.</p>
]]></description><pubDate>Wed, 22 Apr 2026 14:25:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=47864122</link><dc:creator>haileys</dc:creator><comments>https://news.ycombinator.com/item?id=47864122</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47864122</guid></item><item><title><![CDATA[New comment by haileys in "Windows 9x Subsystem for Linux"]]></title><description><![CDATA[
<p>Well it did take me 6 years to follow that up!</p>
]]></description><pubDate>Wed, 22 Apr 2026 10:10:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47861390</link><dc:creator>haileys</dc:creator><comments>https://news.ycombinator.com/item?id=47861390</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47861390</guid></item><item><title><![CDATA[New comment by haileys in "My “grand vision” for Rust"]]></title><description><![CDATA[
<p>I find Go code mind numbing to read. There's just _so much of it_ that the parts of the code that should jump out at me for requiring greater attention get lost in the noise. Interfaces also make reading Go more difficult than it could be without LSP - there's no `impl Xyz for` to grep for.</p>
]]></description><pubDate>Mon, 09 Mar 2026 03:37:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=47304624</link><dc:creator>haileys</dc:creator><comments>https://news.ycombinator.com/item?id=47304624</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47304624</guid></item><item><title><![CDATA[New comment by haileys in "Every GitHub object has two IDs"]]></title><description><![CDATA[
<p>Encoding a type name into an ID is never really something I've viewed as being about performance. Think of it more like an area code, it's an essential part of the identifier that tells you how to interpret the rest of it.</p>
]]></description><pubDate>Wed, 14 Jan 2026 01:44:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=46611279</link><dc:creator>haileys</dc:creator><comments>https://news.ycombinator.com/item?id=46611279</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46611279</guid></item><item><title><![CDATA[New comment by haileys in "Every GitHub object has two IDs"]]></title><description><![CDATA[
<p>This is well understood - Hyrum's law.<p>You don't need encryption, a global_id database column with a randomly generated ID will do.</p>
]]></description><pubDate>Wed, 14 Jan 2026 01:38:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=46611249</link><dc:creator>haileys</dc:creator><comments>https://news.ycombinator.com/item?id=46611249</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46611249</guid></item><item><title><![CDATA[New comment by haileys in "Every GitHub object has two IDs"]]></title><description><![CDATA[
<p>> That repository ID (010:Repository2325298) had a clear structure: 010 is some type enum, followed by a colon, the word Repository, and then the database ID 2325298.<p>It's a classic length prefix. Repository has 10 chars, Tree has 4.</p>
]]></description><pubDate>Wed, 14 Jan 2026 01:18:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=46611102</link><dc:creator>haileys</dc:creator><comments>https://news.ycombinator.com/item?id=46611102</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46611102</guid></item><item><title><![CDATA[New comment by haileys in "Xr0 verifier, guarantee the safety of C programs at compile time"]]></title><description><![CDATA[
<p>Not sure what this post has to do with Rust, but people do use static analysis on C and C++. The problem is that C and C++ are so flexible that retrofitting static verification after the fact becomes quite difficult.<p>Rust restricts the shape of program you are able to write so that it's possible to statically guarantee memory safety.<p>> <i>Does it require annotations or can it validate any c code?</i><p>If you had clicked through you would see that it requires annotations.</p>
]]></description><pubDate>Sun, 04 Jan 2026 00:10:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=46483264</link><dc:creator>haileys</dc:creator><comments>https://news.ycombinator.com/item?id=46483264</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46483264</guid></item><item><title><![CDATA[New comment by haileys in "Denial of service and source code exposure in React Server Components"]]></title><description><![CDATA[
<p>Perception management<p><a href="https://en.wikipedia.org/wiki/Perception_management" rel="nofollow">https://en.wikipedia.org/wiki/Perception_management</a></p>
]]></description><pubDate>Thu, 11 Dec 2025 22:16:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=46238009</link><dc:creator>haileys</dc:creator><comments>https://news.ycombinator.com/item?id=46238009</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46238009</guid></item><item><title><![CDATA[New comment by haileys in "Spinlocks vs. Mutexes: When to Spin and When to Sleep"]]></title><description><![CDATA[
<p>Please just don't use spinlocks in userland code. It's really not the appropriate mechanism.<p>Your code will look great in your synthetic benchmarks and then it will end up burning CPU for no good reason in the real world.</p>
]]></description><pubDate>Mon, 08 Dec 2025 07:16:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=46189341</link><dc:creator>haileys</dc:creator><comments>https://news.ycombinator.com/item?id=46189341</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46189341</guid></item><item><title><![CDATA[New comment by haileys in "Endless AI-Generated Wikipedia"]]></title><description><![CDATA[
<p>It’s a poetic end, considering that the very same scraping activity without regard for cost to site operators is how these models are trained to begin with.</p>
]]></description><pubDate>Sat, 27 Sep 2025 02:56:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=45392935</link><dc:creator>haileys</dc:creator><comments>https://news.ycombinator.com/item?id=45392935</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45392935</guid></item><item><title><![CDATA[New comment by haileys in "Wild performance tricks"]]></title><description><![CDATA[
<p>What you postulate simply doesn’t match the actual experience of programming Rust</p>
]]></description><pubDate>Fri, 26 Sep 2025 00:22:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=45381081</link><dc:creator>haileys</dc:creator><comments>https://news.ycombinator.com/item?id=45381081</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45381081</guid></item><item><title><![CDATA[New comment by haileys in "Wild performance tricks"]]></title><description><![CDATA[
<p>Unsafe isn’t a security feature per se. I think this is where a lot of the misunderstanding comes from.<p>It’s a speed bump that makes you pause to think, and tells reviewers to look extra closely. It also gives you a clear boundary to reason about: it must be impossible for safe callers to trigger UB in your unsafe code.</p>
]]></description><pubDate>Thu, 25 Sep 2025 23:33:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=45380685</link><dc:creator>haileys</dc:creator><comments>https://news.ycombinator.com/item?id=45380685</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45380685</guid></item><item><title><![CDATA[New comment by haileys in "Wild performance tricks"]]></title><description><![CDATA[
<p>This is like saying there’s no point having unprivileged users if you’re going to install sudo anyway.<p>The point is to escalate capability only when you need it, and you think carefully about it when you do. This prevents accidental mistakes having catastrophic outcomes everywhere else.</p>
]]></description><pubDate>Thu, 25 Sep 2025 23:18:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=45380561</link><dc:creator>haileys</dc:creator><comments>https://news.ycombinator.com/item?id=45380561</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45380561</guid></item></channel></rss>