前段时间 Github 连续出现负面新闻后,Gitlab 似乎感觉嗅到了机会,作为追 赶者发布了新版本和新功能。Gitlab Pages 就是 他们对应 Github Pages 的 …
Using external drive as rootfs for raspberry pi
Raspberry pi uses SD/TF card as storage. However, sometimes it becomes a bottleneck of performance because of the I/O speed on SD card is quite limited.
A simple
fio
read/write test on my setup shows even with USB2.0, an external SSD is way faster than SD …"Smoothing Your Rust Crates Release With Cargo-release"
Cargo-release is a cargo subcommand that automates your libraries release process. The idea was inspired by Clojure's leiningen, which has a
release
command does exact same thing.Typically, when you decide to release a library to crates.io, you need to go through following steps at least:
- bump version in …