-
Recent Posts
Recent Comments
- Javascript utf-8 substr and length function - Acampora on Reloading Tiles2 Config in Spring 3.x
- How to configure validation in Spring MVC controllers | Vlad Carcu-Dobrin on Spring MVC Validation BindingResult
- sandeep on Debugging connection pool leak in Apache HTTP Client
- Bruce Edge on Programmatically getting the Maven version of your project
- Krishna on Spring MVC Validation BindingResult
Archives
- March 2018
- January 2018
- August 2017
- November 2014
- October 2014
- May 2014
- December 2013
- January 2013
- December 2012
- September 2011
- August 2011
- June 2011
- May 2011
- January 2011
- July 2009
- February 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- April 2008
- February 2008
- January 2008
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- May 2004
- February 2004
- January 2004
Categories
Meta
Monthly Archives: March 2006
The long journey to linux DVB
Copy your channels.conf file into ~/.xine or ~/.mplayer then start the player with gxine “dvb://TV CHANNEL” or mplayer “dvb://TV CHANNEL” This should get you going. You could also try a far more manual approach shown here Cron is my TiVo … Continue reading
el cheapo webcam working
Finally, after several weeks, my cheap eBay webcam has arrived. I bought it because I needed a cheap and nasty webcam for Access Grid nodes, but I was also curious about it's linux compatibility… and it's all good. It works … Continue reading
Posted in linux, technology
Comments Off on el cheapo webcam working
Canon PIXMA IP1600, Dead at 4 months
The mind boggles why printers of this crap quality are even allowed to be produced. Socially, this is really quite exploitive. I mean, most people who would by a cheap printer like this would do so for economic reasons, not … Continue reading
Posted in technology
Comments Off on Canon PIXMA IP1600, Dead at 4 months
When Mac OSX forgets it's LDAP
The OSX server I administer is going through a rather rough patch at the moment. First some security updates disrupted the LDAP auth, then I accidentally delete the LDAP database by setting the active directory to Stand Alone, then back … Continue reading
Posted in technology
Comments Off on When Mac OSX forgets it's LDAP
My .bashrc
# ~/.bashrc# Make the prompt in the for user@host:directoryexport PS1=’\u@\h:\w\$ ‘# Eliminate duplicates in your command historyexport HISTCONTROL=ignoredups# Make ls and ll colour, and ll show a complete list with human readable file sizes.alias ll=’ls -lahi –color’alias ls=’ls –color’ http://plone.jcu.edu.au/verg/resources/how-to/a-good-bashrc/view
Posted in Uncategorized
Comments Off on My .bashrc
Sometimes Java seems like a hack
I am using Java RMI to do the main IPC work for me, in a distributed number crunching application. Now the reason I’m using Java for this is another story, for another time. So, like any good developer I’ve got … Continue reading
Posted in Uncategorized
Comments Off on Sometimes Java seems like a hack
Pet hates
Current pet hate. RSS feeds which have only the title, and the title again in the body, or even just the first sentence. What is the point?
Posted in Uncategorized
Comments Off on Pet hates