- Compare Cygwin, MinGW and WSL A ton of text to test readability.
- Talking about Big and Little Endian Byte Order The following two links give very good explanation of the difference between the two Endian Byte Order: Little and Big Endian Mystery Understanding Big and Little Endian Byte Order Normally you don’t need to worry about it if you are working on a single machine. You only worry this if you are transferring data from one machine to another.
- Switch terminals in vs-code You can also select your default terminal by pressing F1 in vs-code and typing/selecting Terminal: Select Default Shell.You can use Ctrl + ~ to open internal terminal in vs-code. So you can change the default shell and then click + on right top corner of the terminal window, and add another terminal there. Later on, you can switch between these terminals for running and testing your code.
- Install Tensorflow (CPU) in PyCharm in Windows This blog shows how to install tensorflow for python in Windows 10, preferably in PyCharm. Tensorflow can be installed either with separate python installer or Anaconda open source distribution.
- Use tensorflow model API in Google Colaboratory IntroductionThis posts shows an alternative to run tensorflow, which is using the free google Colaboratory platform. You can run both the CPU and GPU versions there.
- Setup Hexo in Windows or WSL This post talks about how to setup Hexo in Windows and host a site in GitHub.
- Enable CUDA C/C++ support in vs-code in Windows 10 In this blog, I want to show users how to set up vs-code for CUDA C/C++ code in Windows 10.
- Setup vs-code for C/C++ in Windows 10 Visual Studio Code (vs-code) is a very light and convenient IDE for programming using C/C++, Python and so many other languages. Thus in this blog, I want to show users how to setup vs-code for C/C++ programming using Linux subsystem in Windows 10. The subsystem is usually referred to as Windows Subsystem for Linux (WSL).
- Run CUDA C/C++ in Jupyter notebook in Google Colaboratory a way to test cuda capability without buying/installing NVIDIA graphic cards
- Setup Linux environment (WSL) in Windows In this blog, I want to talk about how to setup Ubuntu environment (WSL) in Windows 10 system, where you can run Linux programs.
- Setup Jekyll for GitHub Page in Windows WSL In this blog, I want to talk about how to set up Jekyll in Windows 10 and generate static web pages to host on GitHub page. There are three major steps you should follow in order to successfully use Jekyll.
- Laptop SSD "No Bootable Device"! When you got a new SSD drive and want to use it for operating system on a laptop. Later on you install the SSD, there was such an error showing “No Bootable Device”. You panic!