<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: vlzdr</title><link>https://news.ycombinator.com/user?id=vlzdr</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 28 Apr 2026 21:06:17 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=vlzdr" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Current LLM tooling makes understanding optional]]></title><description><![CDATA[
<p>Article URL: <a href="https://vladimirzdrazil.com/posts/current-llm-tooling-makes-understanding-optional/">https://vladimirzdrazil.com/posts/current-llm-tooling-makes-understanding-optional/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46343301">https://news.ycombinator.com/item?id=46343301</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 21 Dec 2025 08:57:35 +0000</pubDate><link>https://vladimirzdrazil.com/posts/current-llm-tooling-makes-understanding-optional/</link><dc:creator>vlzdr</dc:creator><comments>https://news.ycombinator.com/item?id=46343301</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46343301</guid></item><item><title><![CDATA[Projects considered harmful – Part 1]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.ufried.com/blog/projects_considered_harmful_1/">https://www.ufried.com/blog/projects_considered_harmful_1/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=41031311">https://news.ycombinator.com/item?id=41031311</a></p>
<p>Points: 8</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 22 Jul 2024 06:05:13 +0000</pubDate><link>https://www.ufried.com/blog/projects_considered_harmful_1/</link><dc:creator>vlzdr</dc:creator><comments>https://news.ycombinator.com/item?id=41031311</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41031311</guid></item><item><title><![CDATA[Effects, capabilities, and boxes (2022) [pdf]]]></title><description><![CDATA[
<p>Article URL: <a href="https://dl.acm.org/doi/pdf/10.1145/3527320">https://dl.acm.org/doi/pdf/10.1145/3527320</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=40643289">https://news.ycombinator.com/item?id=40643289</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 11 Jun 2024 06:47:06 +0000</pubDate><link>https://dl.acm.org/doi/pdf/10.1145/3527320</link><dc:creator>vlzdr</dc:creator><comments>https://news.ycombinator.com/item?id=40643289</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40643289</guid></item><item><title><![CDATA[New comment by vlzdr in "Ask HN: Could you share your personal blog here?"]]></title><description><![CDATA[
<p><a href="https://vladimirzdrazil.com" rel="nofollow noreferrer">https://vladimirzdrazil.com</a></p>
]]></description><pubDate>Thu, 06 Jul 2023 01:14:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=36609626</link><dc:creator>vlzdr</dc:creator><comments>https://news.ycombinator.com/item?id=36609626</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36609626</guid></item><item><title><![CDATA[New comment by vlzdr in "Clever code considered harmful"]]></title><description><![CDATA[
<p>I wouldn’t use such strong words, but you’re right. Not everything needs to be made for beginners. I keep remembering what Rich Hickey said that seems relevant:<p><i>We should not sell humanity short by trying to solve the problem of beginners in our stuff. We need to make things for people to use, and we need to teach people and trust people to be able to learn how to do that.</i><p><a href="https://youtu.be/QCwqnjxqfmY?t=1914" rel="nofollow">https://youtu.be/QCwqnjxqfmY?t=1914</a>, <a href="https://youtu.be/QCwqnjxqfmY?t=2063" rel="nofollow">https://youtu.be/QCwqnjxqfmY?t=2063</a></p>
]]></description><pubDate>Tue, 30 May 2023 16:07:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=36126533</link><dc:creator>vlzdr</dc:creator><comments>https://news.ycombinator.com/item?id=36126533</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36126533</guid></item><item><title><![CDATA[New comment by vlzdr in "Death by design patterns, or On the cognitive load of abstractions in the code"]]></title><description><![CDATA[
<p>I fully agree with you. You mentioned that sometimes applying the DRY principle is a bad thing. Really, people often adhere to the DRY principle far too dogmatically.<p>It’s better to have some duplication than to end up with a wrong abstraction.<p>I like the AHA principle much more. It suggests:<p><pre><code>  - Avoid Hasty Abstractions
  - Prefer duplication over the wrong abstraction because duplication is far cheaper than the wrong abstraction
</code></pre>
I found it here: <a href="https://kentcdodds.com/blog/aha-programming" rel="nofollow">https://kentcdodds.com/blog/aha-programming</a>.<p>The point about duplication being better than wrong abstraction is made here: <a href="https://sandimetz.com/blog/2016/1/20/the-wrong-abstraction" rel="nofollow">https://sandimetz.com/blog/2016/1/20/the-wrong-abstraction</a>.<p>And the principle doesn’t suggest avoiding abstractions altogether. It’s really only about avoiding the hasty ones. Wait with the abstraction until you feel it’s necessary or when duplication itself becomes a problem. At that point, you’ll have a clearer understanding of how the abstraction should function.</p>
]]></description><pubDate>Tue, 30 May 2023 04:26:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=36121131</link><dc:creator>vlzdr</dc:creator><comments>https://news.ycombinator.com/item?id=36121131</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36121131</guid></item></channel></rss>