Lisa and I just submitted a new iPhone/iPad app to the App Store: PickPix Chinese is a picture card game for teaching children Chinese (both Mandarin and Cantonese).
Hope you like it.
Author of The Grace of Kings and The Paper Menagerie
by Ken
Lisa and I just submitted a new iPhone/iPad app to the App Store: PickPix Chinese is a picture card game for teaching children Chinese (both Mandarin and Cantonese).
Hope you like it.
by Ken
Lisa and I have started writing iPhone/iPad apps under the name Crimson Hammer Software.
We have one app so far, a picture card game for toddlers. PickPix Tot is available on the App Store right now. If you have young children, please check it out. (And remember to leave ratings in the App Store!) Thank you for your support.
by Ken
Matt Neuburg’s Programming iOS 4 is among the best programming books I’ve ever read. I’d rank it right up there with Programming Perl.
I’ve tried several Cocoa / Cocoa Touch books before, and generally found them wanting. Many of them share a common problem: they take a breezy tone and try to get you to put up your first “Hello World” application as soon as possible, without sufficient explanation of the fundamentals. After a few chapters of cutting-and-pasting code, I usually gave up because I’m the sort of person that needs a solid foundation in the low-level details before we jump off into putting up pretty pictures.
Neuburg, on the other hand, takes an approach that I favor. He explicitly states near the beginning that he’s seen many iOS programmers leap into development via copy-and-paste coding without understanding the fundamentals. His aim is to remedy that. Without a good foundation, it’s impossible to develop the necessary intuition for the system that is critical for good design and assured debugging.
To that end, Neuburg spends more than a hundred pages going over the foundations of Objective-C before even telling you to open Xcode, and when he does, he does so methodically, explaining to you the philosophy behind Xcode’s design, how its makers envision a project workflow, and exactly what the various buttons do. (This is also one of the only good guides to the radically new interface of Xcode 4 I’ve found.) By the time you put up your “Hello World” app, you actually feel that you have a good intuition of the system as a whole.
Neuburg’s book covers the fundamentals of iOS programming as well as some advanced topics, so intermediate coders and beginners alike will find the book useful. I really think there’s something in here for programmers of every level of skill and experience.
(If you buy it through the Amazon link above, I get some kickback.)
by Ken
by Ken
There’s a Dinosaurs vs. Aliens movie concept being developed.
I was chatting with a friend about what the script for this would look like. If the dinosaurs speak English, that would be layering magic on top of magic. So maybe the dinosaurs don’t talk and just grunt? Then you’d end up with something like this:
DINO 1 Rawwwwwwr, ROOOOOaaaRRRRRRRr. DINO 2 (nods) Raw raw rooooar. Dino 1 cocks head. DINO 1 (through flaring nostrils) WOOOOOOshhhhhhhh? DINO 2 (enthusiastic) SLLLLLLLLLLLLURP.
The alternative is to have the dinosaurs grunt and roar in an “intelligent” manner and subtitle the expressions. The dinosaur subtitles can be soulful, angsty, full of doubt. Then you’d have a high-concept/art-house crossover hit.
That is a movie we’d pay to see.
by Ken
Lisa was working on a story, and I was giving her some comments. Since I like reading and commenting on the screen, normally Lisa would have to email the documents to me and I’d have to email the commented copy back. Very inefficient.
DropCopy is designed just for this kind of LAN file transfer. We tried it and it worked great. A little “black hole” sits on the desktop; you drag and drop files into it, and it shows up on the other person’s desktop. Magical. This is the feeling all software should evoke.