Skip to main content

我一直不理解把绿卡短期回国不用签证作为不入美籍的主要理由

http://gengwg.blogspot.com/发信人: waiting140 (等待140), 信区: Military
标  题: 我一直不理解把绿卡短期回国不用签证作为不入美籍的主要理由
发信站: BBS 未名空间站 (Mon Nov 10 15:23:21 2014, 美东)

如果是计划要回国发展的,或者纯粹出于政治,信仰等原因,坚决这辈子做中国人的,
我都能理解。可让我奇怪的是,很多有绿卡的到了可以入籍的时候,不入籍的理由大都
是拿绿卡回国可以不用签证。

即使签证有效期不延长,大家一般也能拿到两年有效的中国签证。要说签证费,每两年
交160美元很多吗?尤其是相对绿卡5年以上的人的收入来说。要说麻烦,中国签证要填
的表格远不如美国签证表格麻烦吧。唯一算麻烦的是那些住得离中领馆很远的人,可即
使如此,每两年去一次是很麻烦的事情吗?

马上又有人会说,赶上家里有急事,来不及签证了,blahblah。我就奇怪了,你就非得
等到家里有急事才想到签证啊?你就不能一拿到美国护照,就去中领馆签个证,以后每
两年续一次,就像车子的smog check一样,这样始终将护照保持在“激活”的状态,这
很难吗?

********************************************************

我发现这里很多人怎么阅读理解能力这么差.

我并没有说我不理解绿卡的人为什么不入籍。选择不入籍的理由有很多种,比如这里有
些人提到的未来可能回国发展,不用选jury,甚至入籍可能在中东被割头等等。这些我
都理解。

我不理解的是把回国不用签证作为“主要”理由,请注意“主要”二字。这固然也算一
条理由,但如我原贴所述,由于入了美籍也可以两年签一次证让护照始终处于激活状态
,这条理由的重要性相对于其它理由,无论是入籍还是不入籍的理由,都显得那么微不
足道,为什么很多人首先考虑的是这个呢?

********************************************************

我好像明白了。其实没几个人真的把这个当作“主要”理由的,除了少数真是分不清芝
麻和西瓜的人。人家不入籍有更重要的理由,只是不愿意和你明说罢了,于是找了这么
个不算多大理由的理由,搪塞过去而已。

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...