Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
arkohut
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
arkohut
2y ago
Thanks for sharing that.They are quite similar. But I found that this project is focusing on searching text. Pensive also enable vlm integration which can search contents without text.
2.
▲
by
arkohut
2y ago
I don’t record audio because I believe this is already a built-in feature in many meeting software applications.
3.
▲
by
arkohut
2y ago
I gave a bad name "memos" for the project. But there is a great open source project named "memos" over there. So I quickly changed the name to "Pensieve". Sorry for giving such confusing...
4.
▲
by
arkohut
2y ago
Herein lies the paradox: I want a tool that helps me record more information, but I don’t want this information to be easily exposed to others or used as evidence against me for things I’ve done. Yet, there are moments when I genuinely need
5.
▲
by
arkohut
2y ago
In fact, this project is indeed very computing-consuming, but it’s not Python’s fault. The main reason lies in the use of several machine learning models: 1. OCR model 2. Embedding model 3. VLM model (optional) I’ve tried many op
6.
▲
by
arkohut
2y ago
It is just a tool...Delete them if you wanna forget. And although I don’t have a photographic memory, there are still some things I can never forget, whether they’re good or bad.
7.
▲
by
arkohut
2y ago
Thanks for the advice. I will work on this feature.
8.
▲
by
arkohut
2y ago
Let me share a scenario I personally encountered. One day, I came across an introduction to a Star Wars animation on a video recommendation website. I was drawn to the fancy covering image, which briefly flashed by in the homepage slides. H
9.
▲
by
arkohut
2y ago
Sorry for the confusing. I gave a bad name "memos" for the project. But there is a great open source project named "memos" over there. So I quickly changed the name to "Pensieve".
10.
▲
by
arkohut
2y ago
Thanks for the advice I will do more about this part. Currently I am using a package named "ocrmac" it helps a lot.
11.
▲
by
arkohut
2y ago
If this is very important, I suppose I will implement encryption for stored data in future versions. However, I still have a question about this: it seems that lots of hard disk is already encrypted. After all, I also store a large amount o
12.
▲
by
arkohut
2y ago
Rewind and Recall also store similar data locally but maybe not only locally. And Recall/Rewind allow data deletion, they can retain the most recent data based on time.
13.
▲
Memos – An open source Rewinds / Recall
(github.com)
129 points
by
arkohut
2y ago
|
34 comments
14.
▲
by
arkohut
2y ago
Memos is a privacy-focused passive recording project. It can automatically record screen content, build intelligent indices, and provide a convenient web interface to retrieve historical records. This project draws heavily from two other pr
15.
▲
Using gradio share without gradio app
(github.com)
2 points
by
arkohut
3y ago
|
1 comments
16.
▲
by
arkohut
3y ago
Gradio `share` is great for demo and share between developers. And right now there is no good solutions for exposing localhost to internet. So I extract the share feature out of Gradio and make it possible for any other port exposing.