Whimsical.nu

Welcome to a Whimsical Blog~

Hi, I'm Angela, a girl with a blog on five different psyches:
girl, geek, reader, writer, gamer
Choose your poison ♥

Hazel Review

I’ve been taking Hazel for a spin, and I’m rather impressed. The analogy they have running is that it’s a “personal housekeeper”, and does file management/cleaning in the background while you work.

For a good while I thought Hazel was not going to be very useful for me, as my Downloads folder is organized using Speed Download 5‘s rules, and I also had AppZapper for cleaning up application files.

However, firing up Speed Download for downloading a small document sometimes feels a bit overkill, and that’s where Hazel works for me. I can even set custom rules for various file types, like when I download SQL backups:

SQL rules settings

I can send the SQL to a specific folder (here, my database backups folder), and rename it to include the timestamp when I downloaded. Absolutely cool :D

Additionally, firing up an extra application (AppZapper) to delete applications is an additional step, when I can just hit Command+Delete and have Hazel tell me if she wants to delete other application-related files.

The $21.95 Hazel is definitely worth it, especially if you don’t have any of the other applications that manage your folders for you. It’s a great addition to the MacUpdate Parallels bundle, and complements the bundle well.

This is the first review of a series of reviews I plan to do on the applications included in the currently-running MacUpdate Parallels bundle. For the full list, please see my original MacUpdate Parallels bundle post.

1 Comment

Typinator Review

I bought the MacUpdate Parallels bundle two days ago, which included Typinator. There’s a reason why the first review I’m making is of Typinator: it’s the app that most visibly works in the background, and is easily inserted in my workflow.

Typinator expands/replaces abbreviated text as you type, in any application, and I have to say it’s a really nifty tool. Like what its demo shows, you can create any sort of abbreviation in it and once you hit the space bar, Typinator will replace that abbreviation with “the real thing”.

Pros

One very interesting use of Typinator is for auto correction, which is the reason Typinator is very visible to me. They have an abbreviation set for common typographical errors done for English, French, Dutch, and another set from TidBITS, apparently, which contains gems like “appreachate” translating to “appreciate” and “apperatus” to “apparatus”.

English autocorrection dictionary/abbreviation set

It’s a good tool for programmers, too. A good example is when you’re writing out quick code for debugging, like below:

Abbreviation definition for debug_printr

If you notice, in the expansion field, the value has “{^}” in it, like so:

echo '<pre>'; print_r( {^} ); echo '</pre>';

That tells Typinator where the cursor should be placed. So once I type debug printr $var anywhere, it gets expanded while I’m typing $var and $var ends up at the right place. This will definitely save a good bit of time for those tedious repetitive tasks.

It had just tried to expand that text I put up top. A quick Cmd+Z usually fixes it, but naturally not if there is no such function in the application I’m working on.

Additionally, I liked that when you’re typing out your abbreviations, Typinator tells you if there’s a possible clash with other rules already present in any of your sets, like below:

Rules clash for abbreviations

Cons

It might get better when I’m more used to it, but the half-a-second pause where your abbreviation gets highlighted and then expanded can be rather distracting. Also, I initially planned to load my Terminal aliases to Typinator, but after using a few, I think I will stick with editing .bash_profile for the small stuff.

Typinator also does not have a menu bar even when its window is visible and active, which was disconcerting. Everything is under the Action icon, if you’re looking for it.

I’ve yet to notice if Typinator’s bundled auto correction sets get in the way of typing in another language, but so far it’s behaving pretty well. This shouldn’t be a very big problem, since you can easily go in and change the sets any way you wish. Don’t worry about removing an abbreviation from the bundled sets; if you want to start over, you can just delete that set and add it again.

Conclusion

Typinator, originally at $29.99 for the single license, is a useful application. I wouldn’t say it’s worth the whole bundle, but in conjunction with other applications, it complements them well and is useful in that “running in the background and doesn’t mess with your work” kind of way.

Would I buy it for $29.99? Maybe not, but I suspect this one of those applications which, once you’ve used it for a year or two, you might buy for that price in the future. Way to go for creating need ;)

This is the first review of a series of reviews I plan to do on the applications included in the currently-running MacUpdate Parallels bundle. For the full list, please see my original MacUpdate Parallels bundle post.

1 Comment

MacUpdate Parallels bundle

Kelvin told me that the MacUpdate Parallels bundle went live yesterday, and I caved and bought it last night. The current bundle, which will continue to run for 12 days (at the time of this writing), contains the following gems:

The latter three are currently still unlocked at the moment, with them getting unlocked once the 5,000, 10,000, and 15,000 bundles have been sold, respectively.

Personally, I’m interested in the following applications:

  • Hazel – looks like this is the ultimate app to have if you’re obsessive compulsive ;) the tagline is “personal Max OS X housekeeper”, and while application deletion is already handled by AppZapper (which I bought in the MacHeist bundle before), this still looks like a good application to invest in.
  • MenuCalendarClock – I’ll admit I’ve never used iCal and Address Book all that much, but with this application it looks like I’ll be using them a lot more now. I love being able to see to-do lists and events right when I login, something that I once had on my Windows PC.
  • StoryMill – for anyone who knows me, you’d know why this is interesting ;) novel writing software! Looks pretty nifty, allowing you to organize characters, scenes, etc.
  • Typinator – for shorter keystrokes all over! I’ll have to see how this works with me typing half the time in a different language. Actually, it just fixed one typo I had while writing this entry, from “hvae” to “have”. ;) Nifty!
  • DVDRemaster ProDVD backups anyone? This is an important utility and it looks to be pretty robust.
  • Parallels Desktop – of course. I need IE for testing. Booting up in another OS wastes a lot of time. This will be cool once it’s unlocked!

I plan to review each application in my interested-in list as I play a bit with it over the next few days, so check back if you’re interested. :) I’ll try to do the other applications, so let me know which you’re interested in, but no promises!

Go check the promo bundle out yourself! ;)

Edited to add: I’ve started reviewing! Click to see the reviews, if you haven’t decided on getting the bundle yet:

2 Comments

Badass JavaScript

I came across this one today: JavaScript in StarGate. Man, it’s fun to see code you know on TV, but I love the comments on that post the best:

“The aliens are trying to open a new browser window a synchronize it with our screen size…..bloody bastards!!” –OndraM

“Wow, and we thought XSS Injection was a security vulnerability. In the future, h4ckers actually inject evil robot bugs into your lair via XSS.” –tj111

;)

Makes me want to seriously watch this show now.

3 Comments