Ben Chuanlong Du's Blog

It is never too late to learn.

Tips on Buy and Sell Pre-owned Cars

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

Sell Pre-owned Cars

  1. CarMax is a great choice.
  2. Car Dealers
  3. The trade-in price estimated by Kelly Blue Book is way too low!

Purchase Pre-owned Cars

  1. carfax, vin number
  2. prefer:
    • no accidents …

JIT and Domain Specific Compilers

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

numba

Hummingbird

Hummingbird compiles trained ML models into tensor computation for faster inference.

jax

Composable transformations of Python+NumPy programs: differentiate, vectorize, JIT to GPU/TPU, and more

XLA

deep learning …

Good Webassembly Tools

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

wizer

wizer Don't wait for your Wasm module to initialize itself, pre-initialize it! Wizer instantiates your WebAssembly module, executes its initialization function, and then snapshots the initialized state out into a …