一个没有常识、活在自己世界中的中二病人(话痨)的自留地。

该频道不专注于 Daily 或 News,而是一个记录我当前关注和思考内容的地方。

1. 随机事项:每月为自己安排一些有趣的活动。(大概率🐦🤣
2. 同步内容:我会收集在其他平台上发布的内容。
3. 私人笔记:没经大脑的学习笔记以及一些个人随想。
4. ACG 内容:浓度高的部份还是挪到 另外一个频道 @tomoko_acg
5. 内容转发:在这个频道上转发的内容并不必然代表我个人的立场。
才知道之前面试官(现在上司)问的 Pick 是什么,原来是用一个现有的 interface 减去一些属性然后再生产一个新的 interface。原理如下:


type Pick<T, K extends keyof T> = {
  [P in K]: T[P];
};


还是太嫩了,补课补课

from #TIL #typescript
🔖 Nx: Smart Monorepos · Fast CI #pinboard #tools #monorepo #nx

Build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.


https://nx.dev/ Nx: Smart Repos · Fast Builds
起床,久违的上班😆
Dante's Limbo
https://github.com/koalaman/shellcheck

这个项目有点意思,不过就算是,我还是 shell 小苦手。
讲真,当时若是没有 shellcheck, x-cmd 是做不起来的。(
想不到,时隔多年竟然还能体验到暑假的 last week。

小时候,最兴奋的就是在 30 号发现 「8月还有 31 日」。即将要行刑但最后关头多了一天,让一切都充满了可能性(完成暑期作业的可能性)

Back to Top