Archive for November, 2005

Report A Bug Friday: Limited folder contents in Dock popups

Friday, November 25th, 2005

I’m on time for this bug report and it’s one that’s been around for a while - folders in the Dock don’t list all their items. I actually took the time to count it up and find their max: 192.

How did I do this? I took my Music drive [which contains 395 items in the top level, 99% of them being artist folders] and dragged it into the Dock. Held the mouse down and watched it cut off around K as I scrolled. The worst part - there’s no indication it cropped, it just does.

How long has this been there? About as long as anyone has publicly used the Dock unless I miss my guess.

Bug #4354658 for those in the ‘know’

My Two Favorite Words

Saturday, November 19th, 2005

I was scanning through the channels on my digital cable and as I passed over the Bravo channel they had a montage commercial including the interviewer from “Inside the Actor’s Studio” or whatever it is (James something) and he asked some celebrity “What is your favorite word?” and it got me thinking.

As you can tell from the title, I didn’t settle on just one. I actually have two favorite words: language and compassion.

Language - this word encompasses so much. The spoken word alone has thousands of dialects which speakers around the world share. The grammar can change drastically (left to right/right to left, verb order, and so much more), the spelling of words and their very syllabic nature and inflection can dramatically alter yet the human mind interprets, comprehends, and assembles so many sentences as we communicate with one another. Not to mention the plethora of computing languages, which I of course have a passion for. They can describe page layouts on the Web, provide server backends and dynamic generation, create clients and complex applications, all with unique syntax and style, yet sharing a core commonality as all languages do. All in the aid of communication and expression.

Compassion - I found how much this word resonated in college during a conversation with a friend. She told me that friendship was about compassion and when I asked her to explain she said to look at the etymology of the word - it literally mean “to suffer with.” That was so profound, and true, that knew it was an incredible word. Compassion represents what we strive to achieve with those we care about, to suffer with them and help reduce the load by sharing the burden. Empathetic understanding encapsulated in a single concise word.

In Praise of Xcode

Thursday, November 17th, 2005

In Praise of Xcode: “Xcode is, I think, one of the unsung heroes of the Mac OS X era. Apple’s smart decision to invest in developer tools - and to make them available for free - has been one of the factors that really jump-started the small and independent developer scene on Mac OS X.”

(Via MacDevCenter.)

Frasier Spiers makes an excellent point - where would the thriving Mac OS X development community be without Apple’s powerful (and free!) suite of tools for creating apps. Kudos to the team behind it and the continuing advancements in all the components of it’s build chain.

As for top-requested feature: definitely code-folding. For those who don’t know what code folding is it’s quite simple - a +/- in the gutter [for line numbers/breakpoints] that expands and collapses a given block of code. When you routinely work with several thousand line files in a project that spans hundreds of files it makes it simpler to focus in on just what you want to work on and see.