insane shiny luck
▲ 45 r/pokemmo

insane shiny luck

like i thought it has the same chances as the mainline games until someone in my team pointed out it was a 1/20000 chance

u/NammieMieMie — 1 day ago

Solving the phone number for AI agent SMS verification problem (what worked vs didn't)

Hello all, I am building an AI agent swarm to manage ecom social media accounts, and phone verification took longer to figure out than the rest of the stack combined. Sharing my notes here so others can skip the headaches.

What failed

Temp non-VoIP OTP pools: Great for a single code, useless for ongoing account management. Numbers get recycled within days, so when Meta or Telegram demands a re-verify a week later, you're locked out. Also, the lack of an MCP server meant I’d have to build and maintain custom API's for their dashboards.

Virtual VoIP: Rejection on arrival. Carrier lookup flags them instantly as VoIP, and platforms like Telegram or Meta block them immediately.

What actually worked

Dedicated non-VoIP lines: One real carrier line assigned per agent on a monthly renewal. Because it registers as a legitimate mobile line, it passes carrier lookups, and the agent keeps long-term ownership of the number.

Direct MCP Integration: Wired the agent directly to non-VoIP provider with a native open source MCP server from Voidmob. Their documentation had a few endpoint quirks to figure out initially, but having the agent directly query SMS codes via tool calls saved me from building a custom API backend.

Costs a way more than cheap OTP pools, but it completely removes the headache of burned accounts and broken re-verifications. I have tried another dedicated lines but it turned out to be VoIP which was not suitable for my workflow. So I came up that paying more for real number is the case since my agents run important accounts.

Curious how others are giving access to AI agents and real phone numbers for them.

reddit.com
u/NammieMieMie — 2 days ago

New player here

heyo gang new player in pokemmo any tips on starting. i chose hoenn as my starting region and im kinda lost on what to do first

reddit.com
u/NammieMieMie — 11 days ago

European Portuguese listening feels like the vowels signed an NDA

I need help from people learning European Portuguese specifically. Brazilian Portuguese listening resources feel hard but fair. European Portuguese feels like someone took the vowels, folded them into tiny paper cranes, and threw them into the ocean. I know that’s dramatic, but seriously: I can read a sentence. I can understand it slowly. Then I hear it spoken normally and it becomes consonant weather. I’m trying not to give up and run back to Brazilian content just because it’s easier to hear. My current survival kit:

  • RTP clips, but very short
  • Practice Portuguese audio snippets
  • Forvo for word-level audio
  • YouGlish for phrase examples
  • Linguee for context
  • ISSEN for speaking practice after listening, so I don’t stay passive
  • repeating tiny lines until they stop sounding illegal

Question: How do you bridge into European Portuguese listening without hating your ears? Do you start with learner audio forever, or jump into native clips early and suffer?

reddit.com
u/NammieMieMie — 14 days ago

Browser MCP inside Cursor is eating context for a 90-second smoke check

I like Playwright MCP inside Cursor. For unknown bugs it is genuinely useful. Open the page, inspect the DOM, click around, read the console, figure out why the modal is stuck. That interactive loop is exactly what MCP is good at. But I realised I was using the same setup for this: Log in → open settings → change timezone → save → refresh → confirm timezone stayed changed. The flow was already known. Cursor still spent half the conversation opening the page, reading snapshots, deciding what to click, re-reading the page and then explaining what it saw. It worked, but it felt like keeping an entire browser conversation alive for a 90-second smoke check. So I split the workflow: Unknown problem: Cursor + browser MCP Known repeatable check: external CLI Permanent critical flow: Playwright test in the repo For the middle layer I’ve been trying Kane CLI from TestMu. Cursor can read the Kane instructions through the same AGENTS.md-style path and call it after making a change. Kane runs the objective and gives Cursor structured pass/fail output plus the browser evidence. So instead of the coding conversation containing every click and page snapshot, Cursor basically gets:

  • flow completed or failed
  • assertion that failed
  • final page state
  • evidence from the run

That separation feels cleaner. I’m not saying MCP always burns too much context. If the agent is debugging something unknown, that context is the whole point. And I’m not replacing Playwright with Kane. Auth, billing, permissions and stable regression flows still belong in proper tests. This is specifically for the awkward middle ground where the flow is too repeatable for exploration but not important enough to immediately build and maintain as a permanent test. Do you keep browser control inside Cursor’s context, or move known checks out into CLI/CI?

reddit.com
u/NammieMieMie — 17 days ago

finally ditching sweatpants at the gym after fixing my leg hair insecurity

i spend like 5 days a week in the gym, but for the longest time i literally only wore baggy sweatpants. every time i wore shorts, i couldn't stop thinking that people were just staring at my thick leg hair instead of any actual quad definition. it made me ridiculously self-conscious. a few months ago i got tired of it and decided to try ulike ipl. the hair is pretty much gone now, but honestly the mental difference is crazy. walking into the gym in shorts and seeing quad separation in the mirror without feeling weird about my skin has completely changed my leg day energy. best routine tweak i've made this year hands down.

reddit.com
u/NammieMieMie — 18 days ago

We read 20 ratios before buying a stock, then buy its 11% bond because the app says “secured” 😭

Caught myself doing this yesterday.

For a stock I’ll check revenue, margins, debt, cash flow, promoter history, valuation, concalls, everything.

Then I opened Stable Money, saw:

11% YTM

A-rated

senior secured

monthly payout

and my brain went nice, safe hai.

Bhai what?

It is still the same company borrowing my money.

“Secured” only tells me there is some collateral and bondholders have a better position than unsecured lenders.

It does not tell me:

how good the collateral is

whether the cover is enough

how fast it can be sold

who already has charge over it

how much gets recovered after legal costs

whether I can exit when things go bad

Stable Money filtering for senior-secured and BBB-or-higher bonds is genuinely a useful starting point. At least I’m not scrolling through completely random junk debt.

But it is a shortlist, not due diligence.

Now I’m opening the rating rationale, checking leverage, asset quality, security cover and actual trading volume before looking at the monthly payout.

Funny how “₹917 every month” feels safer than “11% annually” even though principal risk is exactly the same.

Do bond apps make credit risk look too simple, or am I just overthinking it now?

reddit.com
u/NammieMieMie — 19 days ago

how do check the quality of a pokemon catched for great league

caught a mimikyu a few days ago and im curious in how good is it even though its not a perfect 5/13/15

u/NammieMieMie — 19 days ago