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
10
Comments
408
Joined
2 yr. ago

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

  • It's believed that Glassdoor's business model is to charge companies for removing bad reviews. So how much value can the rating provide is questionable in the first place.

    Personally, for big companies, there are always people writing their work experiences on an open platform. For small companies, it's unlikely to find a relevant review, if any, on Glassdoor anyway. So I never bothered to use it.

  • If you are looking at learning CS in a more holistic manner, there's Path to a free self-taught education in Computer Science!. It's a list of courses, categorized by topics, which are exactly what a CS undergraduate would learn. It might feel daunting at first, but you can pick any interesting topic and dive in.

    I especially recommend CS50P for beginners.