Jason Underdown’s Blog

Math, Physics and Free Software

Archive for May 2007

XKCD

without comments

I’ve been a big fan of Dilbert for years now, but I recently found a great webcomic that I’ve started reading daily called XKCD. The tagline is: A webcomic of romance, sarcasm, math, and language. The drawings are simple stick figures, but it is the situations and ideas that are interesting and funny.

Written by Jason Underdown

May 30, 2007 at 12:56 pm

ADS Digital Library

without comments

While googling for information on the Virial Theorem, I ran across a really cool page hosted at the Harvard ADS system. ADS stands for Astrophysics Data System, and it is primarily an abstract search engine that helps you locate journal articles mostly in the realm of Astronomy and Astrophysics, but they also have a small virtual library of books that you can freely download.

Here are the titles I found interesting:

If you want to concatenate all the separate PDF chapters, I recommend using the texexec method oulined in this web page by Matthew Skala.

Written by Jason Underdown

May 29, 2007 at 10:17 am

Posted in Academics, Books, Math, Physics, Web

Command Line Unit Conversion Utility

without comments

I found a handy tool for figuring out unit conversions quickly, and yes I am aware that Google does this, but sometimes the command line is more convenient. Here are some examples of how to use it:

$ units lightyear parsec
       * 0.30660139
        / 3.2615638

$ units inches feet
        * 0.08333333
        / 12

$ units 2m cm
        * 200
        / 0.005

So the first line tells you what value to multiply the second unit by to make the conversion. And the second line is the inverse operation, that is, what you divide the second unit by to obtain the same value in the first unit.

To install this on a Debian/Ubuntu system, just run the following command:

$ sudo apt-get install units

Written by Jason Underdown

May 15, 2007 at 5:00 am

Posted in Linux, Physics

Why DRM Will Not Succeed

without comments

Content Protection Lock

The above picture links to a good blog article about why DRM won’t succeed.

Written by Jason Underdown

May 3, 2007 at 9:30 pm

Posted in News, Web