Ben Chuanlong Du's Blog

It is never too late to learn.

Construct Confidence Intervals Using Jackknife

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

meterstick is an opensource Python library by Google, which provides a concise syntax to describe and execute routine data analysis tasks . Specially, it supports the statistical method "jackknife on bucketized data …

Tips on Certified Deposit

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

You might only have seven to 10 days to withdraw penalty-free from a CD after it matures, depending on your bank's policy. If you don't withdraw, your bank might automatically renew …

Password Management

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Command-line Password Manager

  1. kpcli (command line version of KeePassXC)

  2. royalguard

  3. pwman3

  4. pass

GUI Password Manager

KeePassXC

KeePassXC is a successor of KeePassX. It is cross-platform.

StrongBox

LastPass

LassPass saves password online …

Tips on Shuttle for Deploying Rust Apps

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Shuttle is a Rust-native cloud development platform that lets you deploy your Rust apps for free. Shuttle uses traits and annotations to configure your backend deployment - including databases.

References

Rust Backend Frameworks for Rest APIs

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

axum

axum Ergonomic and modular web framework built with Tokio, Tower, and Hyper axum is a web application framework that focuses on ergonomics and modularity.

Actix

Actix Web is a powerful …