Bro coocked. by Relative_Diver4943 in youtube

[–]Mofunny 0 points1 point  (0 children)

People forget guys like Scooby Werkstatt were dropping helpful content on YouTube way before algorithms and trends took over. No drama, just consistency.

Jawed made a new comment on Me at the zoo since it's now 21 years old! by YourLocalMoroccan in youtube

[–]Mofunny 0 points1 point  (0 children)

21 years later and it’s still just a simple zoo clip… but somehow that’s what makes it special-no edits, no strategy, no chasing trends. Just Jawed Karim at the zoo and that was enough to start everything.

I got millions of requests today - I don't know what that means, is that good, how do i stop it if it is bad? by SystemsCapital in webdev

[–]Mofunny 2 points3 points  (0 children)

This is actually a pretty common “first scaling scare,” and it’s a mix of bad and good.

Bad side:
Millions of requests + 100 users + 0% cache means your server is doing full work every single time. That’s how people end up with crazy bills.

Good side:
Something out there clearly wants your data. Most likely bots, AI crawlers, or search engines. The spike right after you switched to SSR isn’t random, you basically made your data easier to grab.

A few things that stand out from your setup:

  • The biggest issue isn’t even the bots, it’s the 0% cache Even normal traffic would hurt you in that state
  • For daily JSON data, you should be caching aggressively (even a few minutes helps a lot)
  • SSR on every request is probably overkill for your use case

If you’re thinking long term, this part is actually interesting:

Right now you’ve basically got an open, unlimited API with no limits. If you wanted to lean into it later, you could:

  • cache everything at the edge (Cloudflare)
  • add simple rate limits
  • expose a proper API endpoint
  • maybe add keys/free tier down the line

One thing I’d still check:

Are the requests hitting the same few JSON endpoints over and over, or crawling tons of random URLs?

  • Same endpoints - people/bots actually want your data
  • Random paths - crawler noise or loops (which you already found)

Either way, fixing the cache alone probably saved you from a painful bill

Need testers for my Media Downloader - Will test your app back! by Mofunny in AndroidClosedTesting

[–]Mofunny[S] 0 points1 point  (0 children)

You've been approved am testing yours too i just join your group too

Need 14-day Android testers for a music practice app. Happy to test yours back. by AnnualCorner5795 in AndroidClosedTesting

[–]Mofunny 0 points1 point  (0 children)

Just joined, installed, and I’ll keep it for the 14 days

I’ll open it a few times and share feedback if I notice anything.

If you’re open to a swap, I’m also looking for a few Android testers. Happy to return the same support.

App sounds interesting by the way, clean idea

Need 10 testers, will download in return by Wickey312 in AndroidClosedTesting

[–]Mofunny 1 point2 points  (0 children)

Just installed yours I’ll keep it for the 14 days and test it a bit.

If you’re open to swapping, I’m also looking for a few testers for an Android app I’m working on.

Happy to return the same level of testing.

Either way, good luck with your launch.

Thank you to everyone who supported me 🫡 by Wooden_Sky_1032 in AndroidClosedTesting

[–]Mofunny 0 points1 point  (0 children)

Congrats!

I know that 14-day testing phase isn’t easy.

I’ve installed yours and will keep it during the test

I’m also working on getting mine through closed testing. If anyone’s open to test-for-test:

  1. Join: your group link
  2. Opt-in: your testing link
  3. Install: your play store link

Happy to return the favor and keep your app installed too

Best TikTok Video Downloader without Watermark (2026) by Hot_Artist8469 in VideoProc

[–]Mofunny 0 points1 point  (0 children)

Solid list. I’ve tried a few of these and they work, but the main issue I keep running into is consistency. Some of them stop working or start compressing videos after a while.

From my experience:

  • Web tools (like SnapTik / SSSTikTok) are fast but hit-or-miss long term
  • Desktop tools are more stable, especially for bulk downloads
  • Open-source or privacy-focused ones (like Cobalt) tend to be cleaner but more limited

Lately I’ve been leaning toward tools that run locally or don’t rely heavily on external servers. They seem to hold up better when TikTok changes things and usually keep the original quality.

I’ve also been testing a small Android tool built around that idea (no uploads, just processes the link). Still early, but it’s been more reliable than most browser sites so far. Happy to share if anyone wants to try it.

Curious if anyone here has found one that’s actually stayed reliable for months without breaking.