<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: soysamurai</title><link>https://news.ycombinator.com/user?id=soysamurai</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 16 Jun 2026 17:15:42 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=soysamurai" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by soysamurai in "Ask HN: What are you working on? (June 2026)"]]></title><description><![CDATA[
<p>This is really cool! My dad always talked about the one he had when he was much younger.<p>In a similar vein I’m teaching my son to rebuild an old ‘62 VW that’s been in the family since ‘62 and am constantly reminded of how nice it is when things are simple. And I’ve learned that the dollars spent are not that important when you are having fun and learning or teaching something!</p>
]]></description><pubDate>Mon, 15 Jun 2026 18:27:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=48545190</link><dc:creator>soysamurai</dc:creator><comments>https://news.ycombinator.com/item?id=48545190</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48545190</guid></item><item><title><![CDATA[New comment by soysamurai in "Ask HN: What are you working on? (June 2026)"]]></title><description><![CDATA[
<p>I got a little annoyed (okay, more than a little) with agentic developer tools and started building a replacement that I use every day now for development - both at home and at work. I have found that starting with an idea or design, using that to create a proper implementation plan, and then asking an agent to build something has been the most effective workflow for getting what I want (and that I don’t trust most models to not accidentally delete everything from my computer).<p>So I built an app that combines that workflow with some code dependency graph and sandboxing ideas (semi-structured build manifests with auto-installing tools / isolation) from a startup I previously co-founded, along with a handful of other tools / features (like virtualized code workspace over gRPC that works locally or remotely, starlark for scripting, a debugger with an investigation log and proposed fixes, dependency analyzer, security reviewer, and per-agent models/providers so I can use more expensive models for more complex work, like design or debugging work, and cheaper models for writing code) and built my own day-to-day development assistant that I’m pretty happy with!<p>As an added bonus, since I don’t like being stuck with one provider, it supports most any LLM provider (including local ones) and I can seamlessly switch between providers or models in the middle of my work if one is offline or going in circles.</p>
]]></description><pubDate>Mon, 15 Jun 2026 15:18:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=48542554</link><dc:creator>soysamurai</dc:creator><comments>https://news.ycombinator.com/item?id=48542554</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48542554</guid></item><item><title><![CDATA[New comment by soysamurai in "MySQL, Sub-selects and IN()"]]></title><description><![CDATA[
<p>Except that in the specific example I have (this is my post), the results of the inner select (I would assume) should be cached because the condition in the inner select is a fixed set of criteria, not related at all to the outer records. Also of interest is that NOT IN(insert subselect here) doesn't raise the same issue. Additionally it prevents the entire query from using any indices... I have lots of interesting query planner results from this particular go around.<p>Also it's been fixed in 6.0-alpha just not back-ported, so I'm not sure I agree here.</p>
]]></description><pubDate>Mon, 06 Jun 2011 18:17:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=2625725</link><dc:creator>soysamurai</dc:creator><comments>https://news.ycombinator.com/item?id=2625725</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=2625725</guid></item><item><title><![CDATA[New comment by soysamurai in "GearmanHQ: Background processing in the cloud."]]></title><description><![CDATA[
<p>Initially workers are hosted by you but down the road we're looking to add some nice hosted / management features for those who want it (think github hooks for auto-deployment / upgrading of workers) If your data is sensitive you can always encrypt it without too much overhead. We're working on supporting SSL for transport and we have IP-based restriction to queues along with a management console. In our experience, most of the data that goes through our systems is pretty meaningless without context (but we understand that some folks will want something a little extra.)</p>
]]></description><pubDate>Thu, 27 Jan 2011 06:29:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=2146858</link><dc:creator>soysamurai</dc:creator><comments>https://news.ycombinator.com/item?id=2146858</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=2146858</guid></item></channel></rss>