<?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>zedstar dot org</title>
	<atom:link href="http://zedstar.org/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://zedstar.org/blog</link>
	<description>open telecommunication</description>
	<pubDate>Fri, 02 Jan 2009 22:52:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Packedobjects for Guile</title>
		<link>http://zedstar.org/blog/2009/01/02/packedobjects-for-guile/</link>
		<comments>http://zedstar.org/blog/2009/01/02/packedobjects-for-guile/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 22:52:09 +0000</pubDate>
		<dc:creator>john</dc:creator>
		
		<category><![CDATA[packedobjects]]></category>

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

		<guid isPermaLink="false">http://zedstar.org/blog/?p=111</guid>
		<description><![CDATA[I have created a sourceforge project for the new Guile version of packedobjects:
http://packedobjects.sourceforge.net/
This is an early version without documentation. The API has changed from the Chicken version so I will document this soon. Eventually I will push back the improvements to the Chicken version.
So far it builds as a Guile module. I also need to [...]]]></description>
			<content:encoded><![CDATA[<p>I have created a sourceforge project for the new Guile version of packedobjects:</p>
<p><a href="http://packedobjects.sourceforge.net/">http://packedobjects.sourceforge.net/</a></p>
<p>This is an early version without documentation. The API has changed from the Chicken version so I will document this soon. Eventually I will push back the improvements to the Chicken version.</p>
<p>So far it builds as a Guile module. I also need to look at how to embed this version into a C application.</p>
]]></content:encoded>
			<wfw:commentRss>http://zedstar.org/blog/2009/01/02/packedobjects-for-guile/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Groking Guile&#8217;s FFI</title>
		<link>http://zedstar.org/blog/2008/11/09/groking-guile/</link>
		<comments>http://zedstar.org/blog/2008/11/09/groking-guile/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 15:38:49 +0000</pubDate>
		<dc:creator>john</dc:creator>
		
		<category><![CDATA[General]]></category>

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

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

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

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

		<guid isPermaLink="false">http://zedstar.org/blog/?p=83</guid>
		<description><![CDATA[I have lately been very busy with work, life and the universe and subsequently have done little hacking. I have recently been examining Guile. Guile has been part of OpenEmbedded for a while so should be easy to get running on numerous embedded devices. Chicken was very recently added to OpenEmbedded, however, lacks support for [...]]]></description>
			<content:encoded><![CDATA[<p>I have lately been very busy with work, life and the universe and subsequently have done little hacking. I have recently been examining <a href="http://www.gnu.org/software/guile/guile.html">Guile</a>. Guile has been part of <a href="http://wiki.openembedded.net/index.php/Main_Page">OpenEmbedded</a> for a while so should be easy to get running on numerous embedded devices. <a href="http://www.call-with-current-continuation.org/">Chicken</a> was very recently added to OpenEmbedded, however, lacks support for building <a href="http://chicken.wiki.br/Eggs%20Unlimited%203">eggs</a> in this environment. One thing I really love about Chicken is its very easy to use foreign function interface (FFI). After spending the odd hour over various weekends I have finally begun to grok Guile&#8217;s FFI. I plan to build <a href="http://packedobjects.com">packedobjects</a> for Guile and possibility extend its features.</p>
<p>I really like the idea of <a href="http://en.wikipedia.org/wiki/Scripting_language#Extension.2Fembeddable_languages">extension languages</a> ever since I did some work with <a href="http://en.wikipedia.org/wiki/Tcl">Tcl</a> a number of years ago. A great example application was <a href="http://en.wikipedia.org/wiki/Eggdrop">Eggdrop</a> the IRC bot. Lots of kids at the time would program their eggdrop bots using the simple Tcl interface. I think a lot can be said about this approach in terms of learning/teaching programming. I hope to explore this further with my education hat on.</p>
]]></content:encoded>
			<wfw:commentRss>http://zedstar.org/blog/2008/11/09/groking-guile/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Paying the price for not updating wordpress</title>
		<link>http://zedstar.org/blog/2008/10/03/paying-the-price-for-not-updating-wordpress/</link>
		<comments>http://zedstar.org/blog/2008/10/03/paying-the-price-for-not-updating-wordpress/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 10:42:55 +0000</pubDate>
		<dc:creator>john</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://zedstar.org/blog/?p=81</guid>
		<description><![CDATA[I had negeleted to update wordpress for some time. The result was some iframe expoilts injected into a couple of posts. This resulted in Google reporting me to stopbadware.org. Recent versions of Firefox use data from stopbadware to warn you when you are accessing a site that may contain malware. Also, any search on my [...]]]></description>
			<content:encoded><![CDATA[<p>I had negeleted to update wordpress for some time. The result was some iframe expoilts injected into a couple of posts. This resulted in Google reporting me to <a href="http://www.stopbadware.org/">stopbadware.org</a>. Recent versions of Firefox use data from stopbadware to warn you when you are accessing a site that may contain malware. Also, any search on my site in Google listed me with a warning and prevented linking to my site. Having fixed the issues I then had to contact Google to get myself removed from the bad list. Anyway, normal service resumed!</p>
]]></content:encoded>
			<wfw:commentRss>http://zedstar.org/blog/2008/10/03/paying-the-price-for-not-updating-wordpress/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bluetooth logging hardware</title>
		<link>http://zedstar.org/blog/2008/09/27/bluetooth-logging-hardware/</link>
		<comments>http://zedstar.org/blog/2008/09/27/bluetooth-logging-hardware/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 12:15:11 +0000</pubDate>
		<dc:creator>john</dc:creator>
		
		<category><![CDATA[thumbtribes]]></category>

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

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

		<guid isPermaLink="false">http://zedstar.org/blog/2008/09/27/bluetooth-logging-hardware/</guid>
		<description><![CDATA[Here is a picture of the hardware I will use for logging Bluetooth data.
]]></description>
			<content:encoded><![CDATA[<p>Here is a <a href="http://www.flickr.com/photos/zedstar/2889236355/">picture</a> of the hardware I will use for logging Bluetooth data.</p>
]]></content:encoded>
			<wfw:commentRss>http://zedstar.org/blog/2008/09/27/bluetooth-logging-hardware/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bluedog</title>
		<link>http://zedstar.org/blog/2008/09/17/bluedog/</link>
		<comments>http://zedstar.org/blog/2008/09/17/bluedog/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 20:52:31 +0000</pubDate>
		<dc:creator>john</dc:creator>
		
		<category><![CDATA[thumbtribes]]></category>

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

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

		<guid isPermaLink="false">http://zedstar.org/blog/2008/09/17/bluedog/</guid>
		<description><![CDATA[Bluedog is the name I am going to give to my Bluetooth traffic/stats project I aim to start soon. I have the hardware and software setup with my beagleboard. Ideally I want to setup a few of these at the University where I work and start logging some data in similar nature to http://www.bluetoothtracking.org/
I will [...]]]></description>
			<content:encoded><![CDATA[<p>Bluedog is the name I am going to give to my Bluetooth traffic/stats project I aim to start soon. I have the hardware and software setup with my beagleboard. Ideally I want to setup a few of these at the University where I work and start logging some data in similar nature to <a href="http://www.bluetoothtracking.org/">http://www.bluetoothtracking.org/</a></p>
<p>I will post some pics of my hardware setup soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://zedstar.org/blog/2008/09/17/bluedog/feed/</wfw:commentRss>
		</item>
		<item>
		<title>btlogger for the beagleboard</title>
		<link>http://zedstar.org/blog/2008/09/17/btlogger-for-the-beagleboard/</link>
		<comments>http://zedstar.org/blog/2008/09/17/btlogger-for-the-beagleboard/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 20:42:16 +0000</pubDate>
		<dc:creator>john</dc:creator>
		
		<category><![CDATA[thumbtribes]]></category>

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

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

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

		<guid isPermaLink="false">http://zedstar.org/blog/2008/09/17/btlogger-for-the-beagleboard/</guid>
		<description><![CDATA[I have built btlogger for the beagleboard. The ipk is available:
 http://zedstar.org/beagle/btlogger_0.2.2-r0_armv7a.ipk
It requires the sqlite db some where on the device. Download:
http://projects.openmoko.org/frs/download.php/313/btlog.db 
run btlogger -v to see what it does and reference the db file with -d /location/of/file
TODO:

I am going to modify the program to log more stats.
I should also add the database to the [...]]]></description>
			<content:encoded><![CDATA[<p>I have built <a href="http://projects.openmoko.org/plugins/wiki/index.php?btlogger&amp;id=136&amp;type=g">btlogger</a> for the beagleboard. The ipk is available:</p>
<p><a href="http://zedstar.org/beagle/btlogger_0.2.2-r0_armv7a.ipk"> http://zedstar.org/beagle/btlogger_0.2.2-r0_armv7a.ipk</a></p>
<p>It requires the sqlite db some where on the device. Download:</p>
<p><a href="http://projects.openmoko.org/frs/download.php/313/btlog.db">http://projects.openmoko.org/frs/download.php/313/btlog.db </a></p>
<p>run btlogger -v to see what it does and reference the db file with -d /location/of/file</p>
<p>TODO:</p>
<ul>
<li>I am going to modify the program to log more stats.</li>
<li>I should also add the database to the ipk so it installs automatically</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://zedstar.org/blog/2008/09/17/btlogger-for-the-beagleboard/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Booting Angstrom on my Beagleboard</title>
		<link>http://zedstar.org/blog/2008/09/14/booting-angstrom-on-my-beagleboard/</link>
		<comments>http://zedstar.org/blog/2008/09/14/booting-angstrom-on-my-beagleboard/#comments</comments>
		<pubDate>Sun, 14 Sep 2008 22:45:49 +0000</pubDate>
		<dc:creator>john</dc:creator>
		
		<category><![CDATA[General]]></category>

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

		<guid isPermaLink="false">http://zedstar.org/blog/2008/09/14/booting-angstrom-on-my-beagleboard/</guid>
		<description><![CDATA[I installed Angstrom on my Beagleboard and was able to ssh in do all the usual things. Obligatory screenshot.
I am going to install my btlogger on it and hook up a Bluetooth dongle.
]]></description>
			<content:encoded><![CDATA[<p>I installed <a href="http://www.angstrom-distribution.org/">Angstrom</a> on my <a href="http://beagleboard.org/">Beagleboard</a> and was able to ssh in do all the usual things. Obligatory <a href="http://www.flickr.com/photos/zedstar/2857799552/in/set-72157607289937794/">screenshot</a>.</p>
<p>I am going to install my <a href="http://projects.openmoko.org/plugins/wiki/index.php?btlogger&amp;id=136&amp;type=g">btlogger</a> on it and hook up a Bluetooth dongle.</p>
]]></content:encoded>
			<wfw:commentRss>http://zedstar.org/blog/2008/09/14/booting-angstrom-on-my-beagleboard/feed/</wfw:commentRss>
		</item>
		<item>
		<title>fakesat</title>
		<link>http://zedstar.org/blog/2008/09/07/fakesat/</link>
		<comments>http://zedstar.org/blog/2008/09/07/fakesat/#comments</comments>
		<pubDate>Sun, 07 Sep 2008 19:50:41 +0000</pubDate>
		<dc:creator>john</dc:creator>
		
		<category><![CDATA[thumbtribes]]></category>

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

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

		<guid isPermaLink="false">http://zedstar.org/blog/2008/09/07/fakesat/</guid>
		<description><![CDATA[Continuing my theme of projects that suffer from issues of critical mass I have began work on fakesat. I was looking for something to do with my beagleboard so decided that using it for this project would be fun. I have ordered a 100 meter Bluetooth dongle so will see how well that really works. [...]]]></description>
			<content:encoded><![CDATA[<p>Continuing my theme of projects that suffer from issues of critical mass I have began work on <a href="http://thumbtribes.org">fakesat</a>. I was looking for something to do with my <a href="http://beagleboard.org">beagleboard</a> so decided that using it for this project would be fun. I have ordered a 100 meter Bluetooth dongle so will see how well that really works. I am interested in low cost community driven alternatives to GPS especially ones that work well in urban environments.</p>
]]></content:encoded>
			<wfw:commentRss>http://zedstar.org/blog/2008/09/07/fakesat/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Remora Project</title>
		<link>http://zedstar.org/blog/2008/08/30/remora-project/</link>
		<comments>http://zedstar.org/blog/2008/08/30/remora-project/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 16:19:28 +0000</pubDate>
		<dc:creator>john</dc:creator>
		
		<category><![CDATA[General]]></category>

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

		<guid isPermaLink="false">http://zedstar.org/blog/2008/08/30/remora-project/</guid>
		<description><![CDATA[I have now tested the search engine on an iPod Touch. The code and software is available here.
In summary there are 2 search engines. One does a Yahoo! search and allows you to add PDFs to the local search engine. The basic idea is you can easily add documents to your device and find and [...]]]></description>
			<content:encoded><![CDATA[<p>I have now tested the search engine on an iPod Touch. The code and software is available <a href="http://remora.sourceforge.net/">here</a>.</p>
<p>In summary there are 2 search engines. One does a Yahoo! search and allows you to add PDFs to the local search engine. The basic idea is you can easily add documents to your device and find and read them later using a search engine.  Even if the iPhone had a way to download and browse documents it still does not solve the problem that some people give very random names to their PDF files. With the search engine you don&#8217;t need to wory what the filename is as you just search on its contents.</p>
<p>If you have a delicious account you can configure the live search to use it. It will then highlight any results in your search that match sites from your delicious account.</p>
]]></content:encoded>
			<wfw:commentRss>http://zedstar.org/blog/2008/08/30/remora-project/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iPhone local search video</title>
		<link>http://zedstar.org/blog/2008/06/25/iphone-local-search-video/</link>
		<comments>http://zedstar.org/blog/2008/06/25/iphone-local-search-video/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 17:31:20 +0000</pubDate>
		<dc:creator>john</dc:creator>
		
		<category><![CDATA[Handhelds]]></category>

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

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

		<guid isPermaLink="false">http://zedstar.org/blog/2008/06/25/iphone-local-search-video/</guid>
		<description><![CDATA[I made a video of searching my iPhone loaded with over 2000 PDFs from MIT&#8217;s OpenCourseWare. The search engine, Hyper Estraier,  is the same one used on gnu.org but running locally on the iPhone together with a local lighttpd web server. It performs very well and provides a nice way of accessing or iPhone when [...]]]></description>
			<content:encoded><![CDATA[<p>I made a video of searching my iPhone loaded with over 2000 PDFs from MIT&#8217;s OpenCourseWare. The search engine, Hyper Estraier,  is the same one used on gnu.org but running locally on the iPhone together with a local lighttpd web server. It performs very well and provides a nice way of accessing or iPhone when on your daily commute!</p>
<p><a href="http://www.youtube.com/watch?v=MKKlkcZ6vYo">http://www.youtube.com/watch?v=MKKlkcZ6vYo</a></p>
]]></content:encoded>
			<wfw:commentRss>http://zedstar.org/blog/2008/06/25/iphone-local-search-video/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
