<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: kbuchanan</title><link>https://news.ycombinator.com/user?id=kbuchanan</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 08 May 2026 16:22:30 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=kbuchanan" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by kbuchanan in ""Be Different" doesn't work for building products anymore"]]></title><description><![CDATA[
<p>I think this list demonstrates the OP's point—entrenched, resource-heavy, and reputable firms have and will continue to capture most of the markets, not for lack of competition, but by ownership over the distribution channels.<p>Having said that, I don't think it's all AI (this trend's been going on for a while), nor do I think startups can't thrive—as the pie gets bigger, competitors can carve out yet smaller niches, as the OP points out.</p>
]]></description><pubDate>Mon, 06 Oct 2025 17:28:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=45493768</link><dc:creator>kbuchanan</dc:creator><comments>https://news.ycombinator.com/item?id=45493768</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45493768</guid></item><item><title><![CDATA[New comment by kbuchanan in "A staff engineer's journey with Claude Code"]]></title><description><![CDATA[
<p>For me, working mostly in Planning Mode skips much of the initial misfires, and often leads to correct outcomes for the first edit.</p>
]]></description><pubDate>Tue, 02 Sep 2025 21:34:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=45109360</link><dc:creator>kbuchanan</dc:creator><comments>https://news.ycombinator.com/item?id=45109360</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45109360</guid></item><item><title><![CDATA[New comment by kbuchanan in "Ted Chiang: The Secret Third Thing"]]></title><description><![CDATA[
<p>Thanks for this. I'd never heard of Chiang, and now I've bought my first book!</p>
]]></description><pubDate>Tue, 19 Aug 2025 10:07:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=44949987</link><dc:creator>kbuchanan</dc:creator><comments>https://news.ycombinator.com/item?id=44949987</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44949987</guid></item><item><title><![CDATA[New comment by kbuchanan in "My experience with Claude Code after two weeks of adventures"]]></title><description><![CDATA[
<p>I've had the same experience, although I feel like Claude is far more than a junior to me. It's ability to propose options, make recommendations, and illustrate trade-offs is just unreal.</p>
]]></description><pubDate>Thu, 17 Jul 2025 20:33:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=44597869</link><dc:creator>kbuchanan</dc:creator><comments>https://news.ycombinator.com/item?id=44597869</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44597869</guid></item><item><title><![CDATA[New comment by kbuchanan in "Apple Hearing Study shares preliminary insights on tinnitus"]]></title><description><![CDATA[
<p>Supported by my experience too. My tinnitus is very real, but when I discovered just how much of a psychological component was there, it became more manageable. Little by little I thought I was losing my hearing until I had it checked—it was perfect. The audiologist helped me understand that my constant "tuning in" to the tinnitus was creating the perception that my hearing was being harmed by loud noises and leaving a high-frequency sound in its place. Which is there, but when ignored, it largely disappears.</p>
]]></description><pubDate>Mon, 09 Sep 2024 20:05:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=41492987</link><dc:creator>kbuchanan</dc:creator><comments>https://news.ycombinator.com/item?id=41492987</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41492987</guid></item><item><title><![CDATA[Ex-Disney executive and Instagram influencer dies alone under the influence]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.wsj.com/style/dave-rachel-hollis-disney-1ffac082">https://www.wsj.com/style/dave-rachel-hollis-disney-1ffac082</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=38512294">https://news.ycombinator.com/item?id=38512294</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Mon, 04 Dec 2023 00:26:09 +0000</pubDate><link>https://www.wsj.com/style/dave-rachel-hollis-disney-1ffac082</link><dc:creator>kbuchanan</dc:creator><comments>https://news.ycombinator.com/item?id=38512294</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38512294</guid></item><item><title><![CDATA[New comment by kbuchanan in "Clojure Turns 15 panel discussion video"]]></title><description><![CDATA[
<p>I think the bottom line with Clojure is it's not an ecosystem well-suited for non-veteran programmers. For as simple as the language is, effectively using Paredit, navigating partially documented libraries, diving into source code to see how things interact—it's tough as a new developer. I don't believe Clojure is overtly hostile to newcomers; it's just crafted by veterans, for veterans. And this is the result.</p>
]]></description><pubDate>Mon, 13 Feb 2023 18:53:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=34778283</link><dc:creator>kbuchanan</dc:creator><comments>https://news.ycombinator.com/item?id=34778283</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34778283</guid></item><item><title><![CDATA[New comment by kbuchanan in "Ask HN: What companies are embracing “HTML over the wire”?"]]></title><description><![CDATA[
<p>We embraced Hotwire with a Clojure backend. Favorite things:<p>- One language model (i.e. no JS, just our favorite backend language)<p>- Extremely minimal front-end tooling<p>- All data is manipulated with the same tools<p>- No client-side routing, validation, or... really much at all<p>P.S. We even wrote our own import-maps solution to avoid needing a JS bundler for the small stuff you can't do without JS.</p>
]]></description><pubDate>Fri, 10 Feb 2023 22:39:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=34746980</link><dc:creator>kbuchanan</dc:creator><comments>https://news.ycombinator.com/item?id=34746980</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34746980</guid></item><item><title><![CDATA[New comment by kbuchanan in "Ask HN: I have diagnosed ADHD and cannot work with Slack anymore – advice?"]]></title><description><![CDATA[
<p>How do you prevent ⌘+Tab from automatically jumping you between desktops? At that point, the desktops feel like impediments, not boundaries.</p>
]]></description><pubDate>Fri, 16 Dec 2022 23:57:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=34022368</link><dc:creator>kbuchanan</dc:creator><comments>https://news.ycombinator.com/item?id=34022368</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34022368</guid></item><item><title><![CDATA[New comment by kbuchanan in "The Terminal for the 21st Century"]]></title><description><![CDATA[
<p>Yeah, I see no reason a terminal should require an account. Turned me off too.</p>
]]></description><pubDate>Mon, 12 Dec 2022 21:34:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=33960710</link><dc:creator>kbuchanan</dc:creator><comments>https://news.ycombinator.com/item?id=33960710</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33960710</guid></item><item><title><![CDATA[I don't think people understand the monumental changes coming to software]]></title><description><![CDATA[
<p>Article URL: <a href="https://twitter.com/amasad/status/1595557790063304704">https://twitter.com/amasad/status/1595557790063304704</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=33883054">https://news.ycombinator.com/item?id=33883054</a></p>
<p>Points: 9</p>
<p># Comments: 30</p>
]]></description><pubDate>Tue, 06 Dec 2022 16:49:21 +0000</pubDate><link>https://twitter.com/amasad/status/1595557790063304704</link><dc:creator>kbuchanan</dc:creator><comments>https://news.ycombinator.com/item?id=33883054</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33883054</guid></item><item><title><![CDATA[New comment by kbuchanan in "Ask HN: How did you stop drinking?"]]></title><description><![CDATA[
<p>Folks will naturally ask, "How did you get to this point?"<p>One insight into successfully walking away from addictions is recognizing that this thing (e.g. alcohol, cigarettes) is unambiguously poisonous. "When I [take/do] this, it will take more than it gives."<p>Hard to articulate, but it happens when the scales that painted the substance with redeeming qualities falls from your eyes. Sorta like discovering you've entertained a damaging relationship for too long. However much worth this person has, being in a relationship with them is not good for you (or others, usually).</p>
]]></description><pubDate>Tue, 11 Oct 2022 20:33:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=33168882</link><dc:creator>kbuchanan</dc:creator><comments>https://news.ycombinator.com/item?id=33168882</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33168882</guid></item><item><title><![CDATA[New comment by kbuchanan in "Building a Startup on Clojure"]]></title><description><![CDATA[
<p>I offered a counter example to the comment author too (Clojure has been wonderful for us), but I do wonder if there is one area where OO languages excel above functional: the shape of the code hints at the shape of the data.<p>In Lisp, function names describe actions. In OO, classes, inheritance, static properties, and getters and setters give at-a-glance hints as to the shape of the application's data model. In Clojure, we compensate, as you pointed out, with forms of documentation. I'll take that trade-off any day—I never want to go back to classes! But it's perhaps one reason for which Clojure has a reputation of being hard to read by other devs.</p>
]]></description><pubDate>Wed, 05 Oct 2022 15:14:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=33096611</link><dc:creator>kbuchanan</dc:creator><comments>https://news.ycombinator.com/item?id=33096611</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33096611</guid></item><item><title><![CDATA[New comment by kbuchanan in "Building a Startup on Clojure"]]></title><description><![CDATA[
<p>Oh man, this is not my experience. We may be different because we are a small company, and Clojure is our main language. But, we have a Clojure codebase of 90K lines, and is 10 years old. It has its problems, and while your points about an opaque data model resonate, for us, tests, specs, and assertions provide enough hints to help newcomers. And... where I disagree the most: the quality and professionalism of the developers who work on it are unparalleled. New, senior-level developers, quickly catch on to the system. I am grateful to Clojure __because__ it attracts this caliber of developer.</p>
]]></description><pubDate>Tue, 04 Oct 2022 21:54:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=33087582</link><dc:creator>kbuchanan</dc:creator><comments>https://news.ycombinator.com/item?id=33087582</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33087582</guid></item><item><title><![CDATA[New comment by kbuchanan in "Who cares about diversity?"]]></title><description><![CDATA[
<p>He argued that if universities cared about diversity their positions on affirmative action would be more dynamic than is commonly accepted. e.g.:<p>> Affirmative action would also apply more strongly to, say, immigrants from Iran, or Korea, or Israel, than to black people (or anyone else) from our own society.<p>The examples he uses demonstrate that, in his mind, caring about diversity requires measuring <i>circumstance</i>. You might argue that universities are not so shallow as he's claiming, but I don't believe the article is mere mudslinging.</p>
]]></description><pubDate>Mon, 12 Sep 2022 18:17:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=32814521</link><dc:creator>kbuchanan</dc:creator><comments>https://news.ycombinator.com/item?id=32814521</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32814521</guid></item><item><title><![CDATA[New comment by kbuchanan in "Excuse me but why are you eating so many frogs"]]></title><description><![CDATA[
<p>I hated college. I never finished for the frogs. But I'm a lifelong reader. I don't regret failing to get a degree, but I regret that I wasn't in the <i>right mindset</i> and that I could have used the time to <i>create</i> meaning.</p>
]]></description><pubDate>Thu, 08 Sep 2022 15:50:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=32767369</link><dc:creator>kbuchanan</dc:creator><comments>https://news.ycombinator.com/item?id=32767369</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32767369</guid></item><item><title><![CDATA[New comment by kbuchanan in "Guidance to make federally funded research freely available without delay"]]></title><description><![CDATA[
<p>This sounds wonderful; I'm super supportive. But, is there anyone who can articulate the trade-offs without the snark? Are there research groups that benefited from the revenue who will now have to raise even more funds?<p>What's made it take so long? (Beyond just "entrenched interests...")</p>
]]></description><pubDate>Fri, 26 Aug 2022 19:09:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=32611489</link><dc:creator>kbuchanan</dc:creator><comments>https://news.ycombinator.com/item?id=32611489</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32611489</guid></item><item><title><![CDATA[New comment by kbuchanan in "Developers are burned out, quitting jobs and creating a crisis for recruiters"]]></title><description><![CDATA[
<p>It also bends credulity. It suggests 7 of 10 developers work for companies (or know someone who has) that fail to prevent onslaughts of their developers from leaving over deployment problems.</p>
]]></description><pubDate>Thu, 28 Jul 2022 16:45:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=32266852</link><dc:creator>kbuchanan</dc:creator><comments>https://news.ycombinator.com/item?id=32266852</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32266852</guid></item><item><title><![CDATA[New comment by kbuchanan in "VCs are scared when they should be greedy"]]></title><description><![CDATA[
<p>This post reminded me a little of my real estate agent's newsletter:<p>2007: There's never been a better time to buy!
2008: There's never been a better time to buy!
2012: There's never been a better time to buy!
2020: There's never been a better time to buy!
2022: There's never been a better time to buy!</p>
]]></description><pubDate>Wed, 20 Jul 2022 20:50:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=32172138</link><dc:creator>kbuchanan</dc:creator><comments>https://news.ycombinator.com/item?id=32172138</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32172138</guid></item><item><title><![CDATA[New comment by kbuchanan in "Supreme Court limits EPA’s power to cut emissions"]]></title><description><![CDATA[
<p>This is a great example of how on an individual level commentators want to bend democratic processes to achieve their own goals, but, without fail, they get caught in a tangle of contradictions. What is the Supreme Court's mandate? To stop climate change? To feel out the majority's opinion and make a legal path for it?<p>This is why democracy is so hard: it consistently yields outcomes that are disappointing to a large segment of the population. There is no "solution" to that problem, and shouldn't be. There are pathways to curbing carbon emissions, but the reality is that too few people, as a body, want to pay that price.</p>
]]></description><pubDate>Thu, 30 Jun 2022 16:07:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=31934557</link><dc:creator>kbuchanan</dc:creator><comments>https://news.ycombinator.com/item?id=31934557</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31934557</guid></item></channel></rss>