<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.2" -->
<rss version="0.92">
<channel>
	<title>Terry Laurenzo's Weblog</title>
	<link>http://www.rcode.net/blog/tlaurenzo</link>
	<description>Software and Stuff</description>
	<lastBuildDate>Wed, 19 Nov 2008 16:44:16 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Java FileChannel Concurrent Access</title>
		<description>The JavaDocs for java.nio.channels.FileChannel includes the following (less than helpful) comment about the blocking behavior when using the non-position based methods:Other operations, in particular those that take an explicit position, may proceed concurrently; whether they in fact do so is dependent upon the underlying implementation and is therefore unspecified.It would ...</description>
		<link>http://www.rcode.net/blog/tlaurenzo/2008/01/08/java-filechannel-concurrent-access/</link>
			</item>
	<item>
		<title>Xenomai RT SPI Driver for Blackfin</title>
		<description>I am working on a Blackfin uClinux hardware project that requires a real-time SPI driver.  I know that the RTDM community is looking to create profiles for various devices, but to my knowledge, nothing has been done for SPI controllers yet.

This driver is targeted at the Blackfin 537 running ...</description>
		<link>http://www.rcode.net/blog/tlaurenzo/2007/04/14/xenomai-rt-spi-driver-for-blackfin/</link>
			</item>
	<item>
		<title>Xenomai 2.3.0 on Ubuntu 6.10</title>
		<description>I have been developing with Xenomai on a real-time embedded project and just got around to getting my desktop system rigged up with Adeos and Xenomai.  I had been primarily doing driver development on the embedded platform, so I didn't need Xenomai on my PC.  However, I am ...</description>
		<link>http://www.rcode.net/blog/tlaurenzo/2007/03/03/xenomai-230-on-ubuntu-610/</link>
			</item>
	<item>
		<title>Scaling and Web 2.0</title>
		<description>Just found these somewhat aged articles from Tim O'Reilly:
Web 2.0 and Databases: Part 1

I couldn't find later parts. </description>
		<link>http://www.rcode.net/blog/tlaurenzo/2007/01/09/scaling-and-web-20/</link>
			</item>
	<item>
		<title>Embedded SVG</title>
		<description>http://pwdemo.rcode.net/svg_tester


I know I'm probably late to the game on this one, but I had not realized until recently how well SVG was supported in a lot of browsers.  I actually didn't realize it until I needed it for a visually rich application prototype I'm working on.  I really ...</description>
		<link>http://www.rcode.net/blog/tlaurenzo/2006/08/30/embedded-svg/</link>
			</item>
	<item>
		<title>IE7 Beta 3 JavaScript DOM Speed</title>
		<description>For the past several months I don't think I ever had a positive thing to say in the same sentence as "Internet Explorer".  Well, that has changed now.  I've been delaying pulling down the IE 7 betas for fear of how difficult my life would become in trying ...</description>
		<link>http://www.rcode.net/blog/tlaurenzo/2006/08/15/ie7-beta-3-javascript-dom-speed/</link>
			</item>
	<item>
		<title>The Effects of JavaScript Compression</title>
		<description>I'm getting ready to take my first Protowidget application to production, and its time to address one of those things that sometimes makes me wake up at night in a cold sweat:  I'm writing all of this JavaScript code and its getting huge.  What impact is that going ...</description>
		<link>http://www.rcode.net/blog/tlaurenzo/2006/08/06/the-effects-of-javascript-compression/</link>
			</item>
	<item>
		<title>Protowidget Preview with Object Graph Serialization</title>
		<description>I tend to be pretty long-winded.  If you want to skip my explanation and just see the goods,    download and run the attached demo rails app or browse to http://pwdemo.rcode.net/ and click on the "Server Shared State" section on the left (please be kind to this ...</description>
		<link>http://www.rcode.net/blog/tlaurenzo/2006/07/07/protowidget-preview-with-object-graph-serialization/</link>
			</item>
	<item>
		<title>Serialization with JavaScript</title>
		<description>In any new environment I try to avoid it for as long as possible, but eventually the kludges of trying to get an object graph from point A in tool X to point B in tool Y add up to an amount that justifies creating some generic marshaling tools.

The problem ...</description>
		<link>http://www.rcode.net/blog/tlaurenzo/2006/07/05/serialization-with-javascript/</link>
			</item>
	<item>
		<title>Ajax file uploading</title>
		<description>I was messing around today with trying to duplicate the way that gmail supports file uploading in the background.  I didn't reverse engineer anything but worked solely from what I figured they must be doing based on what I saw of their interface.

I was able to duplicate the gmail ...</description>
		<link>http://www.rcode.net/blog/tlaurenzo/2006/06/26/ajax-file-uploading/</link>
			</item>
</channel>
</rss>
