Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)PH
Posts
6
Comments
269
Joined
2 yr. ago

  • An update:

    If your company is on the U.S. OFAC SDN lists, subject to an OFAC sanctions program, or owned/controlled by a company on the list, our ability to collaborate with you will be subject to restrictions, and you cannot be in the MAINTAINERS file.

    (direct link)

  • That's more like his opinion or a post facto justification. Turns out it is a US thing.

    If your company is on the U.S. OFAC SDN lists, subject to an OFAC sanctions program, or owned/controlled by a company on the list, our ability to collaborate with you will be subject to restrictions, and you cannot be in the MAINTAINERS file.

    So to get back, you have to basically prove that you have no relations with OFAC SDN companies.

    This update is from https://lwn.net/Articles/995186/

  • For people not in public sectors, application for passports are okay-ish.

    For others, I can only speculate. Most of the public sector workers already have passports from years ago. I don't know if they have any kind of restrictions on new applications. To me, the Immigration Administration of the Ministry of Public Safety (who issues passports) feels more like a "routine" type of branch of the central government, but I could be wrong.

  • It's been that way since 3 or 4 years ago. The way it works is that you'll hand in the passport and if you want to use it, you'd have to apply for it. The party branch (党委) usually has quotas for each year and therefore will seek excuses to reject the application.

  • In recent git versions (>2.23), git restore and git restore --staged are the preferred ways to discard changes in the working tree (git checkout -- .) and staged changes (git reset --) respectively.