Posts

Solution to Mac App Store not loading (El Capitan 10.11.2)

Hacking my life: A year of immersion in foreign languages

iPad Pro: Resurrecting the single-device multiplayer game

Bytes for Beginners: Representation of negative numbers in binary using Swift (two's complement)

Random numbers in Swift: wherefore art thou arc4random_uniform (Xcode 7.1.1, iOS; update with info on SecRandomCopyBytes; update Xcode 8 beta 6, Swift 3)

Creative Cloud Workarounds: Failure to recognise installed apps or reinstall from Creative Cloud app

Old Tech: Lessons learnt from the Garmin FR50

Review: Swift Algorithms & Data Structures (Wayne Bishop)

From binary to decimal values in Swift (updated Swift 3, Xcode 8)

Protect yourself: Retrieving penultimate values from arrays in Swift

Swift 2.0: More crashing and throwing in Aldwych (a JSON Parser)

Swift 2.0: throwing vs failing vs crashing vs bool

Updating Aldwych (Part 1): Parsing JSON with recursive enums in Swift

Swift: What do I understand about flatMap? (updated 27 July 2015)

Deferring and Delegating in Swift 2 (Xcode 7 beta 3) - updated