<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: lyfeninja</title><link>https://news.ycombinator.com/user?id=lyfeninja</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 13 May 2026 18:22:30 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=lyfeninja" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by lyfeninja in "Ask HN: What are you working on? (May 2026)"]]></title><description><![CDATA[
<p>Production service for digital content attestation and verification utilizing bespoke neural encoding models. Will be looking for beta testers soon. Reach out if you're interested!<p><a href="https://lyfe.ninja/" rel="nofollow">https://lyfe.ninja/</a></p>
]]></description><pubDate>Tue, 12 May 2026 01:25:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=48103054</link><dc:creator>lyfeninja</dc:creator><comments>https://news.ycombinator.com/item?id=48103054</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48103054</guid></item><item><title><![CDATA[New comment by lyfeninja in "Ask HN: We just had an actual UUID v4 collision..."]]></title><description><![CDATA[
<p>Although incredibly rare, it's not impossible so probably best to just  plan for collisions. A simply retry should suffice. But I agree I feel like something is going on somewhere else ...</p>
]]></description><pubDate>Fri, 08 May 2026 11:02:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=48061401</link><dc:creator>lyfeninja</dc:creator><comments>https://news.ycombinator.com/item?id=48061401</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48061401</guid></item><item><title><![CDATA[New comment by lyfeninja in "Ask HN: Why are companies so distrustful of remote employees?"]]></title><description><![CDATA[
<p>One bad apple lol</p>
]]></description><pubDate>Fri, 24 Apr 2026 01:07:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47884307</link><dc:creator>lyfeninja</dc:creator><comments>https://news.ycombinator.com/item?id=47884307</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47884307</guid></item><item><title><![CDATA[Ask HN: Why are companies so distrustful of remote employees?]]></title><description><![CDATA[
<p>I just passed on a job for a quality company in the Bay area because they wouldn't budge on remote work. I already work remote and have since the pandemic and it works for me and my employer. I do travel occasionally, but whenever I do I always think "wow, I'd get so much more done right now at home."<p>I've always been skeptical of the entire RTO storyline. I literally work on a computer all day with an Internet connection and can complete every aspect of my job remotely, no if, ands, or buts, about it. Also, at this point many are tracking our mouse movements and key strokes, and the work gets done, so they know we're working too<p>I'm used to the short sided mindset at this point, but the situation just got me thinking about it again.<p>Meanwhile, companies are throwing everything at AI (which works remotely), laying off employees to do so, and then having obsurd in office policies and skimping on benefits. Just makes you wonder why they distrust people so much.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47884294">https://news.ycombinator.com/item?id=47884294</a></p>
<p>Points: 29</p>
<p># Comments: 24</p>
]]></description><pubDate>Fri, 24 Apr 2026 01:05:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=47884294</link><dc:creator>lyfeninja</dc:creator><comments>https://news.ycombinator.com/item?id=47884294</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47884294</guid></item><item><title><![CDATA[New comment by lyfeninja in "Hey, it's Earth Day today"]]></title><description><![CDATA[
<p>Agreed. Maybe let's stop trying to set the world on fire so we can have AI generated cat videos. Just doesn't seem worth it...</p>
]]></description><pubDate>Wed, 22 Apr 2026 23:09:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=47870450</link><dc:creator>lyfeninja</dc:creator><comments>https://news.ycombinator.com/item?id=47870450</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47870450</guid></item><item><title><![CDATA[New comment by lyfeninja in "Ask HN: Would you use revocable digital signatures to verify AI/Other content?"]]></title><description><![CDATA[
<p>Thanks. I will definitely keep this in mind.</p>
]]></description><pubDate>Tue, 21 Apr 2026 14:10:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=47849076</link><dc:creator>lyfeninja</dc:creator><comments>https://news.ycombinator.com/item?id=47849076</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47849076</guid></item><item><title><![CDATA[Ask HN: Would you use revocable digital signatures to verify AI/Other content?]]></title><description><![CDATA[
<p>I’ve been exploring a potential product direction and wanted to sanity check it with people who actually build and ship things.<p>Background: I’ve been working on a system using our core tech that can generate and verify digital signatures, but with a slightly different property than traditional approaches. The signatures are natively revocable. If the underlying model/system shouldn’t be trusted anymore, the signatures can be revoked either through a hard (delete the signing model) or soft (revoke the lease for the signing model) mechanism. I believe this feature is very beneficial on its own, but there are several other interesting properties (no key management, distributed verification, embedded metadata, etc.)<p>Originally this came out of some deeper R&D work we’re doing, but I’ve been thinking this might actually be the most practical “wedge” into the market while we continue that research (and fund the research).<p>One area that’s been interesting is applying this to AI systems. Specifically as a “know your agent” play. Essentially, how do you verify that the AI-generated content you’re seeing in your browser, workflow, or system actually came from the intended Agent and hasn’t been altered somewhere along the way? Right now “trust” mostly relies on secure transport (TLS, etc.), but not necessarily the integrity of the content at the point of consumption. This is a way to add a verification layer where revocability matters (Would you want to stand by your AI agent’s output forever? I think not.).<p>So I built a couple demos (I’ve shared these on Show HN previously).The first one simply demonstrates the digital signature ability of the tech and their revocable nature. The second, using the digital signatures to sign a verify content from a AI chatbot in a streaming system (this has received the most traction of anything we’ve shared).<p>- AI responses are signed after generation<p>- Verification happens client-side<p>- Tampering with the content causes verification to fail<p>- Signatures can be revoked (short-lived leases, or fully invalidated)<p>It works, at least in controlled settings. But I genuinely don’t know if this is something people would actually adopt, or if it’s solving a problem that only feels real from where I’m sitting. I can think of plenty of uses and see the benefits but that doesn’t mean everyone else will.<p>A few things I’m trying to figure out:<p>- Generally, do you see uses for revocable digital signatures?<p>- If so, where would it matter most?<p>- Is content-level verification for AI outputs something you’d actually want or use?<p>- What would make this usable vs annoying in a real system?<p>The goal would be to make it very developer friendly, since I would imagine they would use it most. Create an account, lease signing model, get oauth creds, sign/verify through simple sdk or API directly.<p>I’m less interested in pitching this and more trying to understand if this is worth turning into a real product vs keeping it as internal research. I’m also aware there are other approaches that do similar things (C2PA for content attestation, things like CRLs for signature revocation), but they have limitations, and I view this as supplemental tech, not a replacement.<p>Happy to share more details if helpful, but there is a bunch of documentation on our Project (https://lyfe.ninja/projects/) and News (https://lyfe.ninja/news/) pages of our website. Let me know what you think, Thanks.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47848539">https://news.ycombinator.com/item?id=47848539</a></p>
<p>Points: 3</p>
<p># Comments: 2</p>
]]></description><pubDate>Tue, 21 Apr 2026 13:28:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=47848539</link><dc:creator>lyfeninja</dc:creator><comments>https://news.ycombinator.com/item?id=47848539</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47848539</guid></item><item><title><![CDATA[Would you use revocable digital signatures to verify AI/Other content?]]></title><description><![CDATA[
<p>Article URL: <a href="https://lyfe.ninja/">https://lyfe.ninja/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47848491">https://news.ycombinator.com/item?id=47848491</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 21 Apr 2026 13:24:47 +0000</pubDate><link>https://lyfe.ninja/</link><dc:creator>lyfeninja</dc:creator><comments>https://news.ycombinator.com/item?id=47848491</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47848491</guid></item><item><title><![CDATA[New comment by lyfeninja in "Ask HN: Building a solo business is impossible?"]]></title><description><![CDATA[
<p>Hang in there. It does take longer than you think and it's a marathon with a lot of peaks and valleys.<p>You do need a market, not just a product. You also need to network to get input, partners, and build a BD pipeline. You don't necessarily need revenue at first, you need to prove external interest, whether that's a beta, pilot, or collaboration/partnership. All these things will add to your momentum.</p>
]]></description><pubDate>Fri, 17 Apr 2026 09:48:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=47804163</link><dc:creator>lyfeninja</dc:creator><comments>https://news.ycombinator.com/item?id=47804163</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47804163</guid></item><item><title><![CDATA[New comment by lyfeninja in "Ask HN: Who is using OpenClaw?"]]></title><description><![CDATA[
<p>I see a lot of the same. I do know a couple people who do use it and I asked their take and it was kind of "meh".<p>I'm letting it mature a little before dipping my toe in. I've seem some horror stories, like it deleting repos, system files, and whatnot.</p>
]]></description><pubDate>Wed, 15 Apr 2026 19:37:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=47784137</link><dc:creator>lyfeninja</dc:creator><comments>https://news.ycombinator.com/item?id=47784137</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47784137</guid></item><item><title><![CDATA[New comment by lyfeninja in "Ask HN: What standards or protocols exist for AI Agent permissions"]]></title><description><![CDATA[
<p>Wow truly surprised by the lack of comments here. I just assumed there would be something I didn't know about.</p>
]]></description><pubDate>Wed, 15 Apr 2026 10:55:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=47777339</link><dc:creator>lyfeninja</dc:creator><comments>https://news.ycombinator.com/item?id=47777339</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47777339</guid></item><item><title><![CDATA[Ask HN: What standards or protocols exist for AI Agent permissions]]></title><description><![CDATA[
<p>Curious what standards exist for AI agent permissions. Something like Linux read, write, execute types, but for AI agents. For example, is there standard way to provide a "buy" permission, or agentic commerce agents?<p>I've seen a some stuff, but wanted to get community input.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47768134">https://news.ycombinator.com/item?id=47768134</a></p>
<p>Points: 2</p>
<p># Comments: 3</p>
]]></description><pubDate>Tue, 14 Apr 2026 16:54:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=47768134</link><dc:creator>lyfeninja</dc:creator><comments>https://news.ycombinator.com/item?id=47768134</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47768134</guid></item><item><title><![CDATA[New comment by lyfeninja in "Ask HN: Who needs contributors?"]]></title><description><![CDATA[
<p>Project name: BlkBolt
Project description: Experimental ML-based data encoding system. No keys, no traditional crypto primitives, just learned unique representations. Early stage and looking for collaboration.<p>This month: Design and market research on "know your agent" products<p>Skills: ML, crypto, security folks for independent validation stress testing and just general support. Would love someone to try and forge or break our signatures.<p>Link: <a href="https://lyfe.ninja/projects" rel="nofollow">https://lyfe.ninja/projects</a> (or find us on LinkedIn)</p>
]]></description><pubDate>Tue, 14 Apr 2026 15:31:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47766963</link><dc:creator>lyfeninja</dc:creator><comments>https://news.ycombinator.com/item?id=47766963</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47766963</guid></item><item><title><![CDATA[New comment by lyfeninja in "Ask HN: What Are You Working On? (April 2026)"]]></title><description><![CDATA[
<p>Real-time AI content attestation and verification with Revocable signatures. Actually posted on "Show HN" today.<p>Write up and demo here: <a href="https://lyfe.ninja/news/#know-your-agent-with-blkbolt" rel="nofollow">https://lyfe.ninja/news/#know-your-agent-with-blkbolt</a></p>
]]></description><pubDate>Mon, 13 Apr 2026 17:51:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=47755578</link><dc:creator>lyfeninja</dc:creator><comments>https://news.ycombinator.com/item?id=47755578</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47755578</guid></item><item><title><![CDATA[New comment by lyfeninja in "Show HN: AI Content Attestation & Verification w/ Revocable Signatures"]]></title><description><![CDATA[
<p>True, this demo does not verify the agent or it's owner, but that's not necessarily what it was intended for (hence the "our take" part). We would view this as an additional trust layer (although a big one we'd argue) in a "know your agent" product. It was mostly intended to show how you can prove an agent of yours created the content seen on a users screen, verify it's integrity, and have this all work in a streaming system.</p>
]]></description><pubDate>Mon, 13 Apr 2026 12:27:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47751001</link><dc:creator>lyfeninja</dc:creator><comments>https://news.ycombinator.com/item?id=47751001</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47751001</guid></item><item><title><![CDATA[New comment by lyfeninja in "Show HN: AI Content Attestation & Verification w/ Revocable Signatures"]]></title><description><![CDATA[
<p>Thanks, we think so too, we're not aware of anything doing this currently but please share if you know of anything.<p>By false positives, I'm assuming you mean, two separate LLMs/agents output and sign the exact same content (e.g. hello world!).<p>These are not traditional signatures and can have metadata encoded into them (the demo only encodes lease ID, create timestamp). So you could rely on the metadata during verification for provenance (which one came first). The demo has a separate link to additional information about the signatures.<p>P.S. this is just a demo to demonstrate this in a real-time streaming scenario (mostly for a prospect). But we'd love to hear if anyone thinks this could be useful as a product of its own.</p>
]]></description><pubDate>Mon, 13 Apr 2026 12:02:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47750790</link><dc:creator>lyfeninja</dc:creator><comments>https://news.ycombinator.com/item?id=47750790</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47750790</guid></item><item><title><![CDATA[Show HN: AI Content Attestation & Verification w/ Revocable Signatures]]></title><description><![CDATA[
<p>Link to demo in article. The article is for context.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47750470">https://news.ycombinator.com/item?id=47750470</a></p>
<p>Points: 2</p>
<p># Comments: 4</p>
]]></description><pubDate>Mon, 13 Apr 2026 11:21:25 +0000</pubDate><link>https://lyfe.ninja/news/#know-your-agent-with-blkbolt</link><dc:creator>lyfeninja</dc:creator><comments>https://news.ycombinator.com/item?id=47750470</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47750470</guid></item><item><title><![CDATA[New comment by lyfeninja in "Ask HN: How do you handle marketing as a solo technical founder?"]]></title><description><![CDATA[
<p>In a similar situation and I understand where you're coming from. Although I have not taken on a Marketing co-founder, I have had a number of important and revealing conversations that I've learned a lot from.<p>1. Make sure the market for your product exists before you make it. This is counterintuitive to builders like myself and probably you. building is what I'm good at, and I know what I'm making adds value, but that doesn't mean others will see that value.<p>2. Kinda goes with #1, but talk to as many people as possible in the market you are considering a product for and learn what their problems and pain points are so you can solve them. If you can relieve someone's pain, the marketing will do itself. It's hard to even get the conversations, but each one is helpful, even if it's telling you something you don't want to hear.<p>3. Focus on gaining external interest, not necessarily revenue. Again, hard, but a pilot or partnership with another startup or small business can go along way and showing value to future investors or customers.<p>4. Talk to and learn from other founders. Your already doing this, but there are nuggets of information that can help even if it's just a slight change of perspective.<p>5. Keep your head up. It's a slog and it's brutal, but it's a marathon.<p>I'm still working on all these things myself, so you're not alone. The realization that a good product without a market is nothing, was a big revelation for me (and in hindsight makes me feel like an idiot). I honestly thought if you solve a hard enough problem or built a good enough product that the rest would fall in line, but that was not the case, but I'm not ready to give up yet.</p>
]]></description><pubDate>Tue, 07 Apr 2026 18:30:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=47679414</link><dc:creator>lyfeninja</dc:creator><comments>https://news.ycombinator.com/item?id=47679414</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47679414</guid></item><item><title><![CDATA[New comment by lyfeninja in "Write Your Own Copy"]]></title><description><![CDATA[
<p>I get what you're saying here and I agree if you're only using unedited AI content to just increase your post frequency, then yeah it's annoying and feels somewhat abusive.<p>I personally like to use AI to make a first draft and then edit from there. It's way faster at that first draft than I am, but I can still maintain my voice and ensure I'm making all my points.<p>I will say many people are also generally bad writers. Is it slop if it's actually a better writer than the engineer making the site or the owner of a small business without a marketing team? It just seems like a tool to write better.</p>
]]></description><pubDate>Mon, 06 Apr 2026 10:56:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=47659265</link><dc:creator>lyfeninja</dc:creator><comments>https://news.ycombinator.com/item?id=47659265</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47659265</guid></item><item><title><![CDATA[New comment by lyfeninja in "Show HN: I built a DNS resolver from scratch in Rust – no DNS libraries"]]></title><description><![CDATA[
<p>I think I need to give this a go. Cool project.</p>
]]></description><pubDate>Thu, 02 Apr 2026 10:16:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=47612357</link><dc:creator>lyfeninja</dc:creator><comments>https://news.ycombinator.com/item?id=47612357</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47612357</guid></item></channel></rss>