<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: catlifeonmars</title><link>https://news.ycombinator.com/user?id=catlifeonmars</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 19 Aug 2026 19:52:51 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=catlifeonmars" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by catlifeonmars in "Solo – a .so loader for static Linux binaries"]]></title><description><![CDATA[
<p>So not completely static, since it must link against a libc :P</p>
]]></description><pubDate>Wed, 19 Aug 2026 00:39:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=49355039</link><dc:creator>catlifeonmars</dc:creator><comments>https://news.ycombinator.com/item?id=49355039</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49355039</guid></item><item><title><![CDATA[New comment by catlifeonmars in "How to disable or avoid intrusive AI"]]></title><description><![CDATA[
<p>It’s shorthand for “makes you cringe” :shrug:</p>
]]></description><pubDate>Tue, 18 Aug 2026 02:59:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=49340717</link><dc:creator>catlifeonmars</dc:creator><comments>https://news.ycombinator.com/item?id=49340717</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49340717</guid></item><item><title><![CDATA[New comment by catlifeonmars in "Software Engineering fundamentals matter more"]]></title><description><![CDATA[
<p>> The only situation where I didn't see this happening was in startups where people are actually busy.<p>FWIW you still see this, it just tends to not survive for too long.</p>
]]></description><pubDate>Sun, 16 Aug 2026 19:43:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=49322998</link><dc:creator>catlifeonmars</dc:creator><comments>https://news.ycombinator.com/item?id=49322998</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49322998</guid></item><item><title><![CDATA[New comment by catlifeonmars in "What happens when an LLM never sees material beyond fifth grade?"]]></title><description><![CDATA[
<p>Does it not know how to say “I don’t know”?</p>
]]></description><pubDate>Sun, 16 Aug 2026 19:18:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=49322807</link><dc:creator>catlifeonmars</dc:creator><comments>https://news.ycombinator.com/item?id=49322807</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49322807</guid></item><item><title><![CDATA[New comment by catlifeonmars in "Does anyone run Postgres without PgBouncer?"]]></title><description><![CDATA[
<p>That’s ok if the number of workers is bounded and small. But if you’re operating on the order of hundreds to thousands of workers, maybe not so much.</p>
]]></description><pubDate>Sun, 16 Aug 2026 18:59:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=49322657</link><dc:creator>catlifeonmars</dc:creator><comments>https://news.ycombinator.com/item?id=49322657</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49322657</guid></item><item><title><![CDATA[New comment by catlifeonmars in "Show HN: I built a native app for coding agents with Rust and GPUI"]]></title><description><![CDATA[
<p>The lack of commas in the title yields some ambiguity:<p>- is it an app for creating custom agents?<p>- do the agents use Rust and GPUI?</p>
]]></description><pubDate>Sun, 16 Aug 2026 04:16:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=49316863</link><dc:creator>catlifeonmars</dc:creator><comments>https://news.ycombinator.com/item?id=49316863</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49316863</guid></item><item><title><![CDATA[New comment by catlifeonmars in "A controversial Alzheimer's surgery is said to reverse symptoms"]]></title><description><![CDATA[
<p>Hanlon’s razor much?</p>
]]></description><pubDate>Sat, 15 Aug 2026 18:20:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=49312913</link><dc:creator>catlifeonmars</dc:creator><comments>https://news.ycombinator.com/item?id=49312913</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49312913</guid></item><item><title><![CDATA[New comment by catlifeonmars in "Google is making private AI practical with homomorphic encryption"]]></title><description><![CDATA[
<p>They’re not equivalent. One provides a best effort guarantee and is not trivial to implement correctly (it’s the Secure Enclave). I agree that you _could_ do all those things and do them correctly. However there are a lot more points of failure.<p>E2E encryption (including homomorphic encryption) have the nice property that there are much fewer ways for things to fail.<p>(Tangentially, attestation is basically trying to ensure that faults are obvious, but that doesn’t reduce the probability of the faults in the first place).</p>
]]></description><pubDate>Sat, 15 Aug 2026 04:29:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=49307640</link><dc:creator>catlifeonmars</dc:creator><comments>https://news.ycombinator.com/item?id=49307640</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49307640</guid></item><item><title><![CDATA[New comment by catlifeonmars in "Google is making private AI practical with homomorphic encryption"]]></title><description><![CDATA[
<p>> aren’t there more efficient ways<p>Heh yes absolutely, but there is some nuance.<p>Secure Enclave still requires you to trust the operator and also trust that it’s configured properly, supply chain is secure, etc.<p>The beauty of FHE is that it doesn’t rely on the compute being secure. All you need to secure are things you already have control over as a client.<p>I agree with you it’s still way too slow to be generally useful. (By general, I mean practical for arbitrary computation — you can relax the requirement and have fast homomorphic encryption if you only do specific kinds of operations).</p>
]]></description><pubDate>Sat, 15 Aug 2026 04:00:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=49307517</link><dc:creator>catlifeonmars</dc:creator><comments>https://news.ycombinator.com/item?id=49307517</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49307517</guid></item><item><title><![CDATA[New comment by catlifeonmars in "Google is making private AI practical with homomorphic encryption"]]></title><description><![CDATA[
<p>If the bottleneck is data transfer rate or volume, then I think you’ll find more use from today’s FHE. Incidentally there is a fair amount of overlap in the use case space between homomorphisms and oblivious transfer.</p>
]]></description><pubDate>Sat, 15 Aug 2026 03:52:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=49307476</link><dc:creator>catlifeonmars</dc:creator><comments>https://news.ycombinator.com/item?id=49307476</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49307476</guid></item><item><title><![CDATA[New comment by catlifeonmars in "How I use LLMs to learn complex topics"]]></title><description><![CDATA[
<p>I don’t agree with the implication that there has to be a practical reason to learn new things. I enjoy learning new technologies because it’s fun.</p>
]]></description><pubDate>Sun, 09 Aug 2026 20:16:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=49235356</link><dc:creator>catlifeonmars</dc:creator><comments>https://news.ycombinator.com/item?id=49235356</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49235356</guid></item><item><title><![CDATA[New comment by catlifeonmars in "LLMs won't break symmetric crypto"]]></title><description><![CDATA[
<p>Agreed that many of the articles claims are a bit weak. One point is reasonably strong though: symmetric crypto may not be breakable (battle tested).</p>
]]></description><pubDate>Thu, 06 Aug 2026 03:03:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=49191904</link><dc:creator>catlifeonmars</dc:creator><comments>https://news.ycombinator.com/item?id=49191904</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49191904</guid></item><item><title><![CDATA[New comment by catlifeonmars in "LLMs won't break symmetric crypto"]]></title><description><![CDATA[
<p>Perhaps, but it’s still trivially easy to increase the difficulty of factorization problems on classical computers, We need a machine that can run Shor’s algorithm before integer factorization is practical and we’re still a long way out f  M that.</p>
]]></description><pubDate>Thu, 06 Aug 2026 02:54:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=49191853</link><dc:creator>catlifeonmars</dc:creator><comments>https://news.ycombinator.com/item?id=49191853</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49191853</guid></item><item><title><![CDATA[New comment by catlifeonmars in "Octane – React’s programming model, compiled"]]></title><description><![CDATA[
<p>Code quality at one point in time is useful, but what you want is dependability over time and responsiveness to security fixes; this means looking at the maintainer and their attention to detail.<p>Sure, the website by itself doesn’t mean anything, but placed into context it could mean the maintainer doesn’t put much effort into clear, unambiguous communication.</p>
]]></description><pubDate>Mon, 03 Aug 2026 16:07:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=49157656</link><dc:creator>catlifeonmars</dc:creator><comments>https://news.ycombinator.com/item?id=49157656</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49157656</guid></item><item><title><![CDATA[New comment by catlifeonmars in "Prevent cognitive debt by manually retyping LLM-generated code"]]></title><description><![CDATA[
<p>Don’t good generals know how everyone else in their army does their jobs? At the very least to the extent they can see through the bullshit.<p>For example, I don’t handwrite the code that the compiler produces, but I know how to troubleshoot the IR/assembly and fix optimization issues that arise occasionally. That makes me better at my job of directing the compiler.</p>
]]></description><pubDate>Mon, 03 Aug 2026 15:18:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=49156939</link><dc:creator>catlifeonmars</dc:creator><comments>https://news.ycombinator.com/item?id=49156939</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49156939</guid></item><item><title><![CDATA[New comment by catlifeonmars in "When random.bytes() runs but doesn't work"]]></title><description><![CDATA[
<p>A lot of the vulnerabilities being discovered are low hanging fruit. An LLM could discover them, but so could a human.<p>Let me amend your statement:<p>If the industry most seasoned experts are not engaging in regular security reviews of their firmware, they are not experts, but clowns.<p>LLMs are useful for this but not absolutely necessary to address the core issue.</p>
]]></description><pubDate>Sun, 02 Aug 2026 15:22:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=49145449</link><dc:creator>catlifeonmars</dc:creator><comments>https://news.ycombinator.com/item?id=49145449</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49145449</guid></item><item><title><![CDATA[New comment by catlifeonmars in "GitHub is the wrong shape for this new world"]]></title><description><![CDATA[
<p>> I'm not going to pretend I know how to do Github better than Github<p>To be fair, there are lots of forges that are better than GitHub; knowing how to GitHub better than GitHub is an extremely low bar.</p>
]]></description><pubDate>Thu, 30 Jul 2026 01:39:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=49105216</link><dc:creator>catlifeonmars</dc:creator><comments>https://news.ycombinator.com/item?id=49105216</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49105216</guid></item><item><title><![CDATA[New comment by catlifeonmars in "Document-borne AI worms can self-propagate through Copilot for Word"]]></title><description><![CDATA[
<p>People who use machines based on the von Neumann architecture?</p>
]]></description><pubDate>Wed, 29 Jul 2026 13:14:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=49097093</link><dc:creator>catlifeonmars</dc:creator><comments>https://news.ycombinator.com/item?id=49097093</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49097093</guid></item><item><title><![CDATA[New comment by catlifeonmars in "About the security content of macOS Tahoe 26.6"]]></title><description><![CDATA[
<p>How would you enforce a single implementation of path parsing?</p>
]]></description><pubDate>Tue, 28 Jul 2026 14:53:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=49084870</link><dc:creator>catlifeonmars</dc:creator><comments>https://news.ycombinator.com/item?id=49084870</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49084870</guid></item><item><title><![CDATA[New comment by catlifeonmars in "Our position on open-weights models"]]></title><description><![CDATA[
<p>Most people on earth don’t make $200/mo.</p>
]]></description><pubDate>Tue, 28 Jul 2026 14:21:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=49084322</link><dc:creator>catlifeonmars</dc:creator><comments>https://news.ycombinator.com/item?id=49084322</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49084322</guid></item></channel></rss>