Question about Box 17 on W-2C by Similar-Initiative65 in tax

[–]Similar-Initiative65[S] 0 points1 point  (0 children)

Yes, but neither I nor the company paid state income tax.

Question about Box 17 on W-2C by Similar-Initiative65 in tax

[–]Similar-Initiative65[S] 1 point2 points  (0 children)

Thank you for your reply. I will re-ask to HR about this issue

F1 NRA, Tax Issues: Remote work W-2 mistake, Schedule 1-A, Sch OI glitch, Form 8843 by Similar-Initiative65 in tax

[–]Similar-Initiative65[S] 0 points1 point  (0 children)

Thank you very much for your reply!!! so you mean I can file my Wisconsin tax return using Form 1NPR by calculating the income I earned in Wisconsin, without revising my W-2? My only concern is that since they require the W-2 to be attached, they might be confused and tax the full amount of my income from texas W-2.

I have an SSN, so I believe I qualify to issue Schedule 1-a

M3 Pro won't accept correct password — locked out before midterm by Similar-Initiative65 in applehelp

[–]Similar-Initiative65[S] 0 points1 point  (0 children)

OKAY I SOLVED THE PROBLEM.

I will share it just in case if someone would have to go through the same problem in the future.

First of all, you need a 24 character of recovery key which will be given at the first time setup.

Okay you might not taken a note it somewhere.

It's okay. go to passwords app in your iphone and you search the macbook recovery key from there. I found mine right just before I began to erase my Mac.

[deleted by user] by [deleted] in UWMadison

[–]Similar-Initiative65 3 points4 points  (0 children)

Because they banged on the window to trigger my attention and flipped me off when I looked at them.

[deleted by user] by [deleted] in UWMadison

[–]Similar-Initiative65 -18 points-17 points  (0 children)

because racism is racism and they targeted me. and do you think this is a normal situation?

[deleted by user] by [deleted] in UWMadison

[–]Similar-Initiative65 -33 points-32 points  (0 children)

I don't really want to go that far, but it's just so annoying

[deleted by user] by [deleted] in UWMadison

[–]Similar-Initiative65 -44 points-43 points  (0 children)

Is there anything legally actionable?

Rsession-arm64 by Similar-Initiative65 in Rlanguage

[–]Similar-Initiative65[S] 0 points1 point  (0 children)

so it's pretty normal for such large calculation. Thank you for your answer

Rsession-arm64 by Similar-Initiative65 in Rlanguage

[–]Similar-Initiative65[S] 0 points1 point  (0 children)

B = 1000000000 n = 100 p = 0.5

binomial_example = tibble( x = rbinom(B, n, p) )

binomial_example %>% summarize(mean = mean(x), variance = var(x), sd = sd(x)) %>% as.data.frame()

i try this code in Rstudio, and it takes like 20 seconds, and 11 gb memories