stym06
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: QuickGitHub - Instant AI docs for any GitHub repo (quickgithub.com)
-
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…
- Show HN: Beeholder – Data Observability Platform (github.com)
- Show HN: WAL Implementation in Golang (github.com)
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