<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>/home/larry/</title>
	<atom:link href="http://lawrence1992.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://lawrence1992.wordpress.com</link>
	<description>Thoughts-Territorial Pissings-HowTo's-Miscellaneous Musings-Requests-Ramblings-Rants from a yet another wholly irrelevant faceless individual</description>
	<lastBuildDate>Wed, 14 Oct 2009 04:50:44 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='lawrence1992.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/c75fc57b6546807b266edcf306772a01?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>/home/larry/</title>
		<link>http://lawrence1992.wordpress.com</link>
	</image>
			<item>
		<title>Plagued with CheckGmail&#8217;s &#8220;Incorrect username or password&#8221; error in Debian/Ubuntu</title>
		<link>http://lawrence1992.wordpress.com/2009/10/13/plagued-with-checkgmails-incorrect-username-or-password-error-in-debianubuntu/</link>
		<comments>http://lawrence1992.wordpress.com/2009/10/13/plagued-with-checkgmails-incorrect-username-or-password-error-in-debianubuntu/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 04:47:48 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[authentation]]></category>
		<category><![CDATA[checkgmail]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://lawrence1992.wordpress.com/?p=130</guid>
		<description><![CDATA[A couple of days weeks ago CheckGmail stopped working with a Error: Incorrect username or password dialog. Looking through the CheckGmail sourcforge forums,  I ended up finding a solution.
If CheckGmail fails to autheciate your logins–  four possible solutions for fixing the authentication bug

The quick and dirty fix is to run CheckGmail with the -no_cookies flag. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=130&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>A couple of <span style="text-decoration:line-through;">days</span> weeks ago CheckGmail stopped working with a <em>Error: Incorrect username or password</em> dialog. Looking through the CheckGmail sourcforge forums,  I ended up finding a solution.</p>
<p><strong>If CheckGmail fails to autheciate your logins–  four possible solutions for fixing the authentication bug</strong></p>
<ol>
<li>The quick and dirty fix is to run CheckGmail with the <em>-no_cookies</em> flag. The drawback is that you lose some functionality (actions such as marking as spam and archiving). You’ll need to update your startup/menu/startup session item to start CheckGmail using this command flag. <code> </code>checkgmail -no_cookies</li>
<li> Download the latest development version of CheckGmail from SVN which includes a real fix for the recent 401 unauthorise issue.. A clever CheckGmail developer included an update feature for checkgmail for just a  circumstances just like this one In terminal, run:</li>
</ol>
<div>
<div><code>checkgmail -update</code></div>
<p>and follow the prompts.</p>
<p>3. Checkout the CheckGMail package through SVN.</p>
<p>First, install subversion if you haven&#8217;t already</p>
<p><code>sudo apt-get install subversion</code></p>
<p>Run the command below (<strong>it’s one line</strong>) to use subversion to download the latest version of CheckGmail:</p>
<p><code>svn co <a title="https://checkgmail.svn.sourceforge.net/svnroot/checkgmail" href="https://checkgmail.svn.sourceforge.net/svnroot/checkgmail">https://checkgmail.svn.sourceforge.net/svnroot/checkgmail</a> /tmp/checkgmail</code></p>
<p>After which, you&#8217;ll have to run these to commands to copy the new version over the old one (assuming you&#8217;re not installing CheckGmail for the first time)  and clean up (you might be asked to confirm deletion of some write-protected files):</p>
<p><code>sudo cp /tmp/checkgmail/checkgmail /usr/bin<br />
rm -rf /tmp/checkgmail</code></p>
<p>Alternatives that most probably won&#8217;t work or satisfy a permanent solution but may be worth mentioning</p>
<p>1. Run removing all configuration files in ~/</p>
<p><code>sudo rm -r .checkgmail</code></p>
<p>2.  If you decided to save your password during  initial configuration of CheckGmail, Ubuntu or Debian may have asked you to save the password with GNOME Keyring. GNOME Keyring is a demon app designed to manage your username and passwords, similar to that of  KWallet in KDE.  Prior to GNOME 2.22, the daemon had its own KeyRing manager. As of GNOME 2.22 it has been deprecated and replaced entirely with Seahorse daemon. The Seahorse  daemon is simply another pass phrase caching agent like GNOME Keyring. One way to access the daemon is through the GNOME menus. You may be able to find it in</p>
<p><code>Acessories&gt; Passwords and Encryption keys</code></p>
<p>or by simply typing &#8216;<code>seahorse</code>&#8216; in terminal</p>
<p><img class="aligncenter" title="Password and Encryption Keys" src="http://img203.imageshack.us/img203/4267/screenshot003w.png" alt="" width="618" height="490" /></p>
<p>Try finding something with the keywords &#8216;<code>checkgmail</code>&#8216; under &#8216;<code>Passwords:login</code>&#8216; or &#8216;<code>Passwords:default</code>&#8216;. If you do, delete the key, restart CheckGmail with a fresh configuration and re-enter your logins.</p>
</div>
<div>One last solution could that you may be missing or have an outdated optional dependency that adds password encryption in CheckGmail. Install the package <a href="libcrypt-simple-perl">libcrypt-simple-perl</a> (click the link to apt:url link install) or by running</div>
<div><code>sudo apt-get install libcrypt-simple-perl</code></div>
<div><img class="aligncenter" title="OmgWtfBBQ Email Test" src="http://img202.imageshack.us/img202/941/screenshotv.png" alt="" width="314" height="107" /><br />
Voila, fixed.</p>
</div>
Posted in 1 Tagged: authentation, checkgmail, debian, errors, Linux, ubuntu <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/130/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=130&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2009/10/13/plagued-with-checkgmails-incorrect-username-or-password-error-in-debianubuntu/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>

		<media:content url="http://img203.imageshack.us/img203/4267/screenshot003w.png" medium="image">
			<media:title type="html">Password and Encryption Keys</media:title>
		</media:content>

		<media:content url="http://img202.imageshack.us/img202/941/screenshotv.png" medium="image">
			<media:title type="html">OmgWtfBBQ Email Test</media:title>
		</media:content>
	</item>
		<item>
		<title>A Great American</title>
		<link>http://lawrence1992.wordpress.com/2008/09/23/a-great-american/</link>
		<comments>http://lawrence1992.wordpress.com/2008/09/23/a-great-american/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 02:11:17 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://lawrence1992.wordpress.com/?p=127</guid>
		<description><![CDATA[

I love Bill Maher.
Posted in 1       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=127&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><span style="text-align:center; display: block;"><a href="http://lawrence1992.wordpress.com/2008/09/23/a-great-american/"><img src="http://img.youtube.com/vi/tcz_NHAFGS0/2.jpg" alt="" /></a></span></p>
<p><span style="text-align:center; display: block;"><a href="http://lawrence1992.wordpress.com/2008/09/23/a-great-american/"><img src="http://img.youtube.com/vi/b0sNJhphi7U/2.jpg" alt="" /></a></span></p>
<p>I love Bill Maher.</p>
Posted in 1  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/127/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/127/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=127&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2008/09/23/a-great-american/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/tcz_NHAFGS0/2.jpg" medium="image" />

		<media:content url="http://img.youtube.com/vi/b0sNJhphi7U/2.jpg" medium="image" />
	</item>
		<item>
		<title>Facebook Chat plugin for Pidgin</title>
		<link>http://lawrence1992.wordpress.com/2008/07/10/facebook-chat-plugin-for-pidgin/</link>
		<comments>http://lawrence1992.wordpress.com/2008/07/10/facebook-chat-plugin-for-pidgin/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 22:11:24 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[dataminers]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[Jabber]]></category>
		<category><![CDATA[libpurple]]></category>
		<category><![CDATA[pidgin]]></category>
		<category><![CDATA[privacy infringer]]></category>
		<category><![CDATA[XMPP]]></category>

		<guid isPermaLink="false">http://lawrence1992.wordpress.com/?p=125</guid>
		<description><![CDATA[
Facebook&#8217;s XMPP/Jabber integration is not quite completed yet, but meanwhile you can use Facebook from within Pidgin.This plugin isn&#8217;t only for pidgin, but other libpurple messengers (perhaps even Adium and other projects). It syncs with Facebook Chat IM service without the necessity of an API key. Though its relatively stable, there are some bugs like [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=125&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><!-- 	 	 --></p>
<p>Facebook&#8217;s XMPP/Jabber integration is not quite completed yet, but meanwhile you can use Facebook from within Pidgin.This plugin isn&#8217;t only for pidgin, but other libpurple messengers (perhaps even Adium and other projects). It syncs with Facebook Chat IM service without the necessity of an API key. Though its relatively stable, there are some bugs like the friend does not appear online or replies are delayed, etc. But a very good idea, at any rate. It&#8217;s clearly a <a href="http://code.google.com/p/pidgin-facebookchat/issues/list">work in progress.</a></p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2008/06/facebookchat1.gif" border="1" alt="" width="175" height="150" align="left" />One of the Facebook plugin features that I really enjoy is the ability to set your facebook status through Pidgins status.</p>
<p>The pros of using the plugin are pretty obvious &#8211; all your contacts are  integrated to one place on Pidgin. That equates to one less reason to log directly into Facebook and this in turn saves some time and makes you a bit more more productive. Pidgin keeps logs of all IM conversations, which is handy if you want records of your conversations kept.</p>
<h6>Image Credit: http://www.makeuseof.com/</h6>
<p>The plugin can perform tasks besides send/receive messages, including the adding and removing of friends, having your facebook notifications be received from Pidgin.</p>
<p>Installation is simple on Debian based distros since they provide .deb package. If you&#8217;d like to install the the plugin manually, you would usually copy one of the .so files into /usr/lib/purple-2/ or /usr/lib/pidgin/ (for Mamemo based operating systems). You can also built from source typing</p>
<p><code><a name="Linux2"></a><a name="Source"></a>sudo make libfacebook.so</code><br />
and<br />
<code>sudo make install</code> to point the install to the right directory.</p>
<p>You can get the plugin here: <a href="http://code.google.com/p/pidgin-facebookchat/">http://code.google.com/p/pidgin-facebookchat/</a></p>
<p><span style="font-family:tahoma;font-size:xx-small;"> <strong>Edit</strong>: <em>Also note there&#8217;s an icon pack which can be downloaded here: <a href="http://pidgin-facebookchat.googlecode.com/files/facebook_icons.zip. Extract facebook_icons.zip">http://pidgin-facebookchat.googlecode.com/files/facebook_icons.zip. Extract facebook_icons.zip</a> to &#8216;/usr/share/pixmaps/pidgin/protocols&#8217;. Though, this blog no longer caters to Windows users, I can only speculate Windows may have a similar directory for the icon pack, but in in &#8216;C:\Program Files\&#8217; (\Pidgin) which is roughly the equalivent of /usr/share.</em></span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/125/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/125/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/125/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=125&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2008/07/10/facebook-chat-plugin-for-pidgin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>

		<media:content url="http://www.makeuseof.com/wp-content/uploads/2008/06/facebookchat1.gif" medium="image" />
	</item>
		<item>
		<title>Linux blogger fad. Most used commands</title>
		<link>http://lawrence1992.wordpress.com/2008/05/26/linux-blogger-fad-most-used-commands/</link>
		<comments>http://lawrence1992.wordpress.com/2008/05/26/linux-blogger-fad-most-used-commands/#comments</comments>
		<pubDate>Tue, 27 May 2008 01:35:38 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://lawrence1992.wordpress.com/?p=124</guid>
		<description><![CDATA[history&#124;awk &#8216;{a[$2]++ } END{for(i in a){print a[i] &#8221; &#8221; i}}&#8217;&#124;sort -rn&#124;head -15
(I made it display the 15 most used commands, instead of the top 10)
480 su
143 cd
137 ssh
137 startx
86 htop
52 make
43 slocate
37 dmesg
32 iwconfig
30 sh
12 cat
10 rm
9 irssi
8 exit
7 ls
I use root way too much, am frequently changing into directories, frequently on remote computers, frequently [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=124&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>history|awk &#8216;{a[$2]++ } END{for(i in a){print a[i] &#8221; &#8221; i}}&#8217;|sort -rn|head -15</p>
<p>(I made it display the 15 most used commands, instead of the top 10)</p>
<p>480 su<br />
143 cd<br />
137 ssh<br />
137 startx<br />
86 htop<br />
52 make<br />
43 slocate<br />
37 dmesg<br />
32 iwconfig<br />
30 sh<br />
12 cat<br />
10 rm<br />
9 irssi<br />
8 exit<br />
7 ls</p>
<p style="margin-bottom:0;">I use root <strong>way too</strong> much, am frequently changing into directories, frequently on remote computers, frequently initializing an X session, frequently using process viewers, frequently maintaining groups of programs, frequently finding files by name securely, frequently printing and controlling the kernel ring buffers, constantly configuring my wireless network, frequently using shell , frequently in the need to concatenate files and print their outputs, frequently removing files and direcorties, frequently using irssi, and always in constant need to list files in a directory.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/124/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/124/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/124/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=124&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2008/05/26/linux-blogger-fad-most-used-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>
	</item>
		<item>
		<title>Alas, Twitter is useful.</title>
		<link>http://lawrence1992.wordpress.com/2008/04/18/alas-twitter-is-useful/</link>
		<comments>http://lawrence1992.wordpress.com/2008/04/18/alas-twitter-is-useful/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 21:31:29 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[Egypt]]></category>
		<category><![CDATA[Journalism]]></category>
		<category><![CDATA[photographing]]></category>
		<category><![CDATA[student]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[U.C. Berkeley]]></category>

		<guid isPermaLink="false">http://lawrence1992.wordpress.com/?p=123</guid>
		<description><![CDATA[Mercurynews writes:  &#8220;U.C. Berkeley student&#8217;s Twitter messages alerted world to his arrest in Egypt&#8221;
Journalism student James Karl Buck, who was photographing a loud demonstration, and forced him in a jail cell last week, but they weren&#8217;t prepared for him to Twitter his way out of there. 
 He was taking photos at a protest, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=123&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://czarism.com/outgoing?url=http://www.mercurynews.com/ci_8934411?IADID=Search-www.mercurynews.com-www.mercurynews.com">Mercurynews writes:  <span></span></a>&#8220;U.C. Berkeley student&#8217;s Twitter messages alerted world to his arrest in Egypt&#8221;</p>
<p>Journalism student James Karl Buck, who was photographing a loud demonstration, and forced him in a jail cell last week, <a href="http://czarism.com/outgoing?url=http://twitter.com/">but they weren&#8217;t prepared for him to Twitter his way out of there. </a></p>
<p><a href="http://czarism.com/outgoing?url=http://twitter.com/"></a><span><span> He was taking photos at a protest, when the police grabbed him. Before he was released they also grabbed his camera memory chip. But they forgot about Twitter.</span></span></p>
<p><span><span>Twitter net contacted Cal and the American Embassy. In short, UCB hired an Egyptian lawyer and got James out.</span></span></p>
<p>Read more here: http://www.mercurynews.com/ci_8934411?IADID</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/123/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/123/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/123/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/123/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/123/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=123&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2008/04/18/alas-twitter-is-useful/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>
	</item>
		<item>
		<title>Flock Testing</title>
		<link>http://lawrence1992.wordpress.com/2008/03/29/flock-testing/</link>
		<comments>http://lawrence1992.wordpress.com/2008/03/29/flock-testing/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 06:52:18 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://lawrence1992.wordpress.com/2008/03/29/flock-testing/</guid>
		<description><![CDATA[Flock Testing, finally getting back to Flock blogging.
Hmm.

Blogged with the Flock Browser

Tags: flock, broswer, web, test

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=122&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><font size="2"><span style="color:rgb(0, 153, 0);">Flock Testing, finally getting back to Flock blogging.</span></p>
<p><span style="color:rgb(0, 153, 0);">Hmm.</span><br />
</font>
<div class="flockcredit" style="text-align:right;color:#CCC;font-size:x-small;">Blogged with the <a href="http://www.flock.com/blogged-with-flock" target="_new" title="Flock Browser">Flock Browser</a></div>
<p><!-- technorati tags begin -->
<p style="font-size:10px;text-align:right;">Tags: <a href="http://technorati.com/tag/flock" rel="tag">flock</a>, <a href="http://technorati.com/tag/broswer" rel="tag">broswer</a>, <a href="http://technorati.com/tag/web" rel="tag">web</a>, <a href="http://technorati.com/tag/test" rel="tag">test</a></p>
<p><!-- technorati tags end --></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/122/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/122/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/122/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=122&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2008/03/29/flock-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>
	</item>
		<item>
		<title>Stuff White People Like</title>
		<link>http://lawrence1992.wordpress.com/2008/03/21/stuff-white-people-like/</link>
		<comments>http://lawrence1992.wordpress.com/2008/03/21/stuff-white-people-like/#comments</comments>
		<pubDate>Sat, 22 Mar 2008 03:35:37 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[bad taste]]></category>
		<category><![CDATA[McWhitesky]]></category>
		<category><![CDATA[McWhiteyWhite]]></category>
		<category><![CDATA[water]]></category>
		<category><![CDATA[white]]></category>
		<category><![CDATA[white people]]></category>
		<category><![CDATA[whitey]]></category>

		<guid isPermaLink="false">http://lawrence1992.wordpress.com/2008/03/21/stuff-white-people-like/</guid>
		<description><![CDATA[                             Stuff White People Like














Bottled Water: “Water seems like a fairly simple concept. You turn on the tap, put glass underneath, and drink. Sadly, it is not [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=120&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div class="link">                             <a href="http://stuffwhitepeoplelike.wordpress.com/">Stuff White People Like</a></div>
<div class="link"></div>
<div class="link"></div>
<div class="link"></div>
<div class="link"></div>
<div class="link"></div>
<div class="link"></div>
<div class="link"></div>
<div class="link"></div>
<div class="link"></div>
<div class="link"></div>
<div class="link"></div>
<div class="link"></div>
<div class="link"></div>
<div class="link"><span class="description"></p>
<p>Bottled Water: “Water seems like a fairly simple concept. You turn on the tap, put glass underneath, and drink. Sadly, it is not this simple for white people.”</span></div>
<div class="link"></div>
<div class="link"></div>
<div class="link"></div>
<div class="link"></div>
<div class="link"></div>
<div class="link"></div>
<div class="link"></div>
<div class="link"></div>
<div class="link"></div>
<div class="link"></div>
<div class="link"></div>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/120/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/120/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/120/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/120/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=120&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2008/03/21/stuff-white-people-like/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>
	</item>
		<item>
		<title>You might be a redneck if you know the difference between a quark and an atom?</title>
		<link>http://lawrence1992.wordpress.com/2008/03/14/happy-pi-day-2008-3142008/</link>
		<comments>http://lawrence1992.wordpress.com/2008/03/14/happy-pi-day-2008-3142008/#comments</comments>
		<pubDate>Fri, 14 Mar 2008 18:20:26 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://lawrence1992.wordpress.com/?p=119</guid>
		<description><![CDATA[

In honor of Pi Day, here I prsent you Hard N Phirm with their song &#8216;Pi&#8217;. The lyrics are here  (Provided by LeoLyrics) . If you want to hear a recitation of pi digits again, YTMND  is there for that.
Hard N&#8217; Phirm also has a new video, CPBS: Trace Elements  &#8211; posted [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=119&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><code></code></p>
<div align="center"><span style='text-align:center;display:block;'><object width='400' height='330' type='application/x-shockwave-flash' data='http://video.google.com/googleplayer.swf?docId=924236369691897191'><param name='allowScriptAccess' value='never' /><param name='movie' value='http://video.google.com/googleplayer.swf?docId=924236369691897191'/><param name='quality' value='best'/><param name='bgcolor' value='#ffffff' /><param name='scale' value='noScale' /><param name='wmode' value='window'/></object></span></div>
<p>In honor of Pi Day, here I prsent you Hard N Phirm with their song &#8216;Pi&#8217;. The lyrics are <a href="http://www.leoslyrics.com/listlyrics.php?hid=avL9BgGIJY0=">here  </a>(Provided by LeoLyrics) . If you want to hear a recitation of pi digits again, <a href="http://pi.ytmnd.com/">YTMND</a>  is there for that.</p>
<p>Hard N&#8217; Phirm also has a new video, <span>CPBS: Trace Elements</span>  &#8211; posted a few days ago.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/119/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/119/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/119/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=119&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2008/03/14/happy-pi-day-2008-3142008/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>
	</item>
		<item>
		<title>OpenOffice.org Impress 2.4 introduces eye candy 3D OpenGL transitions.</title>
		<link>http://lawrence1992.wordpress.com/2008/02/29/openofficeorg-impress-24-introduces-eye-candy-3d-opengl-transitions/</link>
		<comments>http://lawrence1992.wordpress.com/2008/02/29/openofficeorg-impress-24-introduces-eye-candy-3d-opengl-transitions/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 10:41:10 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://lawrence1992.wordpress.com/?p=118</guid>
		<description><![CDATA[Shane M. Mathews developed this neat feature under the Google Summer of Code 2007 program. OO Impress prsentations are being renovated and getting a face-lift. It could be a cure to dreary PowerPoint presentations we&#8217;re used to seeing.


Flipping tiles
Outside turning cube
Revolving circles
Turning helix
Inside turning cube
Fall
Turn around
Iris
Turn down
Rochade

Sys Requirements and Driver/X.org compatibility:

It&#8217;s not required that you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=118&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://codecoffee.blogspot.com/">Shane M. Mathews</a> developed this neat feature under the Google Summer of Code 2007 program. OO Impress prsentations are being renovated and getting a face-lift. It could be a cure to dreary PowerPoint presentations we&#8217;re used to seeing.</p>
<p align="center"><span style="text-align:center; display: block;"><a href="http://lawrence1992.wordpress.com/2008/02/29/openofficeorg-impress-24-introduces-eye-candy-3d-opengl-transitions/"><img src="http://img.youtube.com/vi/jFge2zTSN-A/2.jpg" alt="" /></a></span></p>
<ul>
<li>Flipping tiles</li>
<li>Outside turning cube</li>
<li>Revolving circles</li>
<li>Turning helix</li>
<li>Inside turning cube</li>
<li>Fall</li>
<li>Turn around</li>
<li>Iris</li>
<li>Turn down</li>
<li>Rochade</li>
</ul>
<p>Sys Requirements and Driver/X.org compatibility:</p>
<ul></ul>
<p>It&#8217;s not required that you install compiz, but the graphics and rendering specs are comparable to Compiz&#8217;s demands.It&#8217;s said that 2.4 will come sometime March 2008. If you&#8217;re not so patient, an experimental dev snapshot binary for Linux is available (only for Linux now <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  . You can fetch it off BitTorrent(<i>yes, it&#8217;s solidly legal</i>) <a href="http://narnia.dnsalias.org:6969/torrents/OOo-Dev_2.4.0_OOH680_m6_LinuxIntel_install_en-US.tar.bz2.torrent?1904535D8842825490C08DC6EAF88F73AB6D51B0">here.</a></p>
<p>Cheers,</p>
<p>Larry</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/118/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/118/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/118/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=118&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2008/02/29/openofficeorg-impress-24-introduces-eye-candy-3d-opengl-transitions/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/jFge2zTSN-A/2.jpg" medium="image" />
	</item>
		<item>
		<title>The Story of My Childhood</title>
		<link>http://lawrence1992.wordpress.com/2008/02/17/the-story-of-my-childhood/</link>
		<comments>http://lawrence1992.wordpress.com/2008/02/17/the-story-of-my-childhood/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 04:37:35 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[dibert]]></category>
		<category><![CDATA[engineer]]></category>

		<guid isPermaLink="false">http://lawrence1992.wordpress.com/2008/02/17/the-story-of-my-childhood/</guid>
		<description><![CDATA[











My mother weeps for the future.


 

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=117&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div align="center"></div>
<div align="center"></div>
<div align="center"></div>
<div align="center"></div>
<div align="center"></div>
<div align="center"></div>
<div align="center"></div>
<div align="center"></div>
<div align="center"></div>
<div align="center"></div>
<div align="left"></div>
<div align="left">
<p>My mother weeps for the future.</p></div>
<div align="center"></div>
<div align="center"></div>
<div align="center"> <span style="text-align:center; display: block;"><a href="http://lawrence1992.wordpress.com/2008/02/17/the-story-of-my-childhood/"><img src="http://img.youtube.com/vi/BMzfgnTted0/2.jpg" alt="" /></a></span></div>
<p></br></br></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/117/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/117/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/117/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=117&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2008/02/17/the-story-of-my-childhood/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/BMzfgnTted0/2.jpg" medium="image" />
	</item>
		<item>
		<title>SCaLE6x Recap</title>
		<link>http://lawrence1992.wordpress.com/2008/02/14/scale6x-recap/</link>
		<comments>http://lawrence1992.wordpress.com/2008/02/14/scale6x-recap/#comments</comments>
		<pubDate>Fri, 15 Feb 2008 03:38:40 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[6x]]></category>
		<category><![CDATA[Expo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ScALE]]></category>
		<category><![CDATA[SCaLE6x]]></category>
		<category><![CDATA[Ubuntu Loco]]></category>

		<guid isPermaLink="false">http://lawrence1992.wordpress.com/?p=116</guid>
		<description><![CDATA[So, last weekend I went to SCaLE(the 6th annual So. Cal Linux Expo) A great weekend it was. It was hosted at the LA Westin Hotel. I happen to man at the Ubuntu booth(of course we[myself and the Ubuntu California LoCo] weren&#8217;t official affiliates of Ubuntu) -which wouldn&#8217;t be made possible(and awesome) without the main [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=116&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>So, last weekend I went to <a href="http://www.socallinuxexpo.org/">SCaLE</a>(the 6th annual So. Cal Linux Expo) A great weekend it was. It was hosted at the LA Westin Hotel. I happen to man at the Ubuntu booth(of course we[myself and the Ubuntu California LoCo] weren&#8217;t official affiliates of Ubuntu) -which wouldn&#8217;t be made possible(and awesome) without the main architects of it all, Neal(Ubuntu-California LoCo Group Leader), <a href="http://www.nhaines.com/">Nathan</a>. The convention exceeded my expectations and then some. And it was PACKED!</p>
<p>Just to give you a general sense of perception</p>
<p><img src="http://i55.photobucket.com/albums/g154/sharkscott/100_0112.jpg" /></p>
<p>Photo Credit: http://lxer.com</p>
<p>ArsTechncica also has coverage over SCaLE: <a href="http://arstechnica.com/journals/linux.ars/2008/02/12/ars-at-scale-the-exhibit-hall">http://arstechnica.com/journals/linux.ars/2008/02/12/ars-at-scale-the-exhibit-hall </a></p>
<p>If you key in closely on the Ubuntu booth picture, you can see me(looking down) I’m adjacent  to Nathan(guy in the tan shirt), relative to his left; troubleshooting this lady’s issue with Kubuntu and her wi-fi.</p>
<p><img src="http://arstechnica.com/journals/linux.media/scale_booth_ubuntu.jpg" height="423" width="564" /></p>
<p>Photo Credit: <a href="http://arstechnica.com/journals/linux.ars/2008/02/12/ars-at-scale-the-exhibit-hall">arstechnica.com</a></p>
<p>I guess that could present proof for the skeptics.</p>
<p>Anyway, I attended on Saturday(the main expo day). And it was very lively and although from ones perepective, the place may look small, it&#8217;s not as small as you would think;it accommodated about 80 booths( Like Sun,Google,RedHat,OpenMoko,Linux Astronomy ,Fedora,LinuxChix,Tux Droid,BSD,and all the other major Linux/Open source companies,and many many more). All of the booths, and what they presented was awesome. Our booth had countless visitors- we were quite a big attraction at the Expo. I came in the expo floor with <a href="http://scienceonlooker.blogspot.com/">Greg</a> early around 8:30 A.M after we had been finished with all the ticket processing and clerical stuff.  We set up the booth early and found just enough time to go to Jono Bacon’s keynote(He&#8217;s the Ubuntu Community Manager if you didn&#8217;t know).  It was situated in the Westin Hotel theater was packed side to side- there weren&#8217;t enough seats, so we had to stand in the back with 50 other people. There was also another theater in the back that had big projector display of Jono&#8217;s presentation for those who couldn&#8217;t make it in the main theater.  He was a relaxed and engaging while still delivering his theme about the  achievements  of the Linux desktop. He made wanted us to know that success from the Linux Desktop doesn&#8217;t come from the companies but from open-source community. He had a few humorous(He&#8217;s British) snippets during the presentation. The conferences were awesome, I attended Seth&#8217;s(Member of our LoCo <a href="http://www.socallinuxexpo.org/scale6x/conference-info/speakers/Seth-Kenlon/">Seth Kenlon</a><!-- google_ad_section_start(name=def) -->&#8217;s talk) presentation on Video codecs- which to Seth&#8217;s amazement had quite a few laughs, including mine. It was very informative and insightful. Another that I &#8220;managed&#8221; to attend was &#8220;Peace, Love, and Rockets,&#8221; presented by HP Chief Linux Technologist <a href="http://www.gag.com/%7Ebdale/">Bdale Garbe </a>. It about the world of model rocketry, avanonics in general, and how his hobby  influenced into the realm of open source software and hardware. And his fights and dilemmas with the proprietary closed sourced/ and not to mention horribly documented devices involved in hobby model rocketry.</p>
<p>In the sum of it all, the convention was productive and awesome. At the end I got to meet and shake Jono Bacon&#8217;s hand. I wouldn&#8217;t change anything about this year&#8217;s SCaLE, they perfected this one! This was a great experience, I look forward to SCaLE7x.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/116/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/116/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/116/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/116/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=116&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2008/02/14/scale6x-recap/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>

		<media:content url="http://i55.photobucket.com/albums/g154/sharkscott/100_0112.jpg" medium="image" />

		<media:content url="http://arstechnica.com/journals/linux.media/scale_booth_ubuntu.jpg" medium="image" />
	</item>
		<item>
		<title>Rant : She seems so cold.</title>
		<link>http://lawrence1992.wordpress.com/2008/02/02/rantshe-seems-so-cold/</link>
		<comments>http://lawrence1992.wordpress.com/2008/02/02/rantshe-seems-so-cold/#comments</comments>
		<pubDate>Sun, 03 Feb 2008 06:38:54 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://lawrence1992.wordpress.com/?p=109</guid>
		<description><![CDATA[

Hilary Clinton really won&#8217;t win in the general election. There are just too many cynicisms that are associated with her. In almost every rundown she is shown to lose in the general election.  There are even folks that will actually go out of their way to vote for anyone but Hilary. And no, it&#8217;s [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=109&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div align="center"></div>
<div align="center"></div>
<div align="center">Hilary Clinton really won&#8217;t win in the general election. There are just too many cynicisms that are associated with her. In almost every rundown she is shown to lose in the general election.  There are even folks that will actually go out of their way to vote for anyone but Hilary. And no, it&#8217;s not because of her gender or the fact that there may be many seemingly chauvinistic people out there. No, this has to do with her <b>character</b>. . and lack of experience. Her use of dubious statistics and cheap low blow tactics is sickening. Clinton&#8217;s will do whatever it takes to win, even if it makes them look like scum.What I really despise about Hillary is whenever  she appears at a campaign , she will always highlight her experience — 35 years, she says — as one of her paramount assets as qualification for president. Who the hell is she kidding?</div>
<div align="center">35 years?</div>
<p>Working with an Arkansas Law Firm/Wal-Mart/and Tysons Foods? Take those &#8216;35 years&#8217; and subtract it by 28 and get her actual experience, 7 years working in the New York senate. Altough the opposing candidate Obama may not have that many years in the Senate &#8211; his extensive resume and past careers is no where near comparable.</p>
<div align="center"> Sure, Hilary isn&#8217;t the only one embellishing her record. Take for instance John Edwards; a 54 year old(just found that out today &#8211; have you seen his hair? it itself can be president), claims to say</div>
<div align="center">
<blockquote>
<ul>
<li>                                      &#8220;I have 54 years working for the little people and for poor people&#8221;</li>
</ul>
</blockquote>
</div>
<div align="justify"></div>
<p>Sigh&#8230;&#8230;.</p>
<div align="justify"></div>
<div align="justify"></div>
<div align="justify"></div>
<p>Curse you Hilary, it&#8217;s really a shame.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/109/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/109/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/109/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/109/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/109/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=109&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2008/02/02/rantshe-seems-so-cold/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>
	</item>
		<item>
		<title>The Problem with wiki</title>
		<link>http://lawrence1992.wordpress.com/2008/01/27/the-problem-with-wiki/</link>
		<comments>http://lawrence1992.wordpress.com/2008/01/27/the-problem-with-wiki/#comments</comments>
		<pubDate>Sun, 27 Jan 2008 09:08:00 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[comic]]></category>
		<category><![CDATA[explosm]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[wiki]]></category>
		<category><![CDATA[wikipedia]]></category>

		<guid isPermaLink="false">http://lawrence1992.wordpress.com/?p=115</guid>
		<description><![CDATA[Comic from Cyanide &#38; Happiness series by Explosm.net.

Image copyright @ Explosm.net.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=115&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Comic from Cyanide &amp; Happiness series by Explosm.net.<br />
<img src="http://farm3.static.flickr.com/2288/2221940185_39dc408671_o.jpg" height="623" width="500" /></p>
<p>Image copyright @ Explosm.net.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/115/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/115/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/115/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/115/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/115/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=115&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2008/01/27/the-problem-with-wiki/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>

		<media:content url="http://farm3.static.flickr.com/2288/2221940185_39dc408671_o.jpg" medium="image" />
	</item>
		<item>
		<title>200 Impressions</title>
		<link>http://lawrence1992.wordpress.com/2008/01/27/200-impressions/</link>
		<comments>http://lawrence1992.wordpress.com/2008/01/27/200-impressions/#comments</comments>
		<pubDate>Sun, 27 Jan 2008 08:58:40 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://lawrence1992.wordpress.com/?p=114</guid>
		<description><![CDATA[This guy seems to have too much time on his hands, but that&#8217;s an understatement. Despite that, he&#8217;s quite talented and waggish.

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=114&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p align="center">This guy seems to have too much time on his hands, but that&#8217;s an understatement. Despite that, he&#8217;s quite talented and waggish.</p>
<p><span style="text-align:center; display: block;"><a href="http://lawrence1992.wordpress.com/2008/01/27/200-impressions/"><img src="http://img.youtube.com/vi/bOjmH1N7lZU/2.jpg" alt="" /></a></span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/114/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/114/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/114/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=114&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2008/01/27/200-impressions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/bOjmH1N7lZU/2.jpg" medium="image" />
	</item>
		<item>
		<title>htop: a dynamic command line process viewer</title>
		<link>http://lawrence1992.wordpress.com/2008/01/26/htop-a-dynamic-command-line-process-viewer/</link>
		<comments>http://lawrence1992.wordpress.com/2008/01/26/htop-a-dynamic-command-line-process-viewer/#comments</comments>
		<pubDate>Sun, 27 Jan 2008 00:25:17 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://lawrence1992.wordpress.com/?p=112</guid>
		<description><![CDATA[If you irritated with  top&#8217;s  inability to scroll and are looking to opt to an alernative- look no further than htop!




&#60;&#124;Shrinked to Fit column width-double click for a larger dimesion&#124;&#62;
What&#8217;s so unique and special about it?

Visual Load monitors are nice and help
Color schemed
The interface is can be modified: colors, view modes, columns and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=112&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If you irritated with  <a href="http://en.wikipedia.org/wiki/Top_%28Unix%29">top&#8217;s </a> inability to scroll and are looking to opt to an alernative- look no further than <a href="http://htop.sourceforge.net/">htop!</a></p>
<p><a href="http://lawrence1992.files.wordpress.com/2008/01/screenshot-larrylarry-desktop.png" title="screenshot-larrylarry-desktop.png"></a></p>
<div style="text-align:center;"><a href="http://lawrence1992.files.wordpress.com/2008/01/screenshot-larrylarry-desktop.png" title="screenshot-larrylarry-desktop.png"><br />
</a></div>
<blockquote><p><a href="http://lawrence1992.files.wordpress.com/2008/01/screenshot-larrylarry-desktop.png" title="screenshot-larrylarry-desktop.png"><img src="http://lawrence1992.files.wordpress.com/2008/01/screenshot-larrylarry-desktop.thumbnail.png?w=151&#038;h=112" alt="screenshot-larrylarry-desktop.png" height="112" width="151" /></a></p>
<p><i>&lt;|Shrinked to Fit column width-double click for a larger dimesion|&gt;</i></p>
<p>What&#8217;s so unique and special about it?</p>
<ol>
<li>Visual Load monitors are nice and help</li>
<li>Color schemed</li>
<li>The interface is can be modified: colors, view modes, columns and pretty much everything else not noted.</li>
<li>Very customizable-I can view processes in tree mode and view dependencies like in Gnome-System-Monitor</li>
<li><b>You can scroll!!!!!!! </b>and works with your mouse</li>
<li>Nice Search feature</li>
<li>What else do you need?  Pretty and functional in CLI.</li>
</ol>
<p>Note Ubuntu users and others alike. If you use the apt package manager and have the right sources and you simply type in your broswer of choice(well I shouldn&#8217;t say that, Firefox in my circumstance)</p>
<blockquote><p><code>apt:htop</code></p></blockquote>
<p>Have fun htop.</p>
<p>-Larry</p></blockquote>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/112/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/112/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/112/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/112/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/112/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=112&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2008/01/26/htop-a-dynamic-command-line-process-viewer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>

		<media:content url="http://lawrence1992.files.wordpress.com/2008/01/screenshot-larrylarry-desktop.thumbnail.png" medium="image">
			<media:title type="html">screenshot-larrylarry-desktop.png</media:title>
		</media:content>
	</item>
		<item>
		<title>Sync your documents to Google Docs from OpenOffice.org</title>
		<link>http://lawrence1992.wordpress.com/2008/01/24/sync-your-documents-to-google-docs-from-openofficeorg/</link>
		<comments>http://lawrence1992.wordpress.com/2008/01/24/sync-your-documents-to-google-docs-from-openofficeorg/#comments</comments>
		<pubDate>Fri, 25 Jan 2008 07:51:43 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://lawrence1992.wordpress.com/2008/01/24/sync-your-documents-to-google-docs-from-openofficeorg/</guid>
		<description><![CDATA[








OO.org2GDocs.OpenOffice extension created by  Przemyslaw Rumik. Very useful! Kudos to Rumik! This desktop-to-web integration seems like the ideal plugin to take your docs online with you and even if not, it can be an excellent source to keep local backups of important whatnot. This extension is Java based and Java 6 is required for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=111&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div class="snap_preview"></div>
<div class="snap_preview"></div>
<div class="snap_preview"></div>
<div class="snap_preview"></div>
<div class="snap_preview">
<div style="text-align:center;"><img src="http://przemelek.googlepages.com/ooo2gd.png" border="3" height="203" width="215" /></div>
</div>
<div class="snap_preview"></div>
<div class="snap_preview"></div>
<div class="snap_preview">OO.org2GDocs.OpenOffice extension created by  <a href="http://przemelek.googlepages.com/kontakt" target="_blank">Przemyslaw Rumik</a>. Very useful! Kudos to Rumik! This desktop-to-web integration seems like the ideal plugin to take your docs online with you and even if not, it can be an excellent source to keep local backups of important whatnot. This extension is Java based and Java 6 is required for its functionality.</div>
<blockquote></blockquote>
<div class="snap_preview">
<ul>
<li>
<ul>
<blockquote>
<li>It supports the most common OO and Macro$0ft Office formats of all mediums(documents,spreedsheets,presentations) (.odt) (.sxw)(.doc, but not MS XML) (.rtf) (.ods)(.xls)(.csv)(.ppt)(.ppts)</li>
<li></li>
</blockquote>
</ul>
</li>
</ul>
<p>It also has to ability to import a plain text file as OpenOffice Text.</p>
<p>Get at Google Code <a href="http://code.google.com/p/ooo2gd/">ooo2gd</a>!</p>
<p>Have fun with <a href="http://code.google.com/p/ooo2gd/">ooo2gd!</a></p>
<p>-Larry</p></div>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/111/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/111/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/111/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=111&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2008/01/24/sync-your-documents-to-google-docs-from-openofficeorg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>

		<media:content url="http://przemelek.googlepages.com/ooo2gd.png" medium="image" />
	</item>
		<item>
		<title>HowTo:Connecting to a wireless network via command line</title>
		<link>http://lawrence1992.wordpress.com/2008/01/23/howtoconnecting-to-a-wireless-network-via-command-line/</link>
		<comments>http://lawrence1992.wordpress.com/2008/01/23/howtoconnecting-to-a-wireless-network-via-command-line/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 05:17:24 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[Command line]]></category>
		<category><![CDATA[Connections]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[WEP]]></category>
		<category><![CDATA[WiFI]]></category>
		<category><![CDATA[Wireless]]></category>
		<category><![CDATA[WPA]]></category>
		<category><![CDATA[WPA2]]></category>

		<guid isPermaLink="false">http://lawrence1992.wordpress.com/2008/01/23/howtoconnecting-to-a-wireless-network-via-command-line/</guid>
		<description><![CDATA[ This guide is only intended for those who implement WEP /WPA-PSK /WPA2-PSK encryptions

Before we begin the actual guide, a few preliminary things on the agenda:
Find your wireless card&#8217;s Interface Name; you must know the proper interface of the wireless connection.  To find this you can use the lshw command Which lists certain hardware [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=108&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p> This guide is only intended for those who implement <font size="3"><b>WEP </b>/</font><font size="4">WPA-PSK /WPA2-PSK</font><font size="3"> <b>encryptions<br />
</b></font></p>
<p>Before we begin the actual guide, a few preliminary things on the agenda:</p>
<p>Find your wireless card&#8217;s Interface Name; you must know the proper interface of the wireless connection.  To find this you can use the lshw command Which lists certain hardware details. Since you only want to discover network interfaces you find that by executing the following command:</p>
<p align="center">&nbsp;</p>
<blockquote><p><code>lshw -C network</code></p></blockquote>
<p align="center">&nbsp;</p>
<p align="left">the flag -C displays  the alias for the given class of the hardware. I choose it over &#8216;lspci/&#8217;lsusb&#8221; as it prints me a more accurate description.You may see multiple interfaces, find the one that parallels the wireless device in question.</p>
<p align="left"><i>Also make sure you have the configured your wpa_supplicant. The package, look here: <a href="http://hostap.epitest.fi/wpa_supplicant/" target="_blank">http://hostap.epitest.fi/wpa_supplicant/</a></i></p>
<p align="left">&nbsp;</p>
<p align="left">And here&#8217;s my output:</p>
<p align="left">&nbsp;</p>
<p align="left">&nbsp;</p>
<blockquote><p><code>  *-network<br />
description: Wireless interface<br />
physical id: 1<br />
logical name: <b>wlan0</b><br />
serial: 00:17:3f:3c:b8:02<br />
capabilities: ethernet physical wireless<br />
configuration: broadcast=yes driver=<b>ndiswrapper+netmw245 </b>driverversion=1.45+Belkin,08/30/2006,1.0.1.8 ip=10.10.10.3 link=yes multicast=yes wireless=IEEE 802.11g</code></p>
<pre>Yes, the dreaded Belkin pre-N adapter using poorly written marvel chipset drivers, netmw254 being one of them. Currently using the g specification since I returned the corresponding Belkin route. In any event, I just should get back to topic.</pre>
<p>For a WEP Connection(assumed you have your ASCII password or  64-bit/128-bit hex key)</p>
<p>To initiate connectivity you must execute the following commands in command line</p>
<blockquote><p><code>sudo ifconfig &lt;logical name&gt; down<b> </b></code></p></blockquote>
<p><b> [&lt;&lt;this brings down the interface for the specified interface&gt;&gt;]</b></p>
<p><b></b></p>
<blockquote><p><code><b>sudo dhclient -r &lt;interface/logical name&gt;</b>  <b></b></code></p></blockquote>
<p><b>[&lt;&lt;Release IP address akin with specified interface&gt;&gt;] </b></p>
<p>now with the IP address released we bring up the interface</p>
<blockquote><p><code>sudo ifconfig &lt;logical name&gt; up  <b></b></code></p></blockquote>
<p><b>[&lt;&lt;this brings up the interface for the specified interface&gt;&gt;]</b></p>
<p>Now the ESSID/Password entry, commands are as follows:</p></blockquote>
<blockquote><p><code>sudo iwconfig &lt;logical name&gt; essid "essid_must_be_entered_in_quotes"</code></p></blockquote>
<blockquote><p>Now for the ASCII password entry or hex key</p></blockquote>
<blockquote><p><code>sudo iwconfig &lt;interface&gt; key 's:ASCII KEY' <b></b></code><b>[&lt;&lt; discern the s: prefix as it is needed, do not use quotes&gt;&gt;]</b></p></blockquote>
<blockquote><p>                   or</p></blockquote>
<blockquote><p><code>sudo iwconfig &lt;interface&gt; key HEXKEY</code></p></blockquote>
<blockquote><p> Now we specify the mode, by  default my infrastructure  mode is  &#8216;managed&#8217;,but<span class="code-comment"> the modes aviable managed (default), ad-hoc or master</span>. In managed mode, it forces the wireless  to attempt and connect to the specified ESSID and nothing else.</p></blockquote>
<blockquote><p><code>sudo iwconfig &lt;interface&gt; mode Managed <b></b></code><b>[&lt;&lt; ah-hoc and master is also aviable&gt;&gt;]</b></p></blockquote>
<blockquote><p>Now we request an IP address from our DNS server</p></blockquote>
<blockquote><p><b><code>sudo dhclient &lt;logical name&gt;</code></b></p>
<p>Same story with WPA-psk/WPA2-psk, just make sure you configure wpa_supplicant properly in /etc/wpa_supplicant.conf</p>
<p>In some cases you might need to run wpa_supplicant.conf. Also if you&#8217;re</p></blockquote>
<div align="left">
<blockquote><p><code>sudo wpa_supplicant -w -D&lt;drivername&gt; -i&lt;interface&gt; -c/etc/wpa_supplicant.conf</code></p>
<div align="center"></div>
<p align="left">By doing this you are asking wpa_supplicant to wait for the interface to be added, if needed&#8230;Customarily,wpa_supplicant will exit itself if the interface is not present<br />
Also it specifies the name of the driver and the interface to listen on.</p>
<div align="left">
<blockquote></blockquote>
<p>Once all is executed it will append a path to the wpa_supplicant config file.<br />
The value listed here is dependent on the driver you have installed.</p>
<p>Typing <code>man wpa_supplicant</code> will give you options for avilable drivers, just for a quick reference.</div>
</blockquote>
<div align="left"></div>
<blockquote><p><code>ndiswrapper=wext  (use wext and not ndiswrapper despite what man page documentation might recommend)</code></p></blockquote>
</div>
<blockquote>
<blockquote></blockquote>
<p>In some instances, an atheros chip set would most likely have the madwifi(assuming you have it installed)</p>
<blockquote><p>My input was: <code>sudo wpa_supplicant -w -Dwext -iwlan0 -c/etc/wpa_supplicant.conf</code></p></blockquote>
<p>Usually the output of a successful connection results in something like this. Here&#8217;s my output</p></blockquote>
<div align="left">
<blockquote>
<div align="left">
<p>	body<br />
	{<br />
		font-family: Monospace, monospace;<br />
		font-size: 10pt;<br />
	}<br />
	.style_0<br />
	{<br />
		color: #000000;<br />
		background-color: #ffffff;<br />
	}</p>
<p>
<span class="style_0">larry@larry-desktop:~$&nbsp;sudo&nbsp;dhclient&nbsp;wlan0</span><br />
<span class="style_0">There&nbsp;is&nbsp;already&nbsp;a&nbsp;pid&nbsp;file&nbsp;/var/run/dhclient.pid&nbsp;with&nbsp;pid&nbsp;134993416</span><br />
<span class="style_0">Internet&nbsp;Systems&nbsp;Consortium&nbsp;DHCP&nbsp;Client&nbsp;V3.0.4</span><br />
<span class="style_0">Copyright&nbsp;2004-2006&nbsp;Internet&nbsp;Systems&nbsp;Consortium.</span><br />
<span class="style_0">All&nbsp;rights&nbsp;reserved.</span><br />
<span class="style_0">For&nbsp;info,&nbsp;please&nbsp;visit&nbsp;http://www.isc.org/sw/dhcp/</span></p>
<p><span class="style_0">Listening&nbsp;on&nbsp;LPF/wlan0/00:12:17:35:17:10</span><br />
<span class="style_0">Sending&nbsp;on&nbsp;&nbsp;&nbsp;LPF/wlan0/00:12:17:35:17:10</span><br />
<span class="style_0">Sending&nbsp;on&nbsp;&nbsp;&nbsp;Socket/fallback</span><br />
<span class="style_0">DHCPDISCOVER&nbsp;on&nbsp;wlan0&nbsp;to&nbsp;255.255.255.255&nbsp;port&nbsp;67&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;interval&nbsp;4</span><br />
<span class="style_0">DHCPDISCOVER&nbsp;on&nbsp;wlan0&nbsp;to&nbsp;255.255.255.255&nbsp;port&nbsp;67&nbsp;interval&nbsp;7</span><br />
<span class="style_0">DHCPDISCOVER&nbsp;on&nbsp;wlan0&nbsp;to&nbsp;255.255.255.255&nbsp;port&nbsp;67&nbsp;interval&nbsp;7</span><br />
<span class="style_0">DHCPOFFER&nbsp;from&nbsp;10.10.10.3</span><br />
<span class="style_0">DHCPREQUEST&nbsp;on&nbsp;wlan0&nbsp;to&nbsp;255.255.255.255&nbsp;port&nbsp;67</span><br />
<span class="style_0">DHCPACK&nbsp;from&nbsp;10.10.10.3</span><br />
<span class="style_0">bound&nbsp;to&nbsp;10.10.10.3&nbsp;&#8211;&nbsp;renewal&nbsp;in&nbsp;289233&nbsp;seconds.</span></p>
<blockquote></blockquote>
</div>
</blockquote>
<blockquote></blockquote>
</div>
<blockquote><p> It attained the IP address of 10.10.10.3 in my output.</p></blockquote>
<blockquote></blockquote>
<blockquote></blockquote>
<blockquote><p>This guide was heavily referenced from <a href="http://ubuntuforums.org/member.php?u=257393" class="bigusername">kevdog</a> from ubuntu forums</p>
<p>Cheers! You never know when the GUI might fail you.</p>
<p>-Larry</p></blockquote>
<blockquote></blockquote>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/108/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/108/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/108/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=108&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2008/01/23/howtoconnecting-to-a-wireless-network-via-command-line/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>
	</item>
		<item>
		<title>ChhChhChhannnggees.</title>
		<link>http://lawrence1992.wordpress.com/2008/01/23/chhchhchhannnggees/</link>
		<comments>http://lawrence1992.wordpress.com/2008/01/23/chhchhchhannnggees/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 03:49:37 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://lawrence1992.wordpress.com/2008/01/23/chhchhchhannnggees/</guid>
		<description><![CDATA[The theme of the presidential election made clear to everyone

via Youtube by Hugh Atkin
Music:feat. Bowie
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=107&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The theme of the presidential election made clear to everyone</p>
<p><span style="text-align:center; display: block;"><a href="http://lawrence1992.wordpress.com/2008/01/23/chhchhchhannnggees/"><img src="http://img.youtube.com/vi/gEaS-K3j3M8/2.jpg" alt="" /></a></span></p>
<p>via Youtube by Hugh Atkin<br />
Music:feat. Bowie</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/107/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/107/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/107/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=107&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2008/01/23/chhchhchhannnggees/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>

		<media:content url="http://img.youtube.com/vi/gEaS-K3j3M8/2.jpg" medium="image" />
	</item>
		<item>
		<title>Poincaré Conjecture Rap!</title>
		<link>http://lawrence1992.wordpress.com/2008/01/19/poincare-conjecture-rap/</link>
		<comments>http://lawrence1992.wordpress.com/2008/01/19/poincare-conjecture-rap/#comments</comments>
		<pubDate>Sun, 20 Jan 2008 00:38:16 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://lawrence1992.wordpress.com/2008/01/19/poincare-conjecture-rap/</guid>
		<description><![CDATA[Here’s a video clip of Prof. Steve Sawin of Fairfield University rapping about Perelman’s Proof of the Poincaré Conjecture [wiki], to the tune of Snoop Dogg and Pharrell William’s &#8220;Drop it Like it’s Hot.&#8221; Link [YouTube] &#124; Steve’s website
Diz be  the words n&#8217; shit, graciously provided in .pdf format yo&#8217;: Words
Check it that shit [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=106&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><blockquote><p><img src="http://img341.imageshack.us/img341/3003/onegeometrymathrapzx4.jpg" align="left" height="166" width="150" />Here’s a video clip of Prof. Steve Sawin of Fairfield University rapping about Perelman’s Proof of the <a href="http://en.wikipedia.org/wiki/Poincar%C3%A9_conjecture">Poincaré Conjecture</a> [wiki], to the tune of Snoop Dogg and Pharrell William’s &#8220;Drop it Like it’s Hot.&#8221; <a href="http://www.youtube.com/watch?v=E3tdimtxqic">Link</a> [YouTube] | <a href="http://cs.fairfield.edu/%7Esawin/Rap/">Steve’s website</a></p></blockquote>
<blockquote><p>Diz be  the words n&#8217; shit, graciously provided in .pdf format yo&#8217;:<font size="+1"><a href="http://cs.fairfield.edu/%7Esawin/Rap/perelman.pdf"> Words</a></font></p></blockquote>
<blockquote><p>Check it that shit out B!</p></blockquote>
<p><span style="text-align:center; display: block;"><a href="http://lawrence1992.wordpress.com/2008/01/19/poincare-conjecture-rap/"><img src="http://img.youtube.com/vi/E3tdimtxqic/2.jpg" alt="" /></a></span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/106/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/106/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/106/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=106&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2008/01/19/poincare-conjecture-rap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>

		<media:content url="http://img341.imageshack.us/img341/3003/onegeometrymathrapzx4.jpg" medium="image" />

		<media:content url="http://img.youtube.com/vi/E3tdimtxqic/2.jpg" medium="image" />
	</item>
		<item>
		<title>Could You Pass 8th Grade Science?</title>
		<link>http://lawrence1992.wordpress.com/2008/01/19/could-you-pass-8th-grade-science/</link>
		<comments>http://lawrence1992.wordpress.com/2008/01/19/could-you-pass-8th-grade-science/#comments</comments>
		<pubDate>Sat, 19 Jan 2008 22:33:19 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[8th]]></category>
		<category><![CDATA[accardi]]></category>
		<category><![CDATA[grade]]></category>
		<category><![CDATA[science]]></category>

		<guid isPermaLink="false">http://lawrence1992.wordpress.com/2008/01/19/could-you-pass-8th-grade-science/</guid>
		<description><![CDATA[Your Grade: A

98% You Passed with an Excellent Score!
&#160;





I could pass an 8th grade science quiz! Yay.. congrats to me.-_-.. This couldn&#8217;t be made possible without the educationally stimulating support of MY own 8th Grade Science teacher. The renowned Pete Accardi! Give him props, without him This &#8216;achievement&#8217; wouldn&#8217;t be made possible! Other people that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=102&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><h1 class="swatch1" align="left">Your Grade: A</h1>
<div align="justify"></div>
<h2 align="justify"><span class="swatch1">98%</span> You Passed with an Excellent Score!</h2>
<p align="justify">&nbsp;</p>
<p><a href="http://www.justsayhi.com/bb/science"></a></p>
<div style="text-align:center;"><a href="http://www.justsayhi.com/bb/science"><img src="http://assets.justsayhi.com/badges/18/572/science_a.mjuv6q8ssc.jpg" alt="JustSayHi - Science Quiz" border="0" /></a></div>
<div style="text-align:center;"></div>
<p><a href="http://www.justsayhi.com/bb/science"></a></p>
<div style="text-align:center;"></div>
<p>I could pass an 8th grade science quiz! Yay.. congrats to me.-_-.. This couldn&#8217;t be made possible without the educationally stimulating support of MY own 8th Grade Science teacher. The renowned Pete Accardi! Give him props, without him This &#8216;achievement&#8217; wouldn&#8217;t be made possible! Other people that deserve honorable mention; not limited but including <img src="http://scienceonlooker.blogspot.com/" /> <a href="http://scienceonlooker.blogspot.com/">Gregory</a></p>
<p>Here&#8217;s to you Mr.Accardi!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/102/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/102/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/102/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=102&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2008/01/19/could-you-pass-8th-grade-science/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>

		<media:content url="http://assets.justsayhi.com/badges/18/572/science_a.mjuv6q8ssc.jpg" medium="image">
			<media:title type="html">JustSayHi - Science Quiz</media:title>
		</media:content>

		<media:content url="http://scienceonlooker.blogspot.com/" medium="image" />
	</item>
		<item>
		<title>Celebrity currency</title>
		<link>http://lawrence1992.wordpress.com/2008/01/19/celebrity-currency/</link>
		<comments>http://lawrence1992.wordpress.com/2008/01/19/celebrity-currency/#comments</comments>
		<pubDate>Sat, 19 Jan 2008 21:00:41 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://lawrence1992.wordpress.com/2008/01/19/celebrity-currency/</guid>
		<description><![CDATA[


If you fold a bank note and obscure it in a way where it matches onto a photo of a Celebrity, for instance, President  Grant over Pitt, never mind that doesn&#8217;t sound too promising. Anyway the outcome looks really witty.  You can glance at more on  freakingnews.
Photo: freakingnews
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=100&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://lawrence1992.files.wordpress.com/2008/01/celebmoney.jpg" title="celebmoney.jpg"></p>
<div style="text-align:center;"><img src="http://lawrence1992.files.wordpress.com/2008/01/celebmoney.jpg" alt="celebmoney.jpg" /></div>
<p></a></p>
<p>If you fold a bank note and obscure it in a way where it matches onto a photo of a Celebrity, for instance, President  Grant over Pitt, never mind that doesn&#8217;t sound too promising. Anyway the outcome looks really witty.  You can glance at more on  <a href="http://www.freakingnews.com/Money-Celebrities-Pictures--1773-0.asp">freakingnews.</a></p>
<p>Photo: <a href="http://www.freakingnews.com/Money-Celebrities-Pictures--1773-0.asp">freakingnews</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/100/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/100/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/100/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=100&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2008/01/19/celebrity-currency/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>

		<media:content url="http://lawrence1992.files.wordpress.com/2008/01/celebmoney.jpg" medium="image">
			<media:title type="html">celebmoney.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>Distinctions between a FLILF and a non-FLILF</title>
		<link>http://lawrence1992.wordpress.com/2008/01/16/distinctions-between-a-flilf-and-a-non-flilf/</link>
		<comments>http://lawrence1992.wordpress.com/2008/01/16/distinctions-between-a-flilf-and-a-non-flilf/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 23:17:09 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[Elizabeth Kucinich]]></category>
		<category><![CDATA[FLILF]]></category>
		<category><![CDATA[Janet Huckabee]]></category>
		<category><![CDATA[Presidental wifes]]></category>

		<guid isPermaLink="false">http://lawrence1992.wordpress.com/2008/01/19/distinctions-between-a-flilf-and-a-non-flilf/</guid>
		<description><![CDATA[ For all of those in their head in the gutter, FILF  stands First Lady Intent on Liberties and freedom; Coined from The Daily Show.

NOT FLILF
Janet Huckabee 



&#160;
&#160;
Elizabeth Kucinich
 Confirmed FLILF

&#160;

&#160;


Thoughts-Opinions-Questions-Ramblings-Rants-Complaints-Suggestions-Proposals
-Ideas-Recommendations?

&#160;

&#160;
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=103&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p align="center"> For all of those in their head in the gutter, FILF  stands First Lady Intent on Liberties and freedom; Coined from The Daily Show.</p>
<div align="center"></div>
<p align="center"><b>NOT FLILF</b></p>
<p align="center"><b>Janet Huckabee </b></p>
<div align="center"></div>
<p align="center"><a href="http://lawrence1992.files.wordpress.com/2008/01/janet-huckabee.jpg" title="janet-huckabee.jpg"><img src="http://lawrence1992.files.wordpress.com/2008/01/janet-huckabee.jpg" alt="janet-huckabee.jpg" /></a></p>
<div align="center"></div>
<p align="center">&nbsp;</p>
<p align="center">&nbsp;</p>
<p align="center"><b>Elizabeth Kucinich</b></p>
<p align="center"><b> Confirmed FLILF</b></p>
<div align="center"></div>
<p align="center">&nbsp;</p>
<div align="center"></div>
<p align="center">&nbsp;</p>
<div align="center"></div>
<p align="center"><a href="http://lawrence1992.files.wordpress.com/2008/01/2248624elizabeth-kucinich-photos.jpg" title="2248624elizabeth-kucinich-photos.jpg"><img src="http://lawrence1992.files.wordpress.com/2008/01/2248624elizabeth-kucinich-photos.jpg" alt="2248624elizabeth-kucinich-photos.jpg" /></a></p>
<p align="center">Thoughts-Opinions-Questions-Ramblings-Rants-Complaints-Suggestions-Proposals</p>
<p align="center">-Ideas-Recommendations?</p>
<div align="center"></div>
<p align="center">&nbsp;</p>
<div align="center"></div>
<p align="center">&nbsp;</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/103/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/103/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/103/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/103/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/103/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=103&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2008/01/16/distinctions-between-a-flilf-and-a-non-flilf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>

		<media:content url="http://lawrence1992.files.wordpress.com/2008/01/janet-huckabee.jpg" medium="image">
			<media:title type="html">janet-huckabee.jpg</media:title>
		</media:content>

		<media:content url="http://lawrence1992.files.wordpress.com/2008/01/2248624elizabeth-kucinich-photos.jpg" medium="image">
			<media:title type="html">2248624elizabeth-kucinich-photos.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>Guake revisted</title>
		<link>http://lawrence1992.wordpress.com/2008/01/13/guake-revisted/</link>
		<comments>http://lawrence1992.wordpress.com/2008/01/13/guake-revisted/#comments</comments>
		<pubDate>Sun, 13 Jan 2008 20:04:09 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[Too Lazy To Name Subject Matter]]></category>
		<category><![CDATA[down]]></category>
		<category><![CDATA[Drop]]></category>
		<category><![CDATA[gconftool]]></category>
		<category><![CDATA[GTK]]></category>
		<category><![CDATA[Guake]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[synpatic]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://lawrence1992.wordpress.com/2008/01/13/guake-revisted/</guid>
		<description><![CDATA[Remember how I said Guake might have some issues? Well it does, but I don&#8217;t blame it, it&#8217;s still in alpha stage. When I attempt to run Guake, I get the following error message:
"Guake can not init! Gconf Error. Have you installed guake.schemas properly?"
Since I didn&#8217;t compile this from source, but instead install a packaged [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=88&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Remember how I said Guake might have some issues? Well it does, but I don&#8217;t blame it, it&#8217;s still in alpha stage. When I attempt to run Guake, I get the following error message:</p>
<blockquote><p><code>"Guake can not init! Gconf Error. Have you installed guake.schemas properly?"</code></p></blockquote>
<p>Since I didn&#8217;t compile this from source, but instead install a packaged .deb(deb can be found from the official Guake site,.deb this causes a few conflicts. A few reasons being</p>
<p>1) It doesn&#8217;t comply with the Debian policies in where configuration files should be placed. There are two ways to fix this. The long counterintuitive but simple way using Synpatic(or whatever package manager you use) . For all practical purposes I&#8217;ll show how it&#8217;s done in Synpatic. We&#8217;re looking for what directory the guake.schemas file was installed. Search guake in synpatic(Edit&gt;), or ctrl+F.Navigate to properties of the package, look under the Installed Files tab. That way you&#8217;ll find exactly what and where the package placed the files. Look for guake.schemas. A command line way, a much quicker way if you don&#8217;t want to opt the synpatic mess, is searching it with the slocate/locate/find command. It might take a few instances to index all the files,but it&#8217;s my preferred way.</p>
<p>In root type</p>
<blockquote><p><code><b>updatedb</b></code></p></blockquote>
<p>After you&#8217;ve indexed your files, search for for guake.schemas, I used slocate:</p>
<p>Contacting the Guake dev, he issued me this command to properly install the schemas file(assumed you&#8217;re using GTK)</p>
<blockquote><p><code><b>gconftool-2 --install-schema-file=/usr/local/etc/gconf/schemas/guake.schemas</b></code></p></blockquote>
<p>My guake.schemas wasn&#8217;t located in</p>
<blockquote><p><code><b>/usr/local/etc/, but /usr/etc/gconf/schemas/guake.schemas.</b></code></p></blockquote>
<p>Have fun with Guake!<br />
There are other alternatives of Guake, check out Tilda(Added true transparency!) and Yakuake(Yet Another Kuake)for KDE. Guake is just a GTK+ of all these.</p>
<p>Cheers!</p>
<p>-Larry</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/88/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/88/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/88/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/88/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/88/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=88&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2008/01/13/guake-revisted/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>
	</item>
		<item>
		<title>Brute force a car&#8217;s keyless entry pad!</title>
		<link>http://lawrence1992.wordpress.com/2008/01/13/brute-force-a-cars-keyless-entry-pad/</link>
		<comments>http://lawrence1992.wordpress.com/2008/01/13/brute-force-a-cars-keyless-entry-pad/#comments</comments>
		<pubDate>Sun, 13 Jan 2008 09:54:42 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[Too Lazy To Name Subject Matter]]></category>

		<guid isPermaLink="false">http://lawrence1992.wordpress.com/2008/01/13/brute-force-a-cars-keyless-entry-pad/</guid>
		<description><![CDATA[Everything2.com explains how to crack a key less entry  pad on a vehicle 
.
Car key less entry pads usually consist of  5 buttons, each with 2 numbers. Using a little math you can find out the number of combinations needed. Simply put: the sum of the factorials&#8217; of X buttons and X numbers [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=85&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Everything2.com explains how to crack a key less entry  <a href="http://everything2.com/index.pl?node_id=1520430">pad on a vehicle </a></p>
<p><a href="http://everything2.com/index.pl?node_id=1520430">.</a><img src="http://bp3.blogger.com/_AKM4HWd7eMo/RwaWHOmXQmI/AAAAAAAAAAc/WE7U88UruSI/S760/keyless_entry.jpg" align="middle" border="2" height="350" width="400" /></p>
<div style="text-align:center;" align="left">Car key less entry pads usually consist of  5 buttons, each with 2 numbers. Using a little math you can find out the number of combinations needed. Simply put: the sum of the factorials&#8217; of X buttons and X numbers of digits on one button: 5^5+^2!= combination of 3129 pushes.You could crack the car&#8217;s keypad within ~15-20 minutes(I wouldn&#8217;t know exactly, heh).</div>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/85/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/85/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/85/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/85/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/85/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=85&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2008/01/13/brute-force-a-cars-keyless-entry-pad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>

		<media:content url="http://bp3.blogger.com/_AKM4HWd7eMo/RwaWHOmXQmI/AAAAAAAAAAc/WE7U88UruSI/S760/keyless_entry.jpg" medium="image" />
	</item>
		<item>
		<title>Returned from my 2 month 20 day hiatus.</title>
		<link>http://lawrence1992.wordpress.com/2008/01/13/returned-from-my-2-month-20-day-hiatus/</link>
		<comments>http://lawrence1992.wordpress.com/2008/01/13/returned-from-my-2-month-20-day-hiatus/#comments</comments>
		<pubDate>Sun, 13 Jan 2008 09:35:58 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[Too Lazy To Name Subject Matter]]></category>
		<category><![CDATA[Guake]]></category>
		<category><![CDATA[hiatus]]></category>
		<category><![CDATA[LETHARGY]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Quake]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[your mom]]></category>

		<guid isPermaLink="false">http://lawrence1992.wordpress.com/2008/01/13/returned-from-my-2-month-20-day-hiatus/</guid>
		<description><![CDATA[There&#8217;s no real excuse as to why I haven&#8217;t been active  on ma blag; moreover, the readers. I&#8217;ve reached an all time low hit traffic, ~53 visits in 15 day intervals, that&#8217;s comparable to&#8230; ± 4 visits a day.That&#8217;s a little beside the point. The point is I&#8217;m back! Came across a really neat [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=84&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>There&#8217;s no real excuse as to why I haven&#8217;t been active  on ma blag; moreover, the readers. I&#8217;ve reached an all time low hit traffic, ~53 visits in 15 day intervals, that&#8217;s comparable to&#8230; ± 4 visits a day.That&#8217;s a little beside the point. The point is I&#8217;m back! Came across a really neat utility, Guake, a drop down terminal for GNOME. Quake+GNOME, kind of&#8230;. It shares the same drop down functionality you&#8217;ll find in a traditional  drop-down consoles of first person shooter games..What&#8217;s so special about Guake is it gives you the ability to work in terminal without switching in between windows. Saves a great deal of time, especially if you use CLI on a regular basis. Still in alapha, so don&#8217;t be shocked if you encounter issues. I&#8217;ll be watching this project closely.</p>
<p ALIGN="center"><img WIDTH="429" HEIGHT="151" BORDER="2" ALIGN="middle" SRC="http://www.hackosis.com/wp-content/uploads/2008/01/guakelogo.png" /></p>
<p ALIGN="center">&nbsp;</p>
<p ALIGN="center">&nbsp;</p>
<p>http://site.guake-terminal.org/</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/84/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/84/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/84/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/84/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/84/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=84&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2008/01/13/returned-from-my-2-month-20-day-hiatus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>
	</item>
		<item>
		<title>Free IMAP Servers On Gmail</title>
		<link>http://lawrence1992.wordpress.com/2007/10/23/free-imap-servers-on-gmail/</link>
		<comments>http://lawrence1992.wordpress.com/2007/10/23/free-imap-servers-on-gmail/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 04:52:39 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[Too Lazy To Name Subject Matter]]></category>

		<guid isPermaLink="false">http://lawrence1992.wordpress.com/2007/10/23/free-imap-servers-on-gmail/</guid>
		<description><![CDATA[ Google is rolling out IMAP support for Gmail accounts. IMAP provides a better method to access your email from multiple devices. For instance if  check your email at school, on your cell, and again at home, IMAP ensures that new  inbox is accessible from any device at any given time. IMAP offers [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=83&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p> Google is rolling out IMAP support for Gmail accounts. IMAP provides a better method to access your email from multiple devices. For instance if  check your email at school, on your cell, and again at home, IMAP ensures that new  inbox is accessible from any device at any given time. IMAP offers a more stable experience over. Where POP by personal experience is prone to lose of emails/ or downloading the same email various times. IMAP is favored of POP cos&#8217; of two-way syncing capabilities between email-clients and web based GMail.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/83/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/83/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/83/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=83&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2007/10/23/free-imap-servers-on-gmail/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>
	</item>
		<item>
		<title>Free Solaris DVD&#8217;s, for a limited time!</title>
		<link>http://lawrence1992.wordpress.com/2007/08/09/free-solaris-dvds-for-a-limited-time/</link>
		<comments>http://lawrence1992.wordpress.com/2007/08/09/free-solaris-dvds-for-a-limited-time/#comments</comments>
		<pubDate>Fri, 10 Aug 2007 07:34:16 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[Too Lazy To Name Subject Matter]]></category>

		<guid isPermaLink="false">http://lawrence1992.wordpress.com/2007/08/09/free-solaris-dvds-for-a-limited-time/</guid>
		<description><![CDATA[

 Free solaris 10 dvds mailed to you http://www2.sun.de/dc/forms/reg_us_2307_197.jsp  
Mailed to you at no charge.
The set contains

Solaris                   10 DVD for SPARC installations


Solaris 10 DVD for x86 installations


Developer Tools DVD

Sun        [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=82&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img src="http://img150.imageshack.us/my.php?image=sol10logoxm8.png" /></p>
<div style="text-align:center;"><img src="http://img150.imageshack.us/img150/8834/sol10logoed4.png" /><img src="http://img150.imageshack.us/my.php?image=sol10logoxm8.png" /></div>
<p><b><font size="3"> Free solaris 10 dvds mailed to you <a href="http://www2.sun.de/dc/forms/reg_us_2307_197.jsp">http://www2.sun.de/dc/forms/reg_us_2307_197.jsp  </a></font></b></p>
<p>Mailed to you at no charge.</p>
<p>The set contains</p>
<ul>
<li>Solaris                   10 DVD for SPARC installations</li>
</ul>
<ul>
<li>Solaris 10 DVD for x86 installations</li>
</ul>
<ul>
<li>Developer Tools DVD</li>
</ul>
<blockquote><p>Sun                   Studio 11</p></blockquote>
<blockquote><p>Sun Java Studio Creator 2</p></blockquote>
<blockquote><p>Sun Java Studio Enterprise 8</p></blockquote>
<p>NetBeans 5.0</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/82/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/82/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/82/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=82&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2007/08/09/free-solaris-dvds-for-a-limited-time/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>

		<media:content url="http://img150.imageshack.us/my.php?image=sol10logoxm8.png" medium="image" />

		<media:content url="http://img150.imageshack.us/img150/8834/sol10logoed4.png" medium="image" />

		<media:content url="http://img150.imageshack.us/my.php?image=sol10logoxm8.png" medium="image" />
	</item>
		<item>
		<title>Win-get: Apt-get for windows!</title>
		<link>http://lawrence1992.wordpress.com/2007/07/21/win-get-apt-get-for-windows/</link>
		<comments>http://lawrence1992.wordpress.com/2007/07/21/win-get-apt-get-for-windows/#comments</comments>
		<pubDate>Sun, 22 Jul 2007 02:00:38 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[Too Lazy To Name Subject Matter]]></category>

		<guid isPermaLink="false">http://lawrence1992.wordpress.com/2007/07/21/win-get-apt-get-for-windows/</guid>
		<description><![CDATA[ 
 Uh oh&#8230;&#8230;&#8230;..
Nah, It&#8217;s not by Macro$oft (circa Greg. S. 2005) , just another sourceforge project to make Window apps look like Linux&#8217;s.
Win-get is an automated install system and  repository  for win32 based apps. Written in Pasca(command line Client), also another variant in PHP(just browser based). It also performs silent install, and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=78&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p align="center"> <img src="http://windows-get.sourceforge.net/winget.gif" border="3" height="50" width="550" /></p>
<p> Uh oh&#8230;&#8230;&#8230;..</p>
<p>Nah, It&#8217;s not by Macro$oft (circa<a href="http://scienceonlooker.blogspot.com/"> Greg. S. </a>2005) , just another sourceforge project to make Window apps look like Linux&#8217;s.</p>
<p>Win-get is an automated install system and  repository  for win32 based apps. Written in Pasca(command line Client), also another variant in PHP(just browser based). It also performs silent install, and conveniently deletes the install file.  It even uses its&#8217; &#8216;wget.exe&#8217; to download packages.</p>
<p>One step closer to Linux, but a million steps needed to come close to Linux.<br />
Next step, get rid of Steve Balmer.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/78/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/78/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/78/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=78&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2007/07/21/win-get-apt-get-for-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>

		<media:content url="http://windows-get.sourceforge.net/winget.gif" medium="image" />
	</item>
		<item>
		<title>Compile Pidgin from Source</title>
		<link>http://lawrence1992.wordpress.com/2007/07/19/compile-pidgin-from-source-2/</link>
		<comments>http://lawrence1992.wordpress.com/2007/07/19/compile-pidgin-from-source-2/#comments</comments>
		<pubDate>Fri, 20 Jul 2007 04:08:12 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[Too Lazy To Name Subject Matter]]></category>

		<guid isPermaLink="false">http://lawrence1992.wordpress.com/2007/07/19/compile-pidgin-from-source-2/</guid>
		<description><![CDATA[

Get the dependencies
Get the source
Configure and Install (Estimated time: 3-4 minutes of installing.) 
Congratulations  and Good day
This was only tested on Ubuntu 7.04


Note, compiling from the source doesn&#8217;t necessarily give you all the proper dependencies. That&#8217;s why you implement apt-get. Fortunately I found out all the required packages. You can choose which ones you&#8217;d [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=75&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img src="http://www.adiumx.com/images/pidgin.jpg" align="right" height="352" width="269" /></p>
<ul>
<li><strong>Get the dependencies</strong></li>
<li><strong>Get the source</strong></li>
<li><strong>Configure and Install (Estimated time: 3-4 minutes of installing.) </strong></li>
<li><strong>Congratulations  and Good day</strong></li>
<li><strong>This was only tested on Ubuntu 7.04<br />
</strong></li>
</ul>
<p>Note, compiling from the source doesn&#8217;t necessarily give you all the proper dependencies. That&#8217;s why you implement apt-get. Fortunately I found out all the required packages. You can choose which ones you&#8217;d like to install, but in my opinion, all are either required or recommended for Pidgins functionality.</p>
<p align="center">&nbsp;</p>
<blockquote>
<p align="right">&nbsp;</p>
<form> <textarea name="comments" rows="4" cols="50">sudo apt-get install  libxml2-dev  libgtk2.0-dev    libnspr-dev gettext libnss-dev </textarea></form>
</blockquote>
<p>Autogen also needs these files above ^^. If you desire spell checking, add <strong><em><u>libgtkspell-dev</u></em></strong><strong><u> </u></strong>in the command. If you&#8217;d like to install every single dependencies/package from Pidgin/Gaim. Formly. All packages can be upgraded to latest via apt-get respoitories .</p>
<p align="center">&nbsp;</p>
<p align="center">&nbsp;</p>
<address>sudo apt-get build-dep gaim</address>
<p>This installs a bunch of dev packages. Also make sure the package “build-essential is installed! The reason that it&#8217;s &#8216;gaim&#8217; . Is when Ubuntu 7.04 was released, Pidgin was known as Gaim(obviously). As such, the &#8216;build-dep&#8217; for gaim is used to get the deps for Pidgin 2.02.1.<br />
<!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } 	--></p>
<p>Alright, now download the latest source code. Get the latest from <a href="http://www.pidgin.im/">www.pidgin.im </a>. If you’re installing this purely from the terminal. In my case the latest stable version if 2.02(by the time of writing it’s version 2.02). Just ‘wget’ the file via sourceforge.</p>
<p align="center">&nbsp;</p>
<h6 align="center">http://easynews.dl.sourceforge.net/sourceforge/pidgin/pidgin-2.0.2.tar.bz2</h6>
<p align="center">&nbsp;</p>
<h6 align="center"> Now extract it. And Change directories</h6>
<p align="center">&nbsp;</p>
<p align="center"><textarea name="comments" rows="4" cols="50">tar xvfj pidgin-2.0.2.tar.bz2                                                      cd pidgin-2.0.2 </textarea></p>
<address>Now config, and install. It takes a while in between commands. Around 3-4 minutes in total.</address>
<p align="center">&nbsp;</p>
<h5 align="center">                                                ./configure</h5>
<p align="center">&nbsp;</p>
<h5 align="center">                                                   make</h5>
<p align="center">&nbsp;</p>
<h5 align="center">                                              sudo make install</h5>
<p><!-- 		@page { size: 8.5in 11in; margin: 0.79in } 		P { margin-bottom: 0.08in } 	--></p>
<p><font color="#008080">That should be it. Find it in Apps&amp;gt;Internet Pidgin …..</font><font color="#008080">You should have no problems with package <strong>dependencies. Remember </strong>apt-get <strong>will not upgrade the newest Pidgin for you </strong>. So do this until Ubuntu imports  Pidgin in it’s repositories, you’ll have to upgrade to <a href="https://wiki.ubuntu.com/GutsyGibbon">Gutsy Gibbon</a>, later on. Like most will.</font></p>
<p><font color="#008080">Have fun with Pidgin.</font></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/75/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/75/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/75/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=75&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2007/07/19/compile-pidgin-from-source-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>

		<media:content url="http://www.adiumx.com/images/pidgin.jpg" medium="image" />
	</item>
		<item>
		<title>Dress up Firefox widgets in Ubuntu</title>
		<link>http://lawrence1992.wordpress.com/2007/07/14/dress-up-firefox-widgets-in-ubuntu/</link>
		<comments>http://lawrence1992.wordpress.com/2007/07/14/dress-up-firefox-widgets-in-ubuntu/#comments</comments>
		<pubDate>Sat, 14 Jul 2007 14:54:58 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[Too Lazy To Name Subject Matter]]></category>

		<guid isPermaLink="false">http://lawrence1992.wordpress.com/2007/07/14/dress-up-firefox-widgets-in-ubuntu/</guid>
		<description><![CDATA[

&#160;
&#160;
&#160;
&#160;

The dilemma about Firefox under Linux is that its form widgets look a tad bit indecent.Thankfully, Osmo Salomaa created a nice set of replacement widgets that really clean up the interface, and the assemblage over at Ubuntu forums compiled up a quick script for installing/removing the widget patch. It&#8217;s a big upswing, unless you&#8217;re into [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=73&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><h2>
<p style="text-align:center;"><img src="http://hackszine.com/firefoxwidget_20070527.jpg" border="3" height="201" width="500" /></p>
<p style="text-align:center;">&nbsp;</p>
<p style="text-align:center;">&nbsp;</p>
<p style="text-align:center;">&nbsp;</p>
<p style="text-align:center;" align="left">&nbsp;</p>
</h2>
<p>The dilemma about Firefox under Linux is that its form widgets look a tad bit indecent.Thankfully, Osmo Salomaa created a nice set of replacement widgets that really clean up the interface, and the assemblage over at Ubuntu forums compiled up a quick script for installing/removing the widget patch. It&#8217;s a big upswing, unless you&#8217;re into the whole super-aliased, shadow-casting widgets, Windows GUI based kinda thing. Comlied by Fatsheep on Ubuntu Forums</p>
<p>Current Ver: <strong>2.6 is released</strong> (July 11th 2007)</p>
<p><font color="#ffcc00"><u><em><strong> Before:</strong></em></u></font></p>
<p style="text-align:center;"><img src="http://img525.imageshack.us/img525/2541/oldgoogleuz4.png" height="231" width="424" /></p>
<p style="text-align:center;">&nbsp;</p>
<p style="text-align:center;">&nbsp;</p>
<p style="text-align:center;">&nbsp;</p>
<p style="text-align:center;" align="left"> <font color="#ffcc00"><u><em><strong>After:</strong></em></u></font></p>
<p style="text-align:center;">&nbsp;</p>
<p style="text-align:center;">&nbsp;</p>
<p style="text-align:center;">&nbsp;</p>
<p style="text-align:center;"><font color="#ffcc00"> </font></p>
<p style="text-align:center;" align="left"><img src="http://img410.imageshack.us/img410/9629/newgooglexq7.png" height="227" width="432" /></p>
<p style="text-align:center;" align="left">&nbsp;</p>
<p style="text-align:center;" align="left">Instllation is straight forward and simple, cd to the directory you extracted the firefox widgets to and execute install script (<strong>./install</strong> command).  Now you&#8217;re exposed to the Firefox Widget Installer, <strong>make sure you are installing to the path of your Firefox directory. By default  script installs to /usr/lib/firefox, as does installation location when installing firefox. I don&#8217;t see why this shouldn&#8217;t be your directory, unless you could give a good reasonnn.</strong></p>
<p style="text-align:center;" align="left">&nbsp;</p>
<p style="text-align:center;" align="left">&nbsp;</p>
<p style="text-align:center;" align="left">&nbsp;</p>
<p style="text-align:center;" align="left">&nbsp;</p>
<p style="text-align:center;" align="left"><strong>Good day, and have fun with widgets mod -Larry </strong></p>
<p> <font color="#ffcc00"><u><em><strong><br />
</strong></em></u></font></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/73/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/73/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/73/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=73&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2007/07/14/dress-up-firefox-widgets-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>

		<media:content url="http://hackszine.com/firefoxwidget_20070527.jpg" medium="image" />

		<media:content url="http://img525.imageshack.us/img525/2541/oldgoogleuz4.png" medium="image" />

		<media:content url="http://img410.imageshack.us/img410/9629/newgooglexq7.png" medium="image" />
	</item>
		<item>
		<title>A Mexican replaces Bill Gates(Whitey) rank of richest man on earth;Don&#8217;t take offense because it&#8217;s true</title>
		<link>http://lawrence1992.wordpress.com/2007/07/12/a-mexican-replaces-bill-gateswhitey-rank-of-richest-man-on-earth-no-offense/</link>
		<comments>http://lawrence1992.wordpress.com/2007/07/12/a-mexican-replaces-bill-gateswhitey-rank-of-richest-man-on-earth-no-offense/#comments</comments>
		<pubDate>Thu, 12 Jul 2007 18:01:53 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[Too Lazy To Name Subject Matter]]></category>
		<category><![CDATA[Bill Gates]]></category>
		<category><![CDATA[Mexican]]></category>
		<category><![CDATA[One]]></category>
		<category><![CDATA[Rich]]></category>
		<category><![CDATA[That's]]></category>

		<guid isPermaLink="false">http://lawrence1992.wordpress.com/2007/07/12/a-mexican-replaces-bill-gateswhitey-rank-of-richest-man-on-earth-no-offense/</guid>
		<description><![CDATA[Bill Gates, the omnipotent giant from Microsoft is not the richest man on earth. Carlos Slim, has a richness esteem(or account I should say) in US$67.8 billion ,taking Bill’s place. American Móvil company, which is the most superlative and largest mobile cell phone company in Latin America. It&#8217;s the largest and most profitable business of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=72&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:left;">Bill Gates, the <span class="noline">omnipotent</span> giant from Microsoft is not the richest man on earth. Carlos Slim, has a richness esteem(or <img src="http://www.ovelha.org/pasteler0/wp-content/uploads/2007/07/slim.jpg" style="width:138px;height:220px;" align="left" />account I should say) in US$67.8 billion ,taking Bill’s place. American Móvil company, which is the most superlative and largest mobile cell phone company in Latin America. It&#8217;s the largest and most profitable business of Slim. Gates still has a small quantity of U$59.2 Bi. And  keep in mind that he gives a great  portion of his money to charity, otherwise he would be <span style="font-weight:bold;text-decoration:underline;color:#ff9900;" class="noline">substantially</span><span style="color:#ff9900;">  </span>richer then Carlos.</p>
<h5 align="center"><font color="#333333"><b>Vista just not selling, Billy? </b></font></h5>
<p style="text-align:center;">&nbsp;</p>
<p style="text-align:center;">&nbsp;</p>
<p style="text-align:center;">&nbsp;</p>
<p style="text-align:center;">&nbsp;</p>
<p style="text-align:right;">&nbsp;</p>
<div style="text-align:center;"><img src="http://fakebill.files.wordpress.com/2007/04/billgates-1.jpg" style="width:328px;height:265px;" border="3" /></div>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/72/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/72/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/72/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=72&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2007/07/12/a-mexican-replaces-bill-gateswhitey-rank-of-richest-man-on-earth-no-offense/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>

		<media:content url="http://www.ovelha.org/pasteler0/wp-content/uploads/2007/07/slim.jpg" medium="image" />

		<media:content url="http://fakebill.files.wordpress.com/2007/04/billgates-1.jpg" medium="image" />
	</item>
		<item>
		<title>Wubi (Windows based installer for Ubuntu Linux Distro)</title>
		<link>http://lawrence1992.wordpress.com/2007/07/02/wubi-windows-based-installer-for-ubuntu-linux-distro/</link>
		<comments>http://lawrence1992.wordpress.com/2007/07/02/wubi-windows-based-installer-for-ubuntu-linux-distro/#comments</comments>
		<pubDate>Mon, 02 Jul 2007 21:48:56 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[Too Lazy To Name Subject Matter]]></category>

		<guid isPermaLink="false">http://lawrence1992.wordpress.com/2007/07/02/wubi-windows-based-installer-for-ubuntu-linux-distro/</guid>
		<description><![CDATA[Blog Life Update: I&#8217;ve recently been REALLY lenient posting on this thing. The last time I posted was during April Fools. More or less, ~ 3 months without posting. School is out, summer is in.
∞
I came across this program that will install Ubuntu, It creates a virtual HDD partition ,installation into a loopmounted virtual partition, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=70&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strike>Blog<strong> </strong></strike><strong>Life</strong> Update: I&#8217;ve recently been REALLY lenient posting on this thing. The last time I posted was during April Fools. More or less, ~ 3 months without posting. School is out, summer is in.</p>
<h2 ALIGN="center"><strong>∞</strong></h2>
<p>I came across this program that will install Ubuntu, It creates a virtual HDD partition ,installation into a loopmounted virtual partition, with no partitioning necessary. So you can run both Windows &amp; Ubuntu Linux. It Works somewhat like virtualization software.The peeps at Webi say that Ubuntu is installed within a file in the windows file system (c:\wubi\disks\system.virtual.disk), and this file &#8220;tricks&#8221; Linux to assuming that it&#8217;s a Hard disk. Although this is an unofficial Ubuntu installer for Windows, there is speculation that it will be official in the near future. For now Wubi is an independent product,and is currently in beta, so play it fair. <strong>Wubi is not intended to be a permanent install.</strong> It should be used to determine beforehand ,if you want to permanently install Ubuntu on an actual partition, or better yet on a reversed HDisk. I believe that it doesn&#8217;t work with Vista. If you have a problem, I guess it was your fault trashing your money in the gutter for that product. You can select the different desktop environments within Wubi. Wubi is also free/open-source software, licensed under the <a HREF="http://www.gnu.org/copyleft/gpl.html#SEC1">GNU GPL.</a></p>
<h2><font COLOR="#339933">Wubi Screenshots</font></h2>
<p><img WIDTH="503" HEIGHT="393" SRC="http://wubi-installer.org/images/wubi.png" /></p>
<p><img WIDTH="503" HEIGHT="393" SRC="http://wubi-installer.org/images/wubi-reboot.png" /></p>
<p ALIGN="center">Cheers! And have fun experimenting/testing with Ubuntu! -Larry</p>
<p ALIGN="center">&nbsp;</p>
<p ALIGN="center">&nbsp;</p>
<h2 ALIGN="center"><strong><strong>∞</strong></strong></h2>
<p ALIGN="center">&nbsp;</p>
<p ALIGN="center"><font SIZE="7" COLOR="#00ff00"><em>↓</em></font></p>
<p ALIGN="center">&nbsp;</p>
<p ALIGN="center">&nbsp;</p>
<p ALIGN="center"><font COLOR="#ff9900">Happy Greg?</font><strike><font COLOR="#ff9900"> </font></strike></p>
<p ALIGN="center">&nbsp;</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/70/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/70/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/70/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=70&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2007/07/02/wubi-windows-based-installer-for-ubuntu-linux-distro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>
	</item>
		<item>
		<title>Google Introduces Gmail Paper</title>
		<link>http://lawrence1992.wordpress.com/2007/04/01/google-introduces-gmail-paper/</link>
		<comments>http://lawrence1992.wordpress.com/2007/04/01/google-introduces-gmail-paper/#comments</comments>
		<pubDate>Sun, 01 Apr 2007 18:22:21 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[Too Lazy To Name Subject Matter]]></category>

		<guid isPermaLink="false">http://lawrence1992.wordpress.com/2007/04/01/google-introduces-gmail-paper/</guid>
		<description><![CDATA[
Everyone admires GMail, but not necessarily the whole concept of email in its entirety.You can get a physical copy of any message at your request. No limits,its absolutely free,without the irrelevant postage stamp,but you  your physical copies of email on high-quality, glossy photo paper, and secured to your Gmail Paper with a paper clip. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=69&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><h3><a href="http://slashdot.org/articles/07/04/01/0631243.shtml"><img src="http://mail.google.com/mail/help/paper/mail/step1_af.jpg" align="left" border="3" height="215" width="207" /></a><font color="#339999"><a href="http://slashdot.org/articles/07/04/01/0631243.shtml"><img src="http://mail.google.com/mail/help/paper/mail/step2_af.jpg" align="left" border="2" height="216" width="206" /><img src="http://mail.google.com/mail/help/paper/mail/step3_af.jpg" align="left" border="2" height="220" width="244" /></a></font></h3>
<p><font color="#339999">Everyone admires GMail, but not necessarily the whole concept of email in its entirety.You can get a <em><strong>physical </strong></em>copy of any message at your request. No limits,its absolutely free,without the irrelevant postage stamp,but you  your <strong><em>physical </em></strong>copies of email on high-quality, glossy photo paper, and secured to your Gmail Paper with a <strong><em>paper clip</em></strong>. You would think Google being,well lets just leave it to be <em><strike>Google , </strike></em>would care about the environment,and try to help conserve  our pulpwood trees .Not a problem.  Gmail Paper is made out of 96% <em>post-consumer (<strike>recycled</strike>) </em>organic soybean sputum, so it actually helps the environment. Dude this isn;t a hoax, it&#8217;s even on Google&#8217;s website. <a href="http://mail.google.com/mail/help/paper/more.html"> Check it out</a><br />
</font></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/69/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/69/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/69/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=69&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2007/04/01/google-introduces-gmail-paper/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>

		<media:content url="http://mail.google.com/mail/help/paper/mail/step1_af.jpg" medium="image" />

		<media:content url="http://mail.google.com/mail/help/paper/mail/step2_af.jpg" medium="image" />

		<media:content url="http://mail.google.com/mail/help/paper/mail/step3_af.jpg" medium="image" />
	</item>
		<item>
		<title>This is all lame</title>
		<link>http://lawrence1992.wordpress.com/2007/02/22/this-is-all-lame/</link>
		<comments>http://lawrence1992.wordpress.com/2007/02/22/this-is-all-lame/#comments</comments>
		<pubDate>Fri, 23 Feb 2007 04:49:30 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[Too Lazy To Name Subject Matter]]></category>

		<guid isPermaLink="false">http://lawrence1992.wordpress.com/2007/02/22/this-is-all-lame/</guid>
		<description><![CDATA[I have no idea about what to do with this blog, what&#8217;s its sole function, its purpose? I couldn&#8217;t believe myself earlier, &#8216;Download of the Month&#8217; ,what the heck was I thinking It seems like a bunch of miscellaneous crap, although that defines my life right there.  Just kidding.
- Till next time
   [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=66&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I have no idea about what to do with this blog, what&#8217;s its sole function, its purpose? I couldn&#8217;t believe myself earlier, &#8216;<span style="font-style:italic;">Download of the Month&#8217; </span>,what the heck was I thinking It seems like a bunch of miscellaneous crap, although that defines my life right there.  Just kidding.</p>
<p>- Till next time</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/66/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/66/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=66&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2007/02/22/this-is-all-lame/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>
	</item>
		<item>
		<title>Vista Prank</title>
		<link>http://lawrence1992.wordpress.com/2007/02/02/httpwwwdegredonet/</link>
		<comments>http://lawrence1992.wordpress.com/2007/02/02/httpwwwdegredonet/#comments</comments>
		<pubDate>Sat, 03 Feb 2007 07:06:26 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[Too Lazy To Name Subject Matter]]></category>

		<guid isPermaLink="false">http://lawrence1992.wordpress.com/2007/02/02/httpwwwdegredonet/</guid>
		<description><![CDATA[This is a really hysterical prank done to the innocently ignorant. If only everyone used Ubuntu.



&#8220;
 
 
 My father heard about Vista coming on the news. Since he was interested in getting it, he asked me to obtain it and i           install it on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=63&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This is a really hysterical prank done to the innocently ignorant. If only everyone used Ubuntu.<br />
<span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><br />
</span></p>
<p><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="color:#668b8b;"><br />
<span style="color:#668b8b;"><span style="font-size:medium;">&#8220;</span></span></span></span></p>
<p align="center"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"> </span></span></span></p>
<p><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="color:#668b8b;"> </span></span></p>
<p align="center"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="color:#668b8b;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><strong><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"> My father heard about Vista coming on the news. Since he was interested in getting it, he asked me to obtain it and i           install it on his computer and he would give some cash in return. I told him I was going to do that, but instead I burned an Ubuntu CD and installed it.</span></strong></span></span></span></p>
<p><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="color:#668b8b;"><span style="color:#668b8b;"> </span></span></span></p>
<p align="center"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="color:#668b8b;"><span style="color:#668b8b;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><strong><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"> </span></strong></span></span></span></span></p>
<p align="center"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="color:#668b8b;"><span style="color:#668b8b;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><strong><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"> <span style="color:#668b8b;">Later, when he came home from work, I showed him his new &#8220;Vista&#8221; install, complete with the latest Office and Solitaire.</span></span></strong></span></span></span></span></p>
<p align="center"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="color:#668b8b;"><span style="color:#668b8b;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><strong><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"> </span></strong></span></span></span></span></span></p>
<p align="center"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="color:#668b8b;"><span style="color:#668b8b;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><strong><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"> <span style="color:#668b8b;">Well, it&#8217;s been a few days since that and now he says Bill Gates is better than Steve Jobs and brags about how OS X on my iMac is obsolete compared to Vista on his PC.</span></span></strong></span></span></span></span></span></span></p>
<p><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="color:#668b8b;"><span style="color:#668b8b;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="color:#668b8b;"> </span></span></span></span></span></span></span></p>
<p align="center"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="color:#668b8b;"><span style="color:#668b8b;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="color:#668b8b;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><strong><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"> </span></strong></span></span></span></span></span></span></span></span></p>
<p><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="color:#668b8b;"><span style="color:#668b8b;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="color:#668b8b;"><span style="color:#668b8b;"> </span></span></span></span></span></span></span></span></p>
<p align="center"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="color:#668b8b;"><span style="color:#668b8b;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="color:#668b8b;"><span style="color:#668b8b;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><strong><span style="font-family:sans-serif,Arial,Helvetica,Geneva;">I will continue with the prank for some weeks, after which I&#8217;ll tell him the truth and give him back his money.</span></strong></span></span></span></span></span></span></span></span></span></p>
<p align="center"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="color:#668b8b;"><span style="color:#668b8b;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="color:#668b8b;"><span style="color:#668b8b;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"> </span></span></span></span></span></span></span></span></span></span></p>
<p align="center"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="color:#668b8b;"><span style="color:#668b8b;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="color:#668b8b;"><span style="color:#668b8b;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"> </span></span></span></span></span></span></span></span></span></span></p>
<p align="center"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="color:#668b8b;"><span style="color:#668b8b;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="color:#668b8b;"><span style="color:#668b8b;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"> </span></span></span></span></span></span></span></span></span></span></p>
<p align="right"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="color:#668b8b;"><span style="color:#668b8b;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="color:#668b8b;"><span style="color:#668b8b;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="font-family:sans-serif,Arial,Helvetica,Geneva;"><span style="font-size:medium;">&#8220;</span></span></span></span></span></span></span></span></span></span></span></p>
<p align="right">
<p align="right">
<p align="right">
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/63/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/63/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/63/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=63&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2007/02/02/httpwwwdegredonet/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>
	</item>
		<item>
		<title>Please circle your answer</title>
		<link>http://lawrence1992.wordpress.com/2007/01/10/please-circle-your-answer/</link>
		<comments>http://lawrence1992.wordpress.com/2007/01/10/please-circle-your-answer/#comments</comments>
		<pubDate>Thu, 11 Jan 2007 00:29:42 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[Too Lazy To Name Subject Matter]]></category>

		<guid isPermaLink="false">http://lawrence1992.wordpress.com/2007/01/10/please-circle-your-answer/</guid>
		<description><![CDATA[Please Circle Your Answer
Are you FOR or AGAINST the legalization of abortion
Y/N

So.. is that for or against?
Also, abortion is ALREADY legalized….how can it be legalized again?
So.. who’s religious back is round?&#8217;

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=55&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Please Circle Your Answer</p>
<p>Are you <strong>FOR or AGAINST</strong> the legalization of abortion</p>
<p><strong>Y/N</strong></p>
<p align="right"><a href="http://lawrence1992.files.wordpress.com/2007/01/56240915577cdc5179132e3gb7.jpg" title="56240915577cdc5179132e3gb7.jpg"><img src="http://lawrence1992.files.wordpress.com/2007/01/56240915577cdc5179132e3gb7.jpg" alt="56240915577cdc5179132e3gb7.jpg" border="3" /></a></p>
<p>So.. is that for or against?</p>
<p>Also, abortion is ALREADY legalized….how can it be legalized again?</p>
<p>So.. who’s religious back is round?&#8217;</p>
<p><a href="http://lawrence1992.files.wordpress.com/2007/01/56240919_8affd92943.jpg" title="56240919_8affd92943.jpg"><img src="http://lawrence1992.files.wordpress.com/2007/01/56240919_8affd92943.jpg" alt="56240919_8affd92943.jpg" height="295" width="392" /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/55/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/55/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/55/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=55&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2007/01/10/please-circle-your-answer/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>

		<media:content url="http://lawrence1992.files.wordpress.com/2007/01/56240915577cdc5179132e3gb7.jpg" medium="image">
			<media:title type="html">56240915577cdc5179132e3gb7.jpg</media:title>
		</media:content>

		<media:content url="http://lawrence1992.files.wordpress.com/2007/01/56240919_8affd92943.jpg" medium="image">
			<media:title type="html">56240919_8affd92943.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>Flock</title>
		<link>http://lawrence1992.wordpress.com/2006/12/30/flock/</link>
		<comments>http://lawrence1992.wordpress.com/2006/12/30/flock/#comments</comments>
		<pubDate>Sat, 30 Dec 2006 21:43:05 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[Too Lazy To Name Subject Matter]]></category>

		<guid isPermaLink="false">http://lawrence1992.wordpress.com/2006/12/30/flock/</guid>
		<description><![CDATA[Flock test&#8230;
Blogged with Flock
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=53&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Flock test&#8230;</p>
<p style="text-align:right;font-size:8px;">Blogged with <a href="http://www.flock.com/blogged-with-flock" title="Flock" target="_new">Flock</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/53/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/53/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=53&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2006/12/30/flock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>
	</item>
		<item>
		<title>my desktop is full of crap[on windows that is]</title>
		<link>http://lawrence1992.wordpress.com/2006/12/29/cleanup-your-desktop/</link>
		<comments>http://lawrence1992.wordpress.com/2006/12/29/cleanup-your-desktop/#comments</comments>
		<pubDate>Sat, 30 Dec 2006 00:11:30 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[Too Lazy To Name Subject Matter]]></category>

		<guid isPermaLink="false">http://lawrence1992.wordpress.com/2006/12/29/cleanup-your-desktop/</guid>
		<description><![CDATA[Well its winter cleaning, mkdir DesktopCrap, move *.* DesktopCrap.

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=50&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Well its winter cleaning, mkdir DesktopCrap, move *.* DesktopCrap.</p>
<p style="text-align:center;"><a href="http://lawrence1992.files.wordpress.com/2006/12/desktopcrap.png" title="desktopcrap.png"><img src="http://lawrence1992.files.wordpress.com/2006/12/desktopcrap.png?w=497&#038;h=254" alt="desktopcrap.png" height="254" width="497" /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/50/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/50/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=50&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2006/12/29/cleanup-your-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>

		<media:content url="http://lawrence1992.files.wordpress.com/2006/12/desktopcrap.png" medium="image">
			<media:title type="html">desktopcrap.png</media:title>
		</media:content>
	</item>
		<item>
		<title>Ohhh I stumbled back to my abandoned blog.</title>
		<link>http://lawrence1992.wordpress.com/2006/12/01/ohhh-i-stumbled-back-to-my-abandoned-blog/</link>
		<comments>http://lawrence1992.wordpress.com/2006/12/01/ohhh-i-stumbled-back-to-my-abandoned-blog/#comments</comments>
		<pubDate>Fri, 01 Dec 2006 07:52:11 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[Too Lazy To Name Subject Matter]]></category>

		<guid isPermaLink="false">http://lawrence1992.wordpress.com/2006/12/01/ohhh-i-stumbled-back-to-my-abandoned-blog/</guid>
		<description><![CDATA[It&#8217;s comforting to know that no matter what you do in life, it will never be as awesome as this picture.

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=48&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><font face="Arial Bold"><font size="1"><font><font color="green">It&#8217;s comforting to know that no matter what you do in life, it will never be as awesome as this picture.</font></font></font></font></p>
<p style="text-align:center;"><font face="Papyrus"><img src="http://img409.imageshack.us/img409/7114/bartsimpsonws1.gif" border="5" height="360" width="516" /></font></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/48/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/48/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/48/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/48/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/48/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=48&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2006/12/01/ohhh-i-stumbled-back-to-my-abandoned-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>

		<media:content url="http://img409.imageshack.us/img409/7114/bartsimpsonws1.gif" medium="image" />
	</item>
		<item>
		<title>Google&#8217;s Free Proxy</title>
		<link>http://lawrence1992.wordpress.com/2006/08/05/googles-free-proxy/</link>
		<comments>http://lawrence1992.wordpress.com/2006/08/05/googles-free-proxy/#comments</comments>
		<pubDate>Sat, 05 Aug 2006 22:47:00 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[Too Lazy To Name Subject Matter]]></category>

		<guid isPermaLink="false">https://lawrence1992.wordpress.com/2006/08/05/googles-free-proxy/</guid>
		<description><![CDATA[
The purpose of this tutorial is that ,we often use school/office/other connections, customarily those services are set to provide more security ,restrciting the access to unnecessary web sites .An example,in my school we have a blacklist of websites that our school district doesn&#8217;t want us to acess. What you can do now is use Google [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=44&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img src="http://www.oreillynet.com/images/hacks/sub-header2.gif" align="top" height="42" width="295" /></p>
<p>The purpose of this tutorial is that ,<span class="secondary3">we often use school/office/other connections, </span>customarily<span class="secondary3"> those services are set to provide more</span> security<span class="secondary3"> ,restrciting the access to </span>unnecessary<span class="secondary3"> web sites .An example,in my school we have a blacklist of websites that our school district doesn&#8217;t want us to acess. What you can do now is use Google translator service&#8230;the language tools ..as a proxy to bypass the restrictions set for our connection.</span></p>
<ol>
<li>Type http://www.google.com/translate?langpair=en|en&amp;u=www.ISHOULDNTBEONTHISWEBSITE.com (ISHOULDNTBEONTHISWEBSITE stands for the website you need to go that might be black listed by this connection<br />
<span class="secondary3"></span></li>
<li><span class="secondary3">Notice langpair is set to en|en&#8221; (english/english)</span><span class="secondary3"><b><code>,that means that it will be translated from English....to English.</code></b></span></li>
<li><span class="secondary3"><b>That is all&#8230;Bye&#8230;.Have fun with this tutorial of harmless &#8220;hacking&#8221;. </b></span></li>
</ol>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/44/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/44/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=44&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2006/08/05/googles-free-proxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>

		<media:content url="http://www.oreillynet.com/images/hacks/sub-header2.gif" medium="image" />
	</item>
		<item>
		<title>Meeboooooooooooooooooooooooooooooooooooo</title>
		<link>http://lawrence1992.wordpress.com/2006/08/03/meeboooooooooooooooooooooooooooooooooooo/</link>
		<comments>http://lawrence1992.wordpress.com/2006/08/03/meeboooooooooooooooooooooooooooooooooooo/#comments</comments>
		<pubDate>Thu, 03 Aug 2006 22:11:19 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[Too Lazy To Name Subject Matter]]></category>

		<guid isPermaLink="false">https://lawrence1992.wordpress.com/2006/08/03/meeboooooooooooooooooooooooooooooooooooo/</guid>
		<description><![CDATA[I&#8217;ve liked meebo so much that I&#8217;ve like to put an honorable mention on my blog about Meebo. Its a awesome AJax based insttant messenging cilent. . ,its still in beta but work in progress =p.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=42&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I&#8217;ve liked meebo so much that I&#8217;ve like to put an honorable mention on my blog about Meebo. Its a awesome AJax based insttant messenging cilent. . ,its still in beta but work in progress =p.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/42/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/42/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=42&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2006/08/03/meeboooooooooooooooooooooooooooooooooooo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>
	</item>
		<item>
		<title>ffdshow</title>
		<link>http://lawrence1992.wordpress.com/2006/08/03/ffdshow/</link>
		<comments>http://lawrence1992.wordpress.com/2006/08/03/ffdshow/#comments</comments>
		<pubDate>Thu, 03 Aug 2006 21:46:56 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[Too Lazy To Name Subject Matter]]></category>

		<guid isPermaLink="false">https://lawrence1992.wordpress.com/2006/08/03/ffdshow/</guid>
		<description><![CDATA[This is the only codec ,basically you&#8217;ll ever need, with Real Media Player Alternative and Quicktime Player Alternative.
ffdshow is DirectShow and VFW codec, it decodes almost anything you want and need.
Get it at SourceForge&#8230;&#8230;. Lets all hop on the open source bandwagon =p
Heres the link

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=41&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><font color="red">This is the only codec ,basically you&#8217;ll ever need, with Real Media Player Alternative and Quicktime Player Alternative.</font></p>
<p><font color="red">ffdshow is DirectShow and VFW codec, it decodes almost anything you want and need.</font></p>
<p><font color="red">Get it at SourceForge&#8230;&#8230;. Lets all hop on the open source bandwagon =p</font></p>
<p>Heres the link<br />
<font color="blue"><a href="http://sourceforge.net/projects/ffdshow" title="Go Open Source!!"><img src="http://sourceforge.net/projects/ffdshow" alt="Go Open Source!" align="middle" border="3" /></a></font></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/41/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/41/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/41/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/41/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/41/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=41&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2006/08/03/ffdshow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>

		<media:content url="http://sourceforge.net/projects/ffdshow" medium="image">
			<media:title type="html">Go Open Source!</media:title>
		</media:content>
	</item>
		<item>
		<title>First Ubuntu Billboard spotted!!!!</title>
		<link>http://lawrence1992.wordpress.com/2006/08/03/testing-meebo-wiglet/</link>
		<comments>http://lawrence1992.wordpress.com/2006/08/03/testing-meebo-wiglet/#comments</comments>
		<pubDate>Thu, 03 Aug 2006 00:09:44 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[Too Lazy To Name Subject Matter]]></category>

		<guid isPermaLink="false">https://lawrence1992.wordpress.com/2006/08/03/testing-meebo-wiglet/</guid>
		<description><![CDATA[Boy have I waited for this. I&#8217;ll be so happy to start getting Ubuntu CD&#8217;s,rather than AOL CDs.

The above billboard was spotted near the Ralston exit in Redwood City, USA
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=40&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Boy have I waited for this. I&#8217;ll be so happy to start getting Ubuntu CD&#8217;s,rather than AOL CDs.</p>
<p><img src="http://i102.photobucket.com/albums/m117/lawrence1992/ubuntubillboard.jpg" align="right" border="2" height="305" width="444" /></p>
<p>The above billboard was spotted near the Ralston exit in Redwood City, USA</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/40/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/40/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=40&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2006/08/03/testing-meebo-wiglet/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>

		<media:content url="http://i102.photobucket.com/albums/m117/lawrence1992/ubuntubillboard.jpg" medium="image" />
	</item>
		<item>
		<title>AIM with resource Mod Tutorial</title>
		<link>http://lawrence1992.wordpress.com/2006/08/02/aim-with-resource-hacker-tutorial/</link>
		<comments>http://lawrence1992.wordpress.com/2006/08/02/aim-with-resource-hacker-tutorial/#comments</comments>
		<pubDate>Wed, 02 Aug 2006 20:57:07 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[Too Lazy To Name Subject Matter]]></category>

		<guid isPermaLink="false">https://lawrence1992.wordpress.com/2006/08/02/aim-with-resource-hacker-tutorial/</guid>
		<description><![CDATA[You know that logon screen when you sign onto AIM,that vexing AOL Buddy Icon guy, well it turns out that ,that image is actually supported by a .bmp. I discovered that I could use ResHack, since it&#8217;s  always been suitable resource editing and things of that nature.
http://www.users.on.net/~johnson/downloads/reshack.zip 
First obtain ResHack, it&#8217;s a really useful tool [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=39&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>You know that logon screen when you sign onto AIM,that vexing AOL Buddy Icon guy, well it turns out that ,that image is actually supported by a .bmp. I discovered that I could use ResHack, since it&#8217;s  always been suitable resource editing and things of that nature.</p>
<p><a href="http://www.users.on.net/~johnson/downloads/reshack.zip" title="ResHack Download">http://www.users.on.net/~johnson/downloads/reshack.zip </a></p>
<p>First obtain ResHack, it&#8217;s a really useful tool if you have a clue as to what you&#8217;re doing.It allows you modify resources in 32bit Windows .exes and resource files. It also has a very neat build in sciprtiting complier to test out your hacks. A few preliminary things: Make sure you close AIM fully. Taskkill aim.exe or simply exit the program.</p>
<ol>
<li>Install ResHack&#8230;.blah blah extract .zip, if you don&#8217;t have a decompression program,get tugZIP, a freeware tool,or WinRAR</li>
<li>FindingAIM&#8217;s resource: namely  file AimRes.dll,-the .dll is considered a WIN32 Pe file.</li>
<li>Open the reshack executable</li>
<li>Press ctrl+O, or just File&#8211;&gt;Open&#8211;&gt;now go to My Computer &gt; C Drive &gt; Program Files &gt; AIM ( It should be AIM ,try find variants of it ). Find AimRes.dll, and Open it. . If you still,-you in all likely hood have AIM Triton,which I don&#8217;t recommend getting,as it has a horrible user interface,the development team at AOL didn&#8217;t have time to put in advance settings in the UI.</li>
<li>Now once you open your ResHack tool it should look like this</li>
<li><img src="http://www.fileden.com/files/20034/resourcehack.png" /></li>
<li>Now,open GIFDATA &gt; 103 &gt; 1033. Make sure to write GIFDATA under resource type, 103 under name and 1033 under language</li>
<li>Then, Go to action, Replace other Resource.</li>
<li>Click on Open file with new resource.</li>
<li>Now choose the image you want by browsing. Make sure this image must is in  .GIF format and  has the dimensions of 190&#215;150. You can customize own or chance upon one off the net and compress the dimesions  it with countless freeware programs out there.</li>
<li>Now fill in the boxes Resource Type, resource Name, . And then press Replace.</li>
<h1>
<li><b>NOW!!!! MAKE SURE TO SAVE THE FILE TO THE SPECIFIC DIRECTORY AND OVERWRITE IT.</b></li>
</h1>
<li>For all inquires about this tutorial simpy comment this post and I&#8217;ll give my best effort to reply.</li>
</ol>
<p>Thanks for you time</p>
<p>This was only tested for  AIM 5.9,but theoretically it  should work for previous versions,I&#8217;m not quite sure if this will work for Triton.</p>
<p>-Larry</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/39/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/39/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=39&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2006/08/02/aim-with-resource-hacker-tutorial/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>

		<media:content url="http://www.fileden.com/files/20034/resourcehack.png" medium="image" />
	</item>
		<item>
		<title>Materazzi gives Italy a bad name.</title>
		<link>http://lawrence1992.wordpress.com/2006/07/13/materazzi-gives-italy-a-bad-name/</link>
		<comments>http://lawrence1992.wordpress.com/2006/07/13/materazzi-gives-italy-a-bad-name/#comments</comments>
		<pubDate>Thu, 13 Jul 2006 01:45:37 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[Too Lazy To Name Subject Matter]]></category>

		<guid isPermaLink="false">https://lawrence1992.wordpress.com/2006/07/13/materazzi-gives-italy-a-bad-name/</guid>
		<description><![CDATA[I totally agree with what Zidane did to Materazzi.
 Materazzi against Shevchenko in AC Milan .HE IS MENTALLY DERANGED BLOCKHEAD,son of a bitch. 
This just pisses me off to an infinite state.
Materazzi is a stupid fool, he elbowed Sorin in the eye too.  					This man should never be allowed to touch a football ever [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=36&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I totally agree with what Zidane did to Materazzi.</p>
<p align="center"><a href="http://www.youtube.com/watch?v=WJPKM5aJGW8"> Materazzi against Shevchenko in AC Milan .HE IS MENTALLY DERANGED BLOCKHEAD,son of a bitch. </a></p>
<p>This just pisses me off to an infinite state.</p>
<p>Materazzi is a stupid fool, he elbowed Sorin in the eye too.  					This man should never be allowed to touch a football ever again.</p>
<p>No wonder they&#8217;re  lots of Rumors that Italy is cheating.<br />
<strong>ARGHHHHH!!!!!!!!!</strong></p>
<p>aggravated      0_0</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/36/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/36/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=36&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2006/07/13/materazzi-gives-italy-a-bad-name/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>
	</item>
		<item>
		<title>France Lost!</title>
		<link>http://lawrence1992.wordpress.com/2006/07/13/france-lost/</link>
		<comments>http://lawrence1992.wordpress.com/2006/07/13/france-lost/#comments</comments>
		<pubDate>Thu, 13 Jul 2006 01:27:49 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[Too Lazy To Name Subject Matter]]></category>

		<guid isPermaLink="false">https://lawrence1992.wordpress.com/2006/07/13/france-lost/</guid>
		<description><![CDATA[Italy WON the Wolrd Cup..Pity Zidane had to leave like that with a red card leaving at the same time he was leaving his soccer carrer.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=34&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Italy WON the Wolrd Cup..Pity Zidane had to leave like that with a red card leaving at the same time he was leaving his soccer carrer.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/34/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/34/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=34&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2006/07/13/france-lost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>
	</item>
		<item>
		<title>=(</title>
		<link>http://lawrence1992.wordpress.com/2006/07/01/33/</link>
		<comments>http://lawrence1992.wordpress.com/2006/07/01/33/#comments</comments>
		<pubDate>Sat, 01 Jul 2006 05:22:08 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[Too Lazy To Name Subject Matter]]></category>

		<guid isPermaLink="false">https://lawrence1992.wordpress.com/2006/07/01/33/</guid>
		<description><![CDATA[Ukraine lost to  Italy 3-0 &#8230;&#8230;
&#60;script src=&#8221;http://www.google-analytics.com/urchin.js&#8221; type=&#8221;text/javascript&#8221;&#62;
&#60;/script&#62;
&#60;script type=&#8221;text/javascript&#8221;&#62;
_uacct = &#8220;UA-1209313-1&#8243;;
urchinTracker();
&#60;/script&#62;
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=33&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Ukraine lost to  Italy 3-0 &#8230;&#8230;</p>
<p>&lt;script src=&#8221;http://www.google-analytics.com/urchin.js&#8221; type=&#8221;text/javascript&#8221;&gt;<br />
&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
_uacct = &#8220;UA-1209313-1&#8243;;<br />
urchinTracker();<br />
&lt;/script&gt;</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/33/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/33/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=33&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2006/07/01/33/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>
	</item>
		<item>
		<title>HORAYY!!!!</title>
		<link>http://lawrence1992.wordpress.com/2006/06/26/horayy/</link>
		<comments>http://lawrence1992.wordpress.com/2006/06/26/horayy/#comments</comments>
		<pubDate>Mon, 26 Jun 2006 21:44:22 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[Too Lazy To Name Subject Matter]]></category>

		<guid isPermaLink="false">https://lawrence1992.wordpress.com/2006/06/26/horayy/</guid>
		<description><![CDATA[Its all over for the Swiss
Ukraine got 3 goals in a row
Ukraine 3-0 Swiss
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=32&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Its all over for the Swiss</p>
<p>Ukraine got 3 goals in a row</p>
<p>Ukraine 3-0 Swiss</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/32/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/32/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=32&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2006/06/26/horayy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>
	</item>
		<item>
		<title>Swiss and Ukraine all even</title>
		<link>http://lawrence1992.wordpress.com/2006/06/26/swiss-and-ukraine-all-even/</link>
		<comments>http://lawrence1992.wordpress.com/2006/06/26/swiss-and-ukraine-all-even/#comments</comments>
		<pubDate>Mon, 26 Jun 2006 21:35:58 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[Too Lazy To Name Subject Matter]]></category>

		<guid isPermaLink="false">https://lawrence1992.wordpress.com/2006/06/26/swiss-and-ukraine-all-even/</guid>
		<description><![CDATA[I&#8217;ve been going mad about this Game. Ukraine seems to have good defences and possession but they just can&#8217;t seem to make a goal. Speaking of AMAZING defence . In the 13th minute, the Swiss Raphael Wicky had a shot on goal from long proximity, forcing Ukraine goal  keeper Oleksandr(Slavic version of Alexander) Shovkovskyi into [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=31&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><b>I&#8217;ve been going mad about this Game. Ukraine seems to have good defences and possession but they just can&#8217;t seem to make a goal. Speaking of AMAZING defence . In</b><b><strong><font size="5"><font size="2"> the 13th minute, the Swiss Raphael Wicky had a shot on goal from long proximity, forcing Ukraine goal  keeper Oleksandr(Slavic version of Alexander) Shovkovskyi into an  insane acrobatic block. </font></font></strong></b><strong><font size="5"><font size="2">There have been plenty of fouls in the match.</font></font></strong></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/31/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/31/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=31&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2006/06/26/swiss-and-ukraine-all-even/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>
	</item>
		<item>
		<title>school is out</title>
		<link>http://lawrence1992.wordpress.com/2006/06/17/schools-out/</link>
		<comments>http://lawrence1992.wordpress.com/2006/06/17/schools-out/#comments</comments>
		<pubDate>Sat, 17 Jun 2006 04:32:30 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[Too Lazy To Name Subject Matter]]></category>

		<guid isPermaLink="false">https://lawrence1992.wordpress.com/2006/06/17/schools-out/</guid>
		<description><![CDATA[School&#8217;s Out!!!!!!!!!!!&#8230;..I&#8217;ll post some new stuff later on&#8230;..
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=30&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>School&#8217;s Out!!!!!!!!!!!</strong>&#8230;..I&#8217;ll post some new stuff later on&#8230;..</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/30/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/30/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=30&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2006/06/17/schools-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>
	</item>
		<item>
		<title>How To Encrypt BitTorrent Traffic Re-Newed</title>
		<link>http://lawrence1992.wordpress.com/2006/05/29/how-to-encrypt-bittorrent-traffic-re-newed/</link>
		<comments>http://lawrence1992.wordpress.com/2006/05/29/how-to-encrypt-bittorrent-traffic-re-newed/#comments</comments>
		<pubDate>Mon, 29 May 2006 06:03:30 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[Too Lazy To Name Subject Matter]]></category>

		<guid isPermaLink="false">https://lawrence1992.wordpress.com/2006/05/29/how-to-encrypt-bittorrent-traffic-re-newed/</guid>
		<description><![CDATA[More and more ISP&#39;s are restraining BitTorrent traffic, or plan to do so is growing every day, and according to the BBC, the &#8216;bandwidth war&#8217; has commenced. Are you not sure if your traffic is being mointored check the list of bad internet service providers. But there is a answer. Encrypting your torrents will prevent [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=26&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>More and more ISP&#39;s are restraining BitTorrent traffic, or plan to do so is growing every day, and according to the BBC, the &lsquo;bandwidth war&rsquo; has commenced. Are you not sure if your traffic is being mointored check the list of bad internet service providers. But there is a answer. Encrypting your torrents will prevent ISP&rsquo;s from controling your traffic. I will explain how to enable encryption in Azureus,a BitTorrent cilent that I use,and one that is the most popular cilent. So Whats the Point of Encryption? Azureus offers RC4 encryption. This encryption algorithm makes it extremely hard for your ISP to detect that the traffic you are making comes from torrents. The downside for low-performance PC&#39;s is that using this encryption increase the memory usage on Azenus and CPU usage on your computer. Alright so lets get started</p>
<p align="center">&nbsp;</p>
<p><img src="http://www.fileden.com/files/20034/azureus.jpg" alt="azureus.jpg" /></p>
<p><i>1. Go to: Tools &gt; Options &gt; Connection &gt; Transport Encryption</i></p>
<p><i>2.Check the &lsquo;require encrypted transport&rsquo; box.</i></p>
<p><i>3.Choose RC4 in the &lsquo;minimum encryption&rsquo; dropdown box</i></p>
<p><i>4.You can check &lsquo;Allow non-encrypted outgoing connections if encrypted connection attempt fails&rsquo; box. This will make certain the compatibility with clients that are not using encryption. But, theres a downside, it makes your connections more exploited for your ISP to detect torrenttraffic. You might want to check this first if you can&#39;t seed properly on Azureus </i></p>
<p><i>5.Check &lsquo;Allow non-encrypted incoming connections&rsquo; box Your final result should look like this.</i></p>
<p align="center">Enjoy!</p>
<p align="center">&nbsp;</p>
<p align="center"><img src="http://www.fileden.com/files/20034/torrent.png" height="212" width="1024" /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/26/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/26/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=26&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2006/05/29/how-to-encrypt-bittorrent-traffic-re-newed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>

		<media:content url="http://www.fileden.com/files/20034/azureus.jpg" medium="image">
			<media:title type="html">azureus.jpg</media:title>
		</media:content>

		<media:content url="http://www.fileden.com/files/20034/torrent.png" medium="image" />
	</item>
		<item>
		<title>3 Steps for Making Scratched CDs Work Again</title>
		<link>http://lawrence1992.wordpress.com/2006/05/28/3-steps-for-making-scratched-cds-work-again/</link>
		<comments>http://lawrence1992.wordpress.com/2006/05/28/3-steps-for-making-scratched-cds-work-again/#comments</comments>
		<pubDate>Sun, 28 May 2006 23:27:07 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[Too Lazy To Name Subject Matter]]></category>

		<guid isPermaLink="false">https://lawrence1992.wordpress.com/2006/05/28/3-steps-for-making-scratched-cds-work-again/</guid>
		<description><![CDATA[3 Steps for Making Scratched CDs Work Again
Instructables.com published a 3 step article on how to re-surface CDs so they work again. All you’re going to need is a Paper towel, Polishing cloth and a Can of Brasso Metal Polish; the article details everything needs to be done, which is not too complicated at all.
&#8212;Link&#8212;-

 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=25&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>3 Steps for Making Scratched CDs Work Again</p>
<p>Instructables.com published a 3 step article on how to re-surface CDs so they work again. All you’re going to need is a Paper towel, Polishing cloth and a Can of Brasso Metal Polish; the article details everything needs to be done, which is not too complicated at all.</p>
<p><a href="http://www.instructables.com/ex/i/2EC632F40B1E1029BC4A001143E7E506/?ALLSTEPS">&#8212;Link&#8212;-</a>
</p>
<p><img src="http://static.instructables.com/pub/62/7436a6/cf49d371e69e7a91f66b7a8e.medium.jpg"> </a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/25/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/25/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=25&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2006/05/28/3-steps-for-making-scratched-cds-work-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>

		<media:content url="http://static.instructables.com/pub/62/7436a6/cf49d371e69e7a91f66b7a8e.medium.jpg" medium="image" />
	</item>
		<item>
		<title>Microsoft shows off JPEG rival</title>
		<link>http://lawrence1992.wordpress.com/2006/05/28/microsoft-shows-off-jpeg-rival/</link>
		<comments>http://lawrence1992.wordpress.com/2006/05/28/microsoft-shows-off-jpeg-rival/#comments</comments>
		<pubDate>Sun, 28 May 2006 16:02:22 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[Too Lazy To Name Subject Matter]]></category>

		<guid isPermaLink="false">https://lawrence1992.wordpress.com/2006/05/28/microsoft-shows-off-jpeg-rival/</guid>
		<description><![CDATA[
     

Microsft made public a new photo format  it claims will provide better quality at half the size of a JPEG image. Windows Media Photo (WMP) will be built into the next-generation of Windows, called Vista. Some guy named Bill Crow,  a senior program manager for WMP said &#34;WMP [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=22&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><img src="http://www.fileden.com/files/20034/ms_masthead_10x7a_ltr.jpg" alt="ms_masthead_10x7a_ltr.jpg" /><br />
<a href="http://lawrence1992.wordpress.com/wp-admin/%3C/a">   </a>  <a href="http://lawrence1992.wordpress.com/wp-admin/%3C/a"><br />
</a><br />
Microsft made public a new photo format  it claims will provide better quality at half the size of a JPEG image. Windows Media Photo (WMP) will be built into the next-generation of Windows, called Vista. Some guy named Bill Crow,  a senior program manager for WMP said &quot;WMP will easily enable 25:1 compression ratios for most uses of digital photography. That compares to a maximum of about 12:1 for consumer JPEG images before images visibly degrade.&quot; To maintain compatibility with existing systems uses a TIFF&#39; container,limiting to only ~ 4 Gigs (2<sup>32</sup> &ndash;1 bytes) for each file,but heck thats way more than enough for ANYONE for one picture.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/22/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/22/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=22&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2006/05/28/microsoft-shows-off-jpeg-rival/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>

		<media:content url="http://www.fileden.com/files/20034/ms_masthead_10x7a_ltr.jpg" medium="image">
			<media:title type="html">ms_masthead_10x7a_ltr.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>Most &#124;337 FireFox Extensions</title>
		<link>http://lawrence1992.wordpress.com/2006/05/28/most-337-firefox-extensions/</link>
		<comments>http://lawrence1992.wordpress.com/2006/05/28/most-337-firefox-extensions/#comments</comments>
		<pubDate>Sun, 28 May 2006 00:00:06 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[Too Lazy To Name Subject Matter]]></category>

		<guid isPermaLink="false">https://lawrence1992.wordpress.com/2006/05/28/most-337-firefox-extensions/</guid>
		<description><![CDATA[There are numerious amouts of FireFox extensions  out on the web. Which ones do you use? Here is my attempt to collect the most &#124;337 and popular FireFox extensions which make your browsing, downloading, voyagging,or whatever the heck you do on FireFox easier.

Please Note : Most of these extensions work on the latest version [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=18&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>There are numerious amouts of FireFox extensions  out on the web. Which ones do you use? Here is my attempt to collect the most |337 and popular FireFox extensions which make your browsing, downloading, voyagging,or whatever the heck you do on FireFox easier.</p>
<ul>
<li>Please Note : Most of these extensions work on the latest version of the Firefox Broswer&lt;V 1.5&gt;. Whenever the broswer updates so do the extensions(most of them)</li>
<li>You can always uninstall a extension that doesn&#39;t fit your needs simply by going to Tools&#8212;&gt;Extensions&#8212;&gt;click on the extension and click uninstall.<i><b> OR </b></i>if you really easy you can install this FireFox extension called <a href="http://www.roundtwo.com/product/extensionuninstaller">Extension Uninstaller</a>.</li>
</ul>
<p>Heres my list of top extension for FirefoxTabbrowser</p>
<ol>
<li><a href="http://tmp.garyr.net/">Tab Mix Plus&nbsp;</a> (&#39;Now even more Bitchin&#39;)<a href="http://tmp.garyr.net/"><br />
</a></li>
<li><a href="http://216.55.161.203/theonekea/tabprefs/">Tabbrowser Preferences</a></li>
<li><a href="https://addons.mozilla.org/extensions/moreinfo.php?id=1249&amp;application=firefox">Restart Firefox</a></li>
<li><a href="https://addons.mozilla.org/extensions/moreinfo.php?id=436">Sessionsaver</a> (don&#39;t know where i would be without this one)</li>
<li><a href="http://viamatic.com/firefox/">Viamatic foXpose</a>  (for MAC OS x wanna-bes)</li>
<li><a href="http://showcase.uworks.net/">Firefox Showcase</a> (similar to Viamatic foXpose)</li>
<li><a href="http://jedbrown.net/1.0/mozilla/extensions/">WebMailCompose</a> &#8211; changes mailto links to your default email cilent,on FireFox that is</li>
<li><a href="http://ietab.mozdev.org/">IE Tab</a> (some pages look different when used with IE ,you decide which one is best NOTE:this doesn&#39;t use FireFox it uses its the IE process iexplore.exe)</li>
<li><a href="http://www.flashgot.net/">FlashGot</a> (download manager)</li>
<li><a href="http://www.rabotat.org/firefox/">PDF Download(asks you if you want to open or download a .pdf) </a></li>
<li><a href="http://downthemall.mozdev.org/">DownThemAll!</a> (beats going to firefox page info everytime)</li>
<li><a href="http://fireftp.mozdev.org/">FireFTP</a>(free FTP cilent)</li>
<li><a href="http://fasterfox.mozdev.org/">Fasterfox</a> &#8211; Speed up Firefox .Didn&#39;t really do much for me but give it a tryGoogleGoogle</li>
<li><a href="http://andy.5263.org/screengrab/"> Images Re-Link  </a>-this will let you click the thumbnail images on images.google.com, skip the referred framed page, and jump straight to the full-size image.</li>
<li><a href="http://andy.5263.org/screengrab/">ScreenGrab!</a> &#8211;  capture screenshots and save webpages as images easily.</li>
<li><a href="https://addons.mozilla.org/firefox/918/">gTranslate</a> &#8211; Translate thorginally a page to a desirebox,thisge.Hint its good also for getting past those stingy school blockers</li>
<li>Google<a href="http://toolbar.google.com/firefox/index.html">Toolbar </a>(Google toolbar,best popup blocker also!)</li>
<li><a href="http://www.foxytunes.org/firefox/">FoxyTunes</a> &#8211; Listen to music while surfing the Web,works on your status bar</li>
<li><a href="http://lawrence1992.wordpress.com/wp-admin/post.php# https://addons.mozilla.org/firefox/1593/" title="gSpace" target="_blank"></a><a href="https://addons.mozilla.org/firefox/1593/" title="gSpace">gSpace </a>This extension allows you to use your Gmail Space (<font size="-1"><font color="#000000">2728.581738</font></font> MB and counting) for file storage. It acts as a remote machine.</li>
<li><a href="http://www.krickelkrackel.de/autohide/" title="AutoHide">AutoHide </a> One thing i didn&#39;t like about FireFox,and its proablay the only was that when you entered full screen,it really didn&#39;t do full screen,IE has full screen with auto-hide on the top bar,but good thing theres an extension for this.</li>
</ol>
<p>If there is some favorite FireFox extension you use which deserves a mention here, post it in comments.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/18/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/18/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=18&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2006/05/28/most-337-firefox-extensions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>
	</item>
		<item>
		<title>I Forgot you&#8217;ll need Configuring Software for the External Winamp Control project</title>
		<link>http://lawrence1992.wordpress.com/2006/05/27/i-forgot-youll-need-configuring-software-for-the-external-winamp-control-project/</link>
		<comments>http://lawrence1992.wordpress.com/2006/05/27/i-forgot-youll-need-configuring-software-for-the-external-winamp-control-project/#comments</comments>
		<pubDate>Sat, 27 May 2006 05:18:56 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[Too Lazy To Name Subject Matter]]></category>

		<guid isPermaLink="false">https://lawrence1992.wordpress.com/2006/05/27/i-forgot-youll-need-configuring-software-for-the-external-winamp-control-project/</guid>
		<description><![CDATA[Heres the link:
 COM-port Winamp Control V.1.42

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=14&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Heres the link:</p>
<h1><font color="red"> <a href="http://ovelha.org/pasteler0/files/COM-port_Winamp_Control_v13.rar">COM-port Winamp Control V.1.42</a></p>
<p></font></h1>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=14&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2006/05/27/i-forgot-youll-need-configuring-software-for-the-external-winamp-control-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>
	</item>
		<item>
		<title>WikiMapia &#8211; The geographical wikipedia</title>
		<link>http://lawrence1992.wordpress.com/2006/05/27/wikimapia-the-geographical-wikipedia/</link>
		<comments>http://lawrence1992.wordpress.com/2006/05/27/wikimapia-the-geographical-wikipedia/#comments</comments>
		<pubDate>Sat, 27 May 2006 05:13:06 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[Too Lazy To Name Subject Matter]]></category>

		<guid isPermaLink="false">https://lawrence1992.wordpress.com/2006/05/27/wikimapia-the-geographical-wikipedia/</guid>
		<description><![CDATA[I don&#39;t know where i would be would WikiMedia services.

 Wiktionary
Wikibooks




 Wikiquote                              

Wikisource
 Wikispecies



Wikinews 
Commons

&#160;&#160;&#160; &#160;&#160;  &#160;&#160;  &#160;&#160;  &#160;&#160;  &#160;&#160;  &#160;&#160; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=13&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I don&#39;t know where i would be would WikiMedia services.<a href="http://www.wiktionary.org/"></a></p>
<ul>
<li><a href="http://www.wiktionary.org/"><img src="http://upload.wikimedia.org/wikipedia/commons/4/4a/Wiktionary-logo-en-35px.png" height="35" width="35" /></a><a href="http://www.wiktionary.org/"> Wiktionary</a></li>
<li><a href="http://www.wikibooks.org/"><img src="http://upload.wikimedia.org/wikipedia/commons/d/d4/Wikibooks_without_text-35px.png" height="37" width="35" /></a><a href="http://www.wikibooks.org/">Wikibooks</a>
<ul>
<li></li>
</ul>
</li>
<li><a href="http://www.wikiquote.org/"><img src="http://upload.wikimedia.org/wikipedia/commons/9/98/Wikiquote_without_text-35px.png" height="40" width="35" /></a><a href="http://www.wikiquote.org/"> Wikiquote  </a>                            <a href="http://www.wikiquote.org/"><br />
</a></li>
<li><a href="http://www.wikisource.org/"><img src="http://upload.wikimedia.org/wikipedia/commons/thumb/2/20/Wikisource-logo.jpg/35px-Wikisource-logo.jpg" height="39" width="35" /></a><a href="http://www.wikisource.org/">Wikisource</a></li>
<li><img src="http://upload.wikimedia.org/wikipedia/commons/thumb/4/4f/Wikispecies-logo.png/35px-Wikispecies-logo.png" height="32" width="35" /> <a href="http://species.wikipedia.org/">Wikispecies</a></li>
</ul>
<p><a href="http://species.wikipedia.org/"></a></p>
<ul>
<li><a href="http://www.wikinews.org/"><img src="http://upload.wikimedia.org/wikipedia/meta/0/04/Wikinews-logo2-35px.png" height="19" width="35" /></a><a href="http://www.wikinews.org/">Wikinews </a></li>
<li><a href="http://commons.wikimedia.org/"><img src="http://upload.wikimedia.org/wikipedia/commons/3/35/Commons_without_text-35px.png" height="46" width="35" /></a><a href="http://commons.wikimedia.org/">Commons</a></li>
</ul>
<p>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  &nbsp;&nbsp;  <img src="http://upload.wikimedia.org/wikipedia/meta/2/2a/Nohat-logo-nowords-bgwhite-200px.jpg" height="200" width="200" /></p>
<p>and last but not least Wikipedia,but now there WikiMap.Web site WikiMapia is a Google Maps- like -service that lets users add call-out sections to any area on Google Maps. The site is intended to be a Wikipedia-like reference for the planet.  <a href="http://www.wikimapia.org/">WikiMapia</a>   :-0 (be in awe)</p>
<p>Wikimapia=Wiki+google maps</p>
<p align="center"><img src="http://www.fileden.com/files/20034/wikimapia.png" alt="wikimapia.png" height="371" width="323" /><br />
<a href="http://lawrence1992.wordpress.com/wp-admin/%3C/a">  </a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=13&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2006/05/27/wikimapia-the-geographical-wikipedia/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/wikipedia/commons/4/4a/Wiktionary-logo-en-35px.png" medium="image" />

		<media:content url="http://upload.wikimedia.org/wikipedia/commons/d/d4/Wikibooks_without_text-35px.png" medium="image" />

		<media:content url="http://upload.wikimedia.org/wikipedia/commons/9/98/Wikiquote_without_text-35px.png" medium="image" />

		<media:content url="http://upload.wikimedia.org/wikipedia/commons/thumb/2/20/Wikisource-logo.jpg/35px-Wikisource-logo.jpg" medium="image" />

		<media:content url="http://upload.wikimedia.org/wikipedia/commons/thumb/4/4f/Wikispecies-logo.png/35px-Wikispecies-logo.png" medium="image" />

		<media:content url="http://upload.wikimedia.org/wikipedia/meta/0/04/Wikinews-logo2-35px.png" medium="image" />

		<media:content url="http://upload.wikimedia.org/wikipedia/commons/3/35/Commons_without_text-35px.png" medium="image" />

		<media:content url="http://upload.wikimedia.org/wikipedia/meta/2/2a/Nohat-logo-nowords-bgwhite-200px.jpg" medium="image" />

		<media:content url="http://www.fileden.com/files/20034/wikimapia.png" medium="image">
			<media:title type="html">wikimapia.png</media:title>
		</media:content>
	</item>
		<item>
		<title>HowTo: External Winamp Control</title>
		<link>http://lawrence1992.wordpress.com/2006/05/27/howto-external-winamp-control/</link>
		<comments>http://lawrence1992.wordpress.com/2006/05/27/howto-external-winamp-control/#comments</comments>
		<pubDate>Sat, 27 May 2006 05:03:37 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[Too Lazy To Name Subject Matter]]></category>

		<guid isPermaLink="false">https://lawrence1992.wordpress.com/2006/05/27/howto-external-winamp-control/</guid>
		<description><![CDATA[This is a tutorial that shows you how to make a external winamp control using the COM port in your computer. Explained with many pictures.
link

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=12&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This is a tutorial that shows you how to make a external winamp control using the COM port in your computer. Explained with many pictures.</p>
<p><a href="http://www.ovelha.org/pasteler0/2005/11/17/howto-external-winamp-control/" class="external text" title="http://www.ovelha.org/pasteler0/2005/11/17/howto-external-winamp-control/" rel="nofollow">link</a></p>
<p><img src="http://img.photobucket.com/albums/v107/tigerbr/port-remap.jpg" alt="port-remap.jpg" /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=12&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2006/05/27/howto-external-winamp-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>

		<media:content url="http://img.photobucket.com/albums/v107/tigerbr/port-remap.jpg" medium="image">
			<media:title type="html">port-remap.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>Drag n&#8217; Drop &#8216;Biznatch&#8217;</title>
		<link>http://lawrence1992.wordpress.com/2006/05/26/drag-n-drop/</link>
		<comments>http://lawrence1992.wordpress.com/2006/05/26/drag-n-drop/#comments</comments>
		<pubDate>Fri, 26 May 2006 23:01:08 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[Too Lazy To Name Subject Matter]]></category>

		<guid isPermaLink="false">https://lawrence1992.wordpress.com/2006/05/26/drag-n-drop/</guid>
		<description><![CDATA[Firefox extension DragAndDropUpload, in case you haven&#8217;t fiqured, lets you drag and drop files into uploads fields.
This is a useful extension to have when you&#8217;re uploading files and you&#8217;ve already got the folder open and don&#8217;t feel like digging through the Open File dialog to get to where you already are. Instead, just drag and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=11&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Firefox extension DragAndDropUpload, in case you haven&rsquo;t fiqured, lets you drag and drop files into uploads fields.</p>
<p>This is a useful extension to have when you&rsquo;re uploading files and you&rsquo;ve already got the folder open and don&rsquo;t feel like digging through the Open File dialog to get to where you already are. Instead, just drag and drop the files one-by-one from the folder into the upload box.</p>
<p><a href="https://addons.mozilla.org/firefox/2190/">Firefox Extension</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=11&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2006/05/26/drag-n-drop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>
	</item>
		<item>
		<title>Alarm Clock Hack</title>
		<link>http://lawrence1992.wordpress.com/2006/05/26/alarm-clock-hack/</link>
		<comments>http://lawrence1992.wordpress.com/2006/05/26/alarm-clock-hack/#comments</comments>
		<pubDate>Fri, 26 May 2006 22:51:57 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[Too Lazy To Name Subject Matter]]></category>

		<guid isPermaLink="false">https://lawrence1992.wordpress.com/2006/05/26/alarm-clock-hack/</guid>
		<description><![CDATA[Alarm Clock Hack
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=10&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Alarm Clock Hack</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=10&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2006/05/26/alarm-clock-hack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>
	</item>
		<item>
		<title>GRC</title>
		<link>http://lawrence1992.wordpress.com/2006/05/26/grc/</link>
		<comments>http://lawrence1992.wordpress.com/2006/05/26/grc/#comments</comments>
		<pubDate>Fri, 26 May 2006 21:37:38 +0000</pubDate>
		<dc:creator>lawrence1992</dc:creator>
				<category><![CDATA[Too Lazy To Name Subject Matter]]></category>

		<guid isPermaLink="false">https://lawrence1992.wordpress.com/2006/05/26/grc/</guid>
		<description><![CDATA[GRC

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=9&subd=lawrence1992&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>GRC</p>
<p><img src="http://www.fileden.com/files/20034/GRC.PNG" alt="GRC.PNG" /></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lawrence1992.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lawrence1992.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lawrence1992.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lawrence1992.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lawrence1992.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lawrence1992.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lawrence1992.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lawrence1992.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lawrence1992.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lawrence1992.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lawrence1992.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lawrence1992.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lawrence1992.wordpress.com&blog=237753&post=9&subd=lawrence1992&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lawrence1992.wordpress.com/2006/05/26/grc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">lawrence1992</media:title>
		</media:content>

		<media:content url="http://www.fileden.com/files/20034/GRC.PNG" medium="image">
			<media:title type="html">GRC.PNG</media:title>
		</media:content>
	</item>
	</channel>
</rss>