<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: p4ul</title><link>https://news.ycombinator.com/user?id=p4ul</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 04 Aug 2026 18:18:44 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=p4ul" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by p4ul in "What most histories get wrong about MUMPS's first standard"]]></title><description><![CDATA[
<p>My understanding is that this an essential component of their "Chronicles" database system. I'd be curious to hear more recent perspectives.</p>
]]></description><pubDate>Tue, 21 Jul 2026 03:42:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=48987773</link><dc:creator>p4ul</dc:creator><comments>https://news.ycombinator.com/item?id=48987773</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48987773</guid></item><item><title><![CDATA[New comment by p4ul in "The anatomy of an AI-native org"]]></title><description><![CDATA[
<p>Thanks for your comments, @chaboud! I definitely agree that LLMs _can_ be an amazing tool for learning, but as you note, one must be intentional about using them that way. I feel like the messages being pushed down from leadership are NOT of the form "Use AI to learn topics deeply and discover new things." The leadership's perspective is more like "Use all the AI you can to ship as fast as you can."<p>Your comment about programming historically being 1% judgement and 99% effort is interesting. I'm not sure I agree with those exact percentages, but nonetheless, I think the more consequential part of your comment is that the 99% is being reduced by a couple of orders of magnitude. I think that's what ought to trouble us as software engineers. Expending effort is often how we learn and grow. This is true in the context of physical activity (e.g., going to the gym to strengthen muscles) as well as in the context of intellectual activity (e.g., struggling through a problem set). If I go to the gym with my forklift, I can lift things, but I'm not likely to get stronger. Similarly, if I have Claude write all my code, I'm probably not learning much.</p>
]]></description><pubDate>Sun, 21 Jun 2026 22:35:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=48623296</link><dc:creator>p4ul</dc:creator><comments>https://news.ycombinator.com/item?id=48623296</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48623296</guid></item><item><title><![CDATA[New comment by p4ul in "The anatomy of an AI-native org"]]></title><description><![CDATA[
<p>> The work that’s left is more interesting and more valuable than the work that’s leaving.<p>I'm not sure I agree with that. Many (or most) of the software engineers I know find the heavy reliance on AI coding agents/assistants pretty soul-sucking and uninteresting. I feel the same, and I'm looking for some kind of middle ground. For example, I will only use agents when doing so would not deprive me of learning and discovery.</p>
]]></description><pubDate>Sun, 21 Jun 2026 21:51:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=48622949</link><dc:creator>p4ul</dc:creator><comments>https://news.ycombinator.com/item?id=48622949</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48622949</guid></item><item><title><![CDATA[New comment by p4ul in "Rosalind: A genomics toolkit in Rust running whole-genome pipelines on a laptop"]]></title><description><![CDATA[
<p>Oh, thank you, @clmcleod! We've been following all your work closely in my team!<p>I'm very bullish on the long-term prospects of Rust in computational biology—as well as research computing more generally.</p>
]]></description><pubDate>Wed, 27 May 2026 01:03:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=48288136</link><dc:creator>p4ul</dc:creator><comments>https://news.ycombinator.com/item?id=48288136</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48288136</guid></item><item><title><![CDATA[New comment by p4ul in "Rosalind: A genomics toolkit in Rust running whole-genome pipelines on a laptop"]]></title><description><![CDATA[
<p>This is interesting; thanks for sharing! I have been curious about the adoption of Rust in computational biology. I know that the folks at Saint Jude's [1] are also using Rust for their 'omics research.<p>[1] <a href="https://github.com/stjude-rust-labs" rel="nofollow">https://github.com/stjude-rust-labs</a></p>
]]></description><pubDate>Tue, 26 May 2026 17:56:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=48283254</link><dc:creator>p4ul</dc:creator><comments>https://news.ycombinator.com/item?id=48283254</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48283254</guid></item><item><title><![CDATA[New comment by p4ul in "Ask HN: Are there any CS niches safe from AI?"]]></title><description><![CDATA[
<p>I'm very curious to hear folks' thoughts on this. My intuition is that there are at least two key factors that make tasks difficult for AI tools.<p>(1.) The overall level of complexity. For example, I think (today) you would need to do an extreme amount of hand-holding to get an AI to write a browser, an OS, or anything with similarly very high level of complexity.<p>(2.) The representation in the AI's training set. Anything that is common in the training set (e.g., to-do app in JavaScript) will be trivial for an AI to one-shot. Anything that is rare, or absent in the training set is going to be much, much harder for the AI. If I try to ask an AI tool to develop a automated, ultra-low-latency high-frequency trading system, it's probably going to struggle because those kinds of applications aren't in the open-source domain. The same is true for completely novel algorithms. So maybe things that are essentially new science/engineering.<p>I'm very curious to hear others' thoughts on this, as I've been wondering about this, too.</p>
]]></description><pubDate>Mon, 16 Mar 2026 03:53:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=47395048</link><dc:creator>p4ul</dc:creator><comments>https://news.ycombinator.com/item?id=47395048</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47395048</guid></item><item><title><![CDATA[Rust Project Perspectives on AI]]></title><description><![CDATA[
<p>Article URL: <a href="https://nikomatsakis.github.io/rust-project-perspectives-on-ai/">https://nikomatsakis.github.io/rust-project-perspectives-on-ai/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47394939">https://news.ycombinator.com/item?id=47394939</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 16 Mar 2026 03:33:38 +0000</pubDate><link>https://nikomatsakis.github.io/rust-project-perspectives-on-ai/</link><dc:creator>p4ul</dc:creator><comments>https://news.ycombinator.com/item?id=47394939</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47394939</guid></item><item><title><![CDATA[Stryker Hit with Suspected Iran-Linked Cyberattack]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.wsj.com/articles/stryker-hit-with-suspected-iran-linked-cyberattack-52f6615c">https://www.wsj.com/articles/stryker-hit-with-suspected-iran-linked-cyberattack-52f6615c</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47341073">https://news.ycombinator.com/item?id=47341073</a></p>
<p>Points: 5</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 11 Mar 2026 20:27:48 +0000</pubDate><link>https://www.wsj.com/articles/stryker-hit-with-suspected-iran-linked-cyberattack-52f6615c</link><dc:creator>p4ul</dc:creator><comments>https://news.ycombinator.com/item?id=47341073</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47341073</guid></item><item><title><![CDATA[A Grand Vision for Rust]]></title><description><![CDATA[
<p>Article URL: <a href="https://blog.yoshuawuyts.com/a-grand-vision-for-rust/">https://blog.yoshuawuyts.com/a-grand-vision-for-rust/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47270214">https://news.ycombinator.com/item?id=47270214</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 06 Mar 2026 02:48:09 +0000</pubDate><link>https://blog.yoshuawuyts.com/a-grand-vision-for-rust/</link><dc:creator>p4ul</dc:creator><comments>https://news.ycombinator.com/item?id=47270214</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47270214</guid></item><item><title><![CDATA[New comment by p4ul in "Programmers and software developers lost the plot on naming their tools"]]></title><description><![CDATA[
<p>This might not be exactly what you mean by a CLI app called "whatisthis", but I have been using cheat.sh and the pattern below for a few years. It works really well!<p>curl cheat.sh/grep        # fetches brief grep cheat sheet</p>
]]></description><pubDate>Thu, 11 Dec 2025 22:51:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=46238443</link><dc:creator>p4ul</dc:creator><comments>https://news.ycombinator.com/item?id=46238443</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46238443</guid></item><item><title><![CDATA[AI Predictions for 2026: A DevOps Engineer's Guide]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.pulumi.com/blog/ai-predictions-2026-devops-guide/">https://www.pulumi.com/blog/ai-predictions-2026-devops-guide/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46231295">https://news.ycombinator.com/item?id=46231295</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 11 Dec 2025 13:46:59 +0000</pubDate><link>https://www.pulumi.com/blog/ai-predictions-2026-devops-guide/</link><dc:creator>p4ul</dc:creator><comments>https://news.ycombinator.com/item?id=46231295</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46231295</guid></item><item><title><![CDATA[New comment by p4ul in "I wasted years of my life in crypto"]]></title><description><![CDATA[
<p>I'm sorry if you've had a bad experience working with cloud technologies, but this comparison strikes me as pretty unfair.<p>Public clouds have enabled thousands of companies to put their products into the world without having to build and maintain hardware. They've completely changed the landscape of computing.</p>
]]></description><pubDate>Mon, 08 Dec 2025 18:24:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=46195779</link><dc:creator>p4ul</dc:creator><comments>https://news.ycombinator.com/item?id=46195779</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46195779</guid></item><item><title><![CDATA[New comment by p4ul in "Xkcd: Python Environment (2018)"]]></title><description><![CDATA[
<p>If you haven't written off Python completely, I would suggest giving it a second chance using uv [1] for managing environments and Python versions. In my opinion, uv is the best thing to happen to Python in 10 years.<p>[1] <a href="https://docs.astral.sh/uv/" rel="nofollow">https://docs.astral.sh/uv/</a></p>
]]></description><pubDate>Sat, 29 Nov 2025 20:28:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=46090481</link><dc:creator>p4ul</dc:creator><comments>https://news.ycombinator.com/item?id=46090481</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46090481</guid></item><item><title><![CDATA[New comment by p4ul in "Oracle hit hard in Wall Street's tech sell-off over its AI bet"]]></title><description><![CDATA[
<p>I agree with this, and I'd go even a bit further and describe them as predatory. They seem to have absolute contempt for their customers, and look for every possible opportunity to bleed them dry.<p>But then again, I'm probably guilty of anthropomorphizing the lawnmower. [1]<p>[1] <a href="https://www.youtube.com/watch?v=-zRN7XLCRhc&t=2308s" rel="nofollow">https://www.youtube.com/watch?v=-zRN7XLCRhc&t=2308s</a></p>
]]></description><pubDate>Fri, 14 Nov 2025 22:50:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=45933100</link><dc:creator>p4ul</dc:creator><comments>https://news.ycombinator.com/item?id=45933100</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45933100</guid></item><item><title><![CDATA[New comment by p4ul in "Nvidia is gearing up to sell servers instead of just GPUs and components"]]></title><description><![CDATA[
<p>I had the same reaction. Haven't they been selling DGX boxes for almost 10 years now? And they've been selling the rack-scale NVL72 beast for probably a few years.[1]<p>What is changing?<p>[1] <a href="https://www.nvidia.com/en-us/data-center/gb200-nvl72/" rel="nofollow">https://www.nvidia.com/en-us/data-center/gb200-nvl72/</a></p>
]]></description><pubDate>Fri, 14 Nov 2025 14:04:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=45926777</link><dc:creator>p4ul</dc:creator><comments>https://news.ycombinator.com/item?id=45926777</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45926777</guid></item><item><title><![CDATA[New comment by p4ul in "Claude for Excel"]]></title><description><![CDATA[
<p>It's interesting that you mention disaster; there is at least one annual conference dedicated to "spreadsheet risk management".[1]<p>[1] <a href="https://eusprig.org/" rel="nofollow">https://eusprig.org/</a></p>
]]></description><pubDate>Mon, 27 Oct 2025 23:26:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=45727547</link><dc:creator>p4ul</dc:creator><comments>https://news.ycombinator.com/item?id=45727547</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45727547</guid></item><item><title><![CDATA[New comment by p4ul in "AI Is Too Big to Fail"]]></title><description><![CDATA[
<p>Yep, and don't forget about Mojo, which has the potential to make such a transition less painful.</p>
]]></description><pubDate>Tue, 14 Oct 2025 21:05:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=45584868</link><dc:creator>p4ul</dc:creator><comments>https://news.ycombinator.com/item?id=45584868</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45584868</guid></item><item><title><![CDATA[New comment by p4ul in "Regarding the Compact"]]></title><description><![CDATA[
<p>I wish this was better understood more broadly. Grants aren't no-strings-attached gifts—far from it; they are contracts.<p>When a researcher at a university gets a grant, that's the federal government <i>hiring</i> that researcher and their team to complete a specific research project. The research team has a particular research question that the federal government has deemed important enough that U.S. tax payers would benefit from getting an answer.</p>
]]></description><pubDate>Sat, 11 Oct 2025 01:41:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=45545816</link><dc:creator>p4ul</dc:creator><comments>https://news.ycombinator.com/item?id=45545816</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45545816</guid></item><item><title><![CDATA[New comment by p4ul in "Regarding the Compact"]]></title><description><![CDATA[
<p>Yeah, I am very curious to see the responses from other institutions. The University of Texas (Austin) said they were "honored" to have received the compact.[1] That is obviously very concerning.<p>[1] <a href="https://www.chronicle.com/article/the-white-house-sent-its-compact-to-9-universities-heres-what-their-administrators-and-faculty-are-saying" rel="nofollow">https://www.chronicle.com/article/the-white-house-sent-its-c...</a></p>
]]></description><pubDate>Fri, 10 Oct 2025 17:12:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=45541286</link><dc:creator>p4ul</dc:creator><comments>https://news.ycombinator.com/item?id=45541286</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45541286</guid></item><item><title><![CDATA[New comment by p4ul in "Show HN: Reactive: A React Book for the Reluctant (written by Claude)"]]></title><description><![CDATA[
<p>I feel like "other than the ecosystem" is doing quite a bit of work here.</p>
]]></description><pubDate>Mon, 11 Aug 2025 01:24:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=44859960</link><dc:creator>p4ul</dc:creator><comments>https://news.ycombinator.com/item?id=44859960</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44859960</guid></item></channel></rss>