Ben Chuanlong Du's Blog

It is never too late to learn.

Managing Blog Comments Using Disqus

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

  1. When migrating urls, only migrate these that are needed. this will make your work much simpler and make it much faster to migrate And you might have to iterate a few …

Tips on Tampermoney and Greasy Fork

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

https://www.youtube.com/watch?v=MpArCBecDz8

https://www.youtube.com/watch?v=MpArCBecDz8

Hands on the urllib Module in Python

Comments

  1. It is suggested that you use the requests module instead of urllib unless you want to have minimal 3rd-party dependencies.

  2. You have to explicit import urllib.request in order to use it in Python 3. Please refer to https://bugs.python.org/issue36701 for more discussions. This is how Python 3 intends to work generally speaking. Of course, there are a few exceptions such as os.path

Firebug Is Awsome

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

  1. use it to inspect http header

Someone even uses firebug to hack the wireless internet at Hilton hotel. I never tried.