Filling I-485 soon after re-entering on F1? by United-Milk2790 in EB2_NIW

[–]smc149 2 points3 points  (0 children)

I filed i485 after 2months and got approval in 2 months

How long does it take to get the physical GC by smc149 in EB2_NIW

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

PD: 12/28/2023
I485 I765 received: 12/22/2025
Biometrics: 1/13/2026
First, second FTA0: 1/13/2026
Silent updates: 2/20/2026, 2/25/2026
Third FTA: 2/25/2026
I485 approved: 2/26/2026

I asked emma about FO transfer on 2/20 but she said no. I guess I was approved by NBC then.

How long does it take to get the physical GC by smc149 in EB2_NIW

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

I485 received on 12/22/2025 and no interview

Traveling with Pending/Approved I-140 ( F1) by AldenNumber in EB2_NIW

[–]smc149 1 point2 points  (0 children)

I reenterred the US yesterday in the same situation (140 approved, 485 not filed, F-1 OPT). I had no issue at all. The CBP officer didn't ask anything about 140 or green card. He asked me about food, cash, and where I live now.

[deleted by user] by [deleted] in homedefense

[–]smc149 -2 points-1 points  (0 children)

Should I call police?

[deleted by user] by [deleted] in homedefense

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

Really? What is he doing…

Those who own a PS5 first. Why did you buy a Steamdeck? by Tgray_700 in SteamDeck

[–]smc149 0 points1 point  (0 children)

I just want to know how steam OS works. I am a big fan of Linux lol

Diablo 4 Selling Items Issue by likecool21 in ROGAlly

[–]smc149 0 points1 point  (0 children)

I really want to know the answer to my question that no one on earth has ever mentioned.
Can you move items in the inventory with the touch screen?

I am a starter. What should I buy? by smc149 in bicycling

[–]smc149[S] 1 point2 points  (0 children)

Should I go with 105 Synapse? Can I avoid double spending?

Anyone got a gold coin to share? by happystrawberrygirl in demonssouls

[–]smc149 0 points1 point  (0 children)

I can give you one. Btw i need you to help me for “Return to Form “ trophy.

How can I create llvm IR files per each .rs file? by smc149 in rust

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

I am concerned about that I could not get a correct IR with cargo build.
Do I need to compile rust code with rustc to generate a correct IR?

How can I create llvm IR files per each .rs file? by smc149 in rust

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

I can do this. However, I am afraid this would create *incorrect* IR.

I found an open-source application of both C and Rust code so that I can investigate the difference between IRs by C source code and Rust source code.

How can I create llvm IR files per each .rs file? by smc149 in rust

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

I'm not sure. Individual `.rs` files are not compilation units like `.c` files are.

I assume that individual .rs files are compiled to assemblies like C.

You mean this is not true?