Archive for May, 2007
Awhile back I blogged about how nice it would be to have offline support built into Google Reader. At the time, I anticipated some form of integration with Google Desktop.
Fortunately, the folk at Google smiled down on me (and many others) today and provided the functionality in part to show off their new [...]
This is the first part detailing my experiences writing a basic html screen scraper using a combination of bash, python and structured grep to retrieve, massage and present data. The results can be seen at onesecondshy.com. Code will eventually be published there as well.
First off, motivation. The motivation for this little project was to mine [...]
We make pretty good use of Confluence at the office so it was interesting to read Frank Kelly’s take on wiki’s in the workplace.
To a certain extent I agree with his arguments. We’ve been using it as a storage repository for feature breakdowns, roadmaps and design reviews amongst many other things but it has been [...]
A bit of curiosity here.
The amount of time to run a virus scan on my work laptop is now approaching 8 or 9 hours. It’s reached the point where there really is no convenient time of day to have it run. Our system administrator currently has them running automatically at 4:00am, but when [...]
Quick lesson learned.
If you have a property change listener registered against a specific property name, you have to use removePropertyChangeListener(String, PropertyChangeListener) and not removePropertyChangeListener(PropertyChangeListener) when you want to remove it.
Basically, you cannot do the following:
PropertyChangeListener foo = new XXX();
public void enable()
{ addPropertyChangeListener(”SomeMessage”, foo);
}
public void disable()
{
removePropertyChangeListener(foo);
}
Truth be told it’s [...]
I’ve recently moved and just happened across the Provincial Governments Change of Address Service.
In the fall of 2000 the Government of British Columbia started a project to develop a new service that would allow BC residents to provide their change of address information to one point of contact with the provincial government and have the [...]
This just in. First National Bank of Omaha is now issuing World of Warcraft-branded Visa cards.
Accrue World of Warcraft gametime at the rate of 1% of every dollar in qualifying purchases. The World of Warcraft Rewards Visa is the only card that pays you to play.
Pretty funny if you ask me. Fortunately (or unfortunately) [...]
Interested post over on the Terracotta blog (actual pdf available here) concerning performance between Terracotta’s caching mechanism and the JBoss TreeCache.
If you’re in a situation where scalability (and reliability) are a chief concern, you should definitely check the open source Terracotta offering out.
Even if you don’t necessarily live in a high-throughput environment, the paper [...]
Until now I didn’t actually have a DZone account.
However, I do have an OpenID identity.
OpenID + DZone == simple account registration. Creating a DZone account was as simple as entering my identity (from myOpenID) and giving DZone access to my identity. Quite painless and one less username I have to remember.
In my opinion, this is [...]
The following is a response I got from Matt @ Cenqua regarding my recent blog on Crucible.
It is good to hear you are getting something useful out of Crucible. You mentioned that the thing you really want is “diff-based reviews”. I just want to check if that means the same thing as what we call [...]
-
Pet Peeve: Don’t email my password to me in plain text You know the drill.
Signup for some random service on the internet
Receive a confirmation email with your account information
or
Forget a password for some random service ...
-
Eclipise Memory Analyzer (MAT) I must say the Eclipse Memory Analyzer looks pretty slick. There is some pretty good material over on the developers blog. Lastly, there was a talk on it ...
-
Open-source Web-based Code Review Tool: Rietveld Guido van Rossum, of Python fame, has recently released a Django-based application that enables web-based code reviews... Rietveld.
It supports any language and currently can hook into Subversion repositories. You ...
-
An implementation of the JVM in Javascript? Caught this over on JavaPosse Google Groups.
Essentially, some bright fellows over in Japan have developed a bytecode->javascript compiler. There's a demo floating around that took a Tetris ...
-
Facebook Chat? So it looks like the Facebook Chat service has finally started rolling out to my network (Facebook Chat has been mentioned previously).
Not quite sure how ...
Latest Entries
- Lessons Learned as a Project Lead
- Good ANTLR Resource
- Testing with Unitils
- Headed to Kelowna for a short vacation (and the laptop stays behind)
- Seam + Groovy + Maven : Nice Simple Hibernate POJOs
- Pet Peeve: Don’t email my password to me in plain text
- Eclipise Memory Analyzer (MAT)
- caBIG Annual Meeting - A developers perspective
- OS X + Java6: java.lang.UnsatisfiedLinkError: /usr/lib/java/libObjCJava.A.dylib
- Getting started with JBoss Seam and Maven
Blogroll
Archives
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 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
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- February 2005
- January 2005
- December 2004
- November 2004
- October 2004
- September 2004
- August 2004
- June 2004
- May 2004
- April 2004
- November 2003
Categories
- Blogroll (1)
- citations (55)
- Database (2)
- General Discussions (233)
- Java (54)
- Open Source Software (46)
- Personal (9)
- Ruby (3)