stym06

↗ HN profile [ 97.4 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Hey HN, I built an open source tool to transcribe Instagram Reels using OpenAI's Whisper model. GitHub: https://github.com/stym06/reelstudio How it works: - Paste a Reel URL → Worker downloads via yt-dlp → Whisper…

  2. I wrote this simple WAL library in Golang that I use to write data that my kafka producer fails due to errors like Broker going down or some other issue. Took inspiration from etcd/wal