• Hacker News
  • new|
  • comments|
  • show|
  • ask|
  • jobs|
  • asenna 24 minutes

    UPDATE: Quickly created a repo for this - https://github.com/Simbastack-hq/framedex (MIT License)

    It's not tested properly after I genericized it. Will try to go through it properly and add more updates.

    Two big things on my TODO: 1) Make use of this indexing and using Claude's help, make video editing faster with Davinci Resolve (now that I have a good index of all the content)

    2) I currently did this for videos, but I want to add more things to this for my thousands of still images of my camera - need to make sense of them. So I'll be working on this as well.

  • throwa356262 1 hours

    I ran Gemma on a 2015 thinkpad to do something similar. Fortunately, I could upgrade the memory otherwise it would have been a painful exercise.

    Not gonna lie, llama.cpp had the fans spinning at max speed. But it worked and I got the job done.

  • maxothex 18 minutes

    [flagged]

  • egorfine 1 hours

    > generative AI video has no place on a real travel brand

    I am pretty sure that the vast majority of Airbnb hosts would not agree with you.

    > equals TripAdvisor crucifixion

    I have no idea how the Airbnb hosts with fake listings survive, really.

    asenna 1 hours

    Haha. It's honestly something that I've been struggling with myself. I'm running this safari lodge but I don't want to go down that route of slop videos!

    But on the other hand, genuine videos do take time and slows down the process.

  • herf 26 minutes

    Two questions:

    1. What is the search index?

    2. The "description.md" example has things like "faces -> cluster_id". Is this from Davinci Resolve's face index? Things like faces+names and locations are really important with photo collections, but general LLMs don't handle them so well.

    asenna 10 minutes

    [dead]

  • egorfine 55 minutes

    Thanks for the article! I have a beefy M5 Pro and I'm eagerly looking around for ways to use local models (specifically Gemma4 & Qwen3.6).

    This is an excellent thing to do. Especially that LLMs excel at batching thus you can index multiple photos and videos in parallel for no performance penalty.

    satvikpendem 38 minutes

    Unsloth Studio [0] is what I recommend these days, open source alternative to the more widely known LM Studio, and also built by the people who make good quantizations of released models. With MTP support not merged in you should get 2x token generation speed with no accuracy difference. They also have MLX quants if you scroll down a bit, which is a format specifically for macOS' Metal GPU acceleration but that's not integrated into Unsloth Studio just yet.

    [0] https://unsloth.ai/docs/models/qwen3.6#mtp-guide

    egorfine 22 minutes

    I have researched for quite a bit and so far the fastest runtime is the oMLX one. But there's a caveat: ttft on MLX on M4 Pro is enormous. On M5 Pro it has been greatly sped up.

    busfahrer 48 minutes

    I have been contemplating a M5 Pro MBP, but for the life for me I wasn't able to find benchmarks for real-world models, do you happen to know how many tokens per second roughly you get with MoE models like Qwen 3.6 35B/A3B or Gemma 4 26B?

    ahknight 40 minutes

    I'm not normally one to share videos as answers, but this particular fellow does a LOT of work with local AIs and Macs and happens to have a nuanced answer. https://youtu.be/XGe7ldwFLSE

    egorfine 23 minutes

    Qwen 3.6 35B running on oMLX 0.3.9rc1: on oMLX I get 86 t/s on Q4 and 74 t/s on Q6.

    Bear in mind that ttft on MLX is much much faster on M5 Pro as compared to M4 Pro.

    Also bear in mind that those figures are with NO optimizations whatsoever: no MCP, no DFlash. I am waiting for both to be released for the Qwen models.

  • desro 59 minutes

    > The skill is open at ~/.claude/skills/video-index/. If you're working on something similar (indexing personal archives, getting a local model to do real archival work, building agents that drive editing tools), I'd be glad to compare notes.

    When your Claude wrote this post they might not have selected the right URL to share, unless your home folder is exposed. Care to share the skill files?

    embedding-shape 4 minutes

    We just got a modern example of the classic message from a friend who just picked up programming, containing: "I just created my own web app, wanna check it out? It's here: http://localhost:8080"

    asenna 57 minutes

    Oops! My bad. Fixing it now. And yeah, I can share the Skill file. Give me 5 mins.

    asenna 26 minutes

    Ok I scrambled to finalize a name for it and create a new repo for it - https://github.com/Simbastack-hq/framedex

    PS - I just put this together in the last few mins, removed my personal files and references. So it's not tested properly, please let me know if any issues.

    It's still an early hack, but I have thousands of still images as well from my camera which I've not processed and I need to do the same analysis for those.

    So I'll continue working on it, but happy to receive any PRs if anyone finds any use for it.

    I'm tired of having a backlog of thousands of images and videos, leaving it for later.

  • andai 1 hours

    Awesome. Say, this is very comprehensive.

    I was vaguely aware of all these pieces existing (except for running a facial recognition database at home o_o), but it's really neat to put them all together like that.

    asenna 1 hours

    Thanks! I was honestly casually trying it out on the side with Claude's help. And I was actually pleasantly surprised to see how good the result was.

    Still blows my mind I can do all this from my 2021 MBP.

    I'll try to do a post once I have the next steps working (helping with planning and editing videos with Davinci Resolve).

    ahknight 34 minutes

    I also have a 64GB M1 Max and am similarly impressed with what that workhorse can do. The M5 tempted me -- a lot -- but then I looked at what I was already getting done on that machine and just couldn't justify it ... yet. Someday, surely, but not yet. Gemma4 gave all my local projects new life, just like what you did here.

    Great job. Long live the M1 Max!

    asenna 5 minutes

    100%

    Although knowing how good these local models are getting, I am now eyeing the upcoming M5 Ultra Mac Studio (256gigs perhaps). But knowing how crazy the market is, it might be a year before I get the chance to get my hands on it. If it even launches by WWDC.