Ben Chuanlong Du's Blog

It is never too late to learn.

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 …

Tips on Insurance

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

  1. Geigo is good choice for people who do not have good driving history but a bad choice for people with good driving history. Geigo charges about 18% for cancelling policy, which …

Python Distribution

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

  1. When people talks about Python, it usually means the CPython implementation which you can download from . There are other interesting Python implementations such as PyPy (Python implementation in Python), Jython (Python …

NeoVim: liblua5.1-luv.so.0 Not Found on Debian

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

liblua5.1-luv.so.0 is not present under /lib/x86_64-linux-gnu/. Manually make a symbolic link from liblua5.1-luv.so.1.0.0 resolved the problem.