Friday, December 21, 2007

Great graphic design stuff and thieving bastards...

A while ago I purchased some hosting, bought a couple of domain names and committed myself to designing a new website for myself and moving this blog to a proper Wordpress install. All that stuff is going ahead.. albeit a little more slowly than I originally anticipated. However, just as I'm feeling all cocky and proud about venturing out onto the web 'for real', along comes this to jolt me back to reality:

David Airey, a talented graphic designer who writes a very useful blog by the way, posts about how his site was hacked the day after he went away on vacation. He's now in the process of trying to wrestle back control of his domain name davidaireyDOTcom which he's lost to the attackers. So in the meantime he's using davidairey.co.uk. If you're a fan of his, or want to check out lots of good graphic design related stuff, make sure you update your aggregators and/or bookmarks to the .co.uk address.

And to David, kudos for exercising such careful restraint in your posting about the incident and best of luck in getting back what is rightfully yours - I'll be following the story.


Blogged with Flock

Thursday, December 20, 2007

Everday Normal Guy...

Finally... a rap song aimed straight at me.. motherf!#@er...

[warning: if you didn't get the gist.. you might find the language (or at least one word repeated many times)  in this video somewhat offensive - or just funny]



Blogged with Flock

The Fantabulous Inkscape 0.46 About Screen Contest

Ryan Lerch spreads the news that the About Screen contest for the upcoming 0.46 release of Inkscape has been announced. The deadline is January 6th and I may try and make some time to field an entry or two once again. No luck last year, but it sure was fun coming up with ideas.

I seem to be mired in end of term exam marking, full time engineering work along with the website/blog stuff I'm trying to get finished. Oh yeah, and then there's Christmas to contend with...better start shopping. ;)

I may just have to extend an arm and "sweep the desk clean" for a little while over the next week or two and come up with some new ideas for the Inkscape 0.46 About screen. It would be kind of nice to see your name up in lights inside one of my absolute favourite apps.

Here are my not-so-great entries from last time out.





Blogged with Flock

Tuesday, December 18, 2007

Un-FunWall

I have had a Facebook account for at least a few months now. It has proved useful for one thing: reacquainting with school chums from long ago. I log in about  twice a month - usually only to read and reply to a private message someone has sent me.

One email notification thingy I've seen popping up repeatedly is that one contact or another has written something on my "FunWall". Oh Joy. And up until tonight, I've resisted signing up to see what they've written there.

Turns out that the times they are a-changin'. Instead of sending out forwarded chain letters and un-funny photos via email, they're posting them on my ironically-named FunWall. Better yet, each one is accompanied by the typical 'Forward to three friends or get bad luck' or the more succinct "Forward!!" message  tacked on the end.

Send over the paperwork. I'm ready to sign. I'm officially a Facebook-hatah.

Blogged with Flock

Friday, December 14, 2007

What's Your Favourite Application/Project Name?

I just responded to a comment on one of my blog posts about various aspects of the free and open-source OS world versus Windows. One part of that discussion was about application naming, with the commenter suggesting that more descriptive naming would be an important thing to have. While I'm in agreement theoretically, my heart just isn't there. I love a creatively named application or project.

One of my favourite application names is Inkscape (and not just because I love the program too - which I do - that name is just uber-cool to me). But there are other good ones like: BlueFish, XSane, Opera, DamnSmallLinux, SeaMonkey and F-Spot.

There are of course other names I don't like, with Gimp, Avidemux and Pidgin immediately springing to mind.

Of course none of this has anything to do with how well the applications work.

What's your favourite application, distro, or project name (open or closed, free or non-free)? Which ones do you hate?

Blogged with Flock

Wednesday, December 12, 2007

A Couple of Quick Command Line and IRC timesaving tips

I'm one of those people who figures out things bit by bit. I learn enough to get what I want accomplished and then move on. A consequence of this is that I find out some time-saving trick literally years later, when it could have served me well from the beginning. But I'm too lazy (and too eager for immediate gratification) to take the time to thoroughly learn every nuance of some new exciting new toy.

So here are two things I've learned recently which you may or may not know:

1. In most IRC chat clients (Gaim/Pidgin anyway), you can use tab-completion to fill in nicknames of those in the chat. So if you wanted to type: "heathenx: You're a sorry excuse for a human being." , you could type "he" and then 'tab' and it would fill in the 'athenx' for you. If there are multiple matches, it lists them out and you type additional letters the next time to get a single match. **

2. In the bash terminal (works in rxvt under Cygwin, and likely on Mac terminals too), if you're searching for a past command you entered - and it's still in your command history - hit Ctrl-r. This will bring up a prompt so that as you type the first few letters it will find the most recent command matching those letters. It refines it's search result as you type more letters. If you find the command you wanted,  hit enter to execute the command or hit the right cursor key (or ctrl-j) to bring it onto the command line for you to edit.

So there are a couple of tips that might save you some time and frustration (things I'm intimately familiar with).

Note: Any reference to heathenx's or sorry excuses for human beings in this post are strictly fictional. No actual heathenx's were harmed in the production of this blog post - even if they claim to be. ;)

** - this tip comes via a Lotta Linux Links IRC chat session a while back. Check out the venerable Dave Yates and his podcast, blog, forum and irc channel at lottalinuxlinks.com - you'll regret it if you don't.






Blogged with Flock

Tuesday, December 11, 2007

Uber-slick and simple paper airplane animation site

One thing I've loved doing since I can remember is making paper airplanes. If you're looking for a few neat paper airplane designs to keep the kids (or yourself) busy?  Check out the ultra-neat site at: Lowe-Tech - portfolio for a few models described in deceptively simple and attractive folding paper animations.

Blogged with Flock

Wednesday, December 05, 2007

Creating a windows installer from your WxPython application.. a love story.

I've just finished wrestling with a small wxpython application I wrote a few years back for our bookkeeper. It needed minor updating with a couple of new features. Now that I've finished the process here are a few remarks:

  1. Python is a lovely language. After about 14 months of not touching this app (or much of python in any case) it only took a few minutes of review to get back up to speed on it. Granted, I made judicious use of comments and verbose variable naming when I wrote it, but dang is it ever nice clean, clear and simple code.
  2. Once I had the thing running I downloaded and installed the latest version of py2exe (this app is to be installed on an XP machine). This little gem is invaluable in making .exe files from your .py files  and not requiring a Python install on the machine which is going to run the application. Our bookkeeper has no interest in what Python is, never mind running it.
  3. I love the Nullsoft Installer System (NSIS). It's an open source system for creating professional looking Windows installers. No funky console windows or command line gobble-de-gook for the person installing it - typical modern looking windows install  - wizard style.
  4. Now the Nullsoft installer system is scripted (you have to create a script file to direct the setup) which allows for a lot of power and customization. But if you're like me and have no interest in building these things by hand, you can use the wonderful HM NIS Edit application which lets you set up the whole thing through a nice friendly wizard.

So in the end, with the combination of my original .py file, py2exe, NSIS, and the HM NIS Edit, I have a very professional looking windows install file after about 5 or 10 minutes work. Brilliant!

Blogged with Flock

Monday, December 03, 2007

Jericho - Feb12 return?

Looks like CBS has *finally* decided to air the 7 episode long second season of Jericho. I'm not a big TV watcher at all, but this was one series I truly enjoyed. Glad to see it finally get aired. The launch date appears to be set for Feb 12, 2008 at 10pm. We'll see. ;)


Blogged with Flock

Pardon the Digression but...

Posting here has slowed for the time being but for good reason (to me anyway). I'm finally shucking my blogspot diapers and have purchased proper hosting and a domain name or two.

So right now I've put a few things on hold while I de-rustify my html and css skills and build a proper site. In a week or so I hope to be moving this weblog to a proper Wordpress install just like my heroes Earl  Moore and OmegaMom. I'd like to have a proper static site to hang it off of as well, hence the html and css remedial work.

Thanks to heathenx as always for guidance in edumacating me on hosting plans and domain whatchamawhoosits.

And to the good friends mentioned above - you should expect a few newbie questions! :)

Let's see if we can step it up a notch around here! :)



Blogged with Flock