Weekly #36

2021/11/14 06:29

cpuid visualiser

逐字节展示 CPUID 的含义。

screenshot


Valve Says SteamOS 3.0 Will Be Available for Everyone to Download and Install

应该的,但也很良心。


https://twitter.com/ruanyf/status/1459523630686040071

查看他人的公钥,有一个简便的方法,就是查看他的 GitHub 账户。具体来说,就是访问下面的网址:

https://github.com/[username].keys

使用 http://github.com/[username].gpg 还可以查看用户的 GPG 公钥


Build an Elixir Redis Server that's 100x faster than HTTP

基本每种编程语言都有 Redis client 库,内置了 Redis 协议。各个服务之间内部通讯采用 Redis 协议进行通讯,效率比 HTTP 更高。


https://twitter.com/GrantCuster/status/1457786663275413509

New from me at Constraint Systems:

Type - an experiment in directed type. You choose the direction the letters should flow.

https://type.constraint.systems

https://user-images.githubusercontent.com/8287771/141669630-76ce2b9b-507d-4223-b1f7-20ed193af146.mp4


RunCat for windows

macOS 上的 RunCat 的 windows 版本。


Rust Is The Future of JavaScript Infrastructure

作者认为基于 Rust 的 JavaScript 工具(如 Rome、SWC 等)在性能上的优势巨大,将逐渐取代之前 JavaScript 原生工具(如 ESLint、Webpack 等)。


How to Use ITX on Ethereum & Polygon: A Step-by-Step Guide

以太坊基础设施 infura 推出了一个名为 ITX(Infura Transactions) 的功能,通过代理用户发出的交易请求,能够实现让开发者垫付用户手续费等功能。


Comby

一个不限编程语言的代码重构工具。


Nx

用来管理 Monorepo 的包管理工具,类似于 Lerna