My Notes on the Things Alpha

Observations, Software Design, Software Reviews — Tags: , , , — Ardekantur @ 7:36 pm

At one point I had signed up for the Things alpha, a very nice looking To Do list app. I made some notes regarding it, and I thought I’d throw them up here for the general benefit. As it stands I’m quite happy with my plain text To Do list solutions. Portable, flexible, and cross-compatible.

So! My notes:

  • Star icon looks out of place, looks anti-aliased when all the other icons have very fine details.
  • Eyes try to gloss over the inset introductory text, try making all three points on one line each, widening the box if necessary…
  • If Things is supposed to make things easier for users, don’t give them a huge white chunk of data entry when they create a new To Do. Tags and notes could perhaps be simple icons that expand when clicked on, or if the key is pressed.
  • No import/export, though it is noted in the alpha notes that this is coming
  • No right-click menu on the trash folder
  • Would like to be able to minimize ‘collect’, ‘focus’, and ‘organize’ sections
  • ‘File’ dialog box feels cramped.
  • If no Projects or Areas are created, the only option in the ‘File’ dialog box is to cancel. Perhaps a warning if a task cannot be filed at all, or the file icon on the toolbar could not appear?
  • Dragging a task to the root Projects section on the sidebar to promote the task to a project seems counterintuitive - I see how this could be beneficial, but perhaps some obvious mention of that ability would be good a Promote to Project button? I would hate to sully the interface with more buttons…
  • What’s the difference between a Today task and a task in the inbox or some other area that is due today?
  • I may be very oblivious, but I can’t seem to find a way to delete a project. Not implemented yet? (Finally found it. There needs to be a Command-Delete shortcut with confirmation.)
  • My first instinct on wishing to create a new task was to double click in the main grey area of the window. I’m not sure how many other people have this impulse, but using that as a target to create a task instead of trying to aim for the (relatively) small ‘New task’ button on the toolbar might be beneficial…

Apple Excursion - Complete Newbie Development Musings

The other day I was mildly bothered that Mac OS X doesn’t implement some built-in way of moving and resizing windows like most Linux WMs do - by allowing shortcut keys and mouse presses in combination to move and resize from and point on the window, instead of the title bar and resize handles. My first stop was iusethis, where I found remnants of a pre-Intel program called GeekBind. Curious, I hit up its SourceForge page and downloaded the code. It was in an Xcode project, so I loaded up Xcode and tried a compile. Unsurprisingly, it failed, due to some errors in a set of files I later learned was part of the mach_inject project. The code in question involved calls to initialize a ‘ppc_thread_state_t’ - clearly a reference to PowerPC, which explained the failed build on my Intel iMac.

To the Apple-mobile, I cried, slamming developer.apple.com into my browser. A search for ‘ppc_thread_state_t’ was - less than helpful. A few references to it, but no actual useful documentation. Google was the next stop, where someone trying to get another older program working on Intel received a comment about the new ‘i386_thread_state_t’ — something I could have guessed but was useless without the new register names provided by the comment. Plugged that in, and the program built without error - but would not run.

Confused, I hit up developer.apple.com and searched for ‘i386_thread_state_t’ - and Apple returned no results. I googled around some more for ‘mach_inject intel’, finding that one of the developers of iCal had produced a port of mach_inject. Replacing this with my hacking around produced another clean build, and a failure with an explicit error - what GeekBind was trying to do involved being part of the procmon group.

It was at this point I figured I could do one of three things:

  1. Do one of the arbitrary and unsafe methods recommended to make the running user part of procmon
  2. Learn about the complexities of user elevation in Mac OS and see if that was applicable to GeekBind
  3. Find another program that did what I wanted GeekBind to do.

So I did step 3. Window Dragon does what I want, for the most part, and only required the install of some hefty Application Extension Management System that deposited itself in my System Preferences and god knows where else on my system. It doesn’t work with applications started through X11, which is nearly a dealbreaker. But it’s what works for now.

Why do I write about this? Several things.

  1. There’s always an alternate program. Someone on iusethis recommended paying 8 dolllars for a program with similar functionality - and the idea made me balk. Eight dollars for something that should be built-in? I’m not horrifically poor but I know when to shop around.
  2. developer.apple.com’s search sucks something horrible. Maybe I don’t understand what it does, but looking up two object names returned absolutely nothing for me. I may be too used to MSDN, I guess, and should be checking the documentation that came installed with Xcode.
  3. even knowing nothing about Xcode, Objective-C, Cocoa, or any part of the Mac development process, I was nearly able to port a PPC source code project to an Intel Mac binary. A little more work and I’d have what I want working on my system, and the source code to give to other people under GPL. This is a powerful incentive.

And that was my Apple Excursion.

Too Many Aperture Interfaces

Software Design — Tags: , — Ardekantur @ 8:34 am

At this point I think I’m allowed to say that too many programs are trying to go for the ‘Aperture’ look.

Lots of Aperture Windows

This is Anxiety, Coversutra, Twitteriffic, and Pixelmator all up at once.

This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License.
(c) 2008 Ardekantur | powered by WordPress with Barecity