<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>dsd's weblog</title>
	<atom:link href="http://www.reactivated.net/weblog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.reactivated.net/weblog</link>
	<description>they got a skin and they put me in</description>
	<pubDate>Tue, 22 Jul 2008 14:37:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Fedora/RPM packaging</title>
		<link>http://www.reactivated.net/weblog/archives/2008/07/fedora-rpm-packaging/</link>
		<comments>http://www.reactivated.net/weblog/archives/2008/07/fedora-rpm-packaging/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 14:37:14 +0000</pubDate>
		<dc:creator>Daniel Drake</dc:creator>
		
		<category><![CDATA[Gentoo]]></category>

		<category><![CDATA[OLPC]]></category>

		<guid isPermaLink="false">http://www.reactivated.net/weblog/?p=194</guid>
		<description><![CDATA[Since starting at One Laptop per Child I have been doing some distro work on the OS platform for the XO laptop. The platform is based on Fedora 7 and I have been working on rebasing us onto Fedora 9 for the next release.
Having very little distribution experience outside of developing Gentoo for the last [...]]]></description>
			<content:encoded><![CDATA[<p>Since starting at <a href="http://www.laptop.org">One Laptop per Child</a> I have been doing some distro work on the OS platform for the XO laptop. The platform is based on <a href="http://www.fedoraproject.org">Fedora</a> 7 and I have been working on rebasing us onto Fedora 9 for the next release.</p>
<p>Having very little distribution experience outside of developing <a href="http://www.gentoo.org">Gentoo</a> for the last few years, I&#8217;ve found some aspects of Fedora&#8217;s binary package (RPM) workflow particularly interesting:</p>
<ol>
<li><b>Automatically detected dependencies</b>: In Gentoo ebuilds, we have to state that package A depends on library B. In Fedora, when building the binary package, the build tools determine many runtime dependencies automatically so there is no need for developers to manually list all dependencies in spec files.</li>
<li><b>Chroot build environments</b>: All packages are built in an otherwise-empty chroot. The build system creates a chroot, quickly installs all of the base binary packages and the build dependencies, then builds/installs a package, produces a package, and throws the chroot away. This allows for predictable build environments and is good for QA.</li>
<li><b>Community access to the build box</b>: All packages are built by <a href="http://koji.fedoraproject.org/koji/">Koji</a>. Koji has a nice &#8220;scratch-build&#8221; system where you can throw a source RPM at it, and it will build it and serve it back to you on a webpage a few minutes later. Great for build testing and handy if you don&#8217;t have a complete build environment locally. The scratch-build service is open to non-developers assuming they have been through the click-through contributor agreement.</li>
<li><b>Subpackages</b>: It&#8217;s pretty neat how one spec file (equivalent to an ebuild in some ways - textual build scripts) can actually produce several packages. Your spec file takes one upstream tarball, unpacks/compiles/installs it, and then specifies which of the installed files belong to which subpackage.
</li>
</ol>
<p>Naturally, there are some drawbacks too:</p>
<ol>
<li><b>Build dependencies</b>: Even though many runtime dependencies are automatically detected, you still need to specify the components required for compilation. Remember, each package is built in a clean chroot. You end up having to specify most of the dependencies anyway (although it is still convenient in that you do not have to specify which subpackage has which dependencies - that is determined automatically).</li>
<li><b>No build customisation</b>: OLPC have to fork a few packages which have wacky dependency chains, just to disable support for a certain feature or whatever. Forking away from upstream is undesirable but sometimes necessary. For example, we had to disable libgnome support in GNOME&#8217;s Python bindings to avoid libgnome being pulled into the build. libgnome was pulling in the following packages: <i>audiofile bluecurve-icon-theme control-center-filesystem esound-libs fedora-gnome-theme fedora-icon-theme fedora-logos gail gnome-icon-theme gnome-keyring gnome-themes gtk-nodoka-engine libart_lgpl libbonoboui libgnomecanvas libgnomeui libutempter metacity nodoka-metacity-theme pyorbit</i>. Ouch.
</li>
<li><b>Convolution/confusion of build tools</b>: To build a package, you can use rpmbuild to do it on your live system, or you can use mock to do the clean chroot thing I described above. Or you can use koji&#8217;s command-line client to upload it to koji. Not everything can be done through koji/mock, e.g. you still need to use rpmbuild to build OLPC&#8217;s kernel. Also, rpmbuild is the only tool that can build a source RPM, I think.
</li>
</ol>
<p>I&#8217;ve also been impressed by the Fedora development community. The community recently made the realisation that OLPC is Fedora&#8217;s biggest deployment (over 400,000 XO laptops worldwide, 55,000 more built and distributed each month, 100% of them running Fedora). Greg Dekoenigsberg recently announced the <a href="https://www.redhat.com/archives/fedora-devel-list/2008-July/msg01234.html">Fedora OLPC special interest group</a> which sounds promising.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.reactivated.net/weblog/archives/2008/07/fedora-rpm-packaging/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OLPC&#8217;s Learning Lab</title>
		<link>http://www.reactivated.net/weblog/archives/2008/07/olpc-learning-lab/</link>
		<comments>http://www.reactivated.net/weblog/archives/2008/07/olpc-learning-lab/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 01:46:13 +0000</pubDate>
		<dc:creator>Daniel Drake</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<category><![CDATA[OLPC]]></category>

		<guid isPermaLink="false">http://www.reactivated.net/weblog/?p=192</guid>
		<description><![CDATA[The learning lab is one of the aspects of One Laptop per Child which you don&#8217;t hear much about. It took me a couple of weeks at the office before I stumbled across their lab space in the corner of our office.
The learning lab is staffed by some key people, including David Cavallo from the [...]]]></description>
			<content:encoded><![CDATA[<p>The learning lab is one of the aspects of <a href="http://www.laptop.org">One Laptop per Child</a> which you don&#8217;t hear much about. It took me a couple of weeks at the office before I stumbled across their lab space in the corner of our office.</p>
<p>The learning lab is staffed by some key people, including <a href="http://laptop.org/vision/people/DavidCavallo/">David Cavallo</a> from the MIT Media Lab and <a href="http://logothings.wikispaces.com/">Cynthia Solomon</a>, one of the original founders of <a href="http://en.wikipedia.org/wiki/Logo_(programming_language)">Logo</a>. These people have years of experience working alongside top scientists such as <a href="http://en.wikipedia.org/wiki/Marvin_minsky">Marvin Minsky</a> and <a href="http://en.wikipedia.org/wiki/Seymour_Papert">Seymour Papert</a>.</p>
<p>Last week, David Cavallo gave an enjoyable presentation about the education model behind the efforts of learning group. He shared some experiences from around the world and started a discussion on how to better integrate such ideals into the XO laptop and its software. The session has been <a href="http://www.dailymotion.com/video/x64qod_davids-cavallo-talk_school">published on dailymotion</a> - if you&#8217;ve got an hour to kill, I&#8217;d definitely recommend watching it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.reactivated.net/weblog/archives/2008/07/olpc-learning-lab/feed/</wfw:commentRss>
		</item>
		<item>
		<title>UPEK TouchStrip Sensor-only (147e:2016) on Linux</title>
		<link>http://www.reactivated.net/weblog/archives/2008/07/upek-touchstrip-sensor-only-147e2016-on-linux/</link>
		<comments>http://www.reactivated.net/weblog/archives/2008/07/upek-touchstrip-sensor-only-147e2016-on-linux/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 23:04:29 +0000</pubDate>
		<dc:creator>Daniel Drake</dc:creator>
		
		<category><![CDATA[Fingerprinting]]></category>

		<category><![CDATA[Gentoo]]></category>

		<guid isPermaLink="false">http://www.reactivated.net/weblog/?p=191</guid>
		<description><![CDATA[
As part of my fprint fingerprint scanning on Linux efforts, I have completed a new driver for a popular bit of hardware that has been unsupported on Linux until now: the UPEK TouchStrip sensor-only variant with USB ID 147e:2016. 
We have already supported another variant including a biometric co-processor for some time now, but in [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.reactivated.net/fprint/wiki/"><img src="http://www.reactivated.net/fprint/wiki/images/Fprint_logo_scaled.png" align="right" border="0" /></a><br />
As part of my <a href="http://www.reactivated.net/fprint/">fprint</a> fingerprint scanning on Linux efforts, I have completed a <a href="http://www.reactivated.net/fprint/wiki/Upeksonly">new driver</a> for a popular bit of hardware that has been unsupported on Linux until now: the UPEK TouchStrip sensor-only variant with USB ID 147e:2016. </p>
<p>We have already supported <a href="http://www.reactivated.net/fprint/wiki/Upekts">another variant</a> including a biometric co-processor for some time now, but in the absence of the co-processor, the sensor-only variant required a completely different driver. Support for the sensor-only devices is a significant step forward as this hardware can be found in a lot of laptops. I&#8217;ve already received some <a href="http://projects.reactivated.net/fprint/bugs/index.php?do=details&#038;task_id=9">success reports</a> - thanks!</p>
<p>The driver is only available in libfprint development repositories (not any released versions). System76 have created an <a href="http://knowledge76.com/index.php/Fingerprint_Reader_Installation">installation guide</a> which may be useful for keen users.</p>
<div align="center"><img src="http://www.reactivated.net/fprint/wiki/images/Upeksonly_scan.jpg" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.reactivated.net/weblog/archives/2008/07/upek-touchstrip-sensor-only-147e2016-on-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>libusb-0.9.1 released</title>
		<link>http://www.reactivated.net/weblog/archives/2008/06/libusb-091-released/</link>
		<comments>http://www.reactivated.net/weblog/archives/2008/06/libusb-091-released/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 02:00:44 +0000</pubDate>
		<dc:creator>Daniel Drake</dc:creator>
		
		<category><![CDATA[Gentoo]]></category>

		<category><![CDATA[libusb]]></category>

		<guid isPermaLink="false">http://www.reactivated.net/weblog/?p=187</guid>
		<description><![CDATA[I&#8217;ve just released a new development version of libusb-1.0. It incorporates all the feedback I&#8217;ve received from the v0.9.0 release, and includes some API changes, so be sure to update and recompile your apps if you were previously using v0.9.0.
Download links:

libusb-0.9.1
libusb-compat-0.1.0-beta2

]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just released a new development version of <a href="http://libusb.wiki.sourceforge.net/Libusb1.0">libusb-1.0</a>. It incorporates all the feedback I&#8217;ve received from the <a href="http://www.reactivated.net/weblog/archives/2008/05/libusb-10-enters-beta/">v0.9.0 release</a>, and includes <a href="http://news.gmane.org/gmane.comp.lib.libusb.devel.general">some API changes</a>, so be sure to update and recompile your apps if you were previously using v0.9.0.</p>
<p>Download links:</p>
<ul>
<li><a href="https://sourceforge.net/project/showfiles.php?group_id=1674&#038;package_id=277626&#038;release_id=610082">libusb-0.9.1</a></li>
<li><a href="https://sourceforge.net/project/showfiles.php?group_id=1674&#038;package_id=277627&#038;release_id=610084">libusb-compat-0.1.0-beta2</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.reactivated.net/weblog/archives/2008/06/libusb-091-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Summer at OLPC</title>
		<link>http://www.reactivated.net/weblog/archives/2008/06/summer-olpc/</link>
		<comments>http://www.reactivated.net/weblog/archives/2008/06/summer-olpc/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 02:06:27 +0000</pubDate>
		<dc:creator>Daniel Drake</dc:creator>
		
		<category><![CDATA[Gentoo]]></category>

		<category><![CDATA[Misc]]></category>

		<category><![CDATA[OLPC]]></category>

		<guid isPermaLink="false">http://www.reactivated.net/weblog/?p=184</guid>
		<description><![CDATA[Last week, I took my final exam for my BSc Computer Science degree at The University of Manchester, results pending. I was originally planning to graduate with a masters degree a year from now, but because of some political brain-damage at university, I ended up switching to the shorter degree so that I can take [...]]]></description>
			<content:encoded><![CDATA[<p>Last week, I took my final exam for my BSc Computer Science degree at <a href="http://www.cs.manchester.ac.uk">The University of Manchester</a>, results pending. I was originally planning to graduate with a masters degree a year from now, but because of some political brain-damage at university, I ended up switching to the shorter degree so that I can take up a great opportunity this summer:</p>
<p>Today was my first day of a 14 week internship at <a href="http://www.laptop.org">One Laptop per Child</a>, an exciting company producing cool laptops to distribute to children in developing nations with the aim of improving education. I&#8217;m going to be working on aspects of the XO software, starting by helping the efforts to upgrade to Fedora 9 for the v8.2.0 August release.</p>
<p>OLPC is based in Cambridge, MA, USA, and this is my 2nd time in this area. I&#8217;m living in Brookline until September, and then will need to find somewhere else to live for a month.</p>
<p>My plans for after the summer are uncertain. I&#8217;m thinking about hunting for some work in Europe somewhere, I might write more about that nearer the time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.reactivated.net/weblog/archives/2008/06/summer-olpc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PCI development project</title>
		<link>http://www.reactivated.net/weblog/archives/2008/06/pci-development-project/</link>
		<comments>http://www.reactivated.net/weblog/archives/2008/06/pci-development-project/#comments</comments>
		<pubDate>Sun, 01 Jun 2008 14:58:59 +0000</pubDate>
		<dc:creator>Daniel Drake</dc:creator>
		
		<category><![CDATA[Gentoo]]></category>

		<category><![CDATA[Linux kernel]]></category>

		<guid isPermaLink="false">http://www.reactivated.net/weblog/?p=186</guid>
		<description><![CDATA[I&#8217;m looking to find someone to take over some part-time contract work that I&#8217;ve been doing. I&#8217;m only stopping as I am about to start some full-time summer work.
The project is Linux driver development for a PCI frame grabber. Kernel experience is essential, and the important areas of knowledge are PCI and DMA. Location does [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m looking to find someone to take over some part-time contract work that I&#8217;ve been doing. I&#8217;m only stopping as I am about to start some full-time summer work.</p>
<p>The project is Linux driver development for a PCI frame grabber. Kernel experience is essential, and the important areas of knowledge are PCI and DMA. Location does not matter, this is a remote development project.</p>
<p>If you&#8217;re interested, or know anyone that might be, please <a href="mailto:dan@reactivated.net">drop me an email</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.reactivated.net/weblog/archives/2008/06/pci-development-project/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Lorin Olivier&#8217;s GL860 driver</title>
		<link>http://www.reactivated.net/weblog/archives/2008/05/lorin-oliviers-gl860-driver/</link>
		<comments>http://www.reactivated.net/weblog/archives/2008/05/lorin-oliviers-gl860-driver/#comments</comments>
		<pubDate>Wed, 28 May 2008 11:31:56 +0000</pubDate>
		<dc:creator>Daniel Drake</dc:creator>
		
		<category><![CDATA[GL860]]></category>

		<category><![CDATA[Linux kernel]]></category>

		<guid isPermaLink="false">http://www.reactivated.net/weblog/?p=185</guid>
		<description><![CDATA[Lorin Olivier has created a kernel driver for his GL860 webcam. Lorin&#8217;s device is the 05e3:f191 variant, whereas mine is the more common 05e3:0503. There are differences between the devices that we don&#8217;t have much of a grasp on. The code we&#8217;ve written for each device is incompatible with the other, even though there are [...]]]></description>
			<content:encoded><![CDATA[<p>Lorin Olivier has created a kernel driver for his GL860 webcam. Lorin&#8217;s device is the 05e3:f191 variant, whereas mine is the more common 05e3:0503. There are differences between the devices that we don&#8217;t have much of a grasp on. The code we&#8217;ve written for each device is incompatible with the other, even though there are some protocol similarities.</p>
<p>Lorin reports that his driver works reasonably well with his device - it works with camorama, xawtv, ekiga, amsn, mplayer and xsane. He has also determined how to adjust various camera settings (luminosity, saturation, hue, sharpness, retrolighting, mirror effects, light source, AC power frequency).</p>
<p>Although Lorin doesn&#8217;t actually own an 0503 device, he&#8217;s attempted to implement support for it based on my earlier efforts. Given that I didn&#8217;t get very far, it probably doesn&#8217;t work that well. I haven&#8217;t had a chance to try it, but there&#8217;s no point me sitting on this any longer.</p>
<p>It&#8217;s in my git repository in the nvgl subdirectory:<br />
git://projects.reactivated.net/~dsd/gl860.git (<a href="http://projects.reactivated.net/cgi-bin/gitweb.cgi?p=gl860.git;a=summary">gitweb</a>).</p>
<p>All credit goes to Lorin here - thanks! He&#8217;s done a great job, but do remember that its experimental code based on a reverse-engineered protocol, so don&#8217;t expect it to be flawless.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.reactivated.net/weblog/archives/2008/05/lorin-oliviers-gl860-driver/feed/</wfw:commentRss>
		</item>
		<item>
		<title>libusb-1.0 enters beta</title>
		<link>http://www.reactivated.net/weblog/archives/2008/05/libusb-10-enters-beta/</link>
		<comments>http://www.reactivated.net/weblog/archives/2008/05/libusb-10-enters-beta/#comments</comments>
		<pubDate>Sun, 25 May 2008 22:59:26 +0000</pubDate>
		<dc:creator>Daniel Drake</dc:creator>
		
		<category><![CDATA[Gentoo]]></category>

		<category><![CDATA[libusb]]></category>

		<guid isPermaLink="false">http://www.reactivated.net/weblog/?p=182</guid>
		<description><![CDATA[I&#8217;ve been making good progress on libusb-1.0, which has now entered beta. Features over libusb-0.1 include:

Asynchronous transfer capabilities (in addition to the synchronous style presented by v0.1)
Support for transfers to isochronous endpoints
Significantly faster bulk transfer performance for large transfers (several kilobytes or more)
Detailed API documentation
Power saving: on systems running recent Linux kernels, libusb-1.0 does not [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been making good progress on <a href="http://libusb.wiki.sourceforge.net/Libusb1.0">libusb-1.0</a>, which has now entered beta. Features over libusb-0.1 include:</p>
<ol>
<li>Asynchronous transfer capabilities (in addition to the synchronous style presented by v0.1)</li>
<li>Support for transfers to isochronous endpoints</li>
<li>Significantly faster bulk transfer performance for large transfers (several kilobytes or more)</li>
<li><a href="http://libusb.sourceforge.net/api-1.0/">Detailed API documentation</a></li>
<li>Power saving: on systems running recent Linux kernels, libusb-1.0 does not wake up all the USB devices plugged into the system during device enumeration</li>
<li>Greatly reduced CPU usage while waiting for results of bulk/interrupt transfers (libusb-0.1 was waking up every 1ms)</li>
<li>Thread safety</li>
</ol>
<p><b>Backwards compatibility</b></p>
<p>As noted on the homepage, libusb-1.0 is entirely incompatible with libusb-0.1. However, it is designed to install in parallel, in the same way that you can have GTK+ 1.2 and GTK+ 2.x installed on the same system and in use at the same time.</p>
<p>I have also produced a compatibility layer which replaces libusb-0.1. <b>libusb-compat-0.1</b> looks and smells exactly the same as libusb-0.1 (same library name, API, header file, etc) but internally it just converts libusb-0.1 calls to libusb-1.0.</p>
<p>This means that existing libusb-0.1 applications can take advantage of some of the new libusb-1.0 hotness mentioned above: improved bulk I/O performance, decreased CPU usage, power saving. These improvements appear <em>without any modification</em> to the original application, provided that the user has uninstalled libusb-0.1, and installed libusb-1.0 plus libusb-compat-0.1.</p>
<p><b>Status</b></p>
<p>I&#8217;m hoping this release will result in:</p>
<ul>
<li>More testing and adoption</li>
<li>API review and feedback</li>
<li>Ports to other operating systems. Only Linux is supported at the moment, but the library is structured internally for other ports to be written, and the internal API is documented in the source.</li>
</ul>
<p>Further API changes may happen as a result of the above. This is not a finished product.</p>
<p><b>Source download</b></p>
<ul>
<li><a href="http://sourceforge.net/project/showfiles.php?group_id=1674&#038;package_id=277626&#038;release_id=601956 ">libusb-0.9.0</a></li>
<li><a href="http://sourceforge.net/project/showfiles.php?group_id=1674&#038;package_id=277627&#038;release_id=601961">libusb-compat-0.1.0-beta1</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.reactivated.net/weblog/archives/2008/05/libusb-10-enters-beta/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fingerprint scanning project report published</title>
		<link>http://www.reactivated.net/weblog/archives/2008/05/fingerprint-scanning-project-report-published/</link>
		<comments>http://www.reactivated.net/weblog/archives/2008/05/fingerprint-scanning-project-report-published/#comments</comments>
		<pubDate>Tue, 06 May 2008 10:30:20 +0000</pubDate>
		<dc:creator>Daniel Drake</dc:creator>
		
		<category><![CDATA[Fingerprinting]]></category>

		<category><![CDATA[Gentoo]]></category>

		<category><![CDATA[libusb]]></category>

		<guid isPermaLink="false">http://www.reactivated.net/weblog/?p=183</guid>
		<description><![CDATA[My fprint fingerprint scanning efforts formed my final year Computer Science project at The University of Manchester.
The source code for this project has been available on SourceForge from early on (GPL-2/LGPL-2 licenses). I&#8217;ve now completed and submitted a comprehensive project report (similar to a dissertation) for academic assessment, and I&#8217;m making this available under a [...]]]></description>
			<content:encoded><![CDATA[<p>My <a href="http://www.reactivated.net/fprint/wiki/">fprint fingerprint scanning efforts</a> formed my final year Computer Science project at <a href="http://www.cs.manchester.ac.uk">The University of Manchester</a>.</p>
<p>The source code for this project has been <a href="http://sourceforge.net/project/showfiles.php?group_id=208521">available on SourceForge</a> from early on (GPL-2/LGPL-2 licenses). I&#8217;ve now completed and submitted a comprehensive project report (similar to a dissertation) for academic assessment, and I&#8217;m making this available under a Creative Commons license. You can find the report <a href="http://www.reactivated.net/fprint/academic-project/fprint_report.pdf">here</a>.</p>
<div align="center"><a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/2.0/uk/"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-nd/2.0/uk/88x31.png"/></a></div>
<p><a href="http://www.reactivated.net/fprint/academic-project/fprint_report.pdf">The report</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/2.0/uk/">Creative Commons Attribution-Noncommercial-No Derivative Works 2.0 UK: England &#038; Wales License</a>.</p>
<p>The academic project is now complete, but I plan to continue development as time permits. There is a lot to be done, and I have already made some good progress on moving <a href="http://libusb.wiki.sourceforge.net/Libusb1.0">libusb-1.0</a> closer to release.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.reactivated.net/weblog/archives/2008/05/fingerprint-scanning-project-report-published/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Back to Boston for the summer</title>
		<link>http://www.reactivated.net/weblog/archives/2008/04/back-to-boston-for-the-summer/</link>
		<comments>http://www.reactivated.net/weblog/archives/2008/04/back-to-boston-for-the-summer/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 17:53:47 +0000</pubDate>
		<dc:creator>Daniel Drake</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.reactivated.net/weblog/?p=181</guid>
		<description><![CDATA[I&#8217;m going to be spending this summer working in Boston (well, Cambridge). I need somewhere to live from early June to late September.
I am looking to rent a furnished bedroom in a location with access to public transport (I&#8217;ll need to get to and from Kendall/MIT each day).
If anyone knows of anything, please let me [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m going to be spending this summer working in Boston (well, Cambridge). I need somewhere to live from early June to late September.</p>
<p>I am looking to rent a furnished bedroom in a location with access to public transport (I&#8217;ll need to get to and from Kendall/MIT each day).</p>
<p>If anyone knows of anything, please <a href="mailto:dan@reactivated.net">let me know</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.reactivated.net/weblog/archives/2008/04/back-to-boston-for-the-summer/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
