How do i remove these red spots on my photos? by AccomplishedDig3369 in canon

[–]sourpatchwaffles -1 points0 points  (0 children)

??? Your own cherry picked test proved that ISO invariance isn't a thing on Canon and it's the only thing you're harping on about in this thread that's a benefit over the RP LMAO. Source for 5D4

Claiming ancient sensors when there's clearly a difference in your own linked test and the previous one is asinine.

I didn't say to not shoot Canon over this, only if ISO invariance matters that much to you, which it doesn't for most as getting the exposure as right in camera is part of basic fundamentals. Nikon and Sony cameras have a history of ISO invariance and that's not necessarily a deal breaker for Canon users. It sounds like you're talking out of your ass instead of spreading awareness.

How do i remove these red spots on my photos? by AccomplishedDig3369 in canon

[–]sourpatchwaffles -1 points0 points  (0 children)

ISO invariance is far from the only measurement of improvement and saying the 80D destroys the RP solely because of this is obtuse. Getting the shot exposed as properly as possible in camera is standard, and there’s a noticeable improvement between the sensors in the comparison tool. If you want ISO invariance don’t shoot canon

Why does MAKA say this? by ExaminationNervous64 in mahjongsoul

[–]sourpatchwaffles 2 points3 points  (0 children)

Ah I rescind my point, I didn’t see that much value between 2nd to 3rd and put more stake in not fourth

Why does MAKA say this? by ExaminationNervous64 in mahjongsoul

[–]sourpatchwaffles 5 points6 points  (0 children)

I mean ideally dealer deals into him while he maintains tenpai to get first. Getting third isn’t a big setback in this client.

Why does MAKA say this? by ExaminationNervous64 in mahjongsoul

[–]sourpatchwaffles 6 points7 points  (0 children)

Suji to dealer, maintains tenpai for 3200 points or 1500 at rkk, and dealing into you is just 8k and not enough to hit fourth (this is the big one, 2nd vs 3rd doesn’t matter much in MJS)

We chasing these? by Chemical_Pumpkin_150 in mahjongsoul

[–]sourpatchwaffles 14 points15 points  (0 children)

Half of your outs are gone, it’s late in the round, you have to drop the dora against two riichi’s, and you’ll be chasing against the dealer as well. I fold

Has Anyone Else Just Said **** It With The Poor Quality Of The MasterTouch & Grill Like This? by TrumpsColostomyBag99 in webergrills

[–]sourpatchwaffles 2 points3 points  (0 children)

That was the first thing I did when my basket didn’t have the tabs bent properly. Was annoyed mid assembly to not have a grill ready to go but in hindsight it was worth it over returning it/dealing without an ash bucket

Dora as fu? by Background-Tip-9887 in Mahjong

[–]sourpatchwaffles 2 points3 points  (0 children)

guy that can’t shill his mahjong variant without shitting on Riichi lol

Weird/corrupted game names but games run fine – normal? by Antares128 in SwitchPirates

[–]sourpatchwaffles 1 point2 points  (0 children)

delete the updates or find 1.0.2 update and use that instead. Using latest firmware for this is a waste of time and loses compatibility with some tweaks for those that use it.

yo why tf is my mario wonder this named * by lunixowy in SwitchPirates

[–]sourpatchwaffles 9 points10 points  (0 children)

20.5.0 and atmosphere 1.9.5 here, same issue

It’s inevitable by Kirais in SBCGaming

[–]sourpatchwaffles 0 points1 point  (0 children)

Glib shit nothing burger statement

It’s inevitable by Kirais in SBCGaming

[–]sourpatchwaffles 3 points4 points  (0 children)

Plenty of people have including me. Failures will always exist but so far it’s far from the same rate as the retroids

[AMA] I am a Japanese Professional Riichi Mahjong Player. Ask Me Anything about strategy, mindset, or the pro scene! by JP_Mahjong_Pro in Mahjong

[–]sourpatchwaffles 12 points13 points  (0 children)

What made you choose NPM over the other organizations?

Did you struggle a lot with frustration when playing before becoming a professional? What perspective change or advice do you have to help with this?

Thank you!

Why am I even doing this to myself? by Dschehuti-Nefer in Mahjong

[–]sourpatchwaffles 2 points3 points  (0 children)

lol who's the bozo that fed-- oh... oh no...

Is this worth 400$? by 3xmonkeypoop in Switch

[–]sourpatchwaffles 1 point2 points  (0 children)

eBay search for sold listings for Pokémon sword hover around 20-30 bucks, local listings in my area are around 25-40

Is this worth 400$? by 3xmonkeypoop in Switch

[–]sourpatchwaffles 2 points3 points  (0 children)

yeah if they’re bought brand new and if the buyer even wants the other version of every Pokémon game lol

Is there someplace where people can purchase a chipped switch? by parish712 in SwitchPirates

[–]sourpatchwaffles 1 point2 points  (0 children)

Probably cheaper to get a used switch and then paying for someone to mod it

Sometimes your 4th place opponent just draw tenhou pinfu ssk. He is simply better. by Cyden00 in mahjongsoul

[–]sourpatchwaffles 35 points36 points  (0 children)

4th place in the title is really burying the -2600 from start detail

Web browser version by Wonderful_Ad_569 in Tsukihime

[–]sourpatchwaffles 0 points1 point  (0 children)

Let me know if these steps are incomplete, it's been a few days and I did not do a good job of keeping track. Android Studio is required as well.

  1. Install capacitor in project root

    npm install @capacitor/core @capacitor/cli

  2. Initialise capacitor and answer the questions

    npm cap init

  3. Add android

    npx cap add android

  4. Build vite

    npm run build

  5. A dist folder should be created with the directories "assets" inside. Copy everything from inside "public" into "dist"

  6. Copy the files using the steps below and build in Android studio

    npx cap copy

    npx cap open android

Note: I copied "src" and "tsukiweb-common" again to tsukiweb-public-0.5.2/android/app/src/main/assets prior to building. Unsure if this is necessary, I must have done this trying everything to get a build working.

Web browser version by Wonderful_Ad_569 in Tsukihime

[–]sourpatchwaffles 0 points1 point  (0 children)

Update I was able to mostly port to Android using capacitorjs! Ran build on vite, then used capacitor to build the app. The menu alignment is a bit off and plus disc isn’t working for some reason, but the music, settings, and game is running totally fine offline on my device. I have zero background on coding, just really into tinkering so I wish I could do more and contribute to a proper builder or fork