As my newest book, Startup Opportunities: Know When To Quit Your Day Job,ย has begun shipping on Kindle (order now and give me feedback, leave a review) Iโve been thinking a lot about writing lately. Startup Opportunities took 18 months to write and most of the slowness was me, not my co-author Sean Wise. It was […]
This has been a recurring theme for me in 2014. https://t.co/H613AEUvwj โ Joe Fabisevich ๐ถ๐ณโข (@mergesort) December 1, 2014 People have asked how I make changes so quickly to my code, it’s because I’ve made it so it can be changed quickly. โ Joe Fabisevich ๐ถ๐ณโข (@mergesort) December 1, 2014 Build what you have to […]
Since iOS app extensions run as part of a host application rather than as part of their containing app (i.e. your appโs extensions run in somebody elseโs app), data sharing isnโt automatic. Finding standard locations like the documents directory doesnโt work for shared data. In this post Iโll go through the details of how to […]
iOSDevCamp Colorado was a couple of weeks ago and I did a presentation/demo on iOS app extensions. I wanted to focus on how to actually do things, so mostly I worked in Xcode rather than present from slides. But rather than paste code in as I went or (gasp!) try to do it live, I […]
I tweeted earlier, comparing DuckDuckGo to Google when searching for the term โGo 1.4 betaโ, and how the first 50 results (I got bored scrolling and didnโt go further, no pun intended) on DuckDuckGo didnโt even have one mention of the language. Gabriel Weinberg being the good founder that he is (he seems very smart, […]
Every few years I update the look and feel of my blog. This year is a significant upgrade, both on look and feel as well as the entire back end infrastructure. In the past six months, Iโve started to notice complexity creep into everything in our world. While design is still front and center for […]
Recently Iโve been working on some iOS 8 app extensions, and Iโve run into a few non-obvious details that might come in handy for anyone else in the same situation. Some of the following relates to bugs still in the system, and so will probably only be relevant for a limited time. Debugging: General The […]
Iโm starting to think that the ramp up in sapphire production from Apple isnโt about a screen, but TouchID sensors on every Apple product. Even their future wearable/payment/unicorn, whatever it may end up being. Joe Fabisevich is an indie developer creating software at Red Panda Club Inc. while writing about design, development, and building a […]
Andrew: Hey there, freedom fighters. My name is Andrew Warner. I am the founder of Mixergy.com. I got my very serious face on because business I take this very, very seriously. I really want to do these interviews so that you and I can learn from entrepreneurs about how they built their businesses. More […]
After my past travails using iCloud with Core Data, I was both interested and concerned when Apple announced CloudKit at WWDC 2014. In this post Iโm going to go over what Apple has planned for CloudKit from the perspective of someone wanting to sync app data via some cloud-based means. โPlannedโ is a key word […]