Skip to main content

标 题: H1B layoff, 老话题,新问题,经历过的请进来看看

http://gengwg.blogspot.com/
发信人: jntan (Tan), 信区: Working
标  题: H1B layoff, 老话题,新问题,经历过的请进来看看
发信站: BBS 未名空间站 (Mon Mar 18 06:08:37 2013, 美东)

半夜实在睡不着,上来发贴请教。
本人h1b,大概1周半前被layoff,当天terminate employment,paycheck也是当天给。
周三被layoff之后,当天回来就忙着开始撒简历找工作,周五就有个onsite,次周周一
就来了offer,结果我一直拖到周五才签字,白白浪费了宝贵的一周时间。这其中的原
因,除了第一次经历layoff的情绪波动的原因之外,等更好offer的私心也是我拖延的
原因之一。
结果现在才开始做一些h1b layoff的考古,发现自己严格意义上讲已经out of status
了一周半了。我操。据说严格保证没有gap的方法是在被layoff当天马上online申请转
F1/F2/B类签证,我这样已经OOS将近两周,现在申请转成F2是不是已经太晚了?

考古考出来的东西比较杂,大体有两种说法:
1)Last paycheck day是h1b结束的日期。第二天你就不应该还在美国,不然从第二天起
就全是OOS。
2)只要公司还没向移民局报告revoke你的h1b,移民局就不知道。在此之间赶快找到新
雇主transfer h1b,或者自己转F1/F2/B类签证,只要收到receipt就没有OOS(引用链接
:http://www.chineseinla.com/f/page_viewtopic/t_8086.html)

房子刚买,小孩刚三周大,求bless。

Comments

Popular posts from this blog

CKA Simulator Kubernetes 1.22

  https://killer.sh Pre Setup Once you've gained access to your terminal it might be wise to spend ~1 minute to setup your environment. You could set these: alias k = kubectl                         # will already be pre-configured export do = "--dry-run=client -o yaml"     # k get pod x $do export now = "--force --grace-period 0"   # k delete pod x $now Vim To make vim use 2 spaces for a tab edit ~/.vimrc to contain: set tabstop=2 set expandtab set shiftwidth=2 More setup suggestions are in the tips section .     Question 1 | Contexts Task weight: 1%   You have access to multiple clusters from your main terminal through kubectl contexts. Write all those context names into /opt/course/1/contexts . Next write a command to display the current context into /opt/course/1/context_default_kubectl.sh , the command should use kubectl . Finally write a second command doing the same thing into ...

OWASP Top 10 Threats and Mitigations Exam - Single Select

Last updated 4 Aug 11 Course Title: OWASP Top 10 Threats and Mitigation Exam Questions - Single Select 1) Which of the following consequences is most likely to occur due to an injection attack? Spoofing Cross-site request forgery Denial of service   Correct Insecure direct object references 2) Your application is created using a language that does not support a clear distinction between code and data. Which vulnerability is most likely to occur in your application? Injection   Correct Insecure direct object references Failure to restrict URL access Insufficient transport layer protection 3) Which of the following scenarios is most likely to cause an injection attack? Unvalidated input is embedded in an instruction stream.   Correct Unvalidated input can be distinguished from valid instructions. A Web application does not validate a client’s access to a resource. A Web action performs an operation on behalf of the user without checkin...