you can checkout our sandbox at https://yeet.cx/play
Ask HN: What are you working on? (May 2025)
981–990 of 1001 posts
Re: Ask HN: What are you working on? (May 2025)
#982Ive almost finished the first version of a desktop video library app I've been writing for myself. I had the idea last year, but the cost of sending images to an LLM made it too expensive (to run over about 1500 videos), but now it's fairly reasonable. In the app you pick a folder with videos in it and it stores the path, metadata, extracts frames as images, uses a local whisper model to transcribe the audio into sub…
This isn't entirely on-topic but I've been trying to understand why AI video editing isn't more common, and thought you might know. I've had an idea for a while to make tennis match highlight videos that show every single point of the match. Tennis has a lot of downtime between points (and even more between games and sets). I just want to tell an LLM: here's a two-hour long video of a tennis match. Strip out all the…
Though, now that I'm thinking about it, you could probably do this locally and just look at the part of the image that has the current score, do some local OCR on it to check if the score has changed each frame, if it has, store the timestamp and then use ffmpeg to extract the correct parts. Probably wouldn't need an LLM at all.
As for editing, one thing I do in my videos is audio keywords so my app can do specific things. For example, I can say "AI, mark what I just said as important." Then when it transcribes the audio and the LLM processes it, it will mark that part as a Distinct Moment with a start and end timestamp, a title and description that will show in my app as a clickable link to that part of the video. I'm thinking of adding more commands for more complex editing too.
Re: Ask HN: What are you working on? (May 2025)
#983Fostrom ( https://fostrom.io ) A developer-focused IoT Cloud Platform. The idea stems from pain points experienced while automating an indoor farm a few years ago where I had to spend way too much time building the data collection and analysis infrastructure instead of focusing on the actual automation. Devices connect via secure MQTT, HTTP, or WebSockets and send structured, typed data. Each device gets its own sequ…
Re: Ask HN: What are you working on? (May 2025)
#984Re: Ask HN: What are you working on? (May 2025)
#985Re: Ask HN: What are you working on? (May 2025)
#986Re: Ask HN: What are you working on? (May 2025)
#987I've decided to release an MVP so I can gauge interest, and after ~8 months of deployment and 2 releases there has been some great feedback. It's definitely a much much bigger and more complex project than I originally anticipated though!
At the moment I paused new sign ups as it's not scaling up nicely, so I'm now refactoring the services to use async / message queue for the heavy Python tasks using Celery / RabbitMQ.
It was quite difficult to get the product in front of people that might interested and even though I found enough users to test and give feedback, it's been tough to find them. So my strategy now is to try and release blog posts on my architecture, approaches, pros/cons, etc, and build in public regularly. This takes away time from the actual development but hopefully I'll have a big enough community that I can tap into for testers when the new release is out.
I'm not posting a link to the project or even mention the name as I got a shadow-ban in Reddit when I posted a summary to my MVP post-mortem (no link) and now I'm terrified!
I'd appreciate any suggestions / different approaches you might have in terms of reaching more users!
Re: Ask HN: What are you working on? (May 2025)
#988I've been collecting and digitizing vintage print advertisements and publishing them ( https://adretro.com ). I have tens of thousands of ads in the collection and it would take me many lifetimes to complete, but I've been using AI to extract and catalog the meta data. I can get through about 100 ads/day this way. One of my favorite ads, a computer from 1968 that "answers riddles": https://adretro.com/ads/1968-digi-c…
This brought to my mind to do something similar for digital advertisement, i.e. collecting various ads on the web and (automatically) label them through their metadata. I’m not quite sure yet we’re this could go. I imagine different categories: SaaS ads, video game ads, company ads, e-commerce ads, and so on, all categorized by company, date, site, etc. You could then see how ads changed for a specific tag/category over time or how ads for a single company, say SAP, changed.
Re: Ask HN: What are you working on? (May 2025)
#989I always felt like collecting all my todos / notes in a single notes app is not enough. Sometimes you want to remember something just for the next time you open this app/window. Attaching the note directly onto the window makes sure you won’t forget on it.
Re: Ask HN: What are you working on? (May 2025)
#990I've been collecting and digitizing vintage print advertisements and publishing them ( https://adretro.com ). I have tens of thousands of ads in the collection and it would take me many lifetimes to complete, but I've been using AI to extract and catalog the meta data. I can get through about 100 ads/day this way. One of my favorite ads, a computer from 1968 that "answers riddles": https://adretro.com/ads/1968-digi-c…
Really cool project! This brought to my mind to do something similar for digital advertisement, i.e. collecting various ads on the web and (automatically) label them through their metadata. I’m not quite sure yet we’re this could go. I imagine different categories: SaaS ads, video game ads, company ads, e-commerce ads, and so on, all categorized by company, date, site, etc. You could then see how ads changed for a sp…