Ben Chuanlong Du's Blog

It is never too late to learn.

Install the Latest Version of Software on Ubuntu

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

Using PPA

Using snap

The snap version of a software is usually more up-to-date than the version installed using apt-get. For example, NevoVim (installed using apt-get) on Ubuntu 20.04 is …

Calling Rust from Python

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

Tools

pyo3

Rust bindings for Python, including tools for creating native Python extension modules. Running and interacting with Python code from a Rust binary is also supported.

maturin

Build and publish …