Plltxe.
420 subscribers
1.25K photos
32 videos
8 files
4.35K links
plltxe (v.) say.

Tweets, toots, and jibber-jabbers of Eana Hufwe.
Mostly in variants of en, ja, zh and 08n.

Follow me on Mastodon/ActivityPub Fediverse:
https://s.1a23.studio/@eana

Channels I contribute to regularly: @translationgrass etc.
Download Telegram
字体里面的点阵字形和矢量字形是分别储存的。从字体名字看字体内部编码是 GB2312,而这个编码是按照常用拼音排序的。查表可知,点阵的汉字各是错后一位,所以单纯是点阵字形表没对齐而已。

🐦
【遑论】huánglùn
〔动〕不必论及;谈不上。
「人无诚信,遑论道德」 | 「素未谋面,遑论了解。」

#TIL

🐦
What a pity for all the feature-rich typefaces distributed on Google Fonts losing their features when used.

Demo: Piazzolla by huerta tipográfica

https://piazzolla.huertatipografica.com/

🐦
Hey, you forgot GitHub Actions!

🔁🐦

Python Developers Survey 2020
https://surveys.jetbrains.com/s3/c12-python-developers-survey-2020
= ?

🐦
Plltxe. pinned a photo
Will youtube-dl become the next DeCSS?

🐦
Forwarded from 层叠 - The Cascading
由于各种原因,GitHub 用户可以从任何一个 repo 的 remote 通过类似 git fetch origin [COMMIT-HASH] 的方式获取其 fork 树上的任何一个 repo 的 commit。也就是说,在 fork repo 中提交的内容可以通过在原 repo 的 remote 上进行 fetch 来获取。又由于用户不能删除 PR,一旦内容被以 PR 的形式提交,PR 中的 commit 就会一直保留。通过这样的方法,用户 Stephen304 将一份 10 月 23 日的 youtube-dl 源码树放在了 github/dmca 上。

用户可以通过以下方式获取这段源码树:
git clone https://github.com/github/dmca.git && cd dmca
git fetch origin 416da574ec0df3388f652e44f7fe71b1e3a4701f
git checkout 416da574ec0df3388f652e44f7fe71b1e3a4701f

src: https://news.ycombinator.com/item?id=24882921
seealso: https://github.com/github/dmca/pull/8142
seealso: https://github.com/github/dmca/tree/416da574ec0df3388f652e44f7fe71b1e3a4701f