Lingua Optima Lingua Mortua

Some Things By Matt Neuburg

Learning languages (Greek and Latin, computer languages) and explaining them to others. Learning systems (Mac OS, computer programs), reviewing them, explaining them to others. Writing apps for Mac and iPhone. And some hobbies.

Pictures of me  |  Bio and Résumé

Superlatives

Here are some particularly nice things people have said about me or to me in the past. Most of them are about software or writings no longer available, and not all of the links work properly; but it’s nice to have had feedback like this over the years, and it gives a general perspective on my career.

Elected to the MacTech Top 25, 2007
“The MacTech 25 honors the most influential people in the Macintosh community. How do we know who these people are? You tell us! Once a year, we open up voting to you, the Macintosh community.”
Documentation for Affrus: “Best technical writer”
John Gruber: “[The online help for Affrus is] written by Matt Neuburg, whom I consider the best technical writer in the business… [It] is quite simply the finest software documentation I have ever encountered. It’s not just that it’s well-written, detailed, accurate, and complete. It’s that it truly takes advantage of the nature of hypertext. It is cross-referenced and cross-linked out the ying-yang. If you have a specific question, it is easy to find the answer and jump to it directly. (And every question I’ve ever had about Affrus is answered in the help documentation.) But if you want to read the documentation linearly, from beginning to end, it’s easy to do that too. Affrus’s help isn’t just good when compared against the deplorable state of your average help book - it’s just plain great by any standard.”
Review of an early edition of my iOS Programming book:
Cary Champlin, on Amazon.com: “I don’t know how Matt Neuburg does it differently from other authors, but when I read his books on programming, I just understand the topics at a whole new level of comprehension.”
My AppleScript book: “Truth.” “Scholarly.”
David Cortesi, on Amazon.com: “The first AppleScript book that tells the deep truth… [Matt Neuburg] has taken the time to test out every corner case and exception of the language, and he lays them all bare. He looks into AppleScript’s baroque scoping rules and its inconsistent rules for implicit coercion of types. All of Part II is meat and drink to a fan of programming languages, and I read it through like a good novel. More to the point, it’s a deep and thorough job of documenting the actuality of AppleScript: what syntax works, what the tricks and traps are, and what to avoid… To sum up: this book is a deep, thorough exploration of all the quirks, dusty corners, and skeleton-filled closets of AppleScript. Reading it will make you far better prepared to use AppleScript productively.”
Reader email: “Your book is the only one I have come across that really explains precisely the basics linguistic concepts of the language. It is a scholarly work.”
One of the Macworld top maintenance and troubleshooting tools
Dan Frakes: “MemoryStick 1.5 (free; Matt Neuburg) lets you know if you’re running short on RAM or if you’ve got too many apps open, by displaying your Mac’s memory allocation.”
“Rocks.”
Email from a satisfied downloader: “I love stuff that just works.  Caught the latest MacWorld tip about your stuff and it doesn’t just work, it rocks.”
“Better than any software manual I have ever read.”
From an email sent to MacSpeech: “Initially, the PDF instruction manual [for MacSpeech Dictate] appeared intimidating. But, I very quickly realized that it had been written so much better than any software manual I have ever read. It was simple, easy to understand, with a minimum of jargon, and a surprising sense of humor. Whoever the author is, Adobe Photoshop really needs them to write their manuals.” (That author would be me.)
Helpful.
Seen on Macintouch.com: “I’ve gotten much more help from Matt Neuburg than I could ever return.”

Anti-social

I’m not antisocial, but I am anti-social: I don’t like “social networking”. I have no Facebook or Instagram or TikTok account. I signed up with LinkedIn but received so much spam that I dropped the account. I do still have an account at Stack Overflow (where my reputation is over 540,000), but the site is beyond moribund.

I do not “tweet”. I had a Twitter account but I rarely used it for anything, and when the company got bought out I closed my account. I have Bluesky and Mastodon accounts but I don’t use them either. My writing is deliberate; I have no desire to preserve ephemera, and I could never bring myself to use content generation as a way of collecting clicks or followers.

For the same reason, I don’t blog either, at least not as a milieu for journaling, or even for short essays. I have used a blogging milieu for posting short technical articles about programming, but not on a regular basis.

Thus there is no good way to “follow” me. If you need to contact me, I have email accounts that are easy to discover.

Cocoa Programming

Cocoa is the original name for the application programming framework introduced in Mac OS X in 2001 (based on the framework used for building apps in NeXTSTEP, on whic Mac OS X itself was based). It brought a revolution in Mac application programming: it was modern and compact, and the tools for writing applications with it were free. I started writing Mac applications with it almost immediately. Later (around 2008), Cocoa became the basis for the more rationalized iPhone programming framework, now called iOS and extended to include the iPad. These two programming frameworks are often distinguished by referring to the primary “kits” that constitute their respective basis, AppKit (for Mac) and UIKit (for iPhone and iPad); the UIKit variant is sometimes referred to as Cocoa Touch.

My iOS Book(s)

image

Of all my computer programming books published since 1997 by O’Reilly, the one about programming for iOS, originally published in 2011, has had the longest active life.

That’s partly because it had the good fortune to be in the right place at the right time. Originally I had proposed to O’Reilly that I would write a book about Cocoa programming for the Mac. O’Reilly responded that what they were really looking for was a book about programming the iPhone, which had only recently become programmable. I agreed to write it, worked feverishly, and more than a year later produced Programming iOS 4. The timing was extremely lucky: while I was writing the book, the first iPad came out, so I was able to include iPad programming as well.

The other reason the book lasted is, ironically, that every year it became seriously outdated; as Apple annually produced a major update to iOS, so I had to produce an update to my book (Programming iOS 5, and so on). By the time we reached iOS 7 in 2013, the book had become impossible huge, and had to be split into two separate volumes. A further major change came in 2014 when Apple introduced the Swift programming language; I made the decision to adopt it, rewriting all my books’ code examples, and so produced one of the very first third-party books that taught the language from the ground up.

The last books in the series were Programming iOS 14 and iOS 15 Fundamentals, the latter appearing in 2021; O’Reilly declined to publish the accompanying second volume, and we parted ways.

Even though the relationship with the publication and editorial staff went sour, the technical support folks at O’Reilly were heroic. Over the years, I got to use some amazing tools — tools that eventually enabled me to turn text-based files into a book PDF pretty much instantly. Thus I was able to keep my readers updated with the latest electronic version of the book as I wrote and revised it, and to write and edit nimbly and quickly. I’ve written a discussion explaining my workflow as it eventually developed.

I have put the full text of the 3rd edition of the book here. You can also read the Swift chapters of the iOS 10 edition here. Keep in mind that these are both very outdated documents (which is why I’m allowed to post them).

The book has been generally well reviewed. Here are some excerpts from published reviews:
“Neuburg is my favorite programming book writer, period.” — John Gruber, Daring Fireball.
“The best iOS programming book I’ve read - by far.” — Bill Cunningham, I Programmer.
I wish particularly to thank my readers for their faith in me over the years and for their helpful feedback. They too have submitted reviews, some of them so splendid that I can’t resist adding some quotes:
“​This is the book to buy. Even though this is an incomplete prerelease edition, it is absolutely the best ios programming book I own. The author goes into not only the mechanics of ios programming, but the why of the programming methods and program structure. Extremely complete.”
“​Eloquence and Clarity. I have been learning iPhone Programming for about a year now and I have read several different books and searched far and wide on the Internet for clarity. I am a web developer transitioning into iOS Programming and have needed to learn many of the fundamentals of programming and specifically needed to understand Objective-C. This book is what I have been looking for. Matt Neuburg knows the subject and he also has a gift for explaining it and describing it in a witty down-to-earth manner that is comprehensible and not even close to condescending. He gives expression to the questions I couldn’t even formulate and then proceeds to dispel the mystery with concise and meaningful answers. O’Reilly was wise to make this available in its pre-release form. I have a hard time putting this book down.”
“​Best iOS book. There is a huge amount of material in this book. It provides the soup-to-nuts view you need to get real code doing real things. Lots of good examples. Very well written.”
“​Your manual is amazing. I find the practical usage a very nice add-on to reading Apple’s manuals, which seem to tell you what you need until you go to do it, and realize you have no idea how everything fits. Your book fits everything together.”
“​The best iOS book I’ve ever read. Clear, precise and to the point.”
“For anyone, from novice to experts, this 800-page book has everything, from the basic concepts down to talking about Grand Central Dispatch and Blocks, and forms what is my absolute favourite iOS book. The detail, the effort the author puts to show complete code, makes this book very clear and your ‘one-stop-shop’ to being an iOS developer.”
“I have been developing software for over fifteen years. In that time, I have read more ‘Learn’ books than I can remember. Many of them were good but precious few were really great. And, for what it’s worth, I have found your book to be the best book in this category bar none.”
“A programmer should be able to appreciate the narrative that stands behind the API. Thank you for taking the time to bring that narrative to life.”
“I like Matt Neuburg’s book, and I recommend it to iOS classes I teach. Its first person style suits me, and I turn to it for answers and often find something extra. Neuburg explicitly avoids ‘Hello World’ stuff. His attitude is, let’s saddle up and get moving, there is ground to cover.”
“What I love most about your technical writing is that you have chosen an ‘unorthodox’ ordering of your material, that actually would be ‘orthodox’ (or more common) if more people thought more about how they presented technical information before they started writing their books.”
“Thanks for literally the best programming books on the planet.”
“I’m a super fan of your work because you are so good at teaching the subject matter at hand.”

My iOS Apps

Here are my general-purpose iOS apps available on the App Store. (Some rather more specialized apps are listed later on this page.) I give the dates when they were first published; the current versions, though, are all up-to-date and require iOS 26 or later, because they had to be rewritten from scratch to accommodate the anemic atrocity that is “Liquid Glass.” Most of these are games, and all are suitable for children, simply because I wrote them for myself to play and that’s the sort of game I like. They are all freeware (and open source), except for Diabelli’s Theme which has an optional in-app purchase.

TapTapFreeCell
image

I wrote this version of FreeCell (in 2019) because I didn’t like any of the existing versions. It is my favorite app; I use it all day every day, diving in to play a quick two- or three-minute game of FreeCell whenever I have down time. In my implemention, you tap, never drag, to move, so game play is very fast and simple. Power features include: card sequences are outlined; legal moves are highlighted; sequence moves and supermoves work automatically; intelligent automove-to-foundations; and intelligent early endgame. Other features: numbered Microsoft deals; game export and import; statistics listing played games, with times and number of moves. You can read the Help manual here to get an idea of what it’s like.

99 Bottles!
image

The first iOS app I ever wrote (November 2009), and the worst app ever written for the iPhone. No kidding! It’s been downloaded tens of thousands of times, far more than any other app I’ve written, and all because of how terrible it is. All it does, basically, is enact the song “99 Bottles of Beer on the Wall” while singing along in a robotic voice. Annoy your friends, your enemies, your pets, and yourself.

LinkSame

MacLinkSame was a popular PowerPC Mac application by Zheng Xiaoping, released in 2004 and eventually abandoned. (It was based on Shisen-Sho, though I didn’t find that out until much later.) LinkSame (August 2010) recreates MacLinkSame on the iPad (or iPhone). All you have to do is spot a pair of tiles bearing the same picture, such that the centers of the tiles can be connected by a path consisting of one, two, or three straight line segments, where (1) all line segments in the path are horizontal or vertical, and (2) no segment of the path crosses any other tile. Select both tiles to remove them from the board. Keep doing that until you clear the board.

image
Zotz!
image

I originally wrote this little game as a Mac app, and later (January 2012) adapted it for the iPhone. The goal is simply to spot groups of three “cards” that are the same or different in all four of their “attributes”. A good time-waster: no stopwatch, no scoring, no pressure, and a really good way to train your brain and keep it sharp. It saves its place in the game, so at any time you can fire it up, spot a triad or two, and put it away again, to come back later.

Diabelli’s Theme

I invented this little game myself (March 2013); it’s a quick and easy puzzle game, with a musical twist. You are shown a photo that has been broken into 24 shuffled pieces: your job is to rearrange the pieces to reconstruct the original photo. But you don’t have to do it just by looking at the pieces, because, to help you, each piece of the puzzle is accompanied by a piece of music — a part of Diabelli’s theme (the theme on which many composers, most notoriously Beethoven, wrote variations in 1819). You very quickly learn to recognize the pieces of the theme, so that the music for each puzzle piece tells you where that piece goes. And when you get the pieces arranged correctly, the music plays in the correct order as well. The puzzle photos are my own; with an in-app purchase, you can use your photos as puzzle photos.

image
TidBITS News

This app is for reading TidBITS conveniently. It works by parsing an RSS feed, formatting the output to be nicely legible on an iPhone or iPad. The feed is stored on the device, so once you’ve fetched the feed, you can read offline.

image
Dromio
image

This won’t interest you unless have, or have access to, a Navidrome server. If you do have one, this is a Navidrome client app, allowing you to view and play the music you’re serving from the server. Using it, I’m able to use my phone to play any of my massive Classical music collection, anywhere, as long as I have an Internet connection. Also lets you load up music for playing when there is no Internet connection.

My Mac Apps

These are some free Mac apps of mine that you can download. They are available from me, not from the Mac App Store; all have been notarized by Apple. They have all been recently rewritten from scratch and compiled for macOS 26 and Apple Silicon. They are all apps that I myself use frequently. They are all open-source.

NotLight

Spotlight is Apple’s technology for indexing the contents of your hard disk. It’s pretty good, but I’ve never liked the search interface that comes with it; so I wrote NotLight to provide a better Spotlight interface. You can do any kind of Spotlight search; ten search keys are built in, and you can add more. You can use wildcards, specify word-based, case-insensitive, and diacritic-insensitive searches, and construct complex searches with AND, OR, and NOT. A Date Assistant translates dates into Spotlight’s query language for you. You can even view and edit a search as text if you like. Results are a simple list of filenames and paths. Reviewed in Macworld way back in 2006.

image
SyncMe

SyncMe is a folder synchronizer utility: It examines two folders and copies their contents from each one to the other; if an item exists in both places, the most recent version of that item is copied by default. In this way, both folders end up with the same contents. Pauses before doing any copying, presenting you with an editable list of the actions it proposes to perform. Uses the Finder for copying, so it works wherever Finder-copying works; for instance, it works if one or both of the folders are on an external drive or mounted remotely via File Sharing. Good for keeping two computers synchronized with one another, or for backing up an external drive.

image
Diary

Diary is a simple daily journal application. Start it up, type what you did today, quit. Next day, same thing. Searchable, but no bells and whistles; you can’t include images, or add links, or anything like that. Still, it is what I use every day to keep my own diary, and it’s got all my entries since 1995 and is still going strong; so I thought I’d share it. (If you are a user of an earlier version of my Diary application, note that this version is incompatible with the earlier one; if you use this one, you will basically be starting a new volume of your diary.)

image
Mother’s Helper

Mother’s Helper is a little utility that I wrote to help (wait for it) my mother. She has trouble keeping track of what application is frontmost. On Mac OS X, you can see one application through another, windows of different applications can become interleaved, the active window is not strongly distinguished and doesn’t say what application it comes from, you can close all windows and still be in an application, and so forth. The menu bar does say what application is frontmost, but that isn’t a strong enough cue for her. So this little utility provides a stronger cue: it tiles the desktop with huge icons corresponding to the frontmost application.

image

Technical Articles

When I was working for BiTE as an iOS programmer, one of my jobs, because I was a well-known writer about programming, was occasionally to document my use of Xcode, Swift, and iOS in little technical articles that might help programmers using the same tools. Many of these were inspired by the moment, as it were: an innovation introduced in a particular version of Swift or iOS or Xcode caused me to make a change in my code or to be able to do something in a new way. However, all of these changes are still in force, and a lot of them are not as widely known as they should be, so they should be of enduring interest. Anyway, here they are.

Here are a few more miscellaneous online tutorials about aspects of Cocoa programming.

Understanding Combine
An online book explaining the Combine Framework. Written around March 2020. I wrote it as a way of teaching myself about Combine by teaching it to others; and it worked. Still one of the best things I ever wrote, though ironically Combine itself has generally been superseded by an even better innovation, Swift Concurrency (aka async/await).
Mastering iOS Development
A video, for O’Reilly Media, associated with the iOS 5 edition of my book, giving tips for starting iOS developers.
Apple Help
A screencast about how to add Apple Help (the online help that appears in the Help Viewer) to your Cocoa Xcode project.
Scriptability
First steps in making your Cocoa application scriptable with AppleScript. There’s an expanded version in my AppleScript book.

Git

Just how did we all survive before Git? How did we get any programming done at all? As you can tell, I’m a Git fan (though I suppose nowadays everybody is). I’m not a Git super-user, but I do use it in a fairly deep way (I have the Git gold badge on Stack Overflow, so that should tell you something). I’ve written some online articles about Git, and here they are.

Picturing Git
An all-embracing basic Git tutorial, explaining what Git really is and how it really works. The key to using Git happily and successfully is having a correct mental picture of what it’s doing; and I find that most Git users don’t have that (they mostly just use Git by rote, knowing certain commands and using them because that’s the “magic” they’ve been taught to use). Even if you’re a long-time Git user, this article might open your eyes.
Understanding Git Merge
A followup to the preceding, going into detail about how Git merge actually works.
Of Git and GitHub, Master and Main
Both Git and GitHub, at different times, changed the name of their default branch from master to main. This caused some transitional difficulties for some GitHub users. This article explains how to get yourself out of those difficulties.

Ruby Programming

Ruby is a brilliant object-oriented scripting language that became widely popular as an alternative to Perl or Python starting about 2000. I can’t remember when I first encountered it, but when I did, I immediately preferred it to any other scripting language. It seemed to me to incorporate the best features of every other language that I liked (such as UserTalk, JavaScript, and LISP).

Any time I need to write a quick script (for example, to parse a text file), I reach for Ruby. I prefer Ruby over AppleScript when it comes to driving Mac applications by scripting; for example, I manage and curate my massive classical music collection by scripting iTunes [Music] with Ruby. This is possible thanks to the rb-scpt Ruby gem, itself based on the ground-breaking, extensive, and rather astounding work done by Hamish Sanderson. Ruby also played a key role in the workflow for writing my O’Reilly books, first because it was the language in which my TextMate AsciiDoc bundle was written, and then later because we switched from AsciiDoc to the Ruby-based AsciiDoctor gem. Most important, Ruby is the basis for RubyFrontier, the web site generation system I developed, in which all my web sites (including this one) and all my software documentation is written.

A Ruby Tutorial

If you don’t know Ruby at all and you’re curious about it, I wrote this brief introductory tutorial. My approach to explaining Ruby is rather different than most. I describe Ruby from the top down, starting with modules and classes, and I don’t tell you more than you need to know in order to get started, since you can always pick up the details later on.

Scripting Mac Applications With Ruby: An AppleScript Alternative

I mentioned before that I prefer to use Ruby instead of AppleScript when I want to use scripting to drive a Mac application, such as iTunes [Music]. This is an online book that I wrote about how to do that. It focuses on rb-appscript, so in that respect it’s a little outdated, as today one would use the rb-scpt Ruby gem that I linked to earlier. But it is still a very useful and complete explanation, with plenty of code examples. If you’ve been using AppleScript and you’re tired of how cranky the language is, this book will give you a good idea of what it would be like to switch to Ruby.

RubyFrontier

I started writing RubyFrontier in 2008. It is by far the largest and most significant Ruby project I’ve ever created. It’s a framework for writing and generating static web sites.

With RubyFrontier, I can concentrate on content and let RubyFrontier itself worry about form, making it effortless for me to structure and link heavily between multiple web pages. It’s how all my web sites are written (including this one); it’s also how I’ve written most of my software documentation (I like my documentation to be “cross-referenced and cross-linked out the ying-yang”, as John Gruber put it). A good example is the online help for Script Debugger. Another good example is the documentation for RubyFrontier itself.

A little history: Although I wrote RubyFrontier myself (about 2000 lines of Ruby code, plus the code in each individual web site project), I didn’t think of the idea myself. The entire thing is heavily based on features that were built into UserLand Frontier. I was very fond of Frontier, and wrote my first O’Reilly book about it. Frontier was many things, and among them was a static web site generation framework. But in about 2007 Frontier started to become rather long in the tooth. Meanwhile, I had become a fan of TextMate (itself now getting long in the tooth; I sure know how to pick them), so I essentially ported the web framework features of Frontier into Ruby as a TextMate bundle. Thus RubyFrontier was born. At the same time, I made some improvements; and RubyFrontier has continued to evolve since I first wrote it.

To download RubyFrontier as a TextMate bundle, see the GitHub page.

AppleScript Programming

AppleScript is Apple’s official language for driving scriptable applications through inter-application communications by means of AppleScript. Although nominally intended as a scripting language “for the rest of us”, mostly because of its English-like phraseology, it is in fact one of the clumsiest and quirkiest programming languages ever devised.

AppleScript: The Definitive Guide

My book about AppleScript; it was the first really good book on AppleScript, treating the language rigorously and systematically, including many aspects of the language that I’ve had seen explained previously. It was endorsed by Apple Computer, Inc. as an Apple Developer Connection title, and went into a second edition in 2006.

Personally, I prefer nowdays (as I’ve already said) to use Ruby for sending Apple events to scriptable applications. But lots of people do still use AppleScript, and my book remains a basic and useful text.

image
AppleScript handler article

An article I wrote about cool things you can do with AppleScript handlers. Originally published in Mac Developer Journal.

General Computer Writings and Interviews

For many years I was a regular contributor to the online Apple-oriented journal TidBITS, writing mostly software reviews. (Although it is now a web site, TidBITS started out as a weekly email, back before there was such a thing as a web site, and when not all that many people knew what email was either.)

Later, when the founders of TidBITS, Adam and Tonya Engst, started publishing books about the Mac, I was lucky enough to be one of the original regular authors. Take Control involved rapid publication of timely electronic books (PDFs optimized for on-screen reading), kept up to date by periodic revisions. Because the books were electronic, overhead were low, so the books were inexpensive and could easily be updated — a good model for computer-related subjects, because the subject matter changes so quickly (plus it sure saves paper).

Selected TidBITS Articles: Reviews

These reviews are ordered roughly from most recent (2013) to oldest (1991).

TouchFire iPod Shuffle
CloudMate iOS CloudMate TinkerTool Appalicious
Witch 3.5 Fake Outlook 2011 Panorama Sheets
Clipperz EagleFiler Things MacSpeech Scribe
SheepShaver LaunchBar 5 Path Finder 5 ClickToFlash
10 Surprising Uses of BBEdit Greatest Computer Keyboard of All Time
Klicko Script Debugger 4.5 ScreenFlow OmniFocus
Dialectic Quay iMovie 08 Spotlight (Leopard)
LaunchBar KeyClick Flying Logic Default Folder X
PTHPasteBoard 4.0 Color It! 4.5 MindManager Amadeus Pro
SlipBox Thinking Rock NovaMind Pacifist 2.0
OmniGraffle Path Finder 4 DropCopy Yojimbo
Marten Smasher Typinator Dashboard
Automator Intaglio Curio DEVONAgent
Audio Hijack Pro SonicMood Pyramid FontAgent Pro
Webstractor Word 2004 DEVONthink Hog Bay Notebook
Mailsmith 2.0 NoteTaker iData Pro Scripting the Unscriptable
Multiple Clipboard Utilities Tinderbox StuffIt Deluxe 7 WorkStrip X
Sciral Consistency PopChar X URL Manager Pro Desktop Rover
Layout Master Extensis Suitcase IBM ViaVoice for Mac OS X
AppleScript Studio ProVue Panorama QuicKeys X DiskSurveyor
StickyBrain, EZNote, and Z-Write Storyspace 2.0 Boswell iListen 1.0
TypeTamer 2 Microsoft Excel 2001 ConceptDraw Microsoft Word 2001
Microsoft Entourage PlainTalk ViaVoice Enhanced Starry Night Backyard
Inspiration 6 Idea Keeper OneClick 2.0 DiskTop and DiskTracker
Font Reserve 2.5 Helix Canvas 7 Papyrus 8.0.7
Style Master QuicKeys 4 Canvas 6 RichLink
Stagecast 1.0 CorelDRAW 8 Conflict Catcher 8 REALbasic 1.0
Microsoft Excel 98 Microsoft Word 98 Eudora 4.0 Everything Scripting CD
Inspiration 5.0 Text Machine 1.0 Font Reserve 1.0.1 Spreadsheet 2000
SuperCard 3.0 Canvas 5.0.1 CopyPaste 3.2.2 Palimpsest 1.1
Eudora 3.0 KeyQuencer 2.0 QuicKeys 3.5: 1 2 Now Utilities 6.0
WebArranger 1.0 Prograph Classic Now Utilities 5.0 In Control 3.0
Hypercard 2.2 MORE 3.1 In Control 2.0 Inspiration 4.0
MacEuclid Nisus 3.06:  1 2 3 SuperPaint 3.0 Storyspace

Selected TidBITS Articles: Specialized and Rants

These articles are ordered roughly from most recent (2013) to oldest (1994).

OS X 10.8.3 Checkbox Restores Snow Leopard Document Saving Show, Don’t Tell, Where You Went With Google Maps
Mysterious iOS 6 Cellular Data Usage TidBITS News 1.5: A Revolution in a Nutshell
How iOS 6 Will Affect Developers — and You Mountain Lion 10.8.2 Fixes Save As
The Very Model of a Modern Mountain Lion Document Mountain Lion is (Still) a Quitter
Lion Zombie Document Mystery Solved Where to Speak on Your iPhone 4
Hey, iBooks, Where Did All My Books Go? How I Dared to Try iTunes Match and Actually Enjoyed It
How iOS 5 Will Affect Developers — and You Lion Is a Quitter
Apps and Docs in IOS Preparing for Lion: Find Your PowerPC Applications
iPad and Developers Fast App Switching (iOS 4)
Snow Leopard Finder-Copying Bug A Vinyl LP to Digital Workflow
Snow Leopard Apple Events Bug Snow Leopard and Creator Codes
Snow Leopard New Features The Font Cache Bug
How to Reformat a New External Hard Disk
How I Downloaded an Audio Book from My Library
Time Machine for Power Users:  Part 1  Part 2  Part 3 
Six Things I Hate About Leopard Leopard 10.5.2
The Decline of WWDC Of Files, Forks, and FUD
Input Managers Unicode
iMac G5 Up In Smoke Apple’s Dirty Little Secret
Long Day’s Journey Into Night Of the Living Dead Software
Of Macs and Macros Malign Neglect
Apple vs. the little guy The New Technologies Treadmill

Take Control books

The books are ordered from oldest (2003) to most recent (2013). Many of these links don’t work, as Take Control was taken over by Joe Kissell and older books were dropped from the catalog.

Take Control of Customizing Panther (subsequently collected as part of a print book as well)
Take Control of What’s New in Word 2004 and Advanced Editing & Formatting
Take Control of Customizing Tiger (also collected in print)
Take Control of Customizing Leopard
Take Control of Exploring & Customizing Snow Leopard
Take Control of Using Lion
Take Control of Using Mountain Lion

Interviews

Because of my participation as a Take Control author, as well as my writings in TidBITS and my iOS book, I was fortunate to be a guest on some of Chuck Joiner’s MacJury and MacVoices shows. These are audio and (in some cases) video podcasts. They are ordered from most recent (2023) to oldest (2007).

20th Anniversary Take Control Reunion Part 2        Part 3
MacVoices: Swift and iOS 8
MacVoices: iOS 7 programming and state of iOS 7 generally
MacJury: What iOS 7 needs
MacVoices: iOS 5 programming, book writing, etc.
MacVoices: Mountain Lion
MacJury: iPad “3”
MacVoices: Lion
MacVoices: Lion and the Loss of Rosetta
MacJury: Snow Leopard
MacVoices: Snow Leopard
MacJury: First Year of the iPad
MacJury: Aspects of the iPad
MacJury: The iPad Debuts MacJury: The iPad Debuts, Part 2
MacVoices: Leopard

Classics Things

Before I became a free-lance programmer and technical writer, I was a Classicist, teaching Greek and Latin and related subjects in various institutions of higher learning. These two periods of my life (Classicist and programmer) are far from unrelated. Reading Plato or Cicero, and explaining to others how to read them, is not so very different from reading Swift or AppleScript, and explaining to others how to read them. Also, while I was a Classicist, I was programming. I wrote my doctoral dissertation on a mainframe computer at Cornell; I wrote many teaching aids for my Classics students using HyperCard; and so on.

Ancient Greek

JACT Vocabulary

An iOS app, to accompany use of the textbook Reading Greek, by the Joint Association of Classical Teachers (JACT), Cambridge University Press. Includes all the vocabulary the textbook wants you to learn, presenting the vocabulary items as flashcards, to be sorted and consulted in ways likely to be useful to students and teachers; for example, you can drill yourself on vocabulary items presented in random order. Good for students learning the vocabulary; good for teachers writing quizzes.

image
Translation of Aristophanes, Lysistrata
Literal translation, including an exact reproduction of the original lyric metres; scholarly, yet intended for (and tried and tested in) actual performance. Sorry, you can’t download a copy; this is a published book. You can learn more about how to order it here. And please, while you’re at Amazon, would you mind giving the book a good review? It’s rather dismal having just one completely negative review sitting there all alone.
Translation of Euripides, Bacchae
Like the Aristophanes translation: Literal, including an exact reproduction of the original lyric metres; scholarly, yet intended for (and tried and tested in) actual performance. This one is available as a PDF, for download.
You can also listen to recordings that demonstrate how to read the lyric metres in their original Ancient Greek verse rhythm (notated in the translation by macrons).

Latin

Jones and Sidwell Vocabulary

An iOS app, to accompany use of the Cambridge University Press textbook for beginners in Latin, Reading Latin, by Peter Jones and Keith Sidwell. Consists of flashcards for the complete vocabulary to be learned in the course of using the textbook. The iPhone is a great way to carry around virtual flashcards. You can also use it as a mini-dictionary for looking up a word.

image

Photo Album

Back in the days of film cameras, I took a lot of photographs that I liked, almost exclusively nature images. Eventually digital cameras arrived on the scene, and I started to consider the importance of digitising my film negatives, so they wouldn’t be lost to time and degradation; I spent about two years doing that.

Well, once my pictures were digitised, there was no reason not to share them. So I’ve put my favorites onto a photo album site. The photos are mostly dated, the place is given, and they are consistently tagged with keywords. Please let me know if you are able to identify a species that eluded me.

Some digital photos are also included in this collection. But, as so often happens, the software that I was using as a photo database, to tag and organize the images, ceased to be supported. As a result, I have thousands of more recent photos that are not posted on the site. Some day, perhaps…!

Motorcycling (Dirt Biking)

I’ve ridden motorcycles since just after college, and have taken many motorcycle camping trips. I’ve had a Honda 90, Yamaha RD250, Honda CB400T, Honda CX500, BMW K100RT, and a BMW R1100RT, and have been back and forth across the US several times, in addition to various uni-coastal grand tours of one sort or another. Some of my trips are recorded in photos (though you won’t automatically know which ones are from motorcycle trips).

Some years ago, my old riding buddy John decided that the street was no fun any more. After getting the racing bug out of his system, he decided that we needed to learn dirt biking. I was skeptical, but we took it up, and though we were just a couple of old duffers, we improved all the time, and most important, we had lots of fun and see lots of back country we’d never have seen otherwise.

Here is a map of various nearby places we liked to go; if you are looking for dirt biking locations near Santa Barbara and Ojai, this might prove useful!

I also created a list of KML files, generated using GPS, showing some of the routes we liked to take. You can view these using Google Maps just by clicking a link!

We also took lots of great photos of ourselves and the scenery! See my photo album site.

Archives

Of historical and nostalgia interest only.

FaceSpan 5

This section is no longer actively maintained and has been moved to here.

Things Having To Do With REALbasic

This section is no longer actively maintained and has been moved to here.

Things Having To Do With UserLand Frontier

This section is no longer actively maintained and has been moved to here.

Things Having To Do With Nisus

This section is no longer actively maintained and has been moved to here.

Things Having To Do With HyperCard

This section is no longer actively maintained and has been moved to here.