每周分享第 6 期¶
今天刚迁移了域名到 jiege.ch,原来的 jiegec.me 会自动跳转过来,链接什么的都不用变。
- Rust 的 cfg! 宏只是返回 bool 而不会影响内部是否被编译 如果需要 if constexpr 的效果需要用 cfg-if
- 基于 HTML5 canvas 的图表库 Chart.js
- Endianness MATTERS! -- Harry Chen
- 各数据库的带补全的 CLI https://www.dbcli.com/
- 边开发边测试 k8s 部署 tilt
- Github unlimited free private repos 于是称为了 PRO 用户 https://blog.github.com/2019-01-07-new-year-new-github/
- Github 美食博主还行 https://github.com/hendricius/pizza-dough
- 一个用于本地化的库 https://github.com/dustin/go-humanize
- Vim Verilog 补全 https://github.com/vhda/verilog_systemverilog.vim
- homebridge 网页前端 https://github.com/oznu/homebridge-config-ui-x
- Zigbee 2 MQTT Bridge 需要额外的设备 https://github.com/Koenkk/zigbee2mqtt
- gdb 的网页 gui https://github.com/cs01/gdbgui
- Rust 一键 par iter https://github.com/rayon-rs/rayon
- 挺好看的 hex viewer https://github.com/sharkdp/hexyl 可以配合 bat 滚屏
- gitalk 基于 Github issues 的评论系统 类似 Disqus https://github.com/gitalk/gitalk
- 根据蓝牙连接键盘与否改变键盘布局 https://github.com/jwilm/alacritty/wiki/Automatic-MacOS-Keyboard-layout-change-for-Bluetooth
- 8.8.8.8 加入 DoT 家庭 https://security.googleblog.com/2019/01/google-public-dns-now-supports-dns-over.html
- 恢复损坏的 QRCode 工具箱 https://merricx.github.io/qrazybox/
- 通过同时修改两个芯片的 PLL 达成了非标准的 Wi-Fi 通信还行 https://hackaday.com/2019/01/04/underclocking-the-esp8266-leads-to-wifi-weirdness/
- inline x86 asm in go https://github.com/mmcloughlin/avo#readme