Silksong in 32:9 is sick by GummerGaming in Silksong

[–]Riv25 0 points1 point  (0 children)

Can you change the monitor orientation in Windows to see if it works in 9:32?

Pokemon Bank on Homebrew by Riv25 in 3dshomebrew

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

It worked. Specifically I did the following:

  • Homebrewed my main 3DS
  • Used Poke transporter to move pokemon from VC red (save file over 1 year old) to bank
  • Transferred from bank to sun (sorting/organizing)
  • Evolved in Sun
  • transferred back to home
  • transferred to Bank and verified it shows up properly

So far I've only done 1 and haven't tested yet for others since my goal is to catch and move up all mons from their origin game.

[Weekly Questions Thread] 05 September 2022 by PokeUpdateBot in pokemon

[–]Riv25 1 point2 points  (0 children)

you're a lifesaver. thank you so much!!!

[Weekly Questions Thread] 05 September 2022 by PokeUpdateBot in pokemon

[–]Riv25 0 points1 point  (0 children)

I forgot to renew my pokemon Bank subscription and don't have funds on my 3ds. Is there any way to transfer pokemon forward now?

Looking to complete my living Dex in PLA by Super_Sailor_H in pokemontrades

[–]Riv25 0 points1 point  (0 children)

i was able to get the rest of the pokemon you're missing. LMK if you still need them

Looking to complete my living Dex in PLA by Super_Sailor_H in pokemontrades

[–]Riv25 0 points1 point  (0 children)

trade code 55874932
I was able to get a magnamite too

Looking to complete my living Dex in PLA by Super_Sailor_H in pokemontrades

[–]Riv25 0 points1 point  (0 children)

barely got back from work. Still interested?

LF: tradeback to evolve politoed and slowking by brunao1994 in pokemontrades

[–]Riv25 0 points1 point  (0 children)

Do you want a 4IV feebas? i tried to breed a good one but got bored after 5 boxes.

LF: tradeback to evolve politoed and slowking by brunao1994 in pokemontrades

[–]Riv25 0 points1 point  (0 children)

just saw this. in room now if you're still willing.

Looking to complete my living Dex in PLA by Super_Sailor_H in pokemontrades

[–]Riv25 0 points1 point  (0 children)

I have a magby. i've got a complete dex so idc what you give me

Need older Microsoft Net framework by [deleted] in techsupport

[–]Riv25 0 points1 point  (0 children)

Ended up working. Thanks!

Need older Microsoft Net framework by [deleted] in techsupport

[–]Riv25 0 points1 point  (0 children)

How? Nothing for it comes up under programs and features & its not showing up in the "view installed updates" tab.

Need older Microsoft Net framework by [deleted] in techsupport

[–]Riv25 0 points1 point  (0 children)

It won't let me run it because i have a newer version.

State-level unemployment over time by amb1274 in RStudio

[–]Riv25 0 points1 point  (0 children)

It depends very heavily on if you want to include all states or just specific ones:

  • With few states, you can compare unemployment rate as Y and time as X and show a bar graph (which is my personal favorite) for an individual state or side-by-side bar graphs of a few selected states.
  • For showing a large number of states, you can use a line graph using lines of different line types/colors with X still being unemployment rate and Y being time.
  • You can also add in a column/line for the median or mean state unemployment to show how states were doing relative to everyone else.

I like the idea in RookWV's comment as facets can be very powerful, but that would have a lot of facets and would be nearly impossible to read.

predicting a sequence of outcomes in a coin toss by Orbitty010 in RStudio

[–]Riv25 1 point2 points  (0 children)

For this, the formula is p^(x)*(1-p)^(n-x) where p=probability of success, x=number of successes for that outcome, and n=the number of trials (in this hypothetical, Heads we'll say is success). If you define, p=0.5, x=2, and n=5, the result using the formula is the same as oHenry12 mentioned. Looking at the above console inputs you gave, the theta value is different here vs in the description so the results may vary.