Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
correa_brian
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
correa_brian
7mo ago
lol
2.
▲
by
correa_brian
10mo ago
super cool. just tried it. love the sassy comments
3.
▲
by
correa_brian
10mo ago
I literally feel like I'm doing drugs when I'm watching short-form videos.
4.
▲
Show HN: I made a macOS app to index media and transcribe audio locally
(meetcosmos.com)
1 points
by
correa_brian
10mo ago
|
0 comments
5.
▲
Show HN: I made an Premiere plugin to edit faster
(meetcosmos.com)
1 points
by
correa_brian
10mo ago
|
0 comments
6.
▲
by
correa_brian
10mo ago
cool idea
7.
▲
Cosmos: Private multimodal AI that runs on your laptop
(meetcosmos.com)
1 points
by
correa_brian
1y ago
|
0 comments
8.
▲
by
correa_brian
1y ago
hell yeah
9.
▲
by
correa_brian
1y ago
I'm on an M2 and it takes <5 minutes to index a 2hr movie. If you're trying to index a lot of media at once, we will queue it up to be indexed. We also do smart sampling to detect similar frames so if it two talking heads vs. a
10.
▲
by
correa_brian
1y ago
Yeah, exactly. We capture the semantic meaning of each frame and complement the filename/metadata, so both options work.
11.
▲
by
correa_brian
1y ago
Hey everyone, I'm brian, one of the makers of cosmos, a desktop app that makes your entire media collection, including external hard drives, searchable by using local ML models. With your catalog indexed, you can use existing content t
12.
▲
Show HN: I built a desktop app that indexes your media locally
(meetcosmos.com)
16 points
by
correa_brian
1y ago
|
8 comments
13.
▲
by
correa_brian
1y ago
fixed! thanks again
14.
▲
by
correa_brian
1y ago
woah, you're right. thanks for catching! fixing that now
15.
▲
by
correa_brian
1y ago
lets goooo. thank you! i also made it red so it's easier to catch. appreciate the feedback.
16.
▲
by
correa_brian
1y ago
You can record directly on the site! I can make it more prominent but there's a Microphone button under the file drop. Lmk if you don't see it.
17.
▲
by
correa_brian
1y ago
That's what it used to be. Now it's bytedance's premiere/veed competitor
18.
▲
Show HN: I built a tool to replace capcut audio transcription
(meetcosmos.com)
26 points
by
correa_brian
1y ago
|
10 comments
19.
▲
by
correa_brian
1y ago
Ended up swapping out redis for sqlite-vec. Works great. Thanks
20.
▲
by
correa_brian
1y ago
:just-blaze
21.
▲
by
correa_brian
1y ago
What part?
22.
▲
by
correa_brian
1y ago
We're using redis vector modules for cosine similarity. I'm sure there's more to optimize there. Your project sounds cool. How'd you reverse engineer apple's model?
23.
▲
by
correa_brian
1y ago
The UX was a small part of the re-write. Since we started from scratch we had a blank slate and figured we'd go all in on Tauri/Rust/React vs. trying continue with Electron in the mix.
24.
▲
by
correa_brian
1y ago
I just wasn't able to get the similarity results to match redis. Probably my own error, but that's why I opted for it instead of SQLite. We'll revisit at some point.
25.
▲
by
correa_brian
1y ago
Thanks! We went with Rust because we weren't able to tune sqlite with a vector search extension to give me the results we wanted. I'm sure it's possible to use it instead of Redis but that's an optimization for another d
26.
▲
by
correa_brian
1y ago
That's pretty sick. Nice work. What's it called? We're working on the app store submission this week.
27.
▲
by
correa_brian
1y ago
Hey Alex - thanks for commenting. I'd be interested in giving this all another look. Like we mentioned in the post + comments, We went with redis because that's what got us the results we wanted. I'm open to revisiting our ve
28.
▲
by
correa_brian
1y ago
We love it here. We're staying together forever
29.
▲
by
correa_brian
1y ago
Their vector search modules are the reason I embedded it. I tried sqlite and wasn't getting good search results with the vss extension. Maybe I wasn't configuring it correctly. Redis was just better than the alternatives (qdrant,
30.
▲
by
correa_brian
1y ago
Nice. How long did the migration take?
More ›