023

2022/09/18 12:58

https://github.com/IdreesInc/Monocraft

像素风格的字体,为编程字符做了很多适配。

https://lenciel.com/2022/09/what-could-happen-after-ism/

AI 是否会导致失业。作者认为这是同步进化的,AI 会进化,人也会。会逐渐适应。

https://effectivetypescript.com/2022/07/30/treemap-for-source-files/

使用原生的 tsc 看看什么让你的项目变慢。

https://css-tricks.com/the-basics-of-remix/

介绍关于 Remix 特性,其中提到的如何设置每个路由的 headers 还挺有想法的,甚至可以设置数据预取的数据的 headers。

https://literature-clock.jenevoldsen.com/

使用文字作品里面的时间描写描述当前的时间,比如九点前多少时间。非常有趣。

https://news.ycombinator.com/item?id=32801359

最短的 URL,试试在浏览器输入 http://ai

http://www.effectgames.com/demos/worlds/

像素动画,可以根据时间变化颜色。

https://mp.weixin.qq.com/s/t2VjwrewFuE0DHo_HeJ2zw

与 iframe 不同的 JS 沙盒实现方式。特点是更加的灵活(不需要 iframe 元素)。

https://github.com/facebookincubator/memlab

检查内存泄露的测试库