I’ve decided to try something new on this blog. Rather than using up full posts for short announcements, I’ve added a new block for announcements at the top of the home page. It’s in orange, will generally be only a few lines, and include a link. Since these are just blog posts being formatted differently, […]
A large part of the Swift Standard Library is concerned with Generators, Sequences and Collections and functions that operate on them, so it’s pretty important to have a good understanding of them. I was going to write a blog post about how to create and use Swift generators and sequences. But while I was trying […]
Over the past month or so I’ve been diving into Swift, after many years of working with Objective-C on Macs and iOS. It’s been a change but, gradually, I’m learning the Swift way of doing things. On the way I’ve run into a few bumps in the road when dealing with Core Data, and I […]
Just leaving this here for later, feel free to call me out on it if I’m wrong. The Watch isn’t about Apple selling luxury products, it’s about making something nice looking enough that you’ll actually wear it. Joe Fabisevich is an indie developer creating software at Red Panda Club Inc. while writing about design, development, […]
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 […]