Recent Posts

CUDA and Pytorch on Ubuntu 21.10

2 minute read

CUDA Installation The installation guide can be found here.Supported GPU is listed here. NOTE: In the official installation, the supported Ubuntu is 20.04. H...

Visualize time series data

3 minute read

Time series data I need to work a lot with data from SCADA system. They are usually time series data. I just want to use this place as a archive to store the...

Notebook

7 minute read

Python Callback functions TBC

I lost 13 kg in 3 months

4 minute read

Why I need to lose weight I haven’t really took care of my body in my entire life. After turning 30, it suddenly came to me that a healthy body is much more ...

Use Scrcpy to Mirror Android Phone

2 minute read

What is SCRCPY Today I found an very good package SCRCPY. This great tool enables mirroring and control of an android device from Desktop. This package is av...

Install and use Docker on Ubuntu

less than 1 minute read

What is Docker The official definition: Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your...