<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: 3stripe</title><link>https://news.ycombinator.com/user?id=3stripe</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 17 Apr 2026 05:08:34 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=3stripe" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by 3stripe in "Clawd Bot Renamed to Moltbot"]]></title><description><![CDATA[
<p>not a fan of the new name. but naming is hard.
and it seems anthropic forced their hand into making a snappy (ha) decision here.</p>
]]></description><pubDate>Tue, 27 Jan 2026 13:01:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=46779422</link><dc:creator>3stripe</dc:creator><comments>https://news.ycombinator.com/item?id=46779422</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46779422</guid></item><item><title><![CDATA[How to Birth a Symbient]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.greig.cc/how-to-birth-a-symbient/">https://www.greig.cc/how-to-birth-a-symbient/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45980273">https://news.ycombinator.com/item?id=45980273</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 19 Nov 2025 14:52:18 +0000</pubDate><link>https://www.greig.cc/how-to-birth-a-symbient/</link><dc:creator>3stripe</dc:creator><comments>https://news.ycombinator.com/item?id=45980273</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45980273</guid></item><item><title><![CDATA[New comment by 3stripe in "Claude outage"]]></title><description><![CDATA[
<p>same problem here</p>
]]></description><pubDate>Fri, 31 Oct 2025 10:37:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=45770487</link><dc:creator>3stripe</dc:creator><comments>https://news.ycombinator.com/item?id=45770487</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45770487</guid></item><item><title><![CDATA[Spawning 1992-style TUI windows via MCP]]></title><description><![CDATA[
<p>Article URL: <a href="https://twitter.com/hey_zilla/status/1963983467902849105">https://twitter.com/hey_zilla/status/1963983467902849105</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=45139721">https://news.ycombinator.com/item?id=45139721</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 05 Sep 2025 15:30:33 +0000</pubDate><link>https://twitter.com/hey_zilla/status/1963983467902849105</link><dc:creator>3stripe</dc:creator><comments>https://news.ycombinator.com/item?id=45139721</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45139721</guid></item><item><title><![CDATA[Teaching Claude Code to make SimCity2000 style building sprites]]></title><description><![CDATA[
<p>Article URL: <a href="https://twitter.com/hey_zilla/status/1949463580556070972">https://twitter.com/hey_zilla/status/1949463580556070972</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44728212">https://news.ycombinator.com/item?id=44728212</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 29 Jul 2025 21:00:33 +0000</pubDate><link>https://twitter.com/hey_zilla/status/1949463580556070972</link><dc:creator>3stripe</dc:creator><comments>https://news.ycombinator.com/item?id=44728212</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44728212</guid></item><item><title><![CDATA[New comment by 3stripe in "I've launched 37 products in 5 years and not doing that again"]]></title><description><![CDATA[
<p>The author states "Virality is rare and nearly impossible to predict" and yet one of his products aims to automate the creation of "viral LinkedIn posts"! Much irony.</p>
]]></description><pubDate>Tue, 22 Jul 2025 10:17:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=44645154</link><dc:creator>3stripe</dc:creator><comments>https://news.ycombinator.com/item?id=44645154</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44645154</guid></item><item><title><![CDATA[New comment by 3stripe in "Ask HN: Best Way to Build MS-DOS-Style Text UI in the Browser?"]]></title><description><![CDATA[
<p>How did I forget textual, thank you! It might be a good solution as I can imagine Claude Sonnet vibe coding interesting UIs with it...<p>Am also investigating xterm.js currently.<p>Anything that uses <i>too</i> much CSS (eg tries to 'construct' layouts with it rather than just rending text) seems a little fragile.</p>
]]></description><pubDate>Sun, 16 Mar 2025 13:56:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=43379122</link><dc:creator>3stripe</dc:creator><comments>https://news.ycombinator.com/item?id=43379122</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43379122</guid></item><item><title><![CDATA[Ask HN: Best Way to Build MS-DOS-Style Text UI in the Browser?]]></title><description><![CDATA[
<p>I'm working on a web app that mimics the look and feel of an old MS-DOS program—think Turbo Pascal IDE or Norton Commander.<p>The goal* is a keyboard-only, text-based UI running inside a browser, with windowed UI elements and ASCII graphics.<p>I've looked into Xterm.js, React TUI libraries, and vanilla JS canvas solutions, but I'd love input from those who've built something similar.<p>Are there any existing projects or libraries I should check out?<p>Would appreciate any insights, cheers!<p>(*And the ultimate end goal is to have an LLM create interfaces on the fly from user prompts)</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43378633">https://news.ycombinator.com/item?id=43378633</a></p>
<p>Points: 6</p>
<p># Comments: 6</p>
]]></description><pubDate>Sun, 16 Mar 2025 12:52:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=43378633</link><dc:creator>3stripe</dc:creator><comments>https://news.ycombinator.com/item?id=43378633</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43378633</guid></item><item><title><![CDATA[New comment by 3stripe in "New tools for building agents"]]></title><description><![CDATA[
<p>First rule of writing definitions: use everyday English.</p>
]]></description><pubDate>Tue, 11 Mar 2025 18:52:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=43335806</link><dc:creator>3stripe</dc:creator><comments>https://news.ycombinator.com/item?id=43335806</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43335806</guid></item><item><title><![CDATA[New comment by 3stripe in "Forget Twitter Threads; Write a Blog Post Instead (2021)"]]></title><description><![CDATA[
<p>"It felt like being in a busy pub where I could chat to loads of different people"<p>This is one of the best descriptions of how social media feels (when it's at its best, anyway) that I've seen</p>
]]></description><pubDate>Thu, 06 Mar 2025 11:17:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=43278846</link><dc:creator>3stripe</dc:creator><comments>https://news.ycombinator.com/item?id=43278846</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43278846</guid></item><item><title><![CDATA[New comment by 3stripe in "Forget Twitter Threads; Write a Blog Post Instead (2021)"]]></title><description><![CDATA[
<p>Perhaps RSS makes a comeback in some shape or form, as a way for LLMs/agents to fetch the latest content from sites?</p>
]]></description><pubDate>Thu, 06 Mar 2025 11:16:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=43278834</link><dc:creator>3stripe</dc:creator><comments>https://news.ycombinator.com/item?id=43278834</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43278834</guid></item><item><title><![CDATA[New comment by 3stripe in "No CSS Club"]]></title><description><![CDATA[
<p>There’s definitely something to be said for “hardly any CSS” websites that are brutally functional.<p>For example was looking at <a href="http://www.steephill.tv/" rel="nofollow noreferrer">http://www.steephill.tv/</a> yesterday for cycling news (recently shut down sadly)</p>
]]></description><pubDate>Sun, 16 Jul 2023 10:53:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=36745510</link><dc:creator>3stripe</dc:creator><comments>https://news.ycombinator.com/item?id=36745510</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36745510</guid></item><item><title><![CDATA[FTX Token Plummets as Market Fears Possible Alameda Contagion]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.coindesk.com/markets/2022/11/08/ftt-plummets-as-market-fears-possible-alameda-contagion/">https://www.coindesk.com/markets/2022/11/08/ftt-plummets-as-market-fears-possible-alameda-contagion/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=33518612">https://news.ycombinator.com/item?id=33518612</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 08 Nov 2022 13:16:31 +0000</pubDate><link>https://www.coindesk.com/markets/2022/11/08/ftt-plummets-as-market-fears-possible-alameda-contagion/</link><dc:creator>3stripe</dc:creator><comments>https://news.ycombinator.com/item?id=33518612</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33518612</guid></item><item><title><![CDATA[New comment by 3stripe in "Pimp My BBC Micro"]]></title><description><![CDATA[
<p>Are there any safety considerations with regards to having the power supply and other innards exposed?</p>
]]></description><pubDate>Thu, 06 Oct 2022 11:50:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=33107034</link><dc:creator>3stripe</dc:creator><comments>https://news.ycombinator.com/item?id=33107034</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33107034</guid></item><item><title><![CDATA[StrongBlock – Nodes as a Service]]></title><description><![CDATA[
<p>Article URL: <a href="https://strongblock.com/">https://strongblock.com/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=28786598">https://news.ycombinator.com/item?id=28786598</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 07 Oct 2021 14:20:53 +0000</pubDate><link>https://strongblock.com/</link><dc:creator>3stripe</dc:creator><comments>https://news.ycombinator.com/item?id=28786598</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28786598</guid></item><item><title><![CDATA[New comment by 3stripe in "Start with a Niche"]]></title><description><![CDATA[
<p>Remember it's a French word, not something that rhymes with "itch" ;)</p>
]]></description><pubDate>Mon, 22 Feb 2021 18:13:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=26228006</link><dc:creator>3stripe</dc:creator><comments>https://news.ycombinator.com/item?id=26228006</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26228006</guid></item><item><title><![CDATA[New comment by 3stripe in "Bitcoin Core Lead Maintainer Steps Back, Encourages Decentralization"]]></title><description><![CDATA[
<p>I like the sound of a P2P distributed code collaboration platform...</p>
]]></description><pubDate>Sat, 23 Jan 2021 09:16:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=25880862</link><dc:creator>3stripe</dc:creator><comments>https://news.ycombinator.com/item?id=25880862</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25880862</guid></item><item><title><![CDATA[New comment by 3stripe in "Microplastics found in the placentas of human fetuses"]]></title><description><![CDATA[
<p>I'd like to know why the title was changed too...</p>
]]></description><pubDate>Tue, 22 Dec 2020 13:57:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=25506292</link><dc:creator>3stripe</dc:creator><comments>https://news.ycombinator.com/item?id=25506292</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25506292</guid></item><item><title><![CDATA[New comment by 3stripe in "Adobe has released the last Flash update ever"]]></title><description><![CDATA[
<p>For such a seminal web technology, I thought the 'thanks/goodbye' page was a huge missed opportunity from Flash... there's so much goodwill and nostalgia for the old days and they "celebrate" it with urm... <a href="https://get3.adobe.com/flashplayer/thankyou/" rel="nofollow">https://get3.adobe.com/flashplayer/thankyou/</a></p>
]]></description><pubDate>Thu, 10 Dec 2020 08:29:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=25371244</link><dc:creator>3stripe</dc:creator><comments>https://news.ycombinator.com/item?id=25371244</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25371244</guid></item><item><title><![CDATA[New comment by 3stripe in "UK approves Pfizer vaccine for rollout next week"]]></title><description><![CDATA[
<p>Err nope... I don't give a proverbial about Boris</p>
]]></description><pubDate>Wed, 02 Dec 2020 12:11:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=25275644</link><dc:creator>3stripe</dc:creator><comments>https://news.ycombinator.com/item?id=25275644</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25275644</guid></item></channel></rss>