Archives

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.

Bangkok: a modern city

Day 1 in Bangkok, Thailand Upon arriving, I learned (or more accurately, realized) that “Siam” is Thailand. Somehow, I had not realized this before. It was only after I saw all the signs and ads for the Siam Commercial Bank that I thought for the first time: “Oh, Siam is Thailand.” U.S. Citizens do not…Continue Reading…

Sites for iOS App Stats

iOS Apps (or both iOS and Android) AppAnnie Android apps AppBrain

git: ignore “old mode”, “new mode” changes

There’s a git config setting you can change: git config core.filemode false

Recover your Mac if it’s stolen

I’ve been using Orbicule Undercover. It’s not a perfect solution, but it’s a lot better than nothing. Cool Stuff: Photoshop: replace color RepRap 3D printer MacPorts for git autocompletion Displaying PDF in UIWebView without jerkiness iOS Guy: presenting PDF files by yourself Browsers with checkerboarding: Safari Terra (current version) Atomic iLunascape Mercury Perfect Browser ICab…Continue Reading…

iOS app icon requirements

Apple’s official page on the topic of iOS app icon requirements is a very helpful reference. How to create a scale up transform animation – this is a bit old – I use blocks instead. // animatable. do not use frame if view is transformed since it will not correctly reflect the actual location of…Continue Reading…