Archives

Dalian Trip – Post 1

Hello folks! Elliot has graciously allowed me to use his blog again to document my business trip to Dalian, China. This is actually my first time in Asia, so I’m a bit excited an anxious at the same time. Let’s begin at LAX. For this trip, I would have to go to Seoul, Korea for…Continue Reading…

iPhone Mail: Mark All As Read

I finally fixed Mail on my iPhone. The key to the puzzle: the ability to mark all emails as read, right in the Mail app on the iPhone. Thanks to Suji, here’s how to do it: Select “Edit” Select one email Hold the Mark button (do not let go) Deselect the email Press the “Mark…Continue Reading…

Three HK’s 3G Rechargeable SIM Card

This is a HK$198 pre-paid SIM card from the cell carrier “Three.” Navigating the Three website is a bit tricky. I believe this SIM card is most similar to the 3G Rechargeable SIM Card for iPad, which also caps the price of data at HK$18 per day. If you want to work with your Prepaid…Continue Reading…

git replace master branch

Here’s one way to do it!

git delete branch

$ git push origin –delete {INSERT BRANCH NAME HERE} without the curly braces more details here

git log renames

with git, see when files or folders are renamed with: git log -M –summary each rename will appear in the log, along with a percentage showing how much of the file’s content is the same.