h1

female bust – work in progress

1 August 2009

First entry in my blog sketchbook is a work in progress. For my first real sculpt in Zbrush, I decided to do a plain, female bust. The head wasn’t very hard to get how I liked. It’s the hair that gives me headaches!

june 30, first attempt at hair

july 21, second hair, better render

july 27, final hair, better wind gesture


h1

Rename files the easy way in OS X

29 April 2009

Can’t find that unix rename command to change filename in batches? Here’s a way to do what you need without rename in the terminal.

Step 1: try out the command first without hurting any files!

ls foo*.jpg | awk '{print("mv "$1" "$1)}' | sed 's/foo/bar/2'

This will just print out a list of changes that could be made. foo*.jpg is the search for files to change. foo is the text to search for and bar is what to replace it with.

Step 2: Ready to make some changes? the same command as before with a little extra will change all those filenames with no need to open automator.

ls foo*.jpg | awk '{print("mv "$1" "$1)}' | sed 's/foo/bar/2' | /bin/sh
h1

PyStones done

17 February 2009

I finally finished PyStones today! (well.. it does what it’s supposed to without crashing anyway.) All the major problems are gone and it should work now in any *nix/Mac environment with python. Download version 12 now!!

h1

You Can Use Your Console For That

19 January 2009

In the spirit of promoting linux applications for Mac and others, here are some apps which do a surprising amount without ever leaving your console.

  1. Irssi – irc chat with heaps of features
  2. Canto – rss feed reader
  3. CenterIM – multi-protocol instant messenger
  4. Mutt - mature and powerful mail reader. “All mail clients suck. This one just sucks less.”
  5. Mplayer – the swiss-army-knife of media players. Ok, it does require X to see the video, but you get the idea.
  6. mpd with ncmpcpp – flexible, lightweight music server and controller
  7. PyTone – python-ncurses based jukebox
  8. feh – set your background or view a slideshow
  9. beeswax – keep track of tasks using the GTD method
  10. sgtd – more of the same
  11. vim – the only editor a programmer will ever need. There’s good reason to use vim instead of vi. Trust me.

Most of these are available in pacman if you’re using Arch linux, or in the AUR. Some, like Beeswax are ready to be compiled on a mac with only a few changes.

h1

moviestar has a new home

5 December 2008

It’s come to my attention that moviestar is no longer downloadable from Macupdate. This is (for once) my fault since I never updated the link there. I’ve moved the project to a new home at googlecode where it is once again available for download. Here are the updated links:

Moviestar at googlecode

Moviestar download