Hi, I’m Jack Evans, a developer at Lenostube. I like building simple tools that actually help creators understand what’s going on behind the scenes and make better decisions.
This reminds me of a time when I was trying to figure out why some YouTube videos suddenly blew up. I once spent hours jumping between trending pages, checking different countries, refreshing filters… and still felt like I was missing the bigger picture. It was confusing and honestly a bit tiring.
That experience pushed me to build a YouTube trending tracker. I just wanted something clean and simple where you can quickly see what’s trending, where, and why… without wasting time.
- 2 Posts
- 2 Comments
jackevans@lemmy.caOPto
Web Development@programming.dev•The Cost of “Quick Fixes” in Codebases
1·17 hours agoAdding it to my list, love the focus on tests before changes, even if TDD is tough in some domains like gamedev.

Oof, that Supabase client side mess sounds painful :( I’ve been there with rushed MVPs. A targeted refactor (e.g., proxying calls through Next.js API routes) might secure it faster than a full rewrite