January 16, 2010 - 7:25 pm
Posted in apple, technology | No comments
A cool mockup/rumour guide about the alledged Apple Tablet:
December 13, 2009 - 11:50 am
Posted in apple, technology | No comments
I have some contacts I wanted to share with other people so I figured let’s put them into Address Book Server on my Snow Leopard Server. I moved the group on to the server and everything was great. Contacts show up in Address Book on my macbook.
I synch my iPhone as usual. [...]
November 29, 2009 - 5:19 pm
Posted in apple, technology | No comments
To reset Xcode to the default settings:
$ defaults delete com.apple.Xcode
$ rm -rf ~/Library/Application\ Support/Xcode
First, I dislike having a lot of popup windows so I set the layout to “All-In-One” to keep most things within a single window:
And my usual indentation style:
I like having the files autosaved on build:
=
November 22, 2009 - 9:38 pm
Posted in apple | No comments
From How to make /opt visible in Mac OS X Finder:
$ sudo SetFile -a v /opt
January 1, 2009 - 10:53 am
Posted in apple, technology, web | No comments
I’d looked into SproutCore and sort of liked the idea. I see Apple is doing more with it — the gallery of MobileMe looks pretty cool.
Here’s an interesting video (jump to the 20min point and listen for about 20min) that argues why we should move more business logic to the browser and use [...]
December 11, 2008 - 2:11 pm
Posted in apple, technology | No comments
I got around to getting my MacBook to mount an NFS filesystem from my Linux server. There’s a nice set of instructions on using the Directory Utility to do so. The problem stumping me was:
kernel: nfsd: request from insecure port (10.0.1.197:57367)!
And the bit of magic that eluded me before was adding the “-P” [...]
July 12, 2008 - 2:27 pm
Posted in apple | No comments
Ran across this nice hint to make it so the Unix path shows in the title of Finder windows:
defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES
Courtesy of a http://www.itbusiness.ca