The Big Cycle of China and Its Currency
Ray Dalio 对于中国发展规律以及现状的解读。
https://twitter.com/EngineersGuides/status/1423954861977051146
https://user-images.githubusercontent.com/8287771/129469186-f842d243-0f43-4214-90c0-68a0495f7a17.mp4
QLOCKTWO 设计的表,很有创意。它家还有闹钟和挂钟,甚至有中文表盘。
我不戴眼镜,但也感觉学到了。
https://twitter.com/mathigonorg/status/1425094768024072203
Cartographers always have to distort the surface of Earth in order to create a flat map. Notice how the same square on a map can have many different shapes and sizes in reality: http://math.fit/map-projection
https://user-images.githubusercontent.com/8287771/129470708-0f927c61-9c46-45e3-99cb-9e417b1dd7bf.mp4
Edge 浏览器团队研究发现 2019 年之后 45% 的 V8 bug 与 JIT 有关;虽然禁用 JIT 虽然会对性能造成影响,但日常使用中很难察觉。因此 Edge 推出了超级安全模式,通过禁用 JIT 和一些其他手段提高安全性,可以通过 edge://flags
开启。
使用 IndexedDB 作为 SQLite 的持久化层,比直接使用 IndexedDB 快 10 倍,荒谬的地方在于有些浏览器的 IndexedDB 底层使用的是 SQLite 实现。也就是说目前最好的前端数据存储方案是运行在 SQLite 上的 IndexedDB 上的 SQLite。
Announcing AI21 Studio and Jurassic-1 Language Models
以色列一家 AI 公司推出了挑战 GPT-3 的语言模型 Jurassic-1。
Write components once, run everywhere. Compiles to Vue, React, Solid, Angular, Svelte, and more.
Powerful 2D vector and raster editing. Procedural and nondestructive.
一个用 WebAssembly 和 WebGPU 实现的前端项目,目标是成为 Photoshop + Illustrator + Houdini。
Svelte 官方推出的应用程序框架,类似于 Next.js 之于 React。
https://twitter.com/aftergreatest/status/1418385353900134400
https://research.swtch.com/mm Russ Cox 写的一系列关于 memory model 的文章
前几年我自己也研究过这个方向,当时零零碎碎找了很多资料,费了不少劲。现在有大佬直接下场帮忙都整理好由浅入深地讲一遍,多好啊。
A History of HTML Parsing at Cloudflare Part 1, Part 2
Cloudflare 的两代 HTML Parser LazyHTML 和 LOL HTML 的发展历史。
Remote JavaScript Debugging