Posts

ONE line to start a simple HTTP server in Python

You need a quick http access for a folder, and you don't want to go through nginx/apache setup. Luckily, python has a very simple way to do it.

Quick start: How to use anaconda, miniconda & conda?

You've heard of conda, anaconda, miniconda, what are they? But what are relations between these three conda-tors? Do I have to install all of them? How to use them?

Bridge on a Mac Mini 2018. Wireless(Wi-Fi) & Ethernet. No NAT. No Internet Sharing.

Network level 2 bridge in Linux is very easy, you get brctl, you get the job done. Is it the same on Mac? Let's find out.

MacOS Python (version) chaos. shipped, MacPorts, official installer, anaconda

Soon after diving into python, I found out there were many versions of python co-existing in my MacOS, and I don't know how to manage them. It is a disaster for me.