<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: outpost_mystic2</title><link>https://news.ycombinator.com/user?id=outpost_mystic2</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 12 Jul 2026 23:57:09 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=outpost_mystic2" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by outpost_mystic2 in "Postgres rewritten in Rust, now passing 100% of the Postgres regression tests"]]></title><description><![CDATA[
<p>It doesnt. Processes can share memory</p>
]]></description><pubDate>Fri, 10 Jul 2026 04:15:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48855678</link><dc:creator>outpost_mystic2</dc:creator><comments>https://news.ycombinator.com/item?id=48855678</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48855678</guid></item><item><title><![CDATA[New comment by outpost_mystic2 in "My thoughts on the Bun Rust rewrite"]]></title><description><![CDATA[
<p>I think I'm missing something; neither zig nor rust are GC languages. Did bun originally start off in javascript or something, and the rewrite you're referring to is from JS to zig?</p>
]]></description><pubDate>Thu, 09 Jul 2026 13:03:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=48845185</link><dc:creator>outpost_mystic2</dc:creator><comments>https://news.ycombinator.com/item?id=48845185</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48845185</guid></item><item><title><![CDATA[New comment by outpost_mystic2 in "An OpenAI model has disproved a central conjecture in discrete geometry"]]></title><description><![CDATA[
<p>> It's ludicrous to claim that they have some kind of reasoning ability.<p>Did you read the post that you're commenting on?<p>It seems wholly believable to me that they are narrow intelligences that are great at some kinds of reasoning and worse at other kinds. Obviously they can reason through problems that most adult humans can't solve</p>
]]></description><pubDate>Thu, 21 May 2026 03:49:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=48217649</link><dc:creator>outpost_mystic2</dc:creator><comments>https://news.ycombinator.com/item?id=48217649</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48217649</guid></item><item><title><![CDATA[New comment by outpost_mystic2 in "What are skiplists good for?"]]></title><description><![CDATA[
<p>Sorry if this is a dumb question but wouldn't vector<float> and vector<int> generate different code on get/set? Since floats go in different registers/need different instructions to load/store them to memory? Or is it something like, actually all of the std::vector functions technically operate on T&, and manipulating the pointers can use the same code, and really it's the optimizer that has to think about float vs int registers or something</p>
]]></description><pubDate>Mon, 20 Apr 2026 00:40:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47829093</link><dc:creator>outpost_mystic2</dc:creator><comments>https://news.ycombinator.com/item?id=47829093</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47829093</guid></item><item><title><![CDATA[New comment by outpost_mystic2 in "Httpz – Zero-Allocation HTTP/1.1 Parser for OxCaml"]]></title><description><![CDATA[
<p>By default in oxcaml, "stack" / local allocations happen in a separate stack on the heap (which the runtime allocates for you). If you allocate enough to exceed that capacity, it will resize it dynamically for you.</p>
]]></description><pubDate>Sat, 10 Jan 2026 19:43:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=46569224</link><dc:creator>outpost_mystic2</dc:creator><comments>https://news.ycombinator.com/item?id=46569224</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46569224</guid></item></channel></rss>