<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: lpzimm</title><link>https://news.ycombinator.com/user?id=lpzimm</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sun, 03 May 2026 19:19:12 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=lpzimm" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by lpzimm in "Please, FOSS world, we need something like ChromeOS"]]></title><description><![CDATA[
<p>Also, it's pretty common to install linux to revive old laptops that might have outdated hardware.</p>
]]></description><pubDate>Mon, 21 Jul 2025 16:16:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=44636967</link><dc:creator>lpzimm</dc:creator><comments>https://news.ycombinator.com/item?id=44636967</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44636967</guid></item><item><title><![CDATA[New comment by lpzimm in "Zorin OS"]]></title><description><![CDATA[
<p>They mean through proton, which is Valve's compatibility layer based on wine. It was made for the arch-based steam deck but can be used on most (any?) distros. IME it works surprisingly well, although some games drop out when the anti-cheat gets updated, then might come back when proton updates.<p><a href="https://help.zorin.com/docs/apps-games/play-games/#steam" rel="nofollow">https://help.zorin.com/docs/apps-games/play-games/#steam</a></p>
]]></description><pubDate>Wed, 09 Jul 2025 05:48:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=44506690</link><dc:creator>lpzimm</dc:creator><comments>https://news.ycombinator.com/item?id=44506690</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44506690</guid></item><item><title><![CDATA[New comment by lpzimm in "Adding a feature because ChatGPT incorrectly thinks it exists"]]></title><description><![CDATA[
<p>Pretty goofy but I wonder if LLM code editors could start tallying which methods are hallucinated most often by library. A bad LSP setup would create a lot of noise though.</p>
]]></description><pubDate>Mon, 07 Jul 2025 15:30:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=44491397</link><dc:creator>lpzimm</dc:creator><comments>https://news.ycombinator.com/item?id=44491397</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44491397</guid></item><item><title><![CDATA[New comment by lpzimm in "Ask HN: How do I learn robotics in 2025?"]]></title><description><![CDATA[
<p>AI trivializes coding: the complexity and scope of robot software will increase.<p>Robotics-oriented ML trivializes current robot design problems: demand for robotics engineers increases, the projects do cooler things but the day-to-day gets less interesting.<p>Both: this is probably just AGI right?</p>
]]></description><pubDate>Mon, 02 Jun 2025 18:04:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=44161443</link><dc:creator>lpzimm</dc:creator><comments>https://news.ycombinator.com/item?id=44161443</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44161443</guid></item><item><title><![CDATA[New comment by lpzimm in "Reasoning models don't always say what they think"]]></title><description><![CDATA[
<p>Oh sorry, these are two separate chats, I wasn't clear. I would agree that if I had asked them in the same chat it would sound pretty normal.<p>When I ask about best practices it does still give me the volatile keyword. (I don't even think that's wrong, when I threw it in Godbolt with -O3 or -Os I couldn't find a compiler that optimized it away.)</p>
]]></description><pubDate>Thu, 03 Apr 2025 20:21:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=43574886</link><dc:creator>lpzimm</dc:creator><comments>https://news.ycombinator.com/item?id=43574886</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43574886</guid></item><item><title><![CDATA[New comment by lpzimm in "Reasoning models don't always say what they think"]]></title><description><![CDATA[
<p>Not exactly the same as this study, but I'll ask questions to LLMs with and without subtle hints to see if it changes the answer and it almost always does. For example, paraphrased:<p>No hint: "I have an otherwise unused variable that I want to use to record things for the debugger, but I find it's often optimized out. How do I prevent this from happening?"<p>Answer: 1. Mark it as volatile (...)<p>Hint: "I have an otherwise unused variable that I want to use to record things for the debugger, but I find it's often optimized out. Can I solve this with the volatile keyword or is that a misconception?"<p>Answer: Using volatile is a common suggestion to prevent optimizations, but it does not guarantee that an unused variable will not be optimized out. Try (...)<p>This is Claude 3.7 Sonnet.</p>
]]></description><pubDate>Thu, 03 Apr 2025 19:06:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=43573967</link><dc:creator>lpzimm</dc:creator><comments>https://news.ycombinator.com/item?id=43573967</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43573967</guid></item></channel></rss>