Home

Search results

"tag:programming"


Title and summary Date/time
1
Thread interruption strangeness under Apple's Java6
I came across some odd thread behavior under Apple's Java6 on Leopard. I know it's still in "developer preview" state, but at Pando, we rely on Java6 -- under Linux, NIO performance is much better than Java5 -- and I develop on Mac. :) In the end, ...
Apr 9, 2008
1:44:00 PM
2
P4P at Pando
I posted a write up today on Pandoblog.com about P4P. Check it out: P4P Behind the Scenes, Part 1. The other part is coming soon.
Apr 9, 2008
1:41:00 PM
3
Xcode and environment.plist
I just spent a few frustrating hours trying to get the Pando client building on my Mac, under Xcode. Apparently, if you start Xcode via Spotlight your ~/.MacOSX/environmen...
Apr 7, 2008
1:40:00 PM
4
P4P and Pando in the press
Work has definitely been busy of late. And being busy is good. Most recently, I've been working on the tracker portion of our P4P implementation. P4P is a joint project with the P4P Working Group (which Pando co-founded) and Yale University. You can ...
Mar 17, 2008
1:38:00 PM
5
Building tdl (to-do list manager) on OS X
I've (re) started using TDL to manage my to-do lists. Unfortunately, there is no binary for OS X and I had troubles compiling the source. The problems were related to linking with the GNU Readline library. Attempting to link against the version ...
May 22, 2007
1:34:00 PM
6
FTP using Groovy and Ant
Lately, I've been writing a lot of scripts in Groovy. Frankly, I love it. It's easy to augment the functionality of your Java classes -- implement interfaces, extend classes etc. Another nice feature is that Groovy allows you to leverage the power of ...
Apr 26, 2007
1:28:00 PM
7
All your READ_UNCOMMITTED and REPEATABLE_READ transactions are belong to us
I spent an hour this evening trying to figure out why my application was throwing this exception: java.sql.SQLExceptio...
Apr 23, 2007
1:20:00 PM