<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>OSTalks - Open Source Talk Blog</title>
	<atom:link href="http://ostalks.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ostalks.wordpress.com</link>
	<description>A Personal Blog about Open Source, Programming and Idle Stuff</description>
	<lastBuildDate>Tue, 27 Oct 2009 13:03:01 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='ostalks.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/48a11810bfbe667f8dd880344dddb41b?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>OSTalks - Open Source Talk Blog</title>
		<link>http://ostalks.wordpress.com</link>
	</image>
			<item>
		<title>Starting a Facebook Application</title>
		<link>http://ostalks.wordpress.com/2009/10/27/starting-a-facebook-application/</link>
		<comments>http://ostalks.wordpress.com/2009/10/27/starting-a-facebook-application/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 10:36:15 +0000</pubDate>
		<dc:creator>clintcan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://ostalks.wordpress.com/?p=72</guid>
		<description><![CDATA[One of the most popular social networking sites today is facebook.  As of this time, the social networking site boasts of over 300 million users, which is pretty hard to ignore, considering marketing value.
What makes facebook interesting are its applications; which are mostly user created, and add life to the social networking site.
Here&#8217;s how [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ostalks.wordpress.com&blog=5433167&post=72&subd=ostalks&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>One of the most popular social networking sites today is facebook.  As of this time, the social networking site boasts of over 300 million users, which is pretty hard to ignore, considering marketing value.</p>
<p>What makes facebook interesting are its applications; which are mostly user created, and add life to the social networking site.</p>
<p>Here&#8217;s how to submit a facebook application to the net:</p>
<p>1. Join as a facebook developer, and on the http://www.facebook.com/developers/ url, click on the Set up new application button</p>
<p><img class="alignnone size-medium wp-image-73" title="Set up new application" src="http://ostalks.files.wordpress.com/2009/10/pic1.jpg?w=400&#038;h=25" alt="Set up new application" width="400" height="25" /></p>
<p>2. On the Create App page, type in the name of your application</p>
<p><img src="http://ostalks.files.wordpress.com/2009/10/pic2.jpg?w=600" alt="Create App Page" title="Create App Page" width="600" class="alignnone size-medium wp-image-74" /></p>
<p>3. Take note of the API Key and Secret; you&#8217;ll need these later.  Fill up the necessary items in the Basic Page.</p>
<p><img src="http://ostalks.files.wordpress.com/2009/10/pic3.jpg?w=600" alt="pic3" title="pic3" width="600" class="alignnone size-medium wp-image-75" /></p>
<p>4. Enter the canvas url (where your application will reside in apps.facebook.com), and the content url where your application is hosted.</p>
<p><img src="http://ostalks.files.wordpress.com/2009/10/pic4.jpg?w=600" alt="pic4" title="pic4" width="600" class="alignnone size-medium wp-image-76" /></p>
<p>5. Press Save, and you&#8217;re off to start a brave new world of creating a Facebook Application!</p>
<p>The simplest start for a facebook application looks like this:</p>
<p><code>require_once 'php/facebook.php';<br />
require_once 'config.php';</p>
<p>$facebook = new Facebook($api_key, $secret);<br />
$user_id = $facebook-&gt;require_login();</p>
<p>echo "Hello, $user_id!";<br />
</code></p>
<p>facebook.php is the facebook php client which you can download in the developers site.  You can learn more about the api in the http://wiki.developers.facebook.com/ site.</p>
<p>Have fun!</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ostalks.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ostalks.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ostalks.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ostalks.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ostalks.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ostalks.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ostalks.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ostalks.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ostalks.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ostalks.wordpress.com/72/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ostalks.wordpress.com&blog=5433167&post=72&subd=ostalks&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ostalks.wordpress.com/2009/10/27/starting-a-facebook-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b4a0dd24de880d85a3de67e212826bb9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">clintcan</media:title>
		</media:content>

		<media:content url="http://ostalks.files.wordpress.com/2009/10/pic1.jpg?w=400" medium="image">
			<media:title type="html">Set up new application</media:title>
		</media:content>

		<media:content url="http://ostalks.files.wordpress.com/2009/10/pic2.jpg?w=600" medium="image">
			<media:title type="html">Create App Page</media:title>
		</media:content>

		<media:content url="http://ostalks.files.wordpress.com/2009/10/pic3.jpg?w=600" medium="image">
			<media:title type="html">pic3</media:title>
		</media:content>

		<media:content url="http://ostalks.files.wordpress.com/2009/10/pic4.jpg?w=600" medium="image">
			<media:title type="html">pic4</media:title>
		</media:content>
	</item>
		<item>
		<title>Mypodcast.com Feeds and Longtailvideo Media Player</title>
		<link>http://ostalks.wordpress.com/2009/09/20/mypodcast-com-feeds-and-longtailvideo-media-player/</link>
		<comments>http://ostalks.wordpress.com/2009/09/20/mypodcast-com-feeds-and-longtailvideo-media-player/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 07:51:38 +0000</pubDate>
		<dc:creator>clintcan</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[longtail media player]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[simplepie]]></category>

		<guid isPermaLink="false">http://ostalks.wordpress.com/?p=69</guid>
		<description><![CDATA[The religious community that I&#8217;m in delves into media.  In fact we have a website that showcases video and audio materials for free.
We use the ever popular video/media flash player made by Longtail Video to stream our mp3 and video files to be distributed and seen by people in the web.
As we host our [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ostalks.wordpress.com&blog=5433167&post=69&subd=ostalks&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The religious community that I&#8217;m in delves into media.  In fact we have a website that showcases video and audio materials for free.</p>
<p>We use the ever popular video/media flash player made by <a href="http://www.longtailvideo.com/players/jw-flv-player/">Longtail Video</a> to stream our mp3 and video files to be distributed and seen by people in the web.</p>
<p>As we host our mp3 files in mypodcast.com, the rss feed that is delivered my the site isn&#8217;t exactly compatible with the player &#8211; so I had to parse the rss feed and re encode it into an rss feed that the longtail player recognizes.</p>
<p>In order to not reinvent the wheel in reading rss feeds, I used the ever popular open source (BSD-licensed) php feed reader, <a href="http://simplepie.org">simplepie</a>.</p>
<p>Below this page is the quick and dirty code that I used.  I hope this will help you get started in the world of podcasting!</p>
<p><code><br />
&lt;?<br />
require_once(&#039;simplepie.inc&#039;);</p>
<p>$feed = new SimplePie(&#039;http://host/rss.xml&#039;);<br />
set_cache_location($_SERVER[&#039;DOCUMENT_ROOT&#039;] . &#039;/cache/&#039;);</p>
<p>$feed-&gt;handle_content_type();</p>
<p>?&gt;</p>
<p>	rss feed name<br />
get_items() as $item)<br />
{<br />
	$title = $item-&gt;get_title();<br />
	$date = $item-&gt;get_date();<br />
	if ($enclosure = $item-&gt;get_enclosure())<br />
	{<br />
		$media = $enclosure-&gt;get_link();<br />
		$length = $enclosure-&gt;get_duration(true);<br />
	}<br />
	$subtitle = $item-&gt;subtitle;<br />
	$description = $item-&gt;get_description();<br />
	//print_r($enclosure);<br />
	$desc = explode(&quot;&quot;,&quot;&quot;,$image);<br />
	echo &quot;</p>
<p>		$title<br />
		$author</p>
<p>	&quot;;<br />
}<br />
?&gt;</p>
<p></code></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ostalks.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ostalks.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ostalks.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ostalks.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ostalks.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ostalks.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ostalks.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ostalks.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ostalks.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ostalks.wordpress.com/69/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ostalks.wordpress.com&blog=5433167&post=69&subd=ostalks&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ostalks.wordpress.com/2009/09/20/mypodcast-com-feeds-and-longtailvideo-media-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b4a0dd24de880d85a3de67e212826bb9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">clintcan</media:title>
		</media:content>
	</item>
		<item>
		<title>Standards&#8230; Dilbert style</title>
		<link>http://ostalks.wordpress.com/2009/09/08/standards-dilbert-style/</link>
		<comments>http://ostalks.wordpress.com/2009/09/08/standards-dilbert-style/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 03:06:43 +0000</pubDate>
		<dc:creator>clintcan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Dilbert]]></category>
		<category><![CDATA[ISO]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://ostalks.wordpress.com/2009/09/08/standards-dilbert-style/</guid>
		<description><![CDATA[I found this sooo strangely familiar to what happened on the ISO standards committee on the OOXML approval process.

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ostalks.wordpress.com&blog=5433167&post=67&subd=ostalks&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I found this sooo strangely familiar to what happened on the ISO standards committee on the OOXML approval process.<br />
<a href="http://dilbert.com/strips/comic/2009-09-02/" title="Dilbert.com"><img src="http://dilbert.com/dyn/str_strip/000000000/00000000/0000000/000000/60000/6000/400/66480/66480.strip.gif" border="0" alt="Dilbert.com" /></a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ostalks.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ostalks.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ostalks.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ostalks.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ostalks.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ostalks.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ostalks.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ostalks.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ostalks.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ostalks.wordpress.com/67/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ostalks.wordpress.com&blog=5433167&post=67&subd=ostalks&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ostalks.wordpress.com/2009/09/08/standards-dilbert-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b4a0dd24de880d85a3de67e212826bb9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">clintcan</media:title>
		</media:content>

		<media:content url="http://dilbert.com/dyn/str_strip/000000000/00000000/0000000/000000/60000/6000/400/66480/66480.strip.gif" medium="image">
			<media:title type="html">Dilbert.com</media:title>
		</media:content>
	</item>
		<item>
		<title>Heywatch and php</title>
		<link>http://ostalks.wordpress.com/2009/09/07/heywatch-and-php/</link>
		<comments>http://ostalks.wordpress.com/2009/09/07/heywatch-and-php/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 11:20:23 +0000</pubDate>
		<dc:creator>clintcan</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[heywatch]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://ostalks.wordpress.com/?p=61</guid>
		<description><![CDATA[Heywatch is a cool video encoding web service that is being used by different clients like Sony, Fotolia, Kickapps, MTv, among others for their video conversion needs.
One nice thing about this service is that it has a REST based API that is simple to implement in php.  However, the documentation that comes with heywatch [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ostalks.wordpress.com&blog=5433167&post=61&subd=ostalks&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Heywatch is a cool video encoding web service that is being used by different clients like Sony, Fotolia, Kickapps, MTv, among others for their video conversion needs.</p>
<p>One nice thing about this service is that it has a REST based API that is simple to implement in php.  However, the documentation that comes with heywatch shows only how to access the API using PEAR &#8211; this becomes a disadvantage if your shared hosted webhost doesn&#8217;t have PEAR installed.  I also personally think that using PEAR just to call this api is basically overkill.</p>
<p>Why not use curl instead?  I basically changed the PEAR functions in the API documentation to that of php curl functions (which are basically native and available in practically all shared php webhosting)</p>
<p><code><br />
&lt;?<br />
$video_url = "http://osaddict.com/files/elephantsdream-480-h264-st-aac.mov";<br />
$format_id = "1086"; // 1086 for flash h264, 31 for flash flv<br />
$ftp = "ftp://username:password@ftphost.com";<br />
$ping_after_encode = "http://host/heywatch/success.php?myvideoid=5&amp;myuserid=1";<br />
$ping_if_error = "http://host/heywatch/error.php";<br />
$ch = curl_init();<br />
$your_username = "";<br />
$your_password = "";<br />
$video_url,&quot;format_id&quot;=&gt;$format_id,&quot;automatic_encode&quot;=&gt;&quot;true&quot;,&quot;ftp_directive&quot;=&gt;$ftp,&quot;title&quot;=&gt;&quot;My Video Title&quot;,&quot;keep_video_size&quot;=&gt;&quot;true&quot;);<br />
curl_setopt($ch, CURLOPT_USERPWD, $your_username.&#39;:&#39;.$your_password);<br />
curl_setopt($ch, CURLOPT_POSTFIELDS,$arr);</p>
<p>$data = curl_exec($ch);</p>
<p>if (curl_errno($ch)) {<br />
 print curl_error($ch);<br />
 exit;<br />
} else {<br />
 curl_close($ch);<br />
}</p>
<p>header(&quot;Content-Type: text/xml;charset=UTF-8&quot;);<br />
header(&quot;Pragma: no-cache&quot;);<br />
echo $data;<br />
?&gt;<br />
</code></p>
<p>What this code does is to download a video, convert it to h264 flash format, then upload it to a select ftp host in just one step (success.php and error.php are ping functions where the developer is notified if conversion was successful or not).</p>
<p>One thing to take note is that heywatch doesn&#8217;t like special characters in the ftp url, if you place such characters in the $ftp variable, heywatch upload fails.</p>
<p>Have fun!</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ostalks.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ostalks.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ostalks.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ostalks.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ostalks.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ostalks.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ostalks.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ostalks.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ostalks.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ostalks.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ostalks.wordpress.com&blog=5433167&post=61&subd=ostalks&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ostalks.wordpress.com/2009/09/07/heywatch-and-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://osaddict.com/files/elephantsdream-480-h264-st-aac.mov" length="103636531" type="video/quicktime" />
	
		<media:content url="http://1.gravatar.com/avatar/b4a0dd24de880d85a3de67e212826bb9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">clintcan</media:title>
		</media:content>
	</item>
		<item>
		<title>Where In the World&#8230; is Open Source Software?</title>
		<link>http://ostalks.wordpress.com/2009/07/14/where-in-the-world-is-open-source-software/</link>
		<comments>http://ostalks.wordpress.com/2009/07/14/where-in-the-world-is-open-source-software/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 10:37:38 +0000</pubDate>
		<dc:creator>clintcan</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[auction]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://ostalks.wordpress.com/?p=58</guid>
		<description><![CDATA[Working for a company that allows you to experiment with different technologies can be a very satisfying (and sometimes stressful, considering the deadlines) experience.  Working in such an environment also lets you encounter people that even in your wildest imaginations would never have thought of meeting in your lifetime.
A few years ago, while we [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ostalks.wordpress.com&blog=5433167&post=58&subd=ostalks&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Working for a company that allows you to experiment with different technologies can be a very satisfying (and sometimes stressful, considering the deadlines) experience.  Working in such an environment also lets you encounter people that even in your wildest imaginations would never have thought of meeting in your lifetime.</p>
<p>A few years ago, while we were starting out (I was in the company even before it came to be one), my boss in our talks mentioned a familiar name, Jim Everson.  For those who don&#8217;t know him, he&#8217;s the guy who led in the development of several educational games including the classic Broderbund game &#8220;Where in the World is Carmen Sandiego&#8221;.</p>
<p>Where does this all lead to, you may ask?  In a nutshell, last year, Jim was diagnosed with advanced melanoma. Which led to his ex-wife (my boss&#8217; sister) helping him out in whatever way she can &#8211; well, she helped design a website for him.</p>
<p>My boss asked a favor from me, to help quickly get some open source auction software and customize it for the website&#8217;s use, which I gladly did (as I was acquainted with him, and talked with him through emails in the past).</p>
<p>If it was not for open source software, we would have started programming from scratch, and would have taken much longer to finish (and at that time, I was up to my neck with deadlines at work).  And, since the source code was there to see and customize, it was quick enough to implement it to their needs.</p>
<p>To end, if you do see Jim on your travels (he&#8217;s now an independent mac consultant), ask him about his mouth watering lamb chops recipe &#8211; he makes one mean lamb chops! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ostalks.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ostalks.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ostalks.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ostalks.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ostalks.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ostalks.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ostalks.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ostalks.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ostalks.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ostalks.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ostalks.wordpress.com&blog=5433167&post=58&subd=ostalks&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ostalks.wordpress.com/2009/07/14/where-in-the-world-is-open-source-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b4a0dd24de880d85a3de67e212826bb9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">clintcan</media:title>
		</media:content>
	</item>
		<item>
		<title>Unreleased aLinux Screenshot</title>
		<link>http://ostalks.wordpress.com/2009/06/13/unreleased-alinux-screenshot/</link>
		<comments>http://ostalks.wordpress.com/2009/06/13/unreleased-alinux-screenshot/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 13:01:02 +0000</pubDate>
		<dc:creator>clintcan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[aLinux]]></category>
		<category><![CDATA[distrowatch]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[PeanutLinux]]></category>
		<category><![CDATA[pnutproject]]></category>

		<guid isPermaLink="false">http://ostalks.wordpress.com/?p=46</guid>
		<description><![CDATA[I happened to chat with Jay Klepacs, aLinux creator, a little over a month ago (we&#8217;ve been friends since 2000s, during the PeanutLinux days).
If you&#8217;re wondering what aLinux was, it was a linux distribution derived from looplinux and was basically a hybrid of sorts (in it&#8217;s early days, it was very slackware linux inspired, but [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ostalks.wordpress.com&blog=5433167&post=46&subd=ostalks&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I happened to chat with Jay Klepacs, aLinux creator, a little over a month ago (we&#8217;ve been friends since 2000s, during the PeanutLinux days).</p>
<p>If you&#8217;re wondering what aLinux was, it was a linux distribution derived from looplinux and was basically a hybrid of sorts (in it&#8217;s early days, it was very slackware linux inspired, but sporting rpms as it&#8217;s package format) and was featured in distrowatch years ago.</p>
<p><a href="http://distrowatch.com/weekly.php?issue=20050829">http://distrowatch.com/weekly.php?issue=20050829</a></p>
<p>I asked him how he was, and what&#8217;s up in <a href="http://alinux.tv">aLinux</a> land (which hasn&#8217;t seen a release for quite a while).  In fact, I haven&#8217;t worked on <a href="http://pnutproject.org/">pnutproject</a> for quite a while either with Craig&#8230; real life since has taken over and I&#8217;ve been working quite busy for a start up company which I&#8217;ve been in for almost 3 years (never had so much fun programming and doing cool stuff with linux too!).</p>
<p>To make the long story short, aLinux lives, but not for distribution&#8230; yet.  I don&#8217;t know if Jay would release it to the public either (it still uses KDE 3.5.x, btw which I still prefer over KDE 4.x).</p>
<p>Anyways, here&#8217;s the screenshot for you to enjoy.  Have fun!</p>
<p><a href="http://ostalks.files.wordpress.com/2009/06/alinux.png"><img src="http://ostalks.files.wordpress.com/2009/06/alinux.png?w=538&#038;h=336" alt="Unreleased aLinux Screenshot" width="538" height="336" /></a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ostalks.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ostalks.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ostalks.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ostalks.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ostalks.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ostalks.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ostalks.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ostalks.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ostalks.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ostalks.wordpress.com/46/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ostalks.wordpress.com&blog=5433167&post=46&subd=ostalks&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ostalks.wordpress.com/2009/06/13/unreleased-alinux-screenshot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b4a0dd24de880d85a3de67e212826bb9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">clintcan</media:title>
		</media:content>

		<media:content url="http://ostalks.files.wordpress.com/2009/06/alinux.png" medium="image">
			<media:title type="html">Unreleased aLinux Screenshot</media:title>
		</media:content>
	</item>
		<item>
		<title>Lenovo 3000 G430 and Fedora 10</title>
		<link>http://ostalks.wordpress.com/2009/03/24/lenovo-3000-g430-and-fedora-10/</link>
		<comments>http://ostalks.wordpress.com/2009/03/24/lenovo-3000-g430-and-fedora-10/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 22:23:03 +0000</pubDate>
		<dc:creator>clintcan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Broadcom]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Fedora 10]]></category>
		<category><![CDATA[Lenovo]]></category>
		<category><![CDATA[Lenovo 3000 G430]]></category>
		<category><![CDATA[Lenovo G430]]></category>
		<category><![CDATA[Synaptics]]></category>
		<category><![CDATA[touchpad]]></category>

		<guid isPermaLink="false">http://ostalks.wordpress.com/?p=31</guid>
		<description><![CDATA[A friend of mine asked me to help him set up linux on his newly purchased Lenovo laptop (doesn&#8217;t have an OS preinstalled).  Few observations:
Ubuntu Intrepid failed to install on this laptop (messed up X resolution when it goes to the ubiquity setup screen).
Fedora 10 does install successfully.
There are two hardware gotchas that do [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ostalks.wordpress.com&blog=5433167&post=31&subd=ostalks&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>A friend of mine asked me to help him set up linux on his newly purchased Lenovo laptop (doesn&#8217;t have an OS preinstalled).  Few observations:</p>
<p>Ubuntu Intrepid failed to install on this laptop (messed up X resolution when it goes to the ubiquity setup screen).<br />
Fedora 10 does install successfully.</p>
<p>There are two hardware gotchas that do not work after install, namely, the touchpad and the wireless.  The laptop&#8217;s webcam gets detected and runs out of the box.</p>
<p>For the touchpad problem, disabling then enabling the touchpad by pressing the Fn+F8 key combination on the login screen twice does the trick.</p>
<p>As the wifi card of this laptop uses the Broadcom chipset, we have to install the Broadcom driver from the non-free repository of the rpmfusion website:</p>
<p>su -c &#8216;rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm&#8217;</p>
<p>and then running</p>
<p>su -<br />
yum update<br />
yum install broadcom-wl</p>
<p>and then rebooting the laptop will enable the user to use his wifi with no problems at all.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ostalks.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ostalks.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ostalks.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ostalks.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ostalks.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ostalks.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ostalks.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ostalks.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ostalks.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ostalks.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ostalks.wordpress.com&blog=5433167&post=31&subd=ostalks&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ostalks.wordpress.com/2009/03/24/lenovo-3000-g430-and-fedora-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b4a0dd24de880d85a3de67e212826bb9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">clintcan</media:title>
		</media:content>
	</item>
		<item>
		<title>PHP SSH2 Source RPMS for CentOS/RedHat</title>
		<link>http://ostalks.wordpress.com/2008/11/10/php-ssh2-source-rpms-for-centosredhat/</link>
		<comments>http://ostalks.wordpress.com/2008/11/10/php-ssh2-source-rpms-for-centosredhat/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 07:09:28 +0000</pubDate>
		<dc:creator>clintcan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[pecl]]></category>
		<category><![CDATA[RedHat]]></category>
		<category><![CDATA[ssh2]]></category>

		<guid isPermaLink="false">http://ostalks.wordpress.com/?p=13</guid>
		<description><![CDATA[You might have heard of ssh2 pecl bindings for php. Unfortunately, the &#8220;stable&#8221; version fails to compile for php 5.2.x.
I am providing source rpms for CentOS/RedHat which fixes this problem.  Please take note I&#8217;m using a free file hosting service to host this source rpm.  If you know of anything better than this, please tell [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ostalks.wordpress.com&blog=5433167&post=13&subd=ostalks&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>You might have heard of ssh2 pecl bindings for php. Unfortunately, the &#8220;stable&#8221; version fails to compile for php 5.2.x.</p>
<p>I am providing source rpms for CentOS/RedHat which fixes this problem.  Please take note I&#8217;m using a free file hosting service to host this source rpm.  If you know of anything better than this, please tell me.</p>
<p><a href="http://www.fileqube.com/file/OlRMZKrXh146893">CentOS/RedHat php-pecl-ssh source rpms</a></p>
<p>There&#8217;s a useful link below that should help you get started with php ssh2:</p>
<p><a href="http://kevin.vanzonneveld.net/techblog/article/make_ssh_connections_with_php/">Make ssh connections with php</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ostalks.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ostalks.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ostalks.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ostalks.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ostalks.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ostalks.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ostalks.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ostalks.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ostalks.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ostalks.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ostalks.wordpress.com&blog=5433167&post=13&subd=ostalks&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ostalks.wordpress.com/2008/11/10/php-ssh2-source-rpms-for-centosredhat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b4a0dd24de880d85a3de67e212826bb9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">clintcan</media:title>
		</media:content>
	</item>
		<item>
		<title>How to connect to SmartBro Prepaid (KS) in Ubuntu Intrepid</title>
		<link>http://ostalks.wordpress.com/2008/11/08/how-to-connect-to-smartbro-prepaid-ks-in-ubuntu-intrepid/</link>
		<comments>http://ostalks.wordpress.com/2008/11/08/how-to-connect-to-smartbro-prepaid-ks-in-ubuntu-intrepid/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 00:45:00 +0000</pubDate>
		<dc:creator>clintcan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[3G]]></category>
		<category><![CDATA[Alcatel OT-X020]]></category>
		<category><![CDATA[HSDPA]]></category>
		<category><![CDATA[Intrepid]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[SmartBro Prepaid]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[usb_modeswitch]]></category>

		<guid isPermaLink="false">http://ostalks.wordpress.com/?p=5</guid>
		<description><![CDATA[SmartBro Prepaid is a mobile broadband solution which consists of a HSDPA capable modem and prepaid sim card.  There are two type of these modems available, I am going to talk about the second, newer modem (the smaller black usb dongle), as the first one already has howtos available in the internet.  For the curious - this dongle is called the Longcheer, and is based on the Alcatel OT-X020 modem chipset.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ostalks.wordpress.com&blog=5433167&post=5&subd=ostalks&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>SmartBro Prepaid is a mobile broadband solution which consists of a HSDPA capable modem and prepaid sim card.  There are two type of these modems available, I am going to talk about the second, newer modem (the smaller black usb dongle), as the first one already has howtos available in the internet.  For the curious &#8211; this dongle is called the Longcheer, and is based on the Alcatel OT-X020 modem chipset.</p>
<p>Although this writeup is based on setting it up on Ubuntu Intrepid, the following steps should be applicable to other distributions as well.  You may want to improve on these steps by placing these commands on a bash script, but what I&#8217;m giving you is the staightforward way of doing it.</p>
<p>Here are the steps:</p>
<p>Download the usb_modeswitch binaries and the latest usb_modeswitch.conf file here:</p>
<p><a href="http://www.draisberghof.de/usb_modeswitch/#download"> http://www.draisberghof.de/usb_modeswitch/#download</a></p>
<p>Extract the usb_modeswitch binary and place it in a place like /usr/sbin.  usb_modeswitch.conf goes to the /etc folder. Comment out the lines which has the headers Alcatel OT-X020.  You have to disable the other modem enabled on this config file, or usb_modeswitch won&#8217;t work.</p>
<p>Edit your wvdial.conf file (located in /etc) to look like this (As a bonus, I added a default dialer section for your nokia cellphone &#8211; I have a Nokia E61i to connect to the smart internet network):<br />
<code><br />
[Dialer Defaults]<br />
Init1 = ATZ<br />
Init2 = ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0<br />
Init3 = AT+CGDCONT=1,"IP","internet"<br />
Modem Type = USB Modem<br />
ISDN = 0<br />
Phone = *99#<br />
Modem = /dev/ttyACM0<br />
New PPPD = yes<br />
Baud = 460800<br />
Idle Seconds = 3000<br />
Auto DNS = 1<br />
Stupid Mode = 1<br />
Compuserve = 0<br />
Dial Command = ATDT<br />
Ask Password = 0<br />
FlowControl = NOFLOW</p>
<p>[Dialer smartbro]<br />
Init1 = ATZ<br />
#Init2 = ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2 +FCLASS=0<br />
Init2 = ATE1<br />
#Init2 = ATE0V1&amp;D2&amp;C1S0=0<br />
#Init3 = at_opsys=0<br />
#Init2 = ATQ0 V1 E1 S0=0 &amp;C1 &amp;D2<br />
Init3 = AT+CGDCONT=1,"IP","smartbro","",0,0<br />
Modem Type = USB  Modem<br />
ISDN = 0<br />
Phone = *99#<br />
Modem = /dev/ttyUSB0<br />
New PPPD = yes<br />
Baud = 912600<br />
Idle Seconds = 3000<br />
Auto DNS = 1<br />
Stupid Mode = 1<br />
Compuserve = 0<br />
Dial Command = ATD<br />
Ask Password = 0<br />
FlowControl = NOFLOW<br />
</code><br />
Write down this code and save it as initmodem.sh and place it in /usr/sbin:</p>
<p>#!/bin/sh<br />
modprobe usbserial vendor=0&#215;1c9e product=0&#215;6061 &amp;&amp; usb_modeswitch<br />
sleep 3</p>
<p>Plug in your SmartBro USB dongle and run:<br />
# sudo /usr/sbin/initmodem</p>
<p>To connect to the internet, just type in:<br />
# sudo wvdial smartbro</p>
<p>and to disconnect, just press CTRL+C, or kill the pppd process</p>
<p>I think this should work also with SmartBro 1500 as well.  Enjoy your smartbro connection!</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ostalks.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ostalks.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ostalks.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ostalks.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ostalks.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ostalks.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ostalks.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ostalks.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ostalks.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ostalks.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ostalks.wordpress.com&blog=5433167&post=5&subd=ostalks&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ostalks.wordpress.com/2008/11/08/how-to-connect-to-smartbro-prepaid-ks-in-ubuntu-intrepid/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b4a0dd24de880d85a3de67e212826bb9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">clintcan</media:title>
		</media:content>
	</item>
		<item>
		<title>OSTalks arrives!</title>
		<link>http://ostalks.wordpress.com/2008/11/06/hello-world/</link>
		<comments>http://ostalks.wordpress.com/2008/11/06/hello-world/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 23:48:46 +0000</pubDate>
		<dc:creator>clintcan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[aLinux]]></category>
		<category><![CDATA[hello world]]></category>
		<category><![CDATA[Neo Vivid 1100]]></category>
		<category><![CDATA[pnutproject]]></category>
		<category><![CDATA[smartbro]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Wubi]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hello World!
This would be my first blog post about Open Source and Tech stuff.  This would also be my personal blog site as well (I&#8217;ll try to be figuring out how to categorize these writeups in this blogging site, so please be patient with me   )
Funny thing how this came about.  I&#8217;ve been [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ostalks.wordpress.com&blog=5433167&post=1&subd=ostalks&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hello World!</p>
<p>This would be my first blog post about Open Source and Tech stuff.  This would also be my personal blog site as well (I&#8217;ll try to be figuring out how to categorize these writeups in this blogging site, so please be patient with me <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</p>
<p>Funny thing how this came about.  I&#8217;ve been wanting to do this for years, but haven&#8217;t gotten to it until now. In the past I&#8217;ve written articles for wine-reviews like playforlinux, and some other stuff for a friend of mine Tom Wickline, and helped out on a few open source projects like aLinux and pnutproject (even was a wine applications maintainer).</p>
<p>To make the long story short, I landed a job in a small tech company, and got sooo busy, that I had hardly time to tinker around like I used to&#8230; until now <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So here I am, running Ubuntu 8.10 on my Neo Vivid 1100 (installed through Wubi) on a SmartBro Prepaid Account (coz my internet got messed up).</p>
<p>Anyways, that that.  I&#8217;ll be writing stuff for the next few days when I&#8217;m not that busy &#8211; starting with how to connect to smartbro prepaid &#8211; probably</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ostalks.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ostalks.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ostalks.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ostalks.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ostalks.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ostalks.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ostalks.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ostalks.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ostalks.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ostalks.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ostalks.wordpress.com&blog=5433167&post=1&subd=ostalks&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://ostalks.wordpress.com/2008/11/06/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b4a0dd24de880d85a3de67e212826bb9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">clintcan</media:title>
		</media:content>
	</item>
	</channel>
</rss>