RSS feed

Linkedin Profile

Tags:
programming
seattle
things that bug me
wall art

Posts by month: 10/08 (2)
08/08 (1)
06/08 (2)
05/08 (1)
03/08 (3)
02/08 (1)
01/08 (2)
12/07 (2)
11/07 (1)
07/07 (1)
05/07 (2)
02/07 (1)
01/07 (1)
12/06 (1)
11/06 (1)
10/06 (1)
08/06 (1)
07/06 (1)
06/06 (2)
05/06 (1)
04/06 (2)
02/06 (1)
01/06 (2)
12/05 (3)
11/05 (2)
09/05 (5)
08/05 (5)
07/05 (7)
06/05 (3)
05/05 (6)
04/05 (8)
03/05 (7)
02/05 (7)
01/05 (6)
12/04 (2)
11/04 (3)
10/04 (5)
09/04 (3)
08/04 (5)
07/04 (5)
06/04 (4)
05/04 (4)
04/04 (9)
03/04 (4)
02/04 (3)
01/04 (5)
12/03 (1)
11/03 (14)
10/03 (8)


Shoreditch, 28/05
2005-05-28

Tags: wall art


Lying in the weeds
2005-05-15
Posting has slowed down the last week - I am working pretty hard on a few things at the moment - but I should be back next week.

Class Diagrams... free with every Code Query
2005-05-08

I have tweaked the Class Diagram generation functionality I posted last weekend to automatically generate a Class Diagram for all classes matched by a particular query, regardless of the query type. My first implementation was a special query type that selected results into a class diagram, but this jarred with the rest of the architecture.

In the example, a concern called "Data Access" contains four classes and two methods. After the query is evaluated, the classes are used to create a class diagram, which is added to the end of the list of matches.


Some audio, thoughts on IQ and weekend hacking
2005-05-07

Went jogging this morning and listened to the Engadget Bill Gates interview, and then Dan Gillmor at SXSW Interactive Festival. Good stuff. Currently listening to Electric Stew.

Doc Searls is part of an interesting conversation running on IQ and intelligence. Great feedback: "I was so impressed by the interview. He seemed real smart, and he knew an awful lot of stuff. But then when we got the IQ test back we found out he was really dumb."

I've been very preoccupied this week, and haven't got anything done on my Concern Maps project. I've got a couple of things to work on this weekend:

  • "Feeling lucky" queries, which jump straight to a result rather than show a tree-view when a selector matches one item only.
  • Assembly-diagram generation, an addin to automatically generate a concern map showing all assemblies in a project, with the ability to drill-down to related classes.
  • Patching up some unit tests


Google Web Accelerator
2005-05-04
This is interesting. I'm going to read the Ts and Cs carefully...

Concern Map demo, with query-based Class Diagrams
2005-05-01

As promised yesterday, I've put together a screen-capture movie with commentary (AKA screencast) of my Concern Map tool. If you've seen it all before, skip to the eight minute 40 second mark and check out the auto-generation of Class Diagrams based on query results. Download the screencast (.wmv, 4mb).

Back to weblog