Eamonn O'Brien-Strain

LinkedIn


date: '2003-02-09 15:33:17' layout: post slug: mit-initiative-on-technology-and-self status: publish title: MIT initiative on technology and self wordpress_id: '11' categories: Product


I am currently listening to a Cambridge Forum speech by Sherry Turkle on our local public radio station. She is the director of the MIT initiative on technology and self.

Interesting stuff. She is talking about the reality and implications of people forming emotional attachments to computation devices (“relational artifacts”) like robot pets and dolls. I wonder how much this extends to the ubiquitous computation world that we are exploring in our research?

  • * *

Copied from old blog.


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.

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.

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.

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

Yanbin Ben Zhao

Tapestry guy at Berkeley. I am probably attending a talk of his tomorrow.

Copied from old blog