movq

Wherein I Move A Lot of Words Around

Development

On Useful Error Messages

CoreData: error: (522) I/O error for database at /var/mobile/Containers/Data/Application/012CEF58-D497-451E-9256-CDD266930AF4/Library/Application Support/APPNAME/APPNAME. SQLite error code:522, 'not an error'

My favorite kind of errors are errors that aren’t errors but fail like errors because they’re really errors that don’t know they’re errors.

Unusable

Coding in Swift would be much easier if the damned IDE (the only one that you can use for it today) would actually work when editing Swift code.

As it stands, however, Xcode regularly tries to compile while you’re halfway through writing a symbol and then leaves the error up there for minutes at a time until you manually tell it to re-build the file. Then if you do something unexpected like actually delete something and then type something new then the syntax highlighting (and general language-based parsing) get boned all to hell and give you nonsense like this:

A Day of Programming

A Day of Programming:

Sometimes days are like this:

In my experience, a lot of days are like that.