<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: 2muchtime</title><link>https://news.ycombinator.com/user?id=2muchtime</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 30 Apr 2026 00:26:14 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=2muchtime" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by 2muchtime in "Claude.ai unavailable and elevated errors on the API"]]></title><description><![CDATA[
<p>I didn’t understand what this meant so I ran it through Claude and it told me.</p>
]]></description><pubDate>Tue, 28 Apr 2026 18:25:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47938400</link><dc:creator>2muchtime</dc:creator><comments>https://news.ycombinator.com/item?id=47938400</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47938400</guid></item><item><title><![CDATA[New comment by 2muchtime in "Anthropic takes legal action against OpenCode"]]></title><description><![CDATA[
<p>I believe Anthropic is trying to block the use of their Claude code subscription by third party applications like OpenCode.<p>I think they’re okay with someone using their API with anything, including OpenCode.<p>Please someone correct me if I’m wrong.</p>
]]></description><pubDate>Thu, 19 Mar 2026 20:20:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=47445372</link><dc:creator>2muchtime</dc:creator><comments>https://news.ycombinator.com/item?id=47445372</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47445372</guid></item><item><title><![CDATA[New comment by 2muchtime in "Lazycut: A simple terminal video trimmer using FFmpeg"]]></title><description><![CDATA[
<p>Please expand on this.</p>
]]></description><pubDate>Wed, 18 Mar 2026 17:22:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=47428551</link><dc:creator>2muchtime</dc:creator><comments>https://news.ycombinator.com/item?id=47428551</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47428551</guid></item><item><title><![CDATA[New comment by 2muchtime in "A Plain Anabaptist Story: The Hutterites"]]></title><description><![CDATA[
<p>This is indeed one of the best episodes. Wrath of khan is also amazing if anyone is wanting to jump into hardcore history.</p>
]]></description><pubDate>Mon, 16 Mar 2026 07:33:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=47396062</link><dc:creator>2muchtime</dc:creator><comments>https://news.ycombinator.com/item?id=47396062</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47396062</guid></item><item><title><![CDATA[New comment by 2muchtime in "Microsoft Is Stress-Testing the Agentic AI Bubble in Its Own Gaming Division"]]></title><description><![CDATA[
<p>What do you mean by “the world’s most professionalized AI company”?</p>
]]></description><pubDate>Fri, 06 Mar 2026 07:14:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47271963</link><dc:creator>2muchtime</dc:creator><comments>https://news.ycombinator.com/item?id=47271963</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47271963</guid></item><item><title><![CDATA[New comment by 2muchtime in "Building a TUI is easy now"]]></title><description><![CDATA[
<p>I do.<p>I want my interfacing with computers to be mouseless and TUIs offer that. I don’t think I’ve run into a GUI, no matter how many hotkeys it has and I know, where I didn’t have to reach for the mouse.<p>CLI only also requires remembering commands, some of which I use very infrequently, thus need to look up every time I use them.<p>I think TUIs hold a very nice spot between GUIs and CLI.</p>
]]></description><pubDate>Fri, 13 Feb 2026 21:37:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47008175</link><dc:creator>2muchtime</dc:creator><comments>https://news.ycombinator.com/item?id=47008175</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47008175</guid></item><item><title><![CDATA[New comment by 2muchtime in "Building a TUI is easy now"]]></title><description><![CDATA[
<p><a href="https://www.textualize.io/" rel="nofollow">https://www.textualize.io/</a></p>
]]></description><pubDate>Fri, 13 Feb 2026 21:31:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=47008127</link><dc:creator>2muchtime</dc:creator><comments>https://news.ycombinator.com/item?id=47008127</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47008127</guid></item><item><title><![CDATA[New comment by 2muchtime in "My Eighth Year as a Bootstrapped Founder"]]></title><description><![CDATA[
<p>I’ve never really signed up for a blog by putting my email in their mailing list.<p>I did this time. I enjoyed reading this.</p>
]]></description><pubDate>Wed, 04 Feb 2026 19:52:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=46890728</link><dc:creator>2muchtime</dc:creator><comments>https://news.ycombinator.com/item?id=46890728</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46890728</guid></item><item><title><![CDATA[New comment by 2muchtime in "Ask HN: Anyone else struggle with how to learn coding in the AI era?"]]></title><description><![CDATA[
<p>I’ve been coding as a hobby since about 2020. I’m not particularly great at it and I’m still trying to teach myself.<p>I try to write whatever code, let’s say a function, by hand.  It probably won’t work so I just have the LLM Socraticaly ask me questions about why it’s not working and then I try to fix it by hand and keep repeating this until the function works and does what I want.<p>If there is some more difficult to understand concept I write a small article to try to explain it and have the LLM explain me though my trial and error of writing until my paragraph or essay or whatever amount of writing needed to explain what I’m trying to learn is complete.</p>
]]></description><pubDate>Tue, 03 Feb 2026 07:49:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=46867869</link><dc:creator>2muchtime</dc:creator><comments>https://news.ycombinator.com/item?id=46867869</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46867869</guid></item></channel></rss>