Mastering Floating Point Formats

new floating-point formats are introduced recently together with the AI oriented hardware.

Read
Programming

Dancing in Shackles Caused by an Unupgradable Apache Kafka

a story about how to get a hack solution to work around a Apache Kafka bug when its upgrade is blocked by the Java version and the official solution is not available.

Read
Machine Learning

Rehearsal of Machine Learning on Coursera

the rehearsal lessons means a lot to me, it is a good way to review the knowledge and skills.

Read
Virtualization

Docker Engine with Nvidia GPU Support

tips to enable Nvidia GPU support in Docker Engine.

Read
Programming

A Tiny Syntactic Sugar for Wrapping a Scala Class with Serializable Trait

sometimes we need to implement the Serializable trait for a class, here's a tiny syntactic sugar.

Read