Running with iOS: Strava Run vs. RunKeeper vs. Nike+

Ars Technica » Infinite Loop

Subscribe Sign in Sign up or login to join the discussions! Sign up to comment and more Sign up Running with iOS: Strava Run vs. RunKeeper vs. Nike+ Is Nike+ still the one to beat in the iOS running space? Ars investigates. In May of 2006, Apple…

9 July 2012

Formatters and Locale Changes

Use Your Loaf

Copyright © 2019 - K Harrison Privacy and Cookies Terms of Use, I recently posted about some of the common ways of using number formatters. In doing so I omitted to mention that is common to cache both number and date formatters in iOS applications and…

9 July 2012

Okay Atomic

inessential.com

I have habitually declared my properties as nonatomic. Exceptions are extremely rare. Since atomic is the default, I have to do this: @property (nonatomic, strong) NSString *foo; But it occurs to me now that switching to atomic will not be a performance…

8 July 2012

Steve Jobs on programming, craftsmanship, software, and the Web

Ars Technica » Infinite Loop

In 1995, Steve Jobs gave a rare interview to Robert Cringely for a PBS special called Triumph of the Nerds to talk about the genesis of the personal computer. Most of the hour-long interview had been cut down to a few minutes to use for the three-part…

7 July 2012

Hiding git ignored files

Planet GNOME

Some projects that I work with tend to autogenerate a lot of files, autotools projects in particular are very good at that. Most gnome software correctly adds all the autogenerated files to .gitignore files automatically, so git nicely ignores them and you…

6 July 2012

Is Python a Legitimate Data Analysis Tool?

Slashdot

Back in May we discussed using Python, R, and Octave as data analysis tools, and compared the relative strength of each. One point of contention was whether Python could be considered a legitimate tool for such work. Now, Bei Lu writes while Python on its…

6 July 2012

Make your own Reduce File Size presets for PDF export

MacOSXHints.com

I was never satisfied with results of "Reduce File Size" Quartz filter when trying to make some PDFs smaller before sending them by e-mail. It made them too small, and the graphics were fuzzy. I eventually found where these filters are: …

5 July 2012

Customizing Appearance With Resizable Images

Use Your Loaf

Copyright © 2019 - K Harrison Privacy and Cookies Terms of Use, Prior to iOS 5 it was not easy to style the appearance of common UIKit controls such as the navigation bar or the tab bar. It could be done but you had to resort to subclassing or create…

5 July 2012

Find unused indexes

MySQL Performance Blog

I wrote one week ago about how to find duplicate indexes. This time we’ll learn how to find unused indexes to continue improving our schema and the overall performance. There are different possibilites and we’ll explore the two most common here. User…

30 June 2012