Libertarian Presidential Candidate Michael Badnarik Answers

In this Slashdot Questions & Answers session a US presidential candidate I had never heard of answers the questions of /. readers..

You’ve stated that in your first couple months of holding office you’ll eliminate the federal reserve, kick the U.N. out of the country, and bring as many of our troops home as possible, among other radical (but good) changes.

GIMP Intelligent Background Eraser

Here’s a plugin for the GIMP that you can use to erase the background.. a Windows .exe is included, and source but not a Makefile. My interest doesn’t extend to writing one unfortunately!

Gimp plugin for “intelligent Erasor”
replace the selection with an interpollated background. If the border along the selection is relatively continuous, i.e. a pretty boring background, then this tool works as an erasor.

Cork Ladies Mini Marathon 2004 Pictures

Oh wow! What a great day! The organisers say there was well over 7,000 entrants this year, 1,000 over last year’s race! Bishop Buckley was in attendance, as were lots of charities and societies.
Well done Louise on doing the race too!

A great day was had by all and I’ll be back next year to cover it again!






Continue reading “Cork Ladies Mini Marathon 2004 Pictures”

Popular Posts Update

The popular posts plugin was broken, but it’s fixed now. Update your template so it looks like this if you want to use it:

{popularposts}
{if $pposts != ''}
<br />Most Popular Posts<br /><br />
{foreach from=$pposts key=key item=details}
<nobr><a href="{$details.url}" title='{$details.title}'>{$details.title|truncate:30:"..."}</a>: {$key}</nobr><br />
{/foreach}
{/if}