Tuesday, September 2, 2014

SD Card Speed

MicroSDHC UHS-I Card
Here is the HD Tune test.
Would a camera compatible with UHS-I perform better? I guess yes but don't know how to test it with PC software. This card cost around $16.

Autohotkey V2 Stuff

 #Requires AutoHotkey v2.0 (required) #SingleInstance Force ::h::hello (hello with following space) :o:h::hello (hellow no following space) ...