Archive for January, 2007

h1

Rapid Prototypers

January 27, 2007

These HomeBrew Rapid Prototypers are so cool. If I ever get back into playing with home Robotics I have got to build one of these first!

Update:  This CNC router also looks pretty cool, and engadget has a project for building a CNC router from a dremel and old printer parts (part one, part two, and part three).

h1

How to do Windows Remote Desktop over ssh

January 25, 2007

Neat.  I had no idea you could do SSH port redirection to a local IP that doesn’t exist.

h1

Enso Launcher

January 25, 2007

The people who made Enso Launcher really should have just paid the guy who wrote Quicksilver to do a Windows port.  Quicksilver is so much better it’s not even funny.

h1

Axioms of Web architecture

January 24, 2007

Axioms of Web architecture should be required reading for web developers and for anyone designing or programming networked software.  It’s part of a larger document Design Issues for the World Wide Web,  that is also quite illluminating.  Skimming through it, it’s obvious that Tim Berners-Lee is one of the clearest and deepest thinkers in the computer industry.

h1

Overview Map of WS-* specifications

January 24, 2007

This is an impressive mind map of the various Web Services specifications, complete with hyperlinks the specification documents.  It’s organized by the committe or organization who published the spec, which gives some idea of just how many standards bodies have their toes in these particular waters.

I wish I knew who the author of the mindmap is or the background on why it was created, but it looks the parent website is in Japanese or something.. Oh well.

Here is another overview, this one does a better job at putting the various standards into the context of what they’re intended to accomplish.

h1

Another reason the Zune sucks

January 20, 2007

It’s almost like Microsoft deliberately tried to make the suckiest MP3 player possible.

Universal and Sony prohibit Zune sharing for certain artists – Engadget

h1

What $1.2 Trillion Can Buy

January 17, 2007

It’s hard not to get angry when you see what we could be doing with the money being wasted on the war in Iraq.

What $1.2 Trillion Can Buy – New York Times

h1

Tango Desktop Project

January 17, 2007

A friend of mine recently reminded me of the existance of the Tango Desktop Project. Aside from the good work the project is doing to standardize theming and look and feel across the open source desktop projects, it’s also a good source for free icons you can use.

I suck at drawing icons (or anything for that matter), so I’ll probably snag a couple Tango icons to dress up some of my Rails apps! :-)

Anyone out there care to recommend other (free) sources for icons, graphics etc. for opensource apps?

h1

Ext2 for Windows and OSX?

January 17, 2007

Interestingly, it looks like Ext2 may be the best option for sharing an external hard drive between OSX, Linux, and Windows.

h1

More on the WS-* vs REST debate

January 12, 2007

A few days ago I blogged a bit about the debate between proponents of the WS-* and REST styles of web services. I’ve been thinking about the debate since then, and I’ve come to the realization that part of the problem with the WS-*/REST debate, part of why the two sides can never reach any concensus, is that it’s really three debates in one.

  • Message oriented integration vs connection oriented integration.
  • WS-* suitability as a message oriented integration method.
  • REST’s suitability as connection oriented integration method.