TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Open Rewind – POC for audio and screen and video streaming to S3

78 pointsby wwoessi5 months ago
Got into a rabbit hole today.<p>POC works using &#x27;npx efficient-recorder&#x27;.<p>Is this useful to anyone?

14 comments

jazzyjackson5 months ago
capturing and uploading a whole new PNG for each screencap is not what I would call &#x27;efficient&#x27;, and to meet the use case of Rewind.ai in the first place it should have some OCR mechanism to pull up the relevant screencaps.<p>The thing that enabled rewind.ai and MS Recall is storing the series of screenshots more like a HEIF, allowing for massive compression ratio and on-device storage + OCR provided by the OS (Live Text since Monterey 2021 [0], Microsoft introduced it last year for Snapdragon based AI-PCs [1])<p>I guess this is a good starting point if the goal is to fill S3 buckets with screencaps of multiple users, but then we&#x27;re just back to corporate spyware, not tools for helping individuals use their machine more effectively.<p>That said, if I was using my own minio backend, it would be neat to archive my screen captures but I would change it so it captures after, say, every keystroke, and every time my mouse stops moving, and after every click. That way I have high density capture of taking actions, and low density otherwise. In any case collecting the data is not the issue, making an interface where that data becomes useful to help me remember something is.<p>[0] <a href="https:&#x2F;&#x2F;support.apple.com&#x2F;guide&#x2F;preview&#x2F;interact-with-text-in-a-photo-prvw625a5b2c&#x2F;11.0&#x2F;mac&#x2F;12.0" rel="nofollow">https:&#x2F;&#x2F;support.apple.com&#x2F;guide&#x2F;preview&#x2F;interact-with-text-i...</a><p>[1] <a href="https:&#x2F;&#x2F;learn.microsoft.com&#x2F;en-us&#x2F;windows&#x2F;ai&#x2F;apis&#x2F;text-recognition" rel="nofollow">https:&#x2F;&#x2F;learn.microsoft.com&#x2F;en-us&#x2F;windows&#x2F;ai&#x2F;apis&#x2F;text-recog...</a>
评论 #42598383 未加载
评论 #42598136 未加载
评论 #42598135 未加载
评论 #42598322 未加载
btown5 months ago
&gt; Hypothesis: the world&#x27;s most valuable data is screen captures of outlier competent people going about their work. But very little of this data is recorded, let alone made publicly available.<p>It&#x27;s not quite screen captures, but the way in which any given email is responded to by competent users in your own organization is highly relevant in this context, especially if you place original+reply email pairs into a RAG framework and add function calls for structured domain knowledge.<p>Unified APIs like <a href="https:&#x2F;&#x2F;www.nylas.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.nylas.com&#x2F;</a> which an admin can unilaterally connect across an entire org can make this quite viable - assuming you&#x27;ve done the work to build a culture where radical transparency is seen as an opportunity rather than a threat.<p>There&#x27;s a lot of nuance required to avoid hallucinations, but organizations that are merely training chatbots on explicit Q&amp;A documents are just scratching the surface of the depth of their semi-structured data.
jdorfman5 months ago
I pay for Rewind, and honestly, it’s one of the best investments I&#x27;ve made in software. After each Zoom meeting, I receive a summary of everything discussed, including action items to add to my to-do list. Every Monday, I also ask it to remind me of what I accomplished the previous week to help me prepare for my 1:1 meeting. Everything is recorded locally, allowing me to search for anything I did earlier in the day quickly.
ssddanbrown5 months ago
Your readme states &quot;MIT License - See LICENSE file for details&quot; but there is no such license file. I&#x27;ve been seeing this a lot lately, did you use an LLM to generate this part of the readme? If so, was MIT a concious choice of yours?
评论 #42598317 未加载
diggan5 months ago
Based on the repository description:<p>&gt; Attempt to create an Open Source Privacy Focused Rewind.ai Alternative for data capture<p>I&#x27;d assume this was something local or at least for your local network. But this exclusively sends the data over to S3. And based on the lack of encryption keys or even passwords, I&#x27;m assuming this is even unecrypted?
评论 #42597890 未加载
评论 #42599088 未加载
dsiroker5 months ago
Love your enthusiasm! Our plan is to subsume Rewind functionality into Limitless. Sorry it has taken longer than I wanted. The pendant has taken a lot of our time and focus.
评论 #42601512 未加载
wild_egg5 months ago
A FOSS alternative to Rewind that works on both MacOS and Linux would be a dream come true tbh. Thanks for working on this, I&#x27;ll be trying it out sometime next week
评论 #42598123 未加载
评论 #42597622 未加载
patrickhogan15 months ago
Nice! This is needed as it seems rewind.ai still stores locally but limitless the product they seem to put more energy into goes to the cloud.<p>I really like the rewind.ai retrieval mechanism. I believe their recording mechanism is highly broken. It often fails to sync to the os calendar and will ask you to record meetings you deleted months ago.<p>I don’t understand the webcam recording need. I’m not sure what signal you get from that since if you are in a web meeting you already have that on screen. Or if you are coding you might get a few WTF frown faces if working on a hard bug. But you made it optional, so that’s good.
ThinkBeat5 months ago
I would really like the data to be stored... not in the cloud.<p>Must one set up a S3 compatible stack on a home server somewhere?
评论 #42597517 未加载
papichulo45 months ago
Thank you all so much for chming in about rewind. I’ve been ruminating about what to do about my subscription. To see that I’m not alone in paying for this app that the founder ditched… I finally feel heard. Thank you!<p>While we’re here, has anyone been able to export audio from Rewind.ai’s local storage?
loxias5 months ago
It&#x27;s useful to me in that you&#x27;ve identified an interesting niche! I like the idea! As for the implementation, eh, I&#x27;d probably rather code my own so it can be in bash or c++ ;-)<p>It&#x27;s also useful to me in that it&#x27;s a solid example of what can be done with LLMs these days, wow!<p>Also, tangentially, a long long time ago I had a similar system set up, except for packets, not screencaps or audio. A 24h ringbuffer on my router to log _everything_ was a cool-to-have that made debugging network issues easier.
athulmenon5 months ago
Looks like many open alternatives of Rewind.ai already exist in various levels of completion.[1]<p>The issue with this one is that it misses the most important feature, the searchability. But you could probably focus on the low overhead aspect of your version.<p>[1] * Screenpipe <a href="https:&#x2F;&#x2F;github.com&#x2F;mediar-ai&#x2F;screenpipe">https:&#x2F;&#x2F;github.com&#x2F;mediar-ai&#x2F;screenpipe</a> * Memento <a href="https:&#x2F;&#x2F;github.com&#x2F;apirrone&#x2F;Memento">https:&#x2F;&#x2F;github.com&#x2F;apirrone&#x2F;Memento</a> * Rem <a href="https:&#x2F;&#x2F;github.com&#x2F;jasonjmcghee&#x2F;rem">https:&#x2F;&#x2F;github.com&#x2F;jasonjmcghee&#x2F;rem</a>
squeegee_scream5 months ago
Excellent! This has been on my todo list for a while now, instead I’ll use this and contribute if needed.
ieidkeheb5 months ago
How is uploading data to an s3 bucket privacy focused?
评论 #42601506 未加载