每周分享第 16 期¶
继续沉迷写 OS +1
- C++ 的一个比较 fancy 的 format 库 https://github.com/fmtlib/fmt
- Rust 的 rsync 替代品 https://github.com/wchang22/lumins
- VirtIO 1.1 要发布了 https://github.com/oasis-tcs/virtio-docs/commit/3b4130f3a8910dad89b8166e06e58806b9c60943
- 向二维码嵌入图片的工具 http://cgv.cs.nthu.edu.tw/Projects/Recreational_Graphics/Halftone_QRCodes/
- Google Chrome 发出奇怪的 DNS 请求的原因 https://unix.stackexchange.com/questions/363512/chrome-dns-requests-with-random-dns-names-malware
- 转换 .HEIC 到 .jpg 的批量方案:
alias heic="magick mogrify -monitor -format jpg *.HEIC"
ref: Apple SE - 以打代码来练打字的网站 https://typing.io/
- VSCode 网页 server https://github.com/codercom/code-server
- 奇特的 Rust 网页栈实现 https://japaric.github.io/jnet/jnet/index.html
- H265 解析 gui https://github.com/virinext/hevcesbrowser 之前介绍过 H264 的
- Awesome Rust Embedded https://github.com/rust-embedded/awesome-embedded-rust
- 新的 SiFive 产品 https://www.crowdsupply.com/sifive/hifive1-rev-b
- Wireshark 3.0.0 发布 https://www.wireshark.org/docs/relnotes/wireshark-3.0.0.html