Ben Chuanlong Du's Blog

It is never too late to learn.

Tips on RV

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

https://www.youtube.com/watch?v=8O-IODLU5pc

https://weretherussos.com/class-b-rv-manufacturers-list-camper-vans/

Tips and Traps

  1. Class B/B+ (best with top popups) or small class C RVs are good choices. Class A …

Great Command Line Tools Developed in Rust

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

GQL

GQL is a query language with a syntax very similar to SQL with a tiny engine to perform queries on .git files instance of database files, the engine executes the …

Summary of Collections in Rust

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

The module std::collections has a good summary on popular collection data structures in Rust and when to use them.

  • Sequences: Vec, VecDeque (double-ended queue), LinkedList (doubly-linked list)
  • Maps: HashMap, BTreeMap …

Quant Trading

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

https://www.quantstart.com/

https://github.com/edtechre/pybroker

https://github.com/whittlem/pycryptobot

https://github.com/asavinov/intelligent-trading-bot

Forums & Discussions

Quant Trading Libraries

General

  1. RustQuant is a Rust library …

Tips on Fax

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

Many institutions (especially healthcares) in the US still accept fax only in this morden tech era. It is inconvenient and expensive for many people to access fax. If security isn't a …