Ben Chuanlong Du's Blog

It is never too late to learn.

Useful Rust Crates for Bit Manipulations

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

bytemuck

ByteMuck is a crate for mucking around with piles of bytes. It lets you safely perform "bit cast" operations between data types. That's where you take a value and just …

Error Handling in Rust

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

Static Site Generators

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

zola

Zola is a fast static site generator in a single binary with everything built-in.

mdbook

next.js

next export allows you to export your Next.js application to static HTML …

Autonomous Driving

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

autonomous-driving-architecture

Hash Password Using Python

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

Using the Python Package crypt