Swift asserts - the missing manual

> assertion - a confident and forceful statement of fact or belief. Something declared or stated positively, often with no support or attempt at proof. The assertions are neat debugging tool [https://developer.apple.com/library/prerelease/ios/documentation/Swift/Conceptual/Swift_Programming_Language/TheBasics.html#//apple_ref/doc/uid/…

Swift: Madness of Generic Integer

Handling Integers with Swift is not the easiest task. Especially when I need the generic function that can do some work on any kind of Integer. There are 11 Integer types that can be considered as Integers: * Int8 * UInt8 * Int16 * UInt16 * Int32 * UInt32 * Int64 * UInt64 * Int * UInt * Bit (I'…

Google sign-in with 1Password

I'm heavy user of 1Password [https://agilebits.com/onepassword]. This is great tool, with all my password. Since iOS 8.0, 1Password gave me extension [https://github.com/AgileBits/onepassword-app-extension] so now I can login to applications with 1Password, without typing my login details (I use really long…

Shutting down postalcard.mobi

One of my New Year's resolution this year is to close all abandoned projects [https://twitter.com/krzyzanowskim/status/545865192006221824]. Postalcard.mobi [http://postalcard.mobi] is shutting down. Actually it never was up and running for real. I mean, it was running, but not fully as a I…

How to install and use CryptoSwift

Some people asking [https://github.com/krzyzanowskim/CryptoSwift/issues/18] question [https://github.com/krzyzanowskim/CryptoSwift/issues/15] regarding installation of CryptoSwift [https://github.com/krzyzanowskim/CryptoSwift] with CocoaPods [http://cocoapods.org/?q=cryptoswift]. The trick is... you need (as for today) install "Pre" version of CocoaPods tools,…