<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: mrcode007</title><link>https://news.ycombinator.com/user?id=mrcode007</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 18 Apr 2026 12:25:32 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mrcode007" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by mrcode007 in "Austin’s surge of new housing construction drove down rents"]]></title><description><![CDATA[
<p>This 1000x. Folks don’t get that the primary market != secondary market. Same as pre-IPO stock holder != IPO time buyer.</p>
]]></description><pubDate>Thu, 19 Mar 2026 02:30:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=47434120</link><dc:creator>mrcode007</dc:creator><comments>https://news.ycombinator.com/item?id=47434120</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47434120</guid></item><item><title><![CDATA[New comment by mrcode007 in "Wind power slashed 4.6B euros off electricity bills in Spain last year"]]></title><description><![CDATA[
<p>Solar prevents sun from hitting the ground causing death of the plants preventing photosynthesis and suffocating life on earth. Did I get it right?</p>
]]></description><pubDate>Wed, 14 Jan 2026 21:51:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=46624147</link><dc:creator>mrcode007</dc:creator><comments>https://news.ycombinator.com/item?id=46624147</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46624147</guid></item><item><title><![CDATA[New comment by mrcode007 in "US will ban Wall Street investors from buying single-family homes"]]></title><description><![CDATA[
<p>It’s not gobbledygook. I think for most people it’s hard to grasp the scale of the entire industries outside of their area of professional expertise so you can look at some numbers here:<p><a href="https://www.milliman.com/en/insight/mortgage-market-and-housing-trends-q2-2025" rel="nofollow">https://www.milliman.com/en/insight/mortgage-market-and-hous...</a><p><a href="https://www.sifma.org/issues/market-structure/housing-finance" rel="nofollow">https://www.sifma.org/issues/market-structure/housing-financ...</a></p>
]]></description><pubDate>Wed, 07 Jan 2026 23:36:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=46534824</link><dc:creator>mrcode007</dc:creator><comments>https://news.ycombinator.com/item?id=46534824</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46534824</guid></item><item><title><![CDATA[New comment by mrcode007 in "I've been writing ring buffers wrong all these years (2016)"]]></title><description><![CDATA[
<p>In fact this a crux of the problem in low latency code and there are ways to combat this.<p>I know there is an academic wait-free and lock-free definition but folks use those often incorrectly as a slogan that something is magically better because it’s „lockfree”.<p>Imagine how _you_ would implement a read-modify-write atomic in the CPU and why E stands for exclusive (sort of like exclusive in a mutex)</p>
]]></description><pubDate>Sat, 20 Dec 2025 01:34:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=46332949</link><dc:creator>mrcode007</dc:creator><comments>https://news.ycombinator.com/item?id=46332949</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46332949</guid></item><item><title><![CDATA[New comment by mrcode007 in "I've been writing ring buffers wrong all these years (2016)"]]></title><description><![CDATA[
<p>Yes. [1] has background, [2] has the implementation (fig 2. pseudocode). Since you understood my comment I trust you can figure out the rest :) it’s a very neat trick.<p>[1]<a href="https://www.microsoft.com/en-us/research/publication/concurrent-reading-writing/" rel="nofollow">https://www.microsoft.com/en-us/research/publication/concurr...</a>
[2]<a href="https://arxiv.org/pdf/1012.1824" rel="nofollow">https://arxiv.org/pdf/1012.1824</a></p>
]]></description><pubDate>Sat, 20 Dec 2025 01:26:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=46332908</link><dc:creator>mrcode007</dc:creator><comments>https://news.ycombinator.com/item?id=46332908</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46332908</guid></item><item><title><![CDATA[New comment by mrcode007 in "I've been writing ring buffers wrong all these years (2016)"]]></title><description><![CDATA[
<p>There is one more way that is truly lock free. Most lock free implementations relying on atomic compare and swap instructions are not lock free afaik; they have a lock on the cache line in the CPU (in a way you go away from global lock to many distributed locks).<p>There is one more mechanism that allows implementing ring buffers without having to compare head and tail buffers at all (and doesn’t rely on counters or empty/full flags etc) that piggybacks on the cache consistency protocol</p>
]]></description><pubDate>Thu, 18 Dec 2025 21:30:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=46319056</link><dc:creator>mrcode007</dc:creator><comments>https://news.ycombinator.com/item?id=46319056</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46319056</guid></item><item><title><![CDATA[New comment by mrcode007 in "Australia begins enforcing world-first teen social media ban"]]></title><description><![CDATA[
<p>Imagine having to show your ID demonstrating you’re not subject to the law punishing you for driving a car without a driving license.</p>
]]></description><pubDate>Thu, 11 Dec 2025 02:40:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=46227008</link><dc:creator>mrcode007</dc:creator><comments>https://news.ycombinator.com/item?id=46227008</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46227008</guid></item><item><title><![CDATA[New comment by mrcode007 in "io_uring is faster than mmap"]]></title><description><![CDATA[
<p>happens frequently in fact when training neural nets on modern hw</p>
]]></description><pubDate>Fri, 05 Sep 2025 05:24:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=45135223</link><dc:creator>mrcode007</dc:creator><comments>https://news.ycombinator.com/item?id=45135223</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45135223</guid></item><item><title><![CDATA[New comment by mrcode007 in "IRS head says free Direct File tax service is 'gone'"]]></title><description><![CDATA[
<p>The workaround is for everyone to coordinate , print and mail physical returns. Let IRS have fun with scanning and processing :) enough people do this, IRS would open up digital filing again</p>
]]></description><pubDate>Fri, 01 Aug 2025 15:06:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=44757905</link><dc:creator>mrcode007</dc:creator><comments>https://news.ycombinator.com/item?id=44757905</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44757905</guid></item><item><title><![CDATA[New comment by mrcode007 in "Lisp project of the day"]]></title><description><![CDATA[
<p>(format t "x = ~6d~%y = ~.8E~%" x y)</p>
]]></description><pubDate>Fri, 25 Jul 2025 14:55:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=44683874</link><dc:creator>mrcode007</dc:creator><comments>https://news.ycombinator.com/item?id=44683874</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44683874</guid></item><item><title><![CDATA[New comment by mrcode007 in "Jane Street barred from Indian markets as regulator freezes $566M"]]></title><description><![CDATA[
<p>it’s a known effect. Without going into details here, you can calculate first crossing time of a barrier in a stochastic process and observe that often the first crossing time decreases as the volatility increases. From there you can set one barrier at 0 (default) and draw your own conclusion.</p>
]]></description><pubDate>Sun, 06 Jul 2025 22:39:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=44484765</link><dc:creator>mrcode007</dc:creator><comments>https://news.ycombinator.com/item?id=44484765</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44484765</guid></item><item><title><![CDATA[New comment by mrcode007 in "Analytic Combinatorics – A Worked Example"]]></title><description><![CDATA[
<p>Thanks!</p>
]]></description><pubDate>Tue, 08 Apr 2025 20:52:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=43626342</link><dc:creator>mrcode007</dc:creator><comments>https://news.ycombinator.com/item?id=43626342</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43626342</guid></item><item><title><![CDATA[New comment by mrcode007 in "Trump is making Europe great again"]]></title><description><![CDATA[
<p>Planes, finance, military equipment, video games, pharmaceuticals (ever heard of ozempic?)</p>
]]></description><pubDate>Tue, 01 Apr 2025 01:03:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=43541770</link><dc:creator>mrcode007</dc:creator><comments>https://news.ycombinator.com/item?id=43541770</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43541770</guid></item><item><title><![CDATA[New comment by mrcode007 in "Trump is making Europe great again"]]></title><description><![CDATA[
<p>You’re forgetting prime brokers financing most of the US financial players on wall street 
Societe generale 
BNP paribas
UBS+Credit Suisse
Deutsche bank<p>Lets also not forget Ubisoft (French company) making assassins creed etc games<p>And airbus making planes ?</p>
]]></description><pubDate>Tue, 01 Apr 2025 01:02:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=43541761</link><dc:creator>mrcode007</dc:creator><comments>https://news.ycombinator.com/item?id=43541761</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43541761</guid></item><item><title><![CDATA[New comment by mrcode007 in "Trump is making Europe great again"]]></title><description><![CDATA[
<p>I think you’re basically wrong?<p><a href="https://en.wikipedia.org/wiki/List_of_largest_companies_in_Europe_by_revenue" rel="nofollow">https://en.wikipedia.org/wiki/List_of_largest_companies_in_E...</a></p>
]]></description><pubDate>Mon, 31 Mar 2025 23:29:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=43541151</link><dc:creator>mrcode007</dc:creator><comments>https://news.ycombinator.com/item?id=43541151</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43541151</guid></item><item><title><![CDATA[New comment by mrcode007 in "White House Says Gold Reserves May Be Used to Purchase Bitcoin"]]></title><description><![CDATA[
<p>Yep. It’s a classic grift; it even has a name „control fraud”…<p>Described in depth in „lying for money”</p>
]]></description><pubDate>Tue, 25 Mar 2025 04:54:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=43468222</link><dc:creator>mrcode007</dc:creator><comments>https://news.ycombinator.com/item?id=43468222</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43468222</guid></item><item><title><![CDATA[New comment by mrcode007 in "White House Says Gold Reserves May Be Used to Purchase Bitcoin"]]></title><description><![CDATA[
<p>Now we know that it is indeed possible to rob Fort Knox ! Brilliant plan.</p>
]]></description><pubDate>Tue, 25 Mar 2025 04:22:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=43468115</link><dc:creator>mrcode007</dc:creator><comments>https://news.ycombinator.com/item?id=43468115</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43468115</guid></item><item><title><![CDATA[New comment by mrcode007 in "Mice perform 'first aid' to revive their stricken companions"]]></title><description><![CDATA[
<p>I think it’s a different paper?<p>An innate drive to save a life
<a href="https://www.science.org/doi/10.1126/science.adv3731?url_ver=Z39.88-2003&rfr_id=ori:rid:crossref.org&rfr_dat=cr_pub%20%200pubmed" rel="nofollow">https://www.science.org/doi/10.1126/science.adv3731?url_ver=...</a></p>
]]></description><pubDate>Mon, 10 Mar 2025 02:00:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=43316233</link><dc:creator>mrcode007</dc:creator><comments>https://news.ycombinator.com/item?id=43316233</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43316233</guid></item><item><title><![CDATA[Mice perform 'first aid' to revive their stricken companions]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.thetimes.com/uk/science/article/mice-perform-first-aid-to-revive-their-stricken-companions-zqh8z38kf">https://www.thetimes.com/uk/science/article/mice-perform-first-aid-to-revive-their-stricken-companions-zqh8z38kf</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43316069">https://news.ycombinator.com/item?id=43316069</a></p>
<p>Points: 13</p>
<p># Comments: 6</p>
]]></description><pubDate>Mon, 10 Mar 2025 01:40:28 +0000</pubDate><link>https://www.thetimes.com/uk/science/article/mice-perform-first-aid-to-revive-their-stricken-companions-zqh8z38kf</link><dc:creator>mrcode007</dc:creator><comments>https://news.ycombinator.com/item?id=43316069</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43316069</guid></item><item><title><![CDATA[New comment by mrcode007 in "Tesla sales crash continues in Europe, with Germany down 70%"]]></title><description><![CDATA[
<p>first, folks need to exit/reduce their positions stealthily without disrupting the market. this takes time; for big positions it is not unusual to be exiting it for more than 6 months</p>
]]></description><pubDate>Wed, 05 Mar 2025 23:15:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=43274102</link><dc:creator>mrcode007</dc:creator><comments>https://news.ycombinator.com/item?id=43274102</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43274102</guid></item></channel></rss>