Beware of sideloading f.lux for iOS from files obtained on sharing/torrent sites

Apple made the @justgetflux folks remove their [iOS sideloaded app](https://justgetflux.com/sideload/) due to the use of private APIs (which are a violation of the Apple Developer agreement). The ZIP archive has been pulled from their site (and it really has, too). This “sideloading”—i.e. installing directly to your device after compiling it from source—_was_ an interesting way… Continue reading

“Flatten” HTML Content (i.e strip tags) in Cocoa/Objective-C [UPDATED] [BUG-FIX]

One of my most popular blog posts — 24,000 reads — in the old, co-mingled site was a short snippet on how to strip HTML tags from a block of content in Objective-C. It’s been used by many-an-iOS developer (which was the original intent). An intrepid reader & user (“Brian” – no other attribution available)… Continue reading