<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: fidorka</title><link>https://news.ycombinator.com/user?id=fidorka</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 01 May 2026 08:36:44 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=fidorka" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by fidorka in "Don't post generated/AI-edited comments. HN is for conversation between humans"]]></title><description><![CDATA[
<p>To confess something I built just today a little cron that monitors HN for posts I might find interesting, pulls in some context about me, and proposes a reply. Just to help me find relevant posts and to kick start my thinking if I want to engage.<p>Today it flagged a post about an AI tool for HN and suggested I reply with:<p>"honestly, if you need an AI to sift through hn, you might be missing the point—this place is about the human touch. but hey, maybe it'll help some folks who just can't take the noise anymore."<p>So my AI, which I built specifically to sift through HN for me, is telling me to go flame someone else for doing that.<p>No deeper point here. I just thought it was really funny.</p>
]]></description><pubDate>Wed, 11 Mar 2026 20:58:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=47341692</link><dc:creator>fidorka</dc:creator><comments>https://news.ycombinator.com/item?id=47341692</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47341692</guid></item><item><title><![CDATA[New comment by fidorka in "Show HN: Readhn – AI-Native Hacker News MCP Server (Discover, Trust, Understand)"]]></title><description><![CDATA[
<p>Hey, this is quite cool! btw, I have found about the post using some smart cron which I setup. The cron also proposes a reply given some context about me and this is what it has come up with:<p>"honestly, if you need an AI to sift through hn, you might be missing the point—this place is about the human touch. but hey, maybe it'll help some folks who just can't take the noise anymore."<p>The really made me laugh - seems like AI is totally pushing me into hypocrisy haha</p>
]]></description><pubDate>Wed, 11 Mar 2026 19:13:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=47339879</link><dc:creator>fidorka</dc:creator><comments>https://news.ycombinator.com/item?id=47339879</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47339879</guid></item><item><title><![CDATA[New comment by fidorka in "I put my whole life into a single database"]]></title><description><![CDATA[
<p>Tried the manual tracking a few times and it does not tend to stick. Passive capture is the approach that ever worked for me. Having different apps and devices with permissions to track you and good APIs that enable integrating the data seems to be the way to go.<p>Did you think of building some proactive AI tools to make use of all this centralized data?</p>
]]></description><pubDate>Tue, 10 Mar 2026 15:33:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=47324667</link><dc:creator>fidorka</dc:creator><comments>https://news.ycombinator.com/item?id=47324667</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47324667</guid></item><item><title><![CDATA[New comment by fidorka in "Debian decides not to decide on AI-generated contributions"]]></title><description><![CDATA[
<p>What do you mean?</p>
]]></description><pubDate>Tue, 10 Mar 2026 15:14:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=47324389</link><dc:creator>fidorka</dc:creator><comments>https://news.ycombinator.com/item?id=47324389</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47324389</guid></item><item><title><![CDATA[New comment by fidorka in "Show HN: DenchClaw – Local CRM on Top of OpenClaw"]]></title><description><![CDATA[
<p>Love the local-first approach. The "just ask it to import my Notion" thing via browser automation is really nice.<p>One thing I keep coming back to though - what if the tool could actually watch how you use your CRM and then suggest automations based on what it sees you doing repeatedly?<p>I've been building something called MemoryLane (<a href="https://github.com/deusXmachina-dev/memorylane" rel="nofollow">https://github.com/deusXmachina-dev/memorylane</a>) that does exactly this - it captures screen activity, spots repeated workflows, and suggests automations. Works as an MCP server so you can plug it into Claude or Cursor. Instead of you having to describe what you want automated, it just watches and proposes stuff.<p>Have you thought about adding something like pattern detection to denchclaw? Feels like it'd fit really well with the "everything app" direction. For us the most useful engine for executing skills and automations is surprisingly cowork thus far, haha</p>
]]></description><pubDate>Tue, 10 Mar 2026 14:42:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=47323967</link><dc:creator>fidorka</dc:creator><comments>https://news.ycombinator.com/item?id=47323967</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47323967</guid></item><item><title><![CDATA[New comment by fidorka in "Show HN: Agent-vfs – Virtual filesystem for AI agent memory"]]></title><description><![CDATA[
<p>Agent memory is one of those things that sounds straightforward until you actually try to build it. The filesystem metaphor makes a lot of sense as a starting point.<p>I've been working on a slightly different angle with MemoryLane (<a href="https://github.com/deusXmachina-dev/memorylane" rel="nofollow">https://github.com/deusXmachina-dev/memorylane</a>) - instead of giving agents a place to write their own memories, it captures the user's screen activity and makes it queryable. So the agent gets context about what the human was doing, not just what the agent itself did. It plugs in via MCP so Claude Code / Cursor can just ask it stuff.<p>I think there's something interesting in combining both - agent-vfs for the agent's own state, and something like MemoryLane for the human side. How do you think about that boundary between what the agent remembers vs what it knows about the user?<p>We need to use vector DBs just because of the amount of data. But on a different layer we want to help create file-based instrucations/skills for patterns that we detect and think can be automated.</p>
]]></description><pubDate>Tue, 10 Mar 2026 14:40:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=47323948</link><dc:creator>fidorka</dc:creator><comments>https://news.ycombinator.com/item?id=47323948</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47323948</guid></item><item><title><![CDATA[New comment by fidorka in "Show HN: AI agent that runs real browser workflows"]]></title><description><![CDATA[
<p>Cool demo. The tricky bit with browser workflow agents is figuring out which workflows to automate in the first place. Most people don't even realize they're doing the same thing over and over - they just do it.<p>I've been building MemoryLane (<a href="https://github.com/deusXmachina-dev/memorylane" rel="nofollow">https://github.com/deusXmachina-dev/memorylane</a>) which comes at this from the other side - it records screen activity, spots repeated patterns with AI, and then tells you "hey you keep doing this, want to automate it?" Works as an MCP plugin for Claude/Cursor.<p>Feels like pattern detection (finding what to automate) + browser agents like yours (actually doing the automation) is the right combo. Are you thinking about the discovery side at all, or mostly focused on execution?</p>
]]></description><pubDate>Tue, 10 Mar 2026 14:38:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=47323902</link><dc:creator>fidorka</dc:creator><comments>https://news.ycombinator.com/item?id=47323902</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47323902</guid></item><item><title><![CDATA[New comment by fidorka in "Show HN: Screen-watching AI needs a kill switch"]]></title><description><![CDATA[
<p>MemoryLane screenshots your screen and makes it queryable via AI. All local. But it sees everything — banking, DMs, password managers.<p>We added a blacklist coordinator that checks four rules on every window-focus event:<p>- App name (1Password, Signal) — normalized across .app, .exe, bundle IDs<p>- Window title wildcards (*bank statement*)<p>- URL patterns (*://*.bank.com/*)<p>- Incognito auto-detection (on by default, zero config)<p>When anything matches, capture pauses and queued frames get flushed. Switch away, it resumes.<p>Surprising part: the matching logic was trivial. The annoying work was cross-platform app name normalization and making the settings UX simple enough that people actually configure it.</p>
]]></description><pubDate>Mon, 09 Mar 2026 14:44:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=47309798</link><dc:creator>fidorka</dc:creator><comments>https://news.ycombinator.com/item?id=47309798</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47309798</guid></item><item><title><![CDATA[Show HN: Screen-watching AI needs a kill switch]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/deusXmachina-dev/memorylane">https://github.com/deusXmachina-dev/memorylane</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47309793">https://news.ycombinator.com/item?id=47309793</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Mon, 09 Mar 2026 14:43:44 +0000</pubDate><link>https://github.com/deusXmachina-dev/memorylane</link><dc:creator>fidorka</dc:creator><comments>https://news.ycombinator.com/item?id=47309793</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47309793</guid></item><item><title><![CDATA[New comment by fidorka in "Show HN: MemoryLane – Video as a token-efficient way to analyze user activity"]]></title><description><![CDATA[
<p>Building an open-source tool that makes your screen activity searchable via AI because we wanted Claude/Cursor to know what we'd been working on without explaining it every time.<p>Processing hundreds of screenshots/hour forced us to optimize for token costs.<p>The surprise: send video, not images<p>- Single screenshot (1698×894): 1,812 tokens<p>- Same frame in video: 258 tokens (Gemini 2.5) or ~70 tokens (Gemini 3)<p>- Full 8-hour workday: ~$1-3<p>Video gives you timestamps for free and compresses well since consecutive frames are nearly identical. We keep costs down by having the LLM write short summaries while running OCR locally for text extraction.</p>
]]></description><pubDate>Tue, 03 Mar 2026 14:23:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=47232785</link><dc:creator>fidorka</dc:creator><comments>https://news.ycombinator.com/item?id=47232785</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47232785</guid></item><item><title><![CDATA[Show HN: MemoryLane – Video as a token-efficient way to analyze user activity]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/deusXmachina-dev/memorylane">https://github.com/deusXmachina-dev/memorylane</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47232766">https://news.ycombinator.com/item?id=47232766</a></p>
<p>Points: 3</p>
<p># Comments: 1</p>
]]></description><pubDate>Tue, 03 Mar 2026 14:22:16 +0000</pubDate><link>https://github.com/deusXmachina-dev/memorylane</link><dc:creator>fidorka</dc:creator><comments>https://news.ycombinator.com/item?id=47232766</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47232766</guid></item><item><title><![CDATA[New comment by fidorka in "Show HN: Context Harness – Local first context engine for AI tools"]]></title><description><![CDATA[
<p>Nice, thanks! Checking it out now.</p>
]]></description><pubDate>Thu, 26 Feb 2026 08:30:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=47163453</link><dc:creator>fidorka</dc:creator><comments>https://news.ycombinator.com/item?id=47163453</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47163453</guid></item><item><title><![CDATA[New comment by fidorka in "Show HN: Context Harness – Local first context engine for AI tools"]]></title><description><![CDATA[
<p>Hey Parker, this is really cool! Thanks for sharing. Have you tried using the entire CLI? It might also be a tool which you could compose into your workflow to have better memory of what the agents themselves did in the repo.<p>Btw, I built something similar to solve the context problem for most of my laptop-based activity.<p>It's slightly more heavyweight (electron app ingesting screenshots) - that being said I took many similar design decisions (local embeddings, sqlite with vector search and FTS hybrid, MCP extension to claude). Feel free to check it out:<p><a href="https://github.com/deusXmachina-dev/memorylane" rel="nofollow">https://github.com/deusXmachina-dev/memorylane</a></p>
]]></description><pubDate>Thu, 26 Feb 2026 07:47:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47163134</link><dc:creator>fidorka</dc:creator><comments>https://news.ycombinator.com/item?id=47163134</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47163134</guid></item><item><title><![CDATA[New comment by fidorka in "Mac Private Cloud"]]></title><description><![CDATA[
<p>Nice, this could be interesting alternative to github for mac runners. What led you to start this project?</p>
]]></description><pubDate>Wed, 18 Feb 2026 08:45:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=47058771</link><dc:creator>fidorka</dc:creator><comments>https://news.ycombinator.com/item?id=47058771</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47058771</guid></item><item><title><![CDATA[New comment by fidorka in "Gave Claude photographic memory for $0.0002/screenshot"]]></title><description><![CDATA[
<p>Hey, just released a new version with support for local models - you just configure the custom endpoint and model name and it should just work. Let us know what you think:)</p>
]]></description><pubDate>Tue, 17 Feb 2026 19:34:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=47051996</link><dc:creator>fidorka</dc:creator><comments>https://news.ycombinator.com/item?id=47051996</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47051996</guid></item><item><title><![CDATA[New comment by fidorka in "Gave Claude photographic memory for $0.0002/screenshot"]]></title><description><![CDATA[
<p>Nice, could I provide this memory to openclaw as well?</p>
]]></description><pubDate>Tue, 17 Feb 2026 16:36:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47049412</link><dc:creator>fidorka</dc:creator><comments>https://news.ycombinator.com/item?id=47049412</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47049412</guid></item><item><title><![CDATA[New comment by fidorka in "[dead]"]]></title><description><![CDATA[
<p>This is quite cool! What is it based on? Is it possible to use the same logic on other platforms (windows mac) as well?<p>Building an electron app (<a href="https://github.com/deusXmachina-dev/memorylane-private" rel="nofollow">https://github.com/deusXmachina-dev/memorylane-private</a>) which does A LOT of screenshots and this looks like something which could save the users (for now mostly us the dev team :D) a lot of money.</p>
]]></description><pubDate>Fri, 13 Feb 2026 19:23:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=47006628</link><dc:creator>fidorka</dc:creator><comments>https://news.ycombinator.com/item?id=47006628</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47006628</guid></item><item><title><![CDATA[New comment by fidorka in "Show HN: Generate Web Interfaces from Data"]]></title><description><![CDATA[
<p>This is quite cool! What about making it possible for the (authenticated) user to specify how the component would look for them. Would that make sense?</p>
]]></description><pubDate>Fri, 13 Feb 2026 13:21:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=47002397</link><dc:creator>fidorka</dc:creator><comments>https://news.ycombinator.com/item?id=47002397</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47002397</guid></item><item><title><![CDATA[New comment by fidorka in "Show HN: Total Recall – write-gated memory for Claude Code"]]></title><description><![CDATA[
<p>Nice work - the daily-log-first approach resonates. We hit the same "re-onboarding Claude every morning" problem and went a different direction with MemoryLane (<a href="https://github.com/deusXmachina-dev/memorylane" rel="nofollow">https://github.com/deusXmachina-dev/memorylane</a>): it sits in the background capturing your activity (screenshots + OCR + summaries) and makes that context available to any AI chat via MCP.<p>Different tradeoff - Total Recall is curated (daily logs) and lean, MemoryLane for now captures broadly and relies on search to surface what's relevant. I think they are complementary: your write gate keeps project knowledge tight, broad context with search fills in the "wait, what tab/webpage was that" gaps.<p>We applied to this batch (YC S26), still waiting on Apple notarization before a wider release. Happy to chat if anyone's curious about the screen-context approach.</p>
]]></description><pubDate>Tue, 10 Feb 2026 15:53:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=46961492</link><dc:creator>fidorka</dc:creator><comments>https://news.ycombinator.com/item?id=46961492</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46961492</guid></item></channel></rss>