Ben Chuanlong Du's Blog

It is never too late to learn.

Property Line

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

Parcel view to check property line.

https://www.kingcounty.gov/operations/GIS/Maps.aspx/

Tips on Git

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

Git Tools

Access Token for Git

There are a few advantages of using (GitHub, etc.) access tokens for Git, especially in an enterprise environemnt.

  1. Access tokens can provided more fined access …

Tips on GPU Computing

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

List GPU Devices on Linux

You can list GPU devices using the following command on linux.

lspci -v | grep VGA

Machine Learning Frameworks Supporting Managing GPU Resources