date: '2003-02-05 12:47:55'
layout: post
slug: trinity-college-prof-in-our-space
status: publish
ref: https://web.archive.org/web/20101207184704/http://www.dsg.scss.tcd.ie/~vjcahill/
title: Trinity College Prof In Our Space
wordpress_id: '10'
categories: Programming
Dr. Vinny Cahill
This guy is working in the same general area as us.
Recovered from lost blog.
January 20, 2003
Scalable, Structured Data Placement over
P2P Storage Utilities
How to overlay a hierarchical namespace on to a flat peer-to-peer namespace. Agile would like to do this.
Copied from old blog .
November 25, 2002
jcmdline
I wish I had seen this before I implemented my own CmdLine class. Oh well.
[Update 2023-02-11 — Amazingly, more than twenty years later this open source library is still available, in a new home on Github ]
date: '2002-11-25 16:38:58'
layout: post
slug: messing-around-with-java-byte-code-at-runtime
status: publish
ref: http://crazybob.org/index.jsp?weblog=http://freeroller.net/page/crazyboblee/20021117
title: Messing around with Java byte code at runtime.
wordpress_id: '5'
categories: Programming
crazybob.org
Creating classes on the fly. Wow!
Copied from old blog
UPDATE 2019-09—4: This is the oldest blog entry I could find that has survived successive migration. The link is long since dead.
date: '2002-11-25 16:27:25'
layout: post
slug: moonbeam-xml-socket-server
status: publish
ref: http://openj.net/
title: Moonbeam XML Socket Server
wordpress_id: '3'
categories: Programming
Moonbeam – Introduction
Must check this out to see if it can be used for Agile.
Posted by eob at November 25, 2002 04:27 PM
Comments
whats agile?
Posted by: hlan on April 8, 2003 07:20 AM
Agile is a project in HP Labs. See
http://cooltown.hp.com/mpulse/1202-thinker.asp
Posted by: Eamonn on April 8, 2003 09:24 AM
From old blog.
UPDATE 2019-09-04: The “Agile” mentioned here is not the Agile software development methodology that had also been named around this tume. Rather it was a project I worked on in HP Labs to create a way to develop apps that work in a distributed way across multiple devices. This use model was way ahead of its time. It is now commonplace in, for example, how Chromecast works.
November 25, 2002
Core Java Technologies Technical Tips
int timeout = 500; // half a second
SocketAddress socketAddress =
new InetSocketAddress(host, port);
Socket socket = new Socket();
socket.connect(socketAddress, timeout);
From an archive on my old blog
November 25, 2002
Yanbin Ben Zhao
Tapestry guy at Berkeley. I am probably attending a talk of his tomorrow.
Copied from old blog