Australia In the Making

Found this great book printed in 1936! Covers everything from Ptolemy, to the Portugese fleets, Dutch fleets, drunken judges and lawyers as convicts! This book seems to pay particular attention to the colonization and formation of each state, explorers that traversed the land (Hume, Flinders etc) Plenty of maps and slabs of really interesting anecdotes

Normalizing your democracy / miro podcast volumes automatically

Heres a handy script I use to normalize and compress the audio in podcasts downloaded by my Democracy / Miro player.

This is much nicer when im sitting at my desk working and listening, i dont need to fiddle with the volume-knob mid sub-routine when i'm coding, very handy for smoothing out audio in news feeds where they have a loud news banner/jingle/intro sound followed by various voices.

This just runs at cronjob using 'normalize-audio' audio package

Looking at opensource desktop - part 2


As promised, I've emailed KDE. I think the questions here-in are pretty decent and something everyone who uses open-source desktop should be concerned about.

Looking at opensource desktop - part 1

I've been involved with Linux since around the 2.0.2x series kernels in around November 1996. Admittedly I was of pure hacker-mentality had no real idea of what it would take to run a business that depended on the desktop to perform it's duties, such as printing, saving, loading/retrieving, web-browsing, network file system connectivity. I was just happy to be able todo interesting stuff with my TCP stack and write my own software without having to fork-out big dollars for the experience.

What is the cost for basic global human health? Seven Tenths Of One Percent GDP!

What is the cost for basic global human health? Seven Tenths Of One Percent GDP! according to economist Jeffrey Sachs.

There needs to be money for basic education. There needs to be money for water and sanitation, for environmental management. I do believe that the rich countries ought to be meeting a aid target that was set thirty years ago of seven-tenths of one percent of GNP. That would be, in my view, the best investment we could make in a stable and increasingly prosperous world.

Which PHP devel environment to use on AMD64 ?

That's it, I quit, I'm throwing Zend IDE in the bin, I almost considered paying for it after trialing it, until I moved to AMD64 platform, I'm sure the IDE itself is not to blame, but rather Java's stupid problems adopting 64bit architecture (can someone remind me what the point of java was in the first place?)

Yes, I've tried Zend IDE 5.5.1 for x64 and it still crashed or got other errors - no I dont care about playing with the JRE libraries, I'm payed to develop PHP web-apps not mess around with Java.

I got flash working on 64bit AMD under debian/linux !

Alright, it IS possible to get flash working, it's not THAT hard.

heres the s3kr3t - you need to use the nspluginwrapper util that lets you run stuff on a different architecture (not platform)


$ apt-cache search nspluginwrapper
nspluginwrapper - A wrapper to run Netscape plugins on other architectures

Grab the library .tar.gz from this adobe url

extract it, you'll find a .so in there, just move that flashlibrary.so to /usr/lib/

and then just run

Debian Lenny on the Dell Aspire 5520

Got a new laptop, my old acer's screen died after a couple of months of backpacking (including leaving the laptop under my tent at metal festivals, in my backpack at the front of 75000 crowd mosh pot etc) and rigorous work, i must say, they are pretty good value considering it supplies me with my yearly income, socialising, projects, hobbies etc.

minor glitch installing mysql 5 on lenny

Looks like the mysql system tables were missing on my fresh install of Debian Lenny on my Acer Aspire 5520 laptop.

just run mysql_install_db , after this you'll need to get your mysql debian credentials back in line, these are usually stored under /etc/mysql/ (this is so mysqladmin etc will work again)


/usr/bin/mysql_install_db
WARNING: The host 'nine' could not be looked up with resolveip.
This probably means that your libc libraries are not 100 % compatible
with this binary MySQL version. The MySQL daemon, mysqld, should work

Drupal bash script to show difference between your theme function override and the original

Heres a handy script I wrote this morning, how do you easily see the differences between your mytheme_function override template.php entries and the original theme_function in the sites/all/modules, modules/, includes/ ?

It's bash to the rescue.

This script builds an index file of known themed functions, extracts your existing declared function and the theme_function from the original and your template file then uses 'diff' to show the difference in side-by-side format! awesome

Syndicate content