Warning: Cannot modify header information - headers already sent by (output started at /home/web/web28/htdocs/earthlingsoft.net/ssp/blog/category/earthlingsoft.rdf:3) in /home/web/web28/htdocs/earthlingsoft.net/ssp/blog/category/earthlingsoft.rdf on line 5

Warning: Cannot modify header information - headers already sent by (output started at /home/web/web28/htdocs/earthlingsoft.net/ssp/blog/category/earthlingsoft.rdf:3) in /home/web/web28/htdocs/earthlingsoft.net/ssp/blog/category/earthlingsoft.rdf on line 6
Quarter Life Crisis/earthlingsoft http://earthlingsoft.net/ssp/blog/archives/earthlingsoft Quarter Life Crisis http://earthlingsoft.net/ssp/blog/includes/qlc.gif http://earthlingsoft.net/ssp/blog/ earthlingsoft-related posts from Quarter Life Crisis en Sven-S. Porst (ssp-web@earthlingsoft.net) 2008-11-09T00:14:47+01:00 GeburtstagsChecker 1.7.2 http://earthlingsoft.net/ssp/blog/2008/11/geburtstagschecker_172 GeburtstagsChecker Icon A little update to the wonderful GeburtstagsChecker has just been released. It fixes a problem with the computation of people’s ages that was somehow related to time zone differences. A lesson one should probably learn from this: Testing should include the use of different time zones just as it should include characters beyond ASCII.

]]>
earthlingsoft ssp 2008-11-09T00:14:47+01:00
Symmetries Scripting http://earthlingsoft.net/ssp/blog/2008/09/symmetries_scripting Script Editor Icon As a user I always like it when applications are scriptable as it makes applications more useful in the sense that you it lets you use them in ways the developer hasn’t anticipated. As a programmer I am thus happy that Cocoa makes it rather easy to add basic scriptability to your application. In fact, for accessing and setting data in documents all you need are KVC complicant classes inside your documents and a scripting definition XML file.

That could be considered a trivial thing and I really wonder why so many applications ship without this kind of basic AppleScript support. I sometimes suspect that developers are just not aware of the possibility (which in turn makes me wonder how developers can not be aware of that). It is true that Apple’s documentation for AppleScript support used to be rather bad and that figuring out how to implement it was hard (probably harder than the code needed to support it), but since Mac OS X.4 and the introduction of sdef files things have been reasonably easy to do. In X.5 some of the remaining edges have been smoothened as well. And with tools like Sdef Editor even those technicalities are reasonably easy to handle.

Symmetries Icon As a consequence I added basic AppleScript support to Symmetries even though I didn’t see much use for it. But that’s exactly the point of scripting support: making it easy for people to do things I did not anticipate or consider worth the effort of implementing myself.

Recently Arthur asked about being able to reverse the steps of an animation which Symmetries plays. Symmetries totally isn’t made to do that. It’s a marginal feature which would make Symmetries’ ‘fun’ animation mode slightly useful. But implementing it with a nice GUI and everything would be a lot of effort. Yet, it’s a good idea: You see a nice shape in an animation which you want to keep, but due to its continuous movement it will be lost by the time you stop the animation. Hence, having a bit of history would be good.

As Symmetries’ files are quite small and quickly written, I started wondering whether I can write a simple script which records the steps of the animation reasonably smoothly by saving the current state to a file. It turned out that a few lines of script:

  

set f to choose folder

set outputfolder to POSIX path of f

tell application "Finder" to open f

tell application "Symmetries"

activate

set n to 1

repeat

save first document in outputfolder & (time of (current date) as string) & "-" & (n as string) & ".symmetricpath"

set n to n + 1

end repeat

end tell

[download]

… do the trick. Open the script in Script Editor, run it, select the folder the files should be stored into and then start the animation in Symmetries. The script will store the current state to the folder as quickly as it can and you can easily see the images in the Finder later on thanks to Quick Look.

Finder window with thumbnail icons for the saved symmetries

You’ll have to hit ⌘-. in Script Editor to stop the script. And I wouldn’t let the script run too long because it creates loads of files somewhat rapidly.

It’s not particularly pretty but it may give a reasonable approximation to the desired feature with just a little effort. That’s what scripting is for.

]]>
earthlingsoft ssp 2008-09-15T00:04:12+01:00
Symmetries http://earthlingsoft.net/ssp/blog/2008/08/symmetries Symmetries Icon I won’t get into the why of its existence right now and I am fairly sure I have discovered yet another sweet spot of global indifference. But here it is: Symmetries.

It’s another wonderful earthlingsoft application, it lives in the intersection of mathematics and graphics, it seems likely that many won’t see what it’s good for - yet it creates wonderfully symmetric paths and even has a bit of entertainment up its sleeves.

It was an interesting journey getting here. As usual the main idea was sheer silliness and the essential implementation was quite easy. Then things got out of control and I wanted them to be a little nice as well. Which expanded the project from a Saturday afternoon to a few more of those. As a consequence may have opinions to share on topics like paths, mouse tracking, Objective-C garbage collection, Core Animation, mouse cursors, file promise drags and a venture into software fascism at some point in the future.

To make things a little more challenging I also found a handful of great testers whose sharp eyes were quick to spot weaknesses. Special hat tip to Tom and Nicholas for the extra share of work they brought my way and to Dave for offering advice on the graphics aspects.

Special thanks go to Ronald for making Symmetries speak French and to Henrik for giving the icon the shine it has now.

Symmetries example in mysterious colour

]]>
earthlingsoft ssp 2008-08-19T00:51:14+01:00
GeburtstagsChecker 1.7.1 http://earthlingsoft.net/ssp/blog/2008/05/geburtstagschecker_171 GeburtstagsChecker Icon Ah crap! Releasing software and learning shortly after that there’s a bug in it sucks. Unfortunately that’s just what happened for GeburtstagsChecker 1.7 and thus an update fixing the problem follows. As the problem in question is exclusive to MacOS X.4, I didn’t even have a chance to see it in my own usage of the app. And the somewhat amusing fact that people think sites like MacUpdate are a place to report problems they have with software – instead of the e-mail address given in the about box, readme and web site, say – is somewhat amusing and slowed things down somewhat.

So those of you still using Mac OS X.4 may want to get the update…

And now I’m off to muse about a career in PR where I’d spin this as us simply needing an excuse to show off the cool Sparkle based updating included in the 1.7 version…

]]>
earthlingsoft ssp 2008-05-21T22:59:09+01:00
GeburtstagsChecker 1.7 http://earthlingsoft.net/ssp/blog/2008/05/geburtstagschecker_17 GeburtstagsChecker Icon Good things come to those who wait. And it took almost two years of waiting for a GeburtstagsChecker update to come along. And the new version 1.7, released yesterday, even brings along a new feature: support for anniversaries, rather than just birthdays.

This is based on a rather obscure but nice feature of OS X’s Address Book. In addition to a person’s birthday you can store additional dates with their record (by using the Card → Add Field → Dates command). GeburtstagsChecker will now list upcoming anniversaries or other dates stored in your address book along with the birthdays. As an incentive for ugrading, we’ll send e-mails about the new feature to the wives of our registered users, pointing out that there will be no more excuse for forgetting wedding anniversaries…

In addition to this there have been a few fixes of problems created by MacOS X.5 (log messages from the address book, loss of window transparency, loss of localised strings for today and tomorrow). It looks like Apple simply changed a number of things there over time. Further changes are slight improvements of localisations and the inclusion of Sparkle for automatic update checking.

Uh, and if you are running a Mac OS X version smaller than X.4, you are screwed. The new version won’t work for you.

]]>
earthlingsoft ssp 2008-05-17T18:08:59+01:00
Naming Irony http://earthlingsoft.net/ssp/blog/2007/10/naming_irony ASCII Projektor Icon The amusing irony of yesterday’s ASCII Projektor release is on me. And it’s in the name and the icon of the ASCII Projektor application, both of which are incorrect with the new release: The updated ASCII Projektor will happily use non-ASCII characters as well (as the application requires monospaced fonts, far eastern writing systems are downright perfect for this!) and running in the Terminal, as the icon suggests, is nothing but a fun backwards compatibility option now, rather than being a main feature.

Yet I decided to stick with the old name and icon. On the one hand because I’m lazy. On the other hand because I quite dislike fundamental icon changes or even application name changes. I prefer a constant theme to what I see on my screen. Even though the result slightly absurd in this case…

ASCII Projektor Chinese shot

]]>
earthlingsoft ssp 2007-10-23T00:05:58+01:00
ASCII Projektor 3 http://earthlingsoft.net/ssp/blog/2007/10/ascii_projektor_3 A long time ago Steffen and me were excited to discover Apple’s ASCIIMoviePlayer sample code which produces a command line utility for playing QuickTime films as text in the Terminal. It’s a great toy, and an afternoon of tinkering and playing with AppleScript Studio later we had slightly extended that tool to support different window widths along with a GUI to comfortably play the films. ASCII Projektor was born.

ASCII Projektor Icon While we made ASCII Projektor, we contemplated not using the Terminal as the Terminal application isn’t exactly made to draw things quickly and the frame rates you get aren’t too impressive. We tinkered a bit with Cocoa and hoped to create our own drawing code for this which could then easily use different fonts, allow the use of non-ASCII characters and be generally cooler. But it turned out that all the straightforward approaches to this gave us significantly worse performance than what the Terminal did, so we just stuck with the original command line tool for this little toy.

With Mac OS X.4 Quartz Composer was added to the system. Despite its shortcomings (the Quartz Composer Application’s UI is PITA in X.4 and the rendering is rather unreliable both in speed and in quality across different machines, particularly with the crappy MacBook graphics chips), it’s still a rather interesting and fun bit of technology which application developers only slowly started to pick up. In addition to that it provides a quick graphics engine, QuickTime playback and numerous filters in one place. So the idea to move ASCII Projektor to this new technology was born rather soon after playing with X.4’s graphics features.

But as things go, it took a while to get a computer that actually runs those things well, even more time to get into the programming language (or rather language subset) needed to write your own image kernels, even more time to actually implement things and finally another year to make a UI for it that doesn’t completely suck.

But we are through all these delays now, and I can present the totally re-vamped ASCII Projektor. It is based on Quartz Composer, it can process film files as well as your computer’s camera stream, it will let you use different fonts for the characters (only works well with monospaced fonts) and, as a bonus, we even threw in a few extra effects if you are so inclined. All in all, a great bit of fun if you ask me.

So go ahead an enjoy!

Free fake license if you tell me where the shot above came from.

]]>
earthlingsoft ssp 2007-10-22T00:04:11+01:00
UnicodeChecker 1.13 http://earthlingsoft.net/ssp/blog/2007/08/unicodechecker_113 UnicodeChecker Icon UnicodeChecker has become a pretty mature application over the years. And with half a year since the previous update, it may seem that development is slowing down a bit. But to be honest, we are reaching the stage where it’s hard to come up with reasonable new features for the application and, likewise, requests for real new features have become quite rare. UnicodeChecker supports so many different aspects of Unicode and makes them accessible to the whole system, that it’s hard to need more.

So the focus these days is mainly on the user interface. And UnicodeChecker gained a feature that I have been nagging for for a long time: Favourites. My main reason for wanting that is of course convenient access to the Snowman glyph, but I imagine other people will find equally good uses for it. To give you a good start, UnicodeChecker comes with a bunch of pre-defined favourites and will also display your favourites from the system’s Character Palette:

Unicode Checker Favorites Menu

If you’re a fan of things like copy and paste or drag and drop, you’ll probably enjoy playing with the favourites window, by the way. Other improvements include small bugfixes as well as cosmetic future-proofing and better usability for character cross-references in the Unihan data display. An addition I quite like – while being slightly non-standard – is that the items in the Character Blocks menu which contain the currently displayed character now come with a check mark. That certainly simplifies things.

Finally, a feature that is as obscure as it is neat has been added: Unicode contains a few deprecated code points, the use of which is discouraged. UnicodeChecker will now mark these in an obvious way to keep users from running into whichever sorts of trouble:

UnicodeChecker Deprecated display

Download and enjoy.

]]>
earthlingsoft ssp 2007-08-28T00:02:43+01:00
Little Updates http://earthlingsoft.net/ssp/blog/2007/05/little_updates Following last week’s Mailboxer v5 release which got quite widely linked on English, German and French sites - matching the the three localisations it now has - a few e-mails made it our way regarding some of our older and almost forgotten little projects. Most of them have the handicap of still being PowerPC only.

Plugin Icon For two of them that has been improved now. The Address Book plugin Touch Tone Checker which as a plugin wouldn’t run at all on Intel is now Universal. As the Waveform generation involves a little bit of mucking with raw numbers this one even needed a small Endianness fix to play actual sounds rather than just unpleasant static on Intel systems.

With more and more people using digital phones from ISDN to mobile phones to VoIP in which those sounds won’t be able to actually dial, I suspect that Touch Tone Checker’s days are over before they really started. But with the fix being reasonably easy, it wass still worth doing - particularly as our general Waveform Checker class that is used by Touch Tone Checker will benefit from being Intel compatible and thus other applications using it will benefit as well. In addition, the speakers of current Macs seem to be good enough to make the dialling actually work for those people who do have an analogue phone (with my TiBook the speaker quality used to be a real problem).

ASCII Projektor Icon The other project that saw updating was the sweet ASCII Projektor. While it did work on Intel without problems, throwing a highly compressed film at it while running in PPC emulation could hurt performance. Thankfully Apple updated the sample code we use for the Terminal output to be Intel compatible, making this just an exercise in merging their and our changes to the project together.

Actually we have had a much better and cooler improvement of ASCII Projektor almost finished for months now. We’ll just need to get our act together and iron out the remaining glitches, so this update may be good thing to pass the time in the meanwhile.

]]>
earthlingsoft ssp 2007-05-02T00:27:21+01:00
Mailboxer v5 http://earthlingsoft.net/ssp/blog/2007/04/mailboxer_v5 Mailboxer has been out for well over a year but only recently it started being more widely known. And once that had happened I received a number of e-mails reporting small glitches or asking for improvements. Which I tried to accomodate. The outcome of that is our current release, v5 of Mailboxer.

The most immediately noticeable improvement of the application is that it now comes with an icon. No more default application icon, then! (Ahich actually was a ‘complaint’ about the little tool that I found in some review) Instead a pretty ‘Smart Mailbox’ icon that was contributed by Henrik Cederblad. Big thanks to Henrik!

Big thanks go to Ronald Leroux as well for providing Mailboxer’s French localisation for the tool. Which in turn forced me to go and add a German localisation as well. So we’are starting to be international because of that.

Mailboxer's main window

But let’s look under the hood, shall we? Once it is launched, Mailboxer now comes with a tacky huge icon filled window not unlike Earth Addresser’s. In addition to the huge icons, you will find a menu to pick a group from your Address Book from and a text field that lets you set the name of the Smart Mailbox Folder inserted into Mail. Mailboxer also tries to keep you informed about what exactly clicking that seductively pulsing button will do.

As a response to the feedback we received we now also have a Preferences window where you can adjust the contents of the Smart Mailboxes as well as their view options. While I am not a big fan of preferences – after all I do have good taste, so why would anybody want anything else – offering those options seems par for an application that in itself is nothing but a way to adjust the setup of another application. And as the feedback I received indicated that Mail’s way of displaying those new Smart Mailboxes isn’t 100% predictable, I even had a real world excuse for those settings.

And that’s pretty much it. Enjoy.

]]>
earthlingsoft ssp 2007-04-27T00:01:41+01:00