<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: TheMrZZ</title><link>https://news.ycombinator.com/user?id=TheMrZZ</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 24 Apr 2026 08:32:50 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=TheMrZZ" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by TheMrZZ in "Our eighth generation TPUs: two chips for the agentic era"]]></title><description><![CDATA[
<p>> A single TPU 8t superpod now scales to 9,600 chips and two petabytes of shared high bandwidth memory, with double the interchip bandwidth of the previous generation. This architecture delivers 121 ExaFlops of compute and allows the most complex models to leverage a single, massive pool of memory.<p>This seems impressive. I don't know much about the space, so maybe it's not actually that great, but from my POV it looks like a competitive advantage for Google.</p>
]]></description><pubDate>Wed, 22 Apr 2026 12:47:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47862816</link><dc:creator>TheMrZZ</dc:creator><comments>https://news.ycombinator.com/item?id=47862816</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47862816</guid></item><item><title><![CDATA[New comment by TheMrZZ in "What if database branching was easy?"]]></title><description><![CDATA[
<p>Snowflake uses a similar system with their 0-copy cloning. It starts with the original table's partition, and keeps track of the delta created by subsequent operations. Always found that builtin mechanism pretty neat!</p>
]]></description><pubDate>Mon, 20 Apr 2026 13:23:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=47833972</link><dc:creator>TheMrZZ</dc:creator><comments>https://news.ycombinator.com/item?id=47833972</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47833972</guid></item><item><title><![CDATA[New comment by TheMrZZ in "Welcome to FastMCP"]]></title><description><![CDATA[
<p>For MCP servers, there's no need to install a potentially untrusted software on your computer. Remote MCP can do very little harm, a CLI though? You're vulnerable to bad actors or supply chain attacks.<p>For client side MCP it's a different story.</p>
]]></description><pubDate>Tue, 24 Mar 2026 21:51:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=47509952</link><dc:creator>TheMrZZ</dc:creator><comments>https://news.ycombinator.com/item?id=47509952</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47509952</guid></item><item><title><![CDATA[New comment by TheMrZZ in "Just talk to it – A way of agentic engineering"]]></title><description><![CDATA[
<p>I don't know how much SWE get paid in your area, but I sure hope it's not 1000$/month.<p>Though I'm aligned that I don't (yet) believe in this "AI writes all my code for me" statements.</p>
]]></description><pubDate>Wed, 15 Oct 2025 11:56:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=45591045</link><dc:creator>TheMrZZ</dc:creator><comments>https://news.ycombinator.com/item?id=45591045</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45591045</guid></item><item><title><![CDATA[New comment by TheMrZZ in "PEP 810 – Explicit lazy imports"]]></title><description><![CDATA[
<p>Feels like a good feature, with a simple explanation, real world use cases, and a scoped solution (global only, pretty simple keyword). I like it!</p>
]]></description><pubDate>Fri, 03 Oct 2025 19:05:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=45466562</link><dc:creator>TheMrZZ</dc:creator><comments>https://news.ycombinator.com/item?id=45466562</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45466562</guid></item><item><title><![CDATA[New comment by TheMrZZ in "The first Media over QUIC CDN: Cloudflare"]]></title><description><![CDATA[
<p>My Samsung S24 Ultra shows black lines too, on Chrome and Samsung Internet.</p>
]]></description><pubDate>Sat, 23 Aug 2025 10:18:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=44994848</link><dc:creator>TheMrZZ</dc:creator><comments>https://news.ycombinator.com/item?id=44994848</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44994848</guid></item><item><title><![CDATA[New comment by TheMrZZ in "Generating Simpson's Paradox with Z3"]]></title><description><![CDATA[
<p>To add some proofs to my answer, I actually coded a Z3 program to prove it! The 3-variables version takes too long to resolve, but I got results for the 2-variables version (tumor size + gender):<p>Results can be found in this GSheet: <a href="https://docs.google.com/spreadsheets/d/1tsBhElTgXjVTeas8quarGE7Go4n9DZ1aTUomnvUeIKs/edit?usp=sharing" rel="nofollow">https://docs.google.com/spreadsheets/d/1tsBhElTgXjVTeas8quar...</a><p>Code is here: <a href="https://gist.github.com/TheMrZZ/c33927ca2cc917997a67d7f84b8205c9" rel="nofollow">https://gist.github.com/TheMrZZ/c33927ca2cc917997a67d7f84b82...</a><p>I'm currently running the 3-variables version, hopefully I'll get results this afternoon.<p>We can clearly see the same problems that arise in the 1-variable Simpson's paradox (widely different population sizes).</p>
]]></description><pubDate>Mon, 12 Aug 2024 14:29:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=41224796</link><dc:creator>TheMrZZ</dc:creator><comments>https://news.ycombinator.com/item?id=41224796</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41224796</guid></item><item><title><![CDATA[New comment by TheMrZZ in "Generating Simpson's Paradox with Z3"]]></title><description><![CDATA[
<p>> If the previous comment is right<p>I actually coded a Z3 program to prove it! The 3-variables version takes too long to resolve, but I got results for the 2-variables version (tumor size + gender):<p>Results can be found in this GSheet: <a href="https://docs.google.com/spreadsheets/d/1tsBhElTgXjVTeas8quarGE7Go4n9DZ1aTUomnvUeIKs/edit?usp=sharing" rel="nofollow">https://docs.google.com/spreadsheets/d/1tsBhElTgXjVTeas8quar...</a><p>Code is here: <a href="https://gist.github.com/TheMrZZ/c33927ca2cc917997a67d7f84b8205c9" rel="nofollow">https://gist.github.com/TheMrZZ/c33927ca2cc917997a67d7f84b82...</a><p>I'm currently running the 3-variables version, hopefully I'll get results this afternoon.<p>We can clearly see the same problems that arise in the 1-variable Simpson's paradox (widely different population sizes).</p>
]]></description><pubDate>Mon, 12 Aug 2024 14:28:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=41224790</link><dc:creator>TheMrZZ</dc:creator><comments>https://news.ycombinator.com/item?id=41224790</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41224790</guid></item><item><title><![CDATA[New comment by TheMrZZ in "Generating Simpson's Paradox with Z3"]]></title><description><![CDATA[
<p>Biggest trap of Simpson's paradox is the results can change with every level of granularity.<p>If you take the example of Treatment A vs Treatment B for tumors, you can get infinite layers of seemingly contradicting statemens:
- Overall, Treatment A has better average results
- But if you add tumor size, Treatment B is always better
- But if you add gender to size, Treatment B is always better
- But if you add age category to gender and size, Treatment A is always better
- etc...<p>It totally contradicts our instincts, and shows statistics can be profoundly misleading (intentionally or not).</p>
]]></description><pubDate>Sun, 11 Aug 2024 22:47:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=41219829</link><dc:creator>TheMrZZ</dc:creator><comments>https://news.ycombinator.com/item?id=41219829</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41219829</guid></item><item><title><![CDATA[New comment by TheMrZZ in "Using S3 as a Container Registry"]]></title><description><![CDATA[
<p>Aside from the casino story (high value target that likely faces tons of attacks, therefore an expensive customer for CF), did something happen with them? I'm not aware of bad press around them in general</p>
]]></description><pubDate>Fri, 12 Jul 2024 13:40:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=40945490</link><dc:creator>TheMrZZ</dc:creator><comments>https://news.ycombinator.com/item?id=40945490</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40945490</guid></item><item><title><![CDATA[New comment by TheMrZZ in "Nvidia to Acquire Run:AI"]]></title><description><![CDATA[
<p>I suspect having a 10M population "only" + very bad commercial relations with their direct neighbours make Israeli startups think global from scratch. In Europe, most startups tend to think local-first, which hinders their scaling.</p>
]]></description><pubDate>Wed, 24 Apr 2024 13:50:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=40144417</link><dc:creator>TheMrZZ</dc:creator><comments>https://news.ycombinator.com/item?id=40144417</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40144417</guid></item><item><title><![CDATA[New comment by TheMrZZ in "This Voice Doesn't Exist – Generative Voice AI"]]></title><description><![CDATA[
<p>Hi! Are your models english only, or do you plan on tackling other languages?</p>
]]></description><pubDate>Fri, 13 Jan 2023 12:23:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=34366775</link><dc:creator>TheMrZZ</dc:creator><comments>https://news.ycombinator.com/item?id=34366775</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34366775</guid></item></channel></rss>