<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: sentinel1909</title><link>https://news.ycombinator.com/user?id=sentinel1909</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 16 Jun 2026 04:15:08 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=sentinel1909" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by sentinel1909 in "Ask HN: What are you working on? (June 2026)"]]></title><description><![CDATA[
<p>Where to begin? Too much to reply to here. Fundamentally, coding agents are just a loop. The devil is in the details.<p>I will eventually get something in my blog about this project.</p>
]]></description><pubDate>Mon, 15 Jun 2026 02:38:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=48535939</link><dc:creator>sentinel1909</dc:creator><comments>https://news.ycombinator.com/item?id=48535939</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48535939</guid></item><item><title><![CDATA[New comment by sentinel1909 in "Ask HN: What are you working on? (June 2026)"]]></title><description><![CDATA[
<p>Will do! I'll get it a bit more baked and then reach out.</p>
]]></description><pubDate>Mon, 15 Jun 2026 02:35:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=48535924</link><dc:creator>sentinel1909</dc:creator><comments>https://news.ycombinator.com/item?id=48535924</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48535924</guid></item><item><title><![CDATA[New comment by sentinel1909 in "Ask HN: What are you working on? (June 2026)"]]></title><description><![CDATA[
<p>I’m iterating on my own coding agent, called `rho`. <a href="https://github.com/crustyrustacean/rho-coding-agent.git" rel="nofollow">https://github.com/crustyrustacean/rho-coding-agent.git</a>.<p>It’s founded in Rust and incorporates a Deno runtime for extensions.<p>It’s headless now, via JSON-RPC. I’ve got the basics of a trait based system which will enable different frontends. At the moment, I’ve created an extension for `pi` which allows me to use that as the frontend.</p>
]]></description><pubDate>Sun, 14 Jun 2026 18:22:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=48530749</link><dc:creator>sentinel1909</dc:creator><comments>https://news.ycombinator.com/item?id=48530749</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48530749</guid></item><item><title><![CDATA[New comment by sentinel1909 in "Ask HN: What Are You Working On? (April 2026)"]]></title><description><![CDATA[
<p>I'm building my take on a static site generator.<p><a href="https://get-taxus-org.pages.dev" rel="nofollow">https://get-taxus-org.pages.dev</a><p>It's inspired by Zola, but has better documentation and will <i>hopefully</i> be more approachable when all is said and done. I'm trying to incorporate WebAssembly, with Yew, to give "islands" for high performance stuff you might want where WebAssembly makes sense. For example, I wrote search from the ground up, and built a search widget using Yew.<p>You can also just write JavaScript if you want.<p>It's a total work in progress, but I'm enjoying what I've built so far.</p>
]]></description><pubDate>Mon, 13 Apr 2026 02:43:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=47746965</link><dc:creator>sentinel1909</dc:creator><comments>https://news.ycombinator.com/item?id=47746965</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47746965</guid></item><item><title><![CDATA[New comment by sentinel1909 in "Ask HN: What Are You Working On? (March 2026)"]]></title><description><![CDATA[
<p>Against my better judgement, I'll post this landing page to a tool I'm working on:<p><a href="https://wasm-drydock.dev" rel="nofollow">https://wasm-drydock.dev</a><p>About an hour ago I was dismissed as AI slop on the r/rust Reddit. Whatever.<p>This tool is my line of defense in case `trunk` goes dead, which it seems to be increasingly likely. It helps me build fullstack sites using Actix Web and Yew.<p>Using it now to see if I can re-invent my blog site for the umpteenth time. :)</p>
]]></description><pubDate>Mon, 09 Mar 2026 02:28:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47304188</link><dc:creator>sentinel1909</dc:creator><comments>https://news.ycombinator.com/item?id=47304188</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47304188</guid></item><item><title><![CDATA[New comment by sentinel1909 in "Ask HN: What are you working on? (February 2026)"]]></title><description><![CDATA[
<p>I'm working on a checkers game:<p><a href="https://rusty-checkers.fly.dev" rel="nofollow">https://rusty-checkers.fly.dev</a><p>It's built in Rust using Rama and Yew. Trying now to get websockets going so people can actually play. A bit over my head, but that's what I do :)</p>
]]></description><pubDate>Mon, 09 Feb 2026 02:17:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=46940843</link><dc:creator>sentinel1909</dc:creator><comments>https://news.ycombinator.com/item?id=46940843</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46940843</guid></item><item><title><![CDATA[New comment by sentinel1909 in "Ask HN: What are you working on (August 2024)?"]]></title><description><![CDATA[
<p>Compared to the majority of what I read below, I'm a rank amateur and have no right to post.<p>I'll do it anyway, as I need to learn to own where I'm at and have a backbone. :)<p>I'm learning the Zola static site generator and using to to build my blog at <a href="https://jeff-mitchell.dev" rel="nofollow">https://jeff-mitchell.dev</a>. The focus is my mis-adventures learning the Rust language.<p>I've found it a challenge to get off my feet with Zola, but I'm slowly figuring things out. Little victory this evening, finally figured out how to get images linked in posts to render properly.</p>
]]></description><pubDate>Sun, 25 Aug 2024 03:34:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=41344144</link><dc:creator>sentinel1909</dc:creator><comments>https://news.ycombinator.com/item?id=41344144</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41344144</guid></item></channel></rss>