Deep Learning Free Course

Here is a free deep learning online course from fast.ai. It’s mostly videos. http://course.fast.ai/

March 13, 2017 · 1 min · birdchan

Fix apache2 after upgrading to ubuntu 16

After upgrading to ubuntu 16, my wordpress was acting weird. I get errors like apache2.service - LSB: Apache2 web server Loaded: loaded (/etc/init.d/apache2; bad; vendor preset: enabled) Drop-In: /lib/systemd/system/apache2.service.d └─apache2-systemd.conf Active: failed (Result: exit-code), and Your PHP installation appears to be missing the MySQL extension which is required by WordPress. Here are some of the steps I took to re-enabled my blog. If you are using php 7.0, then do ...

October 16, 2016 · 1 min · birdchan

Will iphone 7 or 7 plus work in China?

They should. Which carrier to pick if you want to buy the iphone 7 in the US? All of them should work. Source

September 24, 2016 · 1 min · birdchan

Learned Optimism

Reginald Braithwaite talked about a book called “Learned Optimism,” by Dr. Martin Seligman. Sounds interesting. When we explain something that happened to us, it’s usually in terms of - Personal vs. Impersonal - Specific vs. General - Temporary vs. Permanent Pessimists tend to explain bad things as being personal, general, and permanent, while explain away the good things as being impersonal, specific, and temporary. I am always bad at doing just about everything. That project for team A is just a one-time win. ...

August 17, 2016 · 1 min · birdchan

Bloom Filter

[youtube &w=560&h=315]

August 2, 2016 · 1 min · birdchan

Refinance Calculator

I found this very good refinance calculator from zillow. https://www.zillow.com/mortgage-calculator/refinance-calculator/ Sometimes you may wonder how much you gain/lose money doing a refi, well, this tool will help you. Even if you could have lower monthly payment, that doesn’t necessarily mean a good refi. The chart from this tool will show you the math.

July 23, 2016 · 1 min · birdchan

Reattach to a terminal process when x11 is restarted

Let me describe my case. I was running 4 long commands in 4 terminals. They were all splitting out log files to stdout so I could see the progress. Then all of a sudden I found my X11 frozen. I thought it would just go away when my tasks became less busy. But after like an hour I decided that I needed to do something since my screen was still frozen. I grabbed my laptop and ssh’ed to my box and found the 4 tasks still running, so the system is ok. Then I had no choice but to restart my display session. I did: ...

July 22, 2016 · 2 min · birdchan

Pokemon

Some walkthrough http://cn.dealmoon.com/Buying-Guide/News-Pokemon-Go/549035.html

July 16, 2016 · 1 min · birdchan

Admob Responsive Ads for Wordpress

I was looking around for proper ways to place google’s admob responsive ads onto my wordpress blog site. I found a few plugins here and there but wasn’t too sure. Then I found the google official plugin: https://wordpress.org/plugins/google-publisher/ This link should be ranked higher IMO. It will link to your adsense account and help you create and place ads based on your preference. Highly recommended!

July 15, 2016 · 1 min · birdchan

ImportError: No module named MySQLdb

I was trying to run GAE dev_appserver.py on my osx El Capitan, and kept getting that ImportError. I fixed it by pip install MySQL-python If still no use, try easy_install mysql-python

June 29, 2016 · 1 min · birdchan