Sunday, April 24, 2011

OpenGL over SSH

Just a quick note, if one needs to use OpenGL over an SSH X Forward, you may need to do "export LIBGL_ALWAYS_INDIRECT=y" on the remote computer. FYI

Monday, April 18, 2011

Published my first CPAN module!

Well I have jumped in finally, I have published my first CPAN module, a PDL export tool. Beyond being useful it was a good first opportunity to publishing something simple before doing something more involved, like the Physics modules that I might end up publishing, or the FLI camera Perl module/driver that I have been working on.

I have set up a github repository to host my work. If you want, you can follow the development of this and other future work there.

Friday, April 15, 2011

Scientific Data Crunching on Perl (PDL)

A good primer on PDL for those of us who know Perl but find it a little hard to use the PDL documentation.

http://www.perlmonks.org/?node_id=598007