Finally, Claude Code has “Auto-continue when limits reset”
▲ 1.0k r/generativeAI+1 crossposts

Finally, Claude Code has “Auto-continue when limits reset”

Just noticed this after hitting my Claude Code usage limit today.

There’s now an “Auto-continue when limits reset” option, so Claude can automatically resume the session once your limit becomes available again.

Really nice improvement for longer coding sessions.

Has anyone else started seeing this yet?

u/Adex77 — 10 hours ago

Which countries do you find hardest to guess in GeoGuessr?

Which countries do you find hardest to guess in GeoGuessr?

Indonesia, Russia?

u/Adex77 — 25 days ago
▲ 31 r/iosapps

🌍 I built a free GeoGuessr alternative! Test your geography with real street walk videos 🚀 Explore. Guess. Compete. Win.

Hey explorers 👋

Tired of static panoramas and paywalls? Where Am I? drops you anywhere on the planet and asks one question: where are you? You hunt for clues, you drop a pin on the map, and the closer you land the more points you score.

The twist is what you are actually looking at while you guess.

Every round is a real first-person street walk video. Somebody walked down that street with a camera and you are watching the footage play. People cross in front of you, traffic moves, shop signs slide past, and you get the light and the weather of that exact moment. Motion hands you clues a still image never will. Which side of the road are the cars on? How people dress and how fast they walk. Whether the place feels rushed or sleepy. A license plate that happens to wander past you.

Here is a clip from a real round 👇

https://www.youtube.com/watch?v=9-0GPcGFCVY

Guess the country in the comments before you scroll on. I will reply to every guess with the answer.

🎮 App modes for every traveler

  • Campaigns: themed journeys through China, Japan, India and UNESCO World Heritage sites
  • Daily Challenge and Country Streak: 3 new places every day, up to 300 points on the line
  • Ranked duels: live head-to-head matches, same locations, same clock, five leagues from Bronze up to Champion sitting on an ELO system
  • Battle Royale: last explorer standing takes it
  • Weekly tournaments: everyone plays the same set of rounds and the board resets each week
  • Singleplayer distance and country modes: train your precision or find out how well you actually know borders

🏆 Compete and collect

  • Global leaderboards and badges: climb all the way to King of the World
  • Monument collection: unlock famous landmarks and build a personal map of souvenirs
  • World map progress: every country you correctly identify lights up, so you slowly color in the planet
  • Levels and unlocks: earn XP toward new modes and exclusive avatar frames

🌟 Why you might like it

  • Real video, not stills. It feels like you are standing there 📹
  • Free to play with nothing locked away. Every mode, every location, no paywalled content
  • Made for geography nerds, teachers and travel people. It teaches without feeling like homework
  • Community-driven. Suggest features, submit translations, help shape where it goes next

🔗 Links

App Store: https://apps.apple.com/us/app/where-am-i-geoguess-map-quiz/id6657987209

Website: https://whereamigame.app/

One small favor, and it really is optional. I am a solo dev with no marketing budget, and App Store reviews do more for me than anything else I can pull off on my own. If you play it and it clicks, honest words on the store page would mean the world. Not asking for five stars and not tied to the code, just your real opinion.

Tell me where you guessed in the comments and I will be here all day 🌎✨

u/Adex77 — 1 month ago
▲ 14 r/node+1 crossposts

I rewrote google-play-scraper from scratch for modern Node: typed results, runtime validation, daily contract tests against the live Play Store

The classic google-play-scraper package has been the way to pull public Play Store data from Node (app details, search, reviews, top charts) for about a decade. Its README now opens with a warning from the author: he no longer uses or actively maintains it beyond reviewing community PRs, and you should expect the parser to break when Google changes the layout. I depended on it for ASO tooling and kept fighting exactly that, plus no types, no validation, and a dependency stack from another era (got, ramda, memoizee, cheerio).

So I rewrote the whole thing from scratch in TypeScript and released 1.0 this week: https://github.com/MrAdex77/google-play-scraper

Method names and options match the original, so migrating is mostly swapping the import. What's actually different:

- Node 22+, native fetch. Runtime deps are just zod and lru-cache.

- Every response is parsed through a zod schema before it reaches you, and the return types are inferred from those same schemas. Types can't drift from what's actually returned.

- Typed errors (NotFoundError, RateLimitError, SpecError) instead of matching message strings.

- Google's fragile array paths live behind a spec layer with ordered fallbacks, and the full contract suite runs against the live Play Store daily in CI. When Google changes markup, a labeled issue opens automatically instead of users finding out first.

- Ships ESM and CJS with type declarations, published from CI with npm provenance.

- Rate limiting, retries with backoff, and optional caching are built in. There's also a CLI: `npx u/mradex77/google-play-scraper app com.spotify.music`

Honest caveats: it's still a scraper, so Google can break things at any time. The daily tests exist precisely because of that. Also, Google recently removed search pagination on the server, so search caps at around 30 results now for every scraper, this one included. I document the cap instead of pretending.

Full disclosure, my project. Feedback on the API surface is very welcome, especially from anyone who has built on the original.

u/Adex77 — 20 days ago
▲ 4 r/playmygame+1 crossposts

Where Am I? Free geography guessing game with street walk videos, ranked duels, and tournaments [Android + iOS]

u/Adex77 — 26 days ago
▲ 0 r/apple

Hey r/apple 👋 Happy Self-Promotion Sunday!

I've been building MemeFast for a while now — and if I'm being honest, it started out of pure frustration.

Every time I wanted to reply to someone in iMessage or a group chat with a meme, I'd spend way longer than I should hunting for the right template, fiddling with text placement, or just giving up because every app I tried was either too slow, too cluttered, or slapped a giant watermark on my meme. All I wanted to do was send a quick joke. It shouldn't take 10 minutes.

So I thought: what if you could just type the funny thing in your head and the app handles everything else?

That became MemeFast. You type something like "me trying to eat healthy but it's pizza night" — and the AI picks a contextually matching meme template (not a random one), lays out your text, and hands you 3 different caption variations to choose from, so you can pick the one that actually lands. Share it straight from your iPhone in seconds. No account needed, no watermarks, completely free to start.

The other feature I've been really excited about lately is the AI Image Caption Generator — you drop in any photo (a screenshot, a selfie, something weird you saw outside), the AI reads the scene, and it suggests 3 funny, fitting captions instantly. It's become my favorite way to turn random iPhone photos into reaction content.

A few things I'm genuinely proud of:

🧠 AI text-to-meme — contextual template matching + 3 caption variations, so you're not stuck with the first result

📸 AI Image Caption Generator — drop any photo and AI suggests 3 funny captions that actually fit the moment

⚡ 2,000+ meme templates, updated regularly so you're never stuck with stale formats

✏️ Full editor — fonts, stickers, your own photos, collage layouts, colors — tweak as much or as little as you want

🆓 Free, no account — just open it and make memes

📲 iOS App Store: https://apps.apple.com/us/app/meme-maker-ai-meme-generator/id6756313826

Website: MemeFast.app

As a thank you for checking out MemeFast, I’ve set up a 1-month free Pro offer for you:

👉 Claim it here: Promo Code Link

Just open the link on your iPhone and confirm — the free month will be applied automatically.

No code needed, no extra steps.

Would love to hear what you think after trying it 🙌

u/Adex77 — 4 months ago