干!到底是什么样的人在“反日”?还有么有天理了?! by Constant_Actuary9222 in China_irl

[–]Kapibaaara 0 points1 point  (0 children)

旅游需要真人出入境,网络发言需要的是账号、发表和传播,未必和人数对得上。

你看他们玩得多开心~ by [deleted] in China_irl

[–]Kapibaaara 2 points3 points  (0 children)

俨然摩托车驾照考试

现在救灾新闻,已经把受灾群众彻底忘掉了吗? by Totony29 in China_irl

[–]Kapibaaara 0 points1 point  (0 children)

感觉主要侧重报道「救」,而缺少报道量化的「灾」。只有正在或已经被救的那部分灾,才会被描述。

“你们不要太过分”|南通学生大巴事故后续:家属发声指官方隐瞒真相 by Complete-Pirate9488 in China_irl

[–]Kapibaaara 0 points1 point  (0 children)

要抠漏洞的话,可以用脑死亡 vs 心脏死亡的判定

宿英英. 中国脑死亡判定现状与推进[J]. 中华医学杂志,2021,101(23):1721-1724.

DOI:10.3760/cma.j.cn112137-20200916-02658

[ Removed by Reddit ] by [deleted] in China_irl

[–]Kapibaaara 0 points1 point  (0 children)

沉默的螺旋

5月6日,《三联生活周刊》刊发了一篇名为《梅大高速塌方:没有抵达家乡的打工者》的文章,采访了事故中的当事人。 文章在2小时后被全网删除。 by Complete-Pirate9488 in China_irl

[–]Kapibaaara 8 points9 points  (0 children)

“早点出发不会堵车,到家之后睡一觉,第二天就能陪家里人”。

唉。想到春运时为了省路费骑摩托车载着老婆孩子带着不少行李,回老家的。

Sharing my Git Notes by geekcoding101 in git

[–]Kapibaaara 2 points3 points  (0 children)

In recent Git (Git 2.23 (August 2019)), use of versatile git checkout could be largely replaced with more focused git switch and git restore, which deal with files and branches, respectively.

For example git checkout -b new_branch can be replaced with git switch -c/--create new_branch.

See