Thursday, September 16, 2004

Today's Del.icio.us bookmarks

Shared bookmarks for del.icio.us user MarcN on 2004-09-16

Wednesday, September 15, 2004

Today's Del.icio.us bookmarks

Shared bookmarks for del.icio.us user MarcN on 2004-09-15

Saturday, September 11, 2004

Sample of Griffin's stop motion movies

Griffin was the sole director, producer, photographer and set designer for this mini-movie.

All I did was knock down the resolution for the web version (the original is 20M, this is only 2M)
and run the magic command to convert it to an animated GIF image (convert -delay 20 *.jpg output.gif).

[Check it out!](http://www.nozell.com/marc/blog/data/griffin-stop-motion-snake-video-small-format.gif)

Send kudos to Griffin by sending email to his first name @ his last name dot com

Friday, September 10, 2004

making stop-motion videos

This evening Griffin and I made some stop-motion videos using some clay figures he made and my HP camera.

[Take a look](http://www.nozell.com/blog/data/griffin-video-02.avi)

This is how we did it:

* Set the HP 318 Camera to the lowest resolution, turn off flash
* Screw in the little tripod I got years ago for one of the first webcams
* Have plenty of light
* Take about 90+ photos
* dump onto my Linux/Debian laptop (gphoto2 --get-all-files)
* Convert to an animated gif ( convert -delay 10 IM*.jpg out.gif) with a 10/100 second delay. Realize it is a huge 20M file
* Convert to AVI ( mencoder "mf://IM*.jpg" -mf type=jpg:fps=7 -ovc lavc -o output.avi) which gives a much smaller (~1M) file.

Repeat until the batteries need to be recharged.

Wednesday, September 8, 2004

Back to School tomorrow!

In honor five of our six kids heading to the school bus tomorrow, I present this picture of me, perhaps the day before *I* had to go back to school.



On the whole, I'd rather read my comic book

Originally uploaded by marcn.





On the whole, I'd rather read my comic books

Have fun kids! Mom & I have been looking forward to this day for about 13 weeks...

Saturday, September 4, 2004

flickr upload for gnome's nautilus

This evening I noticed that there was a new perl module in CPAN by CPB Flickr::Upload. So I hacked together a Nautilus script to integrate Flickr.com uploads with the Gnome file manager.

If you want to give it a try,

* Install the perl module Flickr::Upload using either CPAN or download from http://search.cpan.org/~cpb/
* Grab this script
* put it in your ~/.gnome2/nautilus-scripts directory
* edit the following lines for your own use:


my $FLICKREMAIL = 'your-flickr@email-address-here.com';
my $FLICKRPASSWORD = 'somesekretword';
my $FLICKRTAGS = 'i like traffic lights'; # space separated list


It works find on my debian/sarge laptop, but should work fine on any other gnome desktop.

Patches would be welcome.

Wednesday, September 1, 2004

HP's Technology at Work Linux edition

HP has a new website to track all things Linux @ hp. You can sign up for Driver, Patch, Security and Support alerts/notifications for just specific products.

[Technology at Work Linux edition](http://www.hp.com/go/linuxnews) (http://www.hp.com/go/linuxnews)

Yeah, yeah, I work at HP, but its still is a handy website.