<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: nk91</title><link>https://news.ycombinator.com/user?id=nk91</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 15 Jun 2026 22:19:35 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=nk91" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by nk91 in "Ask HN: What are you working on? (June 2026)"]]></title><description><![CDATA[
<p>Sent you an email</p>
]]></description><pubDate>Mon, 15 Jun 2026 03:13:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=48536148</link><dc:creator>nk91</dc:creator><comments>https://news.ycombinator.com/item?id=48536148</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48536148</guid></item><item><title><![CDATA[New comment by nk91 in "Ask HN: What are you working on? (June 2026)"]]></title><description><![CDATA[
<p>If you have it on GitHub or gitlab would love to take a peek when I get a chance.<p>I’m still pretty early on in the explore phase. Once I get through a cleanup pass or ten I’ll see if I feel good enough about it to share haha.</p>
]]></description><pubDate>Sun, 14 Jun 2026 23:37:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=48534315</link><dc:creator>nk91</dc:creator><comments>https://news.ycombinator.com/item?id=48534315</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48534315</guid></item><item><title><![CDATA[New comment by nk91 in "Ask HN: What are you working on? (June 2026)"]]></title><description><![CDATA[
<p>I’m working on small agent harness at home for a personal assistant. In spirit it’s similar to OpenClaw or Hermes Agent but I’m mostly using it for learning about agent harnesses to get a better understanding of the ecosystem.<p>Overall it’s been a fun learning experience and I’m looking forward to some more of the hardware work I’ll need to jump into soon. I really want to get a more focused kitchen / cooking oriented voice assistant working. So far I have a few simple voice-to-timer settings done e.g. “set a 10 minute timer for the pasta” that tells me “ding! Pasta timer” when it goes off. You can set as many concurrent timers as you need with different names.<p>I need some better hardware before I try using the pi for full hands free while cooking. I’ve mostly been using a webapp on my phone but afaik you can’t easily wake word a phone on a web app without some real hacking.<p>Overall the projects been enjoyable, once you understand the basics of a harness it feels like there’s a lot of problems you can throw them at.</p>
]]></description><pubDate>Sun, 14 Jun 2026 21:26:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=48532932</link><dc:creator>nk91</dc:creator><comments>https://news.ycombinator.com/item?id=48532932</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48532932</guid></item><item><title><![CDATA[New comment by nk91 in "Don't trust large context windows"]]></title><description><![CDATA[
<p>I think it makes sense when you dig into why that non-determinism conversion is so hard.<p>For voice related things you have a lot of turn of phrase scenarios that can make no sense unless you know. Phrasing like “Put Larry on the horn.” For someone familiar with old lingo for phone calls makes sense. For someone else they might think of a war horn, someone else a music class.<p>All of those are wildly different situations. It’s not hard to see how one oops between two non deterministic things can quickly go off the rails.<p>The fact we can get away with so much non-determinism->non-determinism recursion is frankly amazing when you realize how easy it is to imprecisely describe what it is you’re thinking.</p>
]]></description><pubDate>Sun, 14 Jun 2026 17:51:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=48530345</link><dc:creator>nk91</dc:creator><comments>https://news.ycombinator.com/item?id=48530345</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48530345</guid></item><item><title><![CDATA[New comment by nk91 in "Don't trust large context windows"]]></title><description><![CDATA[
<p>I felt the same way about the non-determinism but realized it can be really beneficial to have a machine that can fairly reliably turn non-determinism into determinism.<p>I’m working on a tiny agent harness at home to learn and the process of taking human speech and turning it into agent tool calls that output something generally deterministic depending on how the tool is defined is so interesting.<p>One of the big takeaways is you really only have to rely on the non-determinism<->determinism translation layer once when you switch between the two domains. You can obviously rely on it more if you want, and that’s probably faster because determinism is hard, but you don’t need too do that.</p>
]]></description><pubDate>Sun, 14 Jun 2026 15:57:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=48528670</link><dc:creator>nk91</dc:creator><comments>https://news.ycombinator.com/item?id=48528670</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48528670</guid></item><item><title><![CDATA[New comment by nk91 in "1k Data Breaches Later, the Disclosure Lag Is Worse"]]></title><description><![CDATA[
<p>My anecdote story about this is as someone with all of their credit frozen and generally best practices for password security (password manager, no reuse, offline only vault for important things) I ended up getting caught up in a ghost student loan scam. More info/background here <a href="https://www.equifax.com/business/blog/-/insight/article/ghost-students-the-180m-fraud-problem-haunting-colleges-and-universities/" rel="nofollow">https://www.equifax.com/business/blog/-/insight/article/ghos...</a><p>I failed to realize that I needed to secure a studentaid
.gov account someone was able to open in my name with data breach information.<p>Thankfully my credit was frozen so I didn’t need to untangle an actual loan, but it would have been a huge legal mess otherwise.<p>I guess my fear is what account am I going to miss securing next that leads to a giant life ruining problem? If I didn’t setup credit freezes someone else could have with the info in the breaches. I didn’t even think to secure a studentaid account I didn’t know existed. In theory having those credit bureau accounts frozen should be enough, but anyone with enough information on you can likely recover them regardless.<p>To me the whole experience really drives home how much of a joke the security on a lot of this is. Anyone who seriously sets their eyes on you can just totally ruin your life if they’re dedicated enough.<p>Though most people doing this its much more effective to take advantage of people who don’t know any better. Credit not frozen, loan accounts not made or secured, etc. Pwning 20 people doing nothing will always be better ROI than trying to PWN one person with their stuff in order. Until you piss the wrong person or they think you’re worth the effort.<p>I guess I can see how you can view it as not your problem. But there are only so many grandmas to scam. The whole problem space to me metaphorically is everyone’s door is wide open, grandmas is just a straight shot to get in. Mine? Well I have some ball bearings, calipers, and a moat but the doors still open. It’s not like someone is going to rob my open house instead of grandma. I only have to dodge all the traps when I leave and come back but that’s whatever.<p>The whole thing is absurd. We have doors and locks and better ways to do this and instead we just live like this?</p>
]]></description><pubDate>Mon, 08 Jun 2026 15:36:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=48446755</link><dc:creator>nk91</dc:creator><comments>https://news.ycombinator.com/item?id=48446755</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48446755</guid></item></channel></rss>