Trails

Mar 23

Trails

My first attempt at geting some light trails from cars at night. With this one, I was actually getting the car going away from me (red trail on left), but then a bus came! Thought it was cool that I got light up the top as well.

Essential Mac OSX apps

Mar 21

My brother recently bought a new Macbook. His purchase has given me incentive to write this (just point him, and others here when they’ve just bought a new mac).

Obviously, not everyone is going to want all the same applications as me, so I’ve grouped them into categories. If you don’t do any development or design, then obviously disregard those respective sections.

Everything is freeware or open source unless otherwise specified.

If you have a need that isn’t filled by these apps, then check out iusethis.

Find recently modified files

Mar 17

I found this handy when trying to find what parts of typo I had modified (yes, I should really have used svn… maybe next time)


find * -type f -newer /path/to/file

Will find all files in that directory newer than /path/to/file

Older posts: 1 2