codehydra.com Innovation via brute-force

25Aug/090

Licensed Memory in Windows Vista

Licensed Memory in Windows Vista.

Filed under: Uncategorized No Comments
22Aug/090

Digg the Blog » Blog Archive » digg.git – part 1

Digg the Blog » Blog Archive » digg.git - part 1. : Digg.com switch to git

Filed under: Software No Comments
17Aug/090

Twitter ‘bot’ in bash

My little twitter 'bot'
This little guy will twitter random facts each time it is ran (cron job) upto 140 - the total length of hash tags

4Aug/090

How To: Hackintosh a Dell Mini 9 Into the Ultimate OS X Netbook – Dell mini 9 hackintosh guide – Gizmodo

How To: Hackintosh a Dell Mini 9 Into the Ultimate OS X Netbook - Dell mini 9 hackintosh guide - Gizmodo.

10Jun/090

Image > video in linux

I was ask if I knew of a way to grab a image from a web page over the course of a day because a friend will be standing in front of a webcam but we didn't know when.

so as we all know the answer is yes with Linux

First, we need to get the image. the filename is the same but is refreshed once a minute. This will use wget to download the image and name the file like "2009_05_29-15_29_32.jpg"
then all we need to do is setup a cron job [I cheated and used gnome-schedule]

wget http://www.jach.hawaii.edu/weather/images/ukirt.jpg -O /home/alex/Desktop/ukirt_grab/"`date +%Y_%m_%d-%H_%M_%S.jpg`"

Now I listed the contents of the directory by date and output that to a file.

ls -1tr /home/alex/Desktop/Lee > /home/alex/Desktop/ukirt_grab/files.txt

Last, Use mencoder to make the movie.

mencoder -nosound -ovc lavc -lavcopts vcodec=mpeg4 -o /home/alex/Desktop/test.avi -mf type=jpeg:fps=20 mf://@/home/alex/Desktop/ukirt_grab/files.txt

Tagged as: , , No Comments
20May/090

Whole Home Information Awareness | cyborgworkshop.org

Whole Home Information Awareness | cyborgworkshop.org.

Filed under: Hardware, Software No Comments
19May/090

HVACMonitor: Web-Enabled Thermostat – Marc Daigneault

HVACMonitor: Web-Enabled Thermostat - Marc Daigneault.

11May/090

geekadvancement

10May/090

Google shows off ‘Cupcake’ Android 1.5 update

Google shows off 'Cupcake' Android 1.5 update.

Tagged as: , No Comments
6May/090

Negotiating Your Salary: How to Make $1,000 a Minute ? Get Rich Slowly

Negotiating Your Salary: How to Make $1,000 a Minute ? Get Rich Slowly.

Tagged as: , No Comments