<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Nir Simionovich blog &#187; mysql</title>
	<atom:link href="http://www.simionovich.com/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.simionovich.com</link>
	<description>The rants and raves of a technogeek</description>
	<lastBuildDate>Sat, 03 Sep 2011 19:26:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>PIKA Warp + FreePBX = Still some distance to go&#8230;</title>
		<link>http://www.simionovich.com/2008/11/06/pika-warp-freepbx-still-some-distance-to-go/</link>
		<comments>http://www.simionovich.com/2008/11/06/pika-warp-freepbx-still-some-distance-to-go/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 15:25:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[GPL]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[embedded]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[technnology]]></category>
		<category><![CDATA[Appliance]]></category>
		<category><![CDATA[FreePBX]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[PIKA]]></category>
		<category><![CDATA[SQLite]]></category>
		<category><![CDATA[WARP]]></category>

		<guid isPermaLink="false">http://www.simionovich.com/?p=157</guid>
		<description><![CDATA[As I wrote a couple of days, I&#8217;m currently in the process of evaluating the PIKA WARP appliance. As I already said before, the PIKA WARP isn&#8217;t a real PBX, but actually a framework for building PBX type appliances. For me, the entire evaluation process is more or less a process of trial and error,]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.simionovich.com%2F2008%2F11%2F06%2Fpika-warp-freepbx-still-some-distance-to-go%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.simionovich.com%2F2008%2F11%2F06%2Fpika-warp-freepbx-still-some-distance-to-go%2F&amp;source=nirsimionovich&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>As I wrote a couple of days, I&#8217;m currently in the process of <a href="http://www.simionovich.com/?p=142" target="_blank">evaluating the PIKA WARP appliance</a>. As I already said before, the PIKA WARP isn&#8217;t a real PBX, but actually a framework for building PBX type appliances.</p>
<p>For me, the entire evaluation process is more or less a process of trial and error, trying to figure out how the box is built, both from the software side and both from the build-tools provided with the appliance.</p>
<p>The process of flashing the new FreePBX based images wasn&#8217;t much of a hassle, actually, after more or less fucking up the box a couple of times, I became fairly handy with both the warploader and uboot tools, used to flash the onboard flash memory with a new boot image. After flashing the FreePBX about 3 times, I got it to come up right on my browser window, which produced the following screen:</p>
<div id="attachment_158" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.simionovich.com/wp-content/uploads/2008/11/pika_freepbx.jpg"><img class="size-full wp-image-158" title="pika_freepbx" src="http://www.simionovich.com/wp-content/uploads/2008/11/pika_freepbx.jpg" alt="PIKA FreePBX Screen" width="500" height="389" /></a><p class="wp-caption-text">PIKA FreePBX Screen</p></div>
<p>Now, it was fairly clear to me that MySQL (a mandatory component of FreePBX) isn&#8217;t a shoe in for the WARP appliance, after all, for an appliance it would be a blowtware. So, FreePBX here comes with SQLite, which on the surface should provide for similar functionality. Having worked with SQLite in the past, I knew for fact that some portions of FreePBX will not work &#8211; who am I kidding? if they would work it would be the most amazing thing I&#8217;ve seen a long time.</p>
<p>Mainly, this is caused by variations between the SQL code and various table management that FreePBX imposes on the FreePBX database structure, when installing or upgrading new or existing modules. For example, trying to go about and install the FreePBX IVR module yields the following error:</p>
<div id="attachment_159" class="wp-caption aligncenter" style="width: 510px"><a href="http://www.simionovich.com/wp-content/uploads/2008/11/pika_freepbx_01.jpg"><img class="size-full wp-image-159" title="pika_freepbx_01" src="http://www.simionovich.com/wp-content/uploads/2008/11/pika_freepbx_01.jpg" alt="FreePBX error on WARP appliance" width="500" height="307" /></a><p class="wp-caption-text">FreePBX error on WARP appliance</p></div>
<p>Well, that&#8217;s understandable &#8211; basically means that the unit isn&#8217;t yet fully useable with FreePBX &#8211; but we are getting there I guess, after all, rome wasn&#8217;t built in a single day.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.simionovich.com/2008/11/06/pika-warp-freepbx-still-some-distance-to-go/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Apache vs. Lighttpd (AKA: Lighty)</title>
		<link>http://www.simionovich.com/2008/08/27/apache-vs-lighttpd-aka-lighty/</link>
		<comments>http://www.simionovich.com/2008/08/27/apache-vs-lighttpd-aka-lighty/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 11:21:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AGI]]></category>
		<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[GPL]]></category>
		<category><![CDATA[SIP]]></category>
		<category><![CDATA[embedded]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[technnology]]></category>
		<category><![CDATA[Ajaz]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[dialer]]></category>
		<category><![CDATA[Lighttpd]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.simionovich.com/?p=55</guid>
		<description><![CDATA[For a while now I&#8217;ve been toying around with the idea of utilizing Lighttpd for various web based applications. One of these application is my Automatic Dialer framework, also known as the GTD-API. The main issue with the GTD-API (besides that it is highly reliant on a MySQL database), is the fact that all requests]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.simionovich.com%2F2008%2F08%2F27%2Fapache-vs-lighttpd-aka-lighty%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.simionovich.com%2F2008%2F08%2F27%2Fapache-vs-lighttpd-aka-lighty%2F&amp;source=nirsimionovich&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>For a while now I&#8217;ve been toying around with the idea of utilizing Lighttpd for various web based applications. One of these application is my Automatic Dialer framework, also known as the GTD-API. The main issue with the GTD-API (besides that it is highly reliant on a MySQL database), is the fact that all requests have to be processed via XML-RPC HTTP post requests.</p>
<p>The main issue that I had was this: in a production scenario, a dialer management system will generate over 100 requests to the XML-RPC server. While Apache is fully capable of rendering services at such a speed, its increasing size and boilerplate automatically introduce a management issue. In addition, as I was trying to build a dialer appliance that can be used in any enterprise, the ever expanding Apache wasn&#8217;t a good choice.</p>
<p>While I was looking at both NginX and Lighttpd, the latter captured my eye, thanks to a simple advantage &#8211; The integration of FastCGI based PHP was so easy, that it almost troubling that I used Apache all these years.</p>
<p>At this point, once I got Lighhtpd working with my Dialer, I said to myself: &#8220;It would be really cool to go about and send status reports back from the dialer, directly to the web client activating the call. In addition, I really don&#8217;t want to go about and perform these updates to the database, then query the database &#8211; that would, literally, kill the MySQL server.</p>
<p>So, I implemented a local session storage area for each call, which updated the call status as it traverses. The information was stored on the hard drive, which allowed a better response time than the ever indexing MySQL server. The status reports were picked up from the Lighttpd server via an Ajax client (which I didn&#8217;t write &#8211; I suck at JS) &#8211; and it works quite well.</p>
<p>I wonder, can Lighttpd completely replace Apache? &#8230; time will tell&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.simionovich.com/2008/08/27/apache-vs-lighttpd-aka-lighty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Annoying Thing</title>
		<link>http://www.simionovich.com/2008/06/26/the-annoying-thing/</link>
		<comments>http://www.simionovich.com/2008/06/26/the-annoying-thing/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 07:11:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[GPL]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[rants]]></category>
		<category><![CDATA[technnology]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[IP telephony]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[Verizon]]></category>

		<guid isPermaLink="false">http://www.simionovich.com/?p=45</guid>
		<description><![CDATA[When people hear other people talk about &#8220;The Annoying Thing&#8221;, most probably the first thing that pops into their mind is the below video: However, today I&#8217;d like to refer to another annoying phenom, the one that I call: &#8220;letting the piss get to your head &#8211; even if you didn&#8217;t do anything or contribute]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.simionovich.com%2F2008%2F06%2F26%2Fthe-annoying-thing%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.simionovich.com%2F2008%2F06%2F26%2Fthe-annoying-thing%2F&amp;source=nirsimionovich&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>When people hear other people talk about &#8220;The Annoying Thing&#8221;, most probably the first thing that pops into their mind is the below video:</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/oNnRGtVkr6E&#038;hl=de"></param><embed src="http://www.youtube.com/v/oNnRGtVkr6E&#038;hl=de" type="application/x-shockwave-flash" width="425" height="344"></embed></object></p>
<p>However, today I&#8217;d like to refer to another annoying phenom, the one that I call: &#8220;letting the piss get to your head &#8211; even if you didn&#8217;t do anything or contribute to anything!&#8221;. </p>
<p>As I am a consultant, I work with a multitude of customers, each one with their own craziness and weirdness. Now, there is nothing wrong with being weird or crazy, but being out blunt rude and insulting, that&#8217;s something completely different. For example, when I walk into a meeting, I have the best interest of my customer in mind, however, when that customer mistakes my willingness to assist and promote his company, mistakes that willingness to being a sucker &#8211; that&#8217;s annoying. </p>
<p>Why would an IP carrier tell something in the form of: &#8220;Haaaa&#8230; Are you kidding? they need to pay me for using their product, I&#8217;m promoting it!&#8221; &#8211; that&#8217;s plain rude. Fuck man, your founders built your entire company on this product, when they raised VC money and charged money from their customers, the makers of the product (an open source one), didn&#8217;t make a dime of from you. That statement is blunt out RUDE!</p>
<p>I think that the best option would be to go about an establish inside the Open Source license model a statement that says: &#8220;If the GPL product is used in conjunction with a service, that surpasses the size of X concurrent/registered users, the product shall no longer be considered a GPL product &#8211; but a comercially licensed product, requiring the user to pay royalties to the creator&#8221;. Why is this a good thing? &#8211; very simple, sustainability of Open Source. In one of my previous posts, I talked about the sustainability of Open Source &#8211; defining the border when a usage of an Open Source product is considered commercial &#8211; and requires a form of royalty payment to the project&#8217;s maintainer/creator is a crucial element in making sure the project continues and evolves. </p>
<p>Imagine for example, that the Apache foundation didn&#8217;t exist. The foundation supports and funds (partially) the development behind the Apache web server project and related projects. The project is capable of sustaining itself, as companies which are making commercial usage of Apache are taking an active part in the funding of the project. With the Apache project, there was no need for a definition of &#8220;Commerical Use&#8221;, as the Apache project started from a Commercial need. Other projects start from non-Commercial needs, but evolve into Commercial products &#8211; that case needs to be addressed.<br />
 </p>
]]></content:encoded>
			<wfw:commentRss>http://www.simionovich.com/2008/06/26/the-annoying-thing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source business sustainability</title>
		<link>http://www.simionovich.com/2008/06/01/open-source-business-sustainability/</link>
		<comments>http://www.simionovich.com/2008/06/01/open-source-business-sustainability/#comments</comments>
		<pubDate>Sun, 01 Jun 2008 05:24:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[GPL]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[rants]]></category>
		<category><![CDATA[technnology]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Funding]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mandriva]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[RedHat]]></category>
		<category><![CDATA[sales]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Zimbra]]></category>

		<guid isPermaLink="false">http://www.simionovich.com/?p=39</guid>
		<description><![CDATA[While Open Source projects around the world gather up the troops and become recognized for what they are: highly polished, highly effective, extremely economical products &#8211; the situation in Israel is fairly different. We&#8217;ve all heard about companies like Zimbra (recently acquired by Yahoo), MySQL (recently acquired by SUN) and others, which had struck BIG]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.simionovich.com%2F2008%2F06%2F01%2Fopen-source-business-sustainability%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.simionovich.com%2F2008%2F06%2F01%2Fopen-source-business-sustainability%2F&amp;source=nirsimionovich&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>While Open Source projects around the world gather up the troops and become recognized for what they are: highly polished, highly effective, extremely economical products &#8211; the situation in Israel is fairly different. We&#8217;ve all heard about companies like Zimbra (recently acquired by Yahoo), MySQL (recently acquired by SUN) and others, which had struck BIG TIME. However, the situation in Israel differs immensely.</p>
<p>I&#8217;ve been invited to participate in a panel at the Garage Geeks, to discuss the various aspects of Open Source sustainability. I&#8217;ve made it my business to build a business completely surrounded by Open Source, devoted to the promotion and adaptation of Open Source &#8211; and when possible, the promotion of Open Source licensing models and the understanding of what they mean.</p>
<p>In one of my previous posts, I&#8217;ve indicated that Open Source projects are highly exploited in an illegal manner in Israel, thus, making Open Source business in Israel a high target for Open Crooks. The question immediately arises, how can an Open Source project become successful? In addition to that, what are the factors that make a good Open Source project a grand Open Source project.</p>
<p><strong>Step 1: Features</strong></p>
<p>For an Open Source project to become popular and frequently used, it should have an extensive range of features, which is constantly being upgraded and enhanced. Taking from my own personal favorite, let&#8217;s take a look at Asterisk &#8211; the Open Source PBX. Over the course of the past 5 years, Asterisk had evolved to include hundreds of features. Each new feature in an Open Source product expose it to a new market. With Asterisk, the introduction of an Answering machine detection tool had introduced it to the automatic dialer and contact center market. The introduction of LumenVox speech recognition had introduced it to the ASR market, and so on.</p>
<p>While features are important, it is also very important to make sure the features included are features that the community and users require. While it is really cool to have a mod_kitchensink for the Apache web server, no one really uses it.</p>
<p><strong>Step 2: Community</strong></p>
<p>In order for an Open Source product to become successful, it MUST have a vibrant and active community &#8211; better yet, more than one. While an active developer community is important for the advancement of the project, a set of auxiliary communities is required. A users community is a must, rendering support and usage ideas to its members. No less important is a business oriented community, one that speaks to the manager level people, those making the decisions in organizations. Tap into that level, and the Open Source project is now gaining followers from other side of the border.</p>
<p>Managers tend to be highly traditional in thinking, not inclined to utilize Open Source at first try. A vibrant business community of the Open Source project can do wonders to the project, especially with its promotion and adaptation into existing and new business structures.</p>
<p><strong>Step 3: Funding and Sustainability</strong></p>
<p>Funding an Open Source project doesn&#8217;t entirely mean &#8211; MONEY! Well, eventually it does mean money, but not in the normal way we think or work with money. Open Source developers don&#8217;t work primarily for the money, the driving force behind Open Source developers is different. Question be: &#8220;If Open Source developers aren&#8217;t motivated by money, why would you need funding?&#8221; &#8211; the reason is simple, the surroundings of an Open Source project require funding.</p>
<p>The surroundings of an Open Source project mainly include the following: public events, developer meetings, servers, hosting, travel fares, participating in trade shows and others. All of the above are generally associated with Marketing, however, marketing an Open Source project is sometimes as important as the project itself. If we are to examine the growth of the Linux community and user base in the world, we are mainly thankful to RedHat in its early days (1996-2001), closely followed by Debian with its recent off spring Ubuntu (2006-2008). Imagine, you can now go into an IBM dealer and ask to buy your notebook with Linux, how cool is that? how did that happen? did the world suddenly realise Linux is better than Windows? &#8211; the answer is NO! The marketing efforts of these companies had proven worth while, as the concept of using Linux as a desktop became common in recent years.</p>
<p><strong>Step 4: Training and Certification</strong></p>
<p>If your Open Source project is UberGeek targeted only, than you have a very slim chance of making it big. Lowering the bar on the requirements for the adaptation of an Open Source project is highly important and can be mostly achieved by training and certification. The training makes it possible for people to learn more about an Open Source project, while the certification makes the project seem more desirable and exclusive.</p>
<p>Why do people seek M$ and Ci$co certifications? simple, because they know these certifications mean something to manager level people and decision makers. The certification is a written (actually printed) proof that you know what you are talking about and that you are truly a professional working in the field of that Open Source project.</p>
<p><strong>Conclusion:</strong></p>
<p>If all of the above are met, you are surely on your way to create the next big Open Source project &#8211; and you are on your way to world fame and rock-star feeling.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.simionovich.com/2008/06/01/open-source-business-sustainability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Improper Technology Meshing</title>
		<link>http://www.simionovich.com/2007/11/08/improper-technology-meshing/</link>
		<comments>http://www.simionovich.com/2007/11/08/improper-technology-meshing/#comments</comments>
		<pubDate>Thu, 08 Nov 2007 08:24:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[rants]]></category>
		<category><![CDATA[technnology]]></category>
		<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.simionovich.com/?p=9</guid>
		<description><![CDATA[What would you call a platform that is made up of multiple elements, each one connected one to another by a very thin line of integration &#8211; having each one reliant on the other for proper functionality? &#8211; A MESS! Recently, a customer of mine had asked me to review a platform that he has,]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.simionovich.com%2F2007%2F11%2F08%2Fimproper-technology-meshing%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.simionovich.com%2F2007%2F11%2F08%2Fimproper-technology-meshing%2F&amp;source=nirsimionovich&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>What would you call a platform that is made up of multiple elements, each one connected one to another by a very thin line of integration &#8211; having each one reliant on the other for proper functionality? &#8211; A MESS!<span id="more-9"></span></p>
<p>Recently, a customer of mine had asked me to review a platform that he has, that had been built by another integrator. According to the customer, the platform was built on top of an Asterisk + MySQL stack, with an Apache based front end. I had asked the customer to send me some code segments from the platform, so that I may have a better view of things. The code segments that were sent had suggested that the platform isn&#8217;t far from the description. Asterisk is indeed the main IVR core, MySQL is used as a database, and it would appear that the scripting language is PHP &#8211; all is good, looks fairly nice. So, next step was to logon to the actual platform and take a closed look&#8230;</p>
<p>At this point, all hell broke loose! Aparently, the web front end was based on a Python based engine called django. While django was an interesting piece of code in terms of learning it and maybe using it, the immediate meshing of django into the IVR application framework didn&#8217;t make any sense to me. In addition to that, I&#8217;ve come to learn that there is also an Oracle database server installed on the system, running some funky JAVA server, that was communicating with the IVR application, via a very flaky interface. In other words, the platform is a mixture of technologies, integrations that are done in a none standard way and worse of all, no documentation anywhere in the code about how it works.</p>
<p>Now, the customer wants me to take control over the platform and to assume responsibilities for it. My immediate answer was a big NO WAY! Imagine that you need to take responsibility for a child that is not yours, one that you know for fact that is prune to burn down your house, as he shows clear signs of pyromania &#8211; would you assume responsibility? I don&#8217;t think so. So, I tell the customer all the facts and the customer says: &#8220;I don&#8217;t care, I want it in working condition, ready for production in 7 days!&#8221; &#8211; in other words, and impossible mission, especially with all the decoupled technologies within the application framework.</p>
<p>What would you have done?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.simionovich.com/2007/11/08/improper-technology-meshing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

