Archive for August, 2010

Chatham MA beach panorama – using Hugin

Cape Cod beach panorama

Cape Cod beach panorama

only my second attempt at using Hugin. Done holding the camera so didn’t get enough overlap. Horizon didn’t come out straight.  Also learned that moving people and waves are going to throw it off (yeah, obvious…)

Monday, August 16th, 2010 Uncategorized No Comments

Doxygen Graphviz DOT problem in Ubuntu 10.4 Lucid

The graphviz version graphviz 2.20.2-8 from Ubuntu’s repository seems to have some bug in DOT that causes it to hang.

The latest from http://www.graphviz.org/Download_linux_ubuntu.php is 2.26.3. However there’s maybe a funny in the dependencies as I needed the base and the lib packages graphviz_2.26.3-1_i386.deb & libgraphviz4_2.26.3-1_i386.deb as otherwise tryign to run DOT without the lib package you get:

dot: error while loading shared libraries: libgvc.so.5: cannot open shared object file: No such file or directory

Tuesday, August 3rd, 2010 Engineering, Linux No Comments

Makefile debugging article

Makefiles are pure evil.  The concept was nice but working with them is awful. I have wasted more hours/days/weeks chasing down makefile problems because the #@$#*$ idjiots that came up with the idea must have assumed nobody would use more than one makefile and build nothing more complicated than ‘hello world’. I put this right up their with Microsoft’s  Windows Registry as one of the top 10 dumbest implementations of a good idea ever.

Now I feel better…

http://www.drdobbs.com/tools/197003338
Debugging Makefiles By John Graham Cumming, February 05, 2007

Tuesday, August 3rd, 2010 Engineering, Linux No Comments

Linux upstart instead of init.d

intro article

http://www.linuxplanet.com/linuxplanet/tutorials/7033/1/

but it makes it painful to figure out why something doesn’t start as there’s no way I’ve found to debug – i.e. it run the start/stop, etc in their own process and messages seem to get sent to /dev/null…an echo “hello” 1>&2 doesn’t end up in the logs.   Someday I’ll understand why…

another link: http://upstart.ubuntu.com/

Tuesday, August 3rd, 2010 Linux No Comments

Educational materials site

Good place to look for a range of primary/secondary lessons (not just science):

http://www.curriki.org/

From which I found a link to here:

http://phet.colorado.edu/ which has various simulation programs available (java mostly)

Tuesday, August 3rd, 2010 Astronomy, Engineering, Uncategorized No Comments

Linux GPL terminal program with logging and other features

So far this seems like the best terminal program for Linux:

http://software.jessies.org/terminator/

(there’s a couple of things that show up in google for Terminator)

Though for Windows I still like Secure  CRT:

http://www.vandyke.com/

Monday, August 2nd, 2010 Linux, Windows software No Comments

Linux Ubuntu open link or files as root and more right click stuff

Sometimes it’s easier to stay in the desktop than to futz with command lines.

http://www.pendrivelinux.com/how-to-open-files-as-root-via-a-right-click/

For doing a right click “search here”:

http://ubuntuforums.org/showthread.php?t=1376682

Monday, August 2nd, 2010 Linux No Comments