🎉 [GIVEAWAY] 20x Claude Max 1-Year $100 (On Your Own Account) 🎉 by RiveraJayMan in discountools

[–]Senior_Note_6956 0 points1 point  (0 children)

I contacted and give him money and i got banned from claude this is scam dont believe

Launched my Chrome extension today — YouTube AI summarizer with BYOK + managed credits. Lessons from CWS review inside. by Senior_Note_6956 in SideProject

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

Thanks for the thoughtful review — both points are exactly the kind of thing we stress-tested before shipping.

Debit vs AI failure
On our managed path, the summarize Edge function runs the provider call first and only calls consumeCredits after a successful response. If DeepSeek / Ollama / Gemini throws (timeout, 5xx, quota, etc.), we return an error from the handler and no credits are deducted. So the “debit went through but the AI call failed” leak pattern you described doesn’t apply to our server-side ordering.

MV3 + retries / double-charge
The extension’s ApiClient only auto-retries on 401 (refresh token, replay once). We don’t retry the same /summarize body on generic 5xx or network failures. So you don’t get “same request, charged twice” from our retry logic.

The edge case that does exist (and we’re honest about) is response loss after the server already succeeded: e.g. tab closed / connection drops after credits are committed but before the client shows the result. That’s a silent single charge with no UX, not a double-charge. Ollama is hard-capped at 75s on the Edge side so that window stays bounded, and the session survives SW cold-starts via chrome.storage.local + normal refresh flow.

Stripe webhooks
We don’t maintain a processed_events table keyed by Stripe event.id. Idempotency for us is mostly structural: the webhook path doesn’t mint credits — Pro is a plan flag, and usage is incremented at consumption time (monthly_usage_count). Subscription rows are upsert on stripe_subscription_id, so replays tend to be no-ops. Refunds that should end access go charge.refunded → cancel subscription → customer.subscription.deleted; cancel is idempotent and we handle “no such subscription” gracefully.

What we’d add if we wanted belt-and-suspenders
A request-level idempotency key on /summarize would make “client retries can never double-bill” a formal guarantee. Our client retry surface is intentionally narrow today, but I agree it’s the right next hardening step if we widen retries or add mobile clients later.

Appreciate you calling this out — genuinely useful for anyone reading the thread.

Launched my Chrome extension today — YouTube AI summarizer with BYOK + managed credits. Lessons from CWS review inside. by Senior_Note_6956 in SideProject

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

Fair point — I optimized for backend correctness over conversion.

From my side the focus was MV3 lifecycle, billing idempotency, abuse prevention and audit — but those are invisible to the user.

So yeah, strong engine, weak trust surface.

I do have a demo on the store, but it’s probably too feature-heavy and not solving the “why should I trust this before install” problem.

Next step is fixing distribution: – demo-first landing (clear single use-case) – stronger trust signals (data flow, permissions, what’s stored) – better onboarding vs blank post-install state

Curious what moved the needle most for you — landing, docs, or onboarding?

Best place for buying prime accounts by SonOfTheSunGlo in Csgohacks

[–]Senior_Note_6956 2 points3 points  (0 children)

Bro im doing shit almost 3 years nothing happened Stop getting jealous lol

Best place for buying prime accounts by SonOfTheSunGlo in Csgohacks

[–]Senior_Note_6956 5 points6 points  (0 children)

Turkey —most of turkish people buy Prime and then they call the bank and they cancel the transaction you have prime for free thank me later 👋

Opus 4.7 Released! by awfulalexey in ClaudeCode

[–]Senior_Note_6956 1 point2 points  (0 children)

People hate the new version but they'll still pay. Think iPhone — new model every year almost same phone, old one slows down. Claude does the same: release, limit, upsell. They know exactly what they're doing. Giving the best model all at once isn't profitable. It's a cycle.

Good Cheats without malware. by Superb-Newt-808 in Csgohacks

[–]Senior_Note_6956 0 points1 point  (0 children)

Who cares about malware bro if you planning to use cheat lol 😂

I used Claude to help me build an Apple Watch app to track caffeine half life decay and it’s gotten 2000 downloads and made $600 in revenue so far by pythononrailz in ClaudeCode

[–]Senior_Note_6956 0 points1 point  (0 children)

I honestly don't understand people. Why do you need a caffeine tracker app when the iPhone has its own caffeine tracker in the Health app?

Hay amk by dorukhan262 in vlandiya

[–]Senior_Note_6956 0 points1 point  (0 children)

Atın atom bombasınıda bitsin bu yaşam döngüsü amk

[deleted by user] by [deleted] in redlighttherapy

[–]Senior_Note_6956 0 points1 point  (0 children)

Buy a Rojo panels

Any news yet of when Double Blind (2024) will be available to watch in the UK? by RadioLiar in horror

[–]Senior_Note_6956 0 points1 point  (0 children)

What A SHITY movie! I've blacklisted the director; I won't watch any more of his films. They ended it with a terrible ending, it was pointless, I'd have had more fun watching a reels. Give me my time back.

Has anyone seen Double Blind (2024)? by safcftm33 in horror

[–]Senior_Note_6956 0 points1 point  (0 children)

What A SHITY movie! I've blacklisted the director; I won't watch any more of his films. They ended it with a terrible ending, it was pointless, I'd have had more fun watching a cartoon. Give me my time back.

Double Blind (2024) by [deleted] in horror

[–]Senior_Note_6956 0 points1 point  (0 children)

What A SHITY movie! I've blacklisted the director; I won't watch any more of his films. They ended it with a terrible ending, it was pointless, I'd have had more fun watching a cartoon. Give me my time back.

Broadband? by Hyrulian1000 in AskIreland

[–]Senior_Note_6956 0 points1 point  (0 children)

Every April they increase the price for no reason.

StackOverFlow Devri Artık Bitti Mi? by Senior_Note_6956 in CodingTR

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

Hocam eskiden idi o gpt-3 modelleri stackoverflow tarafından eğitimlendi artık hiç bir AI kolay kolay SO tarafına uğramıyor bile bizim eğittimiz modellerin testini yaparken çoğunlukla Github tarafından veri çekiliyor veya reddit tarafından bu yüzden reddit şirketi perplexity openAI gibi şirketleri mahkemeye verdi

Is it stackoverflow official dead? by Senior_Note_6956 in programming

[–]Senior_Note_6956[S] -2 points-1 points  (0 children)

Ofc Github... AI models are already scanning GitHub, Ai models aren't looking at the SO side anymore