Archive for the ‘software’ Category

Mac OS X Lion

Saturday, August 27th, 2011

So, i have Lion on my 17″ MacBook pro. It came pre-installed so i didn’t have the hassle of downloading and installing it. One thing i noticed was that there was no install disk in the box. I thought this meant that i was out of luck with that pre-lion install trick of saving the files from the lion.app directory.

Checking the little white manual that comes with the mbp and it say you can boot to an installation screen even if you can’t boot normally. Hopefully i’ll never have to do that (i keep both a time machine and superduper backups up to date. I’ll google around to see about the success people are having with it.) Although OS X is stable enough that i’ve never had boot problems in the three years i’ve been using a Mac.

Anyway, Lion. After watching that guy’s YouTube rant i thought i’d have some major productivity issues. Specifically with mission control and launchpad.

Launchpad. Yeah it’s iPad like but to me it’s a solution to a problem that doesn’t really exist on a mac. ie. launching applications. There’s already a few ways to native ways to launch apps on the Mac and a ton more for free or pay easily available. Having said that i find myself using it all the time. And to address that guys rant (re: alphabetical order) Just move the friggin’ icons around. it’s not rocket science you already do that on the iPad.

Mission Control. I admit i miss spaces the way it used to work. I had a space for the different workflows and used a program called “Docks” (which mostly works on Lion but seems to have disappeared from the weeb, so no Lion update from the googling i did) that let you assign a different dock for each space. For me mission control makes the process a little more freeform.

Oh, one more thing :) the scrolling reversal. Using the trackpad it’s fairly intuitive especially if you already use an iPad.

Use a mouse though and it’s mind numbingly stoopid [sic].

Google server +1

Friday, July 8th, 2011

I guess I only had to wait a day or so for google to add another server just for me. Using google+ and liking it so far. Not sure using a clone of the Facebook interface is smart. Google could design a much better one.

iPad arrow keys

Thursday, May 26th, 2011

For those of you missing arrow keys on your iPad check out the “Ext Keyboard” app or the iPad. Typing this using it now. It’s a separate app but a good solution until Steve jobs decides the iPad keyboard really does need them.

Opera mini

Tuesday, May 24th, 2011

Opera mini finally approved by apple. Opera submitted it ages ago.

And yes it’s better than safari, just like it is on the iPhone and Mac.

Activestate, tcl/tk, and snow leopard

Monday, October 18th, 2010

I was talking to another programmer last week about text editors for programming. I mentioned the sad state of editors for the Mac.

I’ve known about BBEdit for the Mac for ages and I was considering it when looking for a good text editor. Glad I didn’t. I ended up with Textmate but it falls short (more in a bit). I probably use vim more than Textmate.

I decided I want to give Tcl/Tk coding another shot on the Mac again.

First, time to hit the Activestate site again. ActiveTcl is the package to get (for windows or the Mac). Took way too many clicks to get it but that’s just poor website design.

Second, the part I was dreading. Finding a text editor that had at least syntax hilighting for Tcl/Tk and code folding. No Textmate bundle for the language and I didn’t really want to spend the time to create one (and I shouldn’t have to). I took another look at BBEdit but it didn’t what I needed either.

Back to the Activestate sit again because I know that they have an editor specifically geared for the language (and perl also). And the personal version is a great price, included a debugger also.

Much to my surprise they no longer have that version of Komodo. They now call it “Komodo Edit” and it’s free. They removed the debugger but not a big deal. I can always spend close to $300 to upgrade to “Komodo IDE”.

Anyway too many clicks later and I have that downloaded and installed.

Worth the time to download, it’s a really good editor for Tcl/Tk.

Now the part that really makes me grit my teeth. You cannot double-click on a Tcl/Tk script ie. a fully GUI script, to run it. WTF!?

I had to google to find out if/how it can be done. I think this something the ActiveTcl installer should have set up already. As I type this I still haven’t got it working yet.

Here we have a gui based os with probably the easiest language to write a GUI app in… and it can’t be done. What’s wrong with this picture?