Tianke Youke

A sanctuary for secreting and rushing at night.

0%

According to https://dev.to/rubberduck/using-usb-with-docker-for-mac-3fdd, it seems impossible to forward USB to a Docker container on MacOS, coz the Docker is running in a virtual environment via hyperkit.

First of all, ports of the host (i.e., MacOS) cannot be directly accessed by any virtual environment (i.e., Docker) on it. So, "you first have to expose it to the virtual machine where Docker is running". However, Docker is running on hyperkit, which doesn't support usb forwarding.

The author provided another way to do it, that is to usedocker-machine, which uses a Virtualbox VM to host the dockerd daemon, to replace the original docker. Then... why bother still using Docker, instead of just using Virtualbox to run the seperated environment?

我放弃理解很多东西

我开始拥抱

惊人的复杂性

这两天列了一个名叫「精神状况」的歌单,顾名思义,遴选了大抵是最能有效表达我近来精神状况的9首歌(不出所料以摇滚为主)。奇妙的是,一方面我自诩听歌时对歌词甚是重视,另一方面最爱的歌竟然歌词含量不足50%。想想现实,或许是我放弃理解很多东西(用理性),开始拥抱复杂性了吧(用感性?)。

阅读全文 »

我放弃理解很多东西

我开始拥抱

惊人的复杂性

有的时候我觉得叛逆和听话并不是矛盾的特质。有一种本质的叛逆其实是想清楚了想要什么,然后选择了听话这一个行动模式。为什么说这是叛逆呢,因为这不是真的听话,是某种最极端的不听话。我已经见过了很多的乖乖人,许多一眼就能分辨出来,是真乖乖听话,还是叛逆人所伪装。这种伪装听话的叛逆人大概还有另一个特质,就是有多面性。很多人误把其特异的那些面当作真实面目,觉得听话一面是伪装;其实不然,全都是真实的样貌,没有必要分明。学习一个人要学会容忍他的复杂性。

我有想过用一些色彩更容易辨明的词来代替「叛逆」:自主,自知,清醒,成熟,明白自己想要什么……可是这都差了点意思。还是叛逆好,因为这毕竟有一种孤勇感在里面;也不贴切,大概是虫子蠕动的guyong感。想象这样一个画面:在肠道一样的世界里,大家都乖乖顺滑着逐渐化为某种排泄物,但是其中有一些guyong者,就是叛逆人。

Okayyyyyyyy!!!

  1. Vertices order determines face orientation.

    e.g., f 1 2 3 and f 1 3 2 are 2 opposite faces

  2. Another thing is, faces are invisible from backside by default!!!

    In Meshlab here is a setting back-face which by default is single. If set it as double, then the face will be visible from backside.

    Meanwhile, the Preview of MacOS also makes faces transparent from opposite orientation. Like this:

Finally my sphere is correct:

阅读全文 »