<?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>s i l e n t p 3 3 r</title>
	<atom:link href="http://silentp33r.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://silentp33r.wordpress.com</link>
	<description>geeky, free(as in freedom ;) ) and some love!</description>
	<lastBuildDate>Fri, 31 Oct 2008 05:38:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='silentp33r.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>s i l e n t p 3 3 r</title>
		<link>http://silentp33r.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://silentp33r.wordpress.com/osd.xml" title="s i l e n t p 3 3 r" />
	<atom:link rel='hub' href='http://silentp33r.wordpress.com/?pushpress=hub'/>
		<item>
		<title>tdsserver35.exe Error when connecting to SQLCE 3.5 DB&#8217;s(on a device) from the Desktop</title>
		<link>http://silentp33r.wordpress.com/2008/10/31/tdsserver35exe-error-when-connecting-to-sqlce-35-dbson-a-device-from-the-desktop/</link>
		<comments>http://silentp33r.wordpress.com/2008/10/31/tdsserver35exe-error-when-connecting-to-sqlce-35-dbson-a-device-from-the-desktop/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 05:35:27 +0000</pubDate>
		<dc:creator>silentp33r</dc:creator>
				<category><![CDATA[.netcf]]></category>
		<category><![CDATA[programing]]></category>
		<category><![CDATA[sqlce]]></category>
		<category><![CDATA[.net cf]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[sqlce3.5]]></category>

		<guid isPermaLink="false">http://silentp33r.wordpress.com/?p=34</guid>
		<description><![CDATA[i recently came across this problem when trying to access a sqlce 3.5 db on a device from the desktop&#8230; after some googling i found the fix. problem: when you try to connect to a sqlce 3.5 db on a device, form the desktop using sql management console 2008 or VS 2008sp1(yes 2008 without the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=silentp33r.wordpress.com&amp;blog=1272004&amp;post=34&amp;subd=silentp33r&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>i recently came across this problem when trying to access a sqlce 3.5 db on a device from the desktop&#8230; after some googling i found the fix.</p>
<p>problem: when you try to connect to a sqlce 3.5 db on a device, form the desktop using sql management console 2008 or VS 2008sp1(yes 2008 without the sp won&#8217;t give this error ,btw you can&#8217;t connect to a sqlce 3.5 db with sql management console 2005 or vs 2005) you might get a error like this in the device&#8230;</p>
<p align="left"><em>An unexpected error has occoured in TDSSERVER35.EXE</em></p>
<p align="left"><em>Select Quit and then restart this program, or select Details for more information.</em></p>
<p align="left"><em>System.Net.Sockets.Socket.</em></p>
<p align="left"><em>DETAILS:</em></p>
<p align="left"><em>TDSSERVER35.EXE</em></p>
<p align="left"><em>ObjectDisposedException</em></p>
<p align="left">and something like this in the sql management console on the desktop&#8230;</p>
<p align="left">
<p align="left"><em>Cannot connect to Mobile Device\Program Files\zooApp\zooApp.SDF.</em></p>
<p align="left"><em>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
ADDITIONAL INFORMATION:</em></p>
<p align="left"><em>Microsoft SQL Server Compact and/or .NET Compact Framework v2.0 or later is not properly installed on your mobile device or the device is not responding. (SQL Server Compact ADO.NET Data Provider)</em></p>
<p align="left">this is happening because you don&#8217;t have the sqlce 3.5 sp1 installed on your <strong>device</strong>(vs2008 sp1 will install the <strong>desktop </strong>version of sqlce sp1, but not the device version&#8230;). get it from <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=fce9abbf-f807-45d6-a457-ab5615001c8f&amp;DisplayLang=en" target="_blank">here</a>. after installing it,</p>
<p align="left">go to the folder <em>&#8230;:\Program Files\Microsoft SQL Server Compact Edition\v3.5\Devices\wce500\armv4i</em> in your desktop and get the two cab files listed bellow installed in your device.</p>
<ol>
<li>sqlce.wce5.armv4i.CAB</li>
<li>sqlce.dev.ENU.wce5.armv4i.CAB</li>
<li>sqlce.repl.wce5.armv4i.CAB</li>
</ol>
<p align="left"><em>note: these might change depending on your device and your &#8216;needs&#8217; (ie: if you don&#8217;t need replication you won&#8217;t need the 3rd file)&#8230;</em></p>
<p align="left">now everything should be fine.</p>
<p align="left"><em>ref: <a href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=3745016&amp;SiteID=1" target="_blank">http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=3745016&amp;SiteID=1</a></em></p>
<p align="left"><em>download links for sqlce 3.5 sp1: <a href="http://blogs.msdn.com/stevelasker/archive/2008/08/07/sql-server-compact-3-5-sp1-released.aspx" target="_blank">http://blogs.msdn.com/stevelasker/archive/2008/08/07/sql-server-compact-3-5-sp1-released.aspx</a></em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/silentp33r.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/silentp33r.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/silentp33r.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/silentp33r.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/silentp33r.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/silentp33r.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/silentp33r.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/silentp33r.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/silentp33r.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/silentp33r.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/silentp33r.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/silentp33r.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/silentp33r.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/silentp33r.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=silentp33r.wordpress.com&amp;blog=1272004&amp;post=34&amp;subd=silentp33r&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://silentp33r.wordpress.com/2008/10/31/tdsserver35exe-error-when-connecting-to-sqlce-35-dbson-a-device-from-the-desktop/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a8f1b768ab2922e3370c596f3d7ad5a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">silentp33r</media:title>
		</media:content>
	</item>
		<item>
		<title>XmlSerializer.Deserialize(Stream s) Strips \r out of \r\n !</title>
		<link>http://silentp33r.wordpress.com/2008/08/08/xmlserializerdeserializestream-s-strips-r-out-of-rn/</link>
		<comments>http://silentp33r.wordpress.com/2008/08/08/xmlserializerdeserializestream-s-strips-r-out-of-rn/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 07:47:52 +0000</pubDate>
		<dc:creator>silentp33r</dc:creator>
				<category><![CDATA[.netcf]]></category>
		<category><![CDATA[programing]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[bug]]></category>

		<guid isPermaLink="false">http://silentp33r.wordpress.com/?p=31</guid>
		<description><![CDATA[I encountered a bug recently on one of the projects that i am working on. basicaly the program was getting user input through a text box(after wich all the user data gets saved as a object&#8217;s properties&#8230;) and then seriallizing it to XML and writing it to a DB. afterwards when the user wants to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=silentp33r.wordpress.com&amp;blog=1272004&amp;post=31&amp;subd=silentp33r&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I encountered a bug recently on one of the projects that i am working on. basicaly the program was getting user input through a text box(after wich all the user data gets saved as a object&#8217;s properties&#8230;) and then seriallizing it to XML and writing it to a DB. afterwards when the user wants to view this data the program would read it off the DB and deserialize the XML string to a object, that can be reprecented to the user.</p>
<p>when the user hit return in the text box to get to a new line it would result in &#8216;\r\n&#8217; which represents a both carriege return and a new line. now when this data gets serialized, it goes in to the DB as it should. everything is fine until then. but when you try to deserialize this data that includes &#8216;\r\n&#8217; using XmlSerializer.Deserialize(Stream s), it would strip the &#8216;\r&#8217; out of every place where you have &#8216;\r\n&#8217;. this made my text boxes display some unreadable chars! this is happening because of the way XmlSerializer.Deserialize(Stream s) works. more details <a href="http://forums.msdn.microsoft.com/en-US/asmxandxml/thread/1d3c0ed9-5f26-42b4-a441-b92096aace0a/">here</a>(this is the page that <strong>solved </strong>my problem and teached me most of the stuff i am writing here <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> ).</p>
<p>a quick solution would be to use something like this&#8230;</p>
<p>XmlSerializer.Deserialize(new XmlTextReader(Stream s))</p>
<p>here when you create a XmlTextReader, its XmlTextReaderproperty is by default set to false. but when you use the above mentioned XmlSerializer.Deserialize(Stream s) overload, it internally create a XmlTextReader and sets it&#8217;s XmlTextReader to true. which causes the &#8216;Bug&#8217;.</p>
<p>hope this will save some of your/my time in the feutre.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/silentp33r.wordpress.com/31/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/silentp33r.wordpress.com/31/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/silentp33r.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/silentp33r.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/silentp33r.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/silentp33r.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/silentp33r.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/silentp33r.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/silentp33r.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/silentp33r.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/silentp33r.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/silentp33r.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/silentp33r.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/silentp33r.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/silentp33r.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/silentp33r.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=silentp33r.wordpress.com&amp;blog=1272004&amp;post=31&amp;subd=silentp33r&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://silentp33r.wordpress.com/2008/08/08/xmlserializerdeserializestream-s-strips-r-out-of-rn/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a8f1b768ab2922e3370c596f3d7ad5a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">silentp33r</media:title>
		</media:content>
	</item>
		<item>
		<title>Adding Compact Framework Design-Time Attributes, DefaultValue Attributes</title>
		<link>http://silentp33r.wordpress.com/2008/07/03/adding-compact-framework-design-time-attributes-defaultvalue-attributes/</link>
		<comments>http://silentp33r.wordpress.com/2008/07/03/adding-compact-framework-design-time-attributes-defaultvalue-attributes/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 05:54:35 +0000</pubDate>
		<dc:creator>silentp33r</dc:creator>
				<category><![CDATA[programing]]></category>
		<category><![CDATA[.net cf]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://silentp33r.wordpress.com/?p=30</guid>
		<description><![CDATA[i was trying to add a dsign time attribute to one of my project. and the attribute was DefaultValue. i tried adding it following the example given here. But it didn&#8217;t work out for me. after experimenting for sometime i figured it out(with some help ). this is the example given in the above blog [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=silentp33r.wordpress.com&amp;blog=1272004&amp;post=30&amp;subd=silentp33r&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>i was trying to add a dsign time attribute to one of my project. and the attribute was DefaultValue. i tried adding it following the example given <a href="http://blogs.msdn.com/bluecollar/archive/2007/02/08/adding-compact-framework-design-time-attributes-or-more-fun-with-textboxes.aspx">here</a>. But it didn&#8217;t work out for me. after experimenting for sometime i figured it out(with some help <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ).</p>
<p>this is the example given in the above blog post.</p>
<blockquote>
<pre><code>        &lt;Property Name="SelectAllOnFocus"&gt;
          &lt;Browsable&gt;true&lt;/Browsable&gt;
          &lt;Category&gt;Behavior&lt;/Category&gt;
          &lt;Description&gt;Determines whether the contents of the control should be selected when focus is moved to the control.&lt;/Description&gt;

          <strong>&lt;DefaultValue&gt;
            &lt;Type&gt;bool&lt;/Type&gt;
            &lt;Value&gt;false&lt;/Value&gt;
          &lt;/DefaultValue&gt;</strong>

        &lt;/Property&gt;

but i needed to change it as follows to make it work for me.

</code></pre>
</blockquote>
<blockquote>
<pre><code>        &lt;Property Name="SelectAllOnFocus"&gt;
          &lt;Browsable&gt;true&lt;/Browsable&gt;
          &lt;Category&gt;Behavior&lt;/Category&gt;
          &lt;Description&gt;Determines whether the contents of the control should be selected when focus is moved to the control.&lt;/Description&gt;

          <strong>&lt;DefaultValue&gt;
            &lt;Type&gt;System.Boolean&lt;/Type&gt;
            &lt;Value&gt;false&lt;/Value&gt;
          &lt;/DefaultValue&gt;</strong>

        &lt;/Property&gt;

basically i needed to give the full namespace to the type. like in System.Boolean... just bool won't work.
hope this will save some time for someone. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</code></pre>
</blockquote>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/silentp33r.wordpress.com/30/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/silentp33r.wordpress.com/30/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/silentp33r.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/silentp33r.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/silentp33r.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/silentp33r.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/silentp33r.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/silentp33r.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/silentp33r.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/silentp33r.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/silentp33r.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/silentp33r.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/silentp33r.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/silentp33r.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/silentp33r.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/silentp33r.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=silentp33r.wordpress.com&amp;blog=1272004&amp;post=30&amp;subd=silentp33r&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://silentp33r.wordpress.com/2008/07/03/adding-compact-framework-design-time-attributes-defaultvalue-attributes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a8f1b768ab2922e3370c596f3d7ad5a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">silentp33r</media:title>
		</media:content>
	</item>
		<item>
		<title>RB Source Code Released!</title>
		<link>http://silentp33r.wordpress.com/2008/05/21/rb-source-code-released/</link>
		<comments>http://silentp33r.wordpress.com/2008/05/21/rb-source-code-released/#comments</comments>
		<pubDate>Wed, 21 May 2008 14:51:47 +0000</pubDate>
		<dc:creator>silentp33r</dc:creator>
				<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[cheating]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[programing]]></category>
		<category><![CDATA[RM]]></category>
		<category><![CDATA[ratioblaster]]></category>
		<category><![CDATA[ratiomaster]]></category>
		<category><![CDATA[source code]]></category>

		<guid isPermaLink="false">http://silentp33r.wordpress.com/?p=29</guid>
		<description><![CDATA[if you are a user of RB/RM2 then you must have noticed that recently there was no updates to RB. unfortunetly i have been too busy with my life. and Ratiomaster seems to busy too. so there was no work done in RB. IMO RM is a really neat piece of S/W. there is nothing [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=silentp33r.wordpress.com&amp;blog=1272004&amp;post=29&amp;subd=silentp33r&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>if you are a user of RB/RM2 then you must have noticed that recently there was no updates to RB. unfortunetly i have been too busy with my life. and Ratiomaster seems to busy too. so there was no work done in RB. IMO RM is a really neat piece of S/W. there is nothing really like it over there. I personaly prefer shu mod for cheating. and i think it is the most safe/practical thing left to cheat with. but it can&#8217;t really replace the void left by RM. RM still works but its very risky to use it!</p>
<p>So i am releasing the source of RB/RM2. its public now and its licened under GPLv2! <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  so all you hackers out there, who wants your freedom, now you can play and hack around with RB if you like. and make something better. i don&#8217;t know&#8230; just use your imagination. most prolly there will be some people who fork this code base to create there own clients. like copy paste this code and call it GRM <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  or something like that. that is the nature in the ratio cheating community i guess <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  anyways i hope there will at least someone who will carry this forward and keep it open at the sametime.</p>
<p>Happy Coding!</p>
<p>moofdev post: <a href="http://www.moofdev.org/forums/index.php/topic,2762.0.html">http://www.moofdev.org/forums/index.php/topic,2762.0.html</a></p>
<p>Direct Link: <a href="http://ratiomaster2.googlecode.com/files/RatioBlaster.source.code.release.1.rar" target="_blank">http://ratiomaster2.googlecode.com/files/RatioBlaster.source.code.release.1.rar</a></p>
<p>SVN Repo: <a href="https://ratiomaster2.googlecode.com/svn" target="_blank">https://ratiomaster2.googlecode.com/svn</a></p>
<p>Google Project: <a href="http://code.google.com/p/ratiomaster2">http://code.google.com/p/ratiomaster2</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/silentp33r.wordpress.com/29/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/silentp33r.wordpress.com/29/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/silentp33r.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/silentp33r.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/silentp33r.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/silentp33r.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/silentp33r.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/silentp33r.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/silentp33r.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/silentp33r.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/silentp33r.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/silentp33r.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/silentp33r.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/silentp33r.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/silentp33r.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/silentp33r.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=silentp33r.wordpress.com&amp;blog=1272004&amp;post=29&amp;subd=silentp33r&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://silentp33r.wordpress.com/2008/05/21/rb-source-code-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a8f1b768ab2922e3370c596f3d7ad5a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">silentp33r</media:title>
		</media:content>
	</item>
		<item>
		<title>The breakpoint will not currently be hit. No symbols have been loaded for this document.</title>
		<link>http://silentp33r.wordpress.com/2008/05/16/the-breakpoint-will-not-currently-be-hit-no-symbols-have-been-loaded-for-this-document/</link>
		<comments>http://silentp33r.wordpress.com/2008/05/16/the-breakpoint-will-not-currently-be-hit-no-symbols-have-been-loaded-for-this-document/#comments</comments>
		<pubDate>Fri, 16 May 2008 09:31:52 +0000</pubDate>
		<dc:creator>silentp33r</dc:creator>
				<category><![CDATA[programing]]></category>
		<category><![CDATA[.net errors vs]]></category>

		<guid isPermaLink="false">http://silentp33r.wordpress.com/?p=28</guid>
		<description><![CDATA[this post is a followup to http://geekswithblogs.net/dbutscher/archive/2007/06/26/113472.aspx. i had the same problem(the one in the tittle), and i tried all the steps sugguested in the given URL. but i couldn&#8217;t get it fixed. and when i viewed symbol info from the module window. i found out that the IDE is tring to load symbol info [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=silentp33r.wordpress.com&amp;blog=1272004&amp;post=28&amp;subd=silentp33r&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>this post is a followup to</p>
<p>http://geekswithblogs.net/dbutscher/archive/2007/06/26/113472.aspx.</p>
<p>i had the same problem(the one in the tittle), and i tried all the steps sugguested in the given URL. but i couldn&#8217;t get it fixed. and when i viewed symbol info from the module window. i found out that the IDE is tring to load symbol info from a wrong path. note that i copied this solution in action from a another PC accross the local network. so then i tried deleting each and every .user(user extention) file in the soloution directory. volla! it worked then <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The IDE was now loading the symbols from the correct path. i had to set some settings after deleting the user files though <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>note: you will find a projectA.project file and a projectA.user file when you create a project in VS IDE. same goes to a soloution. and this is the .user file that i am talking about.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/silentp33r.wordpress.com/28/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/silentp33r.wordpress.com/28/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/silentp33r.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/silentp33r.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/silentp33r.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/silentp33r.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/silentp33r.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/silentp33r.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/silentp33r.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/silentp33r.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/silentp33r.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/silentp33r.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/silentp33r.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/silentp33r.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/silentp33r.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/silentp33r.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=silentp33r.wordpress.com&amp;blog=1272004&amp;post=28&amp;subd=silentp33r&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://silentp33r.wordpress.com/2008/05/16/the-breakpoint-will-not-currently-be-hit-no-symbols-have-been-loaded-for-this-document/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a8f1b768ab2922e3370c596f3d7ad5a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">silentp33r</media:title>
		</media:content>
	</item>
		<item>
		<title>Alternatives to blackcats torrents</title>
		<link>http://silentp33r.wordpress.com/2008/04/26/alternatives-to-blackcats-torrents/</link>
		<comments>http://silentp33r.wordpress.com/2008/04/26/alternatives-to-blackcats-torrents/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 03:42:15 +0000</pubDate>
		<dc:creator>silentp33r</dc:creator>
				<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[blackcats]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[LM linkomanija]]></category>
		<category><![CDATA[NT nordic-t]]></category>
		<category><![CDATA[private trackers]]></category>

		<guid isPermaLink="false">http://silentp33r.wordpress.com/?p=27</guid>
		<description><![CDATA[here are some good alternatives&#8230; LinkoManija.Net Nordic-T both of these site have a good collection of games. but there swarms might not be as fast as Blackcat&#8217;s ones. anyways getting in to these sites aren&#8217;t hard at all. these are good sites that are more open to people than some ultra elite site like blackcats [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=silentp33r.wordpress.com&amp;blog=1272004&amp;post=27&amp;subd=silentp33r&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>here are some good alternatives&#8230;</p>
<p><a href="http://www.linkomanija.net">LinkoManija.Net</a><a href="http://nordic-t.org/index.php"></a></p>
<p><a href="http://nordic-t.org/">Nordic-T</a></p>
<p>both of these site have a good collection of games. but there swarms might not be as fast as Blackcat&#8217;s ones. anyways getting in to these sites aren&#8217;t hard at all. these are good sites that are more open to people than some ultra elite site like blackcats <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>cheers!</p>
<p>PS:- you will find that these sites use languages other than english most of the time. so thats a another defficultiy you will face. if you can&#8217;t read those lang&#8217;s.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/silentp33r.wordpress.com/27/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/silentp33r.wordpress.com/27/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/silentp33r.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/silentp33r.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/silentp33r.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/silentp33r.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/silentp33r.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/silentp33r.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/silentp33r.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/silentp33r.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/silentp33r.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/silentp33r.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/silentp33r.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/silentp33r.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/silentp33r.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/silentp33r.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=silentp33r.wordpress.com&amp;blog=1272004&amp;post=27&amp;subd=silentp33r&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://silentp33r.wordpress.com/2008/04/26/alternatives-to-blackcats-torrents/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a8f1b768ab2922e3370c596f3d7ad5a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">silentp33r</media:title>
		</media:content>
	</item>
		<item>
		<title>How I Installed Shu Mod in Linux</title>
		<link>http://silentp33r.wordpress.com/2008/04/22/how-i-installed-hacked-shu-mod-230195-2504-in-ubuntu-804-lts/</link>
		<comments>http://silentp33r.wordpress.com/2008/04/22/how-i-installed-hacked-shu-mod-230195-2504-in-ubuntu-804-lts/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 01:47:31 +0000</pubDate>
		<dc:creator>silentp33r</dc:creator>
				<category><![CDATA[bittorrent]]></category>
		<category><![CDATA[cheating]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[shu mod]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://silentp33r.wordpress.com/?p=26</guid>
		<description><![CDATA[shu version: &#8211; Hacked 2.3.0.195 (2.5.0.4) linux distro :- Ubuntu ubuntu version: -  8.04 LTS Install sun java JDK with apt-get install sun-java6-jdk (most of you can just install the JRE(apt-get install sun-java6-jre) and not the JDK, i needed it for other reasons&#8230;.) Install Azureus in the normal way using apt-get install Azureus sudo su [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=silentp33r.wordpress.com&amp;blog=1272004&amp;post=26&amp;subd=silentp33r&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ul>
<li><em>shu version: &#8211; Hacked 2.3.0.195 (2.5.0.4)</em></li>
<li><em>linux distro :- Ubuntu</em></li>
<li><em>ubuntu version: -  8.04 LTS</em></li>
</ul>
<ol>
<li>Install sun java JDK with apt-get install sun-java6-jdk (most of you can just install the JRE(apt-get install sun-java6-jre) and not the JDK, i needed it for other reasons&#8230;.)</li>
<li>Install Azureus in the normal way using apt-get install Azureus</li>
<li>sudo su -&gt; enter your password -&gt; gedit /usr/bin/azureus -&gt; replace the last line(starting from exec till thee end) with the following,</li>
<li>exec    $JAVA -Xmx1024M -Djava.library.path=.:/usr/lib/jni:/usr/lib -jar /usr/share/java/Azureus2.jar</li>
<li>Extract and get the Shu&#8217;s Azureus2.jar. copy it to /usr/share/java/Azureus2.jar</li>
<li>Open up the Azureus2.jar(the one you just copied) with the archive manager(just double click on it!).</li>
<li>In the archive go in to the path /META-INF/ and then open the file MANIFEST.MF file.</li>
<li>Add the following two lines in to it</li>
<li>Class-Path: /usr/lib/java/swt.jar<br />
Main-Class: org.gudy.azureus2.ui.swt.Main</li>
<li>Save it. and Update the file inside the Azureus2.jar(the Archive manager will ask you whether to update it.. just say yes).</li>
<li>Now lunch azureus in what ever way you prefer. ex from the menu/command line.</li>
<li>volla! now shu mod should start.</li>
</ol>
<p>btw: this is just a one way of doing it. there are many ways. i think you should be able to change all the command line paras and give all the option from the command line it self rather than editing the manifeast file. i m not sure thought. anyways i got it to work and thats all i wanted <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/silentp33r.wordpress.com/26/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/silentp33r.wordpress.com/26/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/silentp33r.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/silentp33r.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/silentp33r.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/silentp33r.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/silentp33r.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/silentp33r.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/silentp33r.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/silentp33r.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/silentp33r.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/silentp33r.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/silentp33r.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/silentp33r.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/silentp33r.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/silentp33r.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=silentp33r.wordpress.com&amp;blog=1272004&amp;post=26&amp;subd=silentp33r&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://silentp33r.wordpress.com/2008/04/22/how-i-installed-hacked-shu-mod-230195-2504-in-ubuntu-804-lts/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a8f1b768ab2922e3370c596f3d7ad5a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">silentp33r</media:title>
		</media:content>
	</item>
		<item>
		<title>Some Gentoo and a Lot of Time + Compiling ;)</title>
		<link>http://silentp33r.wordpress.com/2008/03/24/some-gentoo-and-a-lot-of-time-compiling/</link>
		<comments>http://silentp33r.wordpress.com/2008/03/24/some-gentoo-and-a-lot-of-time-compiling/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 16:25:46 +0000</pubDate>
		<dc:creator>silentp33r</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gentoo]]></category>

		<guid isPermaLink="false">http://silentp33r.wordpress.com/?p=25</guid>
		<description><![CDATA[So after all this time sneaking around gentoo i finally got the guts to go ahead and install it. so i did. there was a little problem in the beginning with the installation. which i can&#8217;t remember right now. but i was able to fix/work around it by editing some config file. and after wards [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=silentp33r.wordpress.com&amp;blog=1272004&amp;post=25&amp;subd=silentp33r&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So after all this time sneaking around gentoo i finally got the guts to go ahead and install it. so i did. there was a little problem in the beginning with the installation. which i can&#8217;t remember right now. but i was able to fix/work around it by editing some config file. and after wards everything went ok. i was following the official gentoo installation guide. i did a stage3 install. so i didn&#8217;t have to compile the compiler and the tool chain. but still it took a LOT of time <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>the most annoying thing about gentoo is compiling everything lol this is really funny(and ironic to me) because after all this is why gentoo is gentoo. its a source based distro so i have to compile almost everything that i am going to use. compiling takes a lot of time(and some hard disk space too, i ran out of disk space after about one week from the installation. but i think this is kinda obvious because i had a / partition of ~5GBs). and in turn it gives you ultra fast/ultra optimized/less memory hungry binaries. which is simply cool! but i really wish i had a fast possessor <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  there are many ways to speed up the compilation, like distributed compilation&#8230; etc etc&#8230; but i never went in to any of those as this was my first gentoo installation. i wanted to keep it simple and inline with the official guide so i won&#8217;t mess things out too much.</p>
<p>i did the installing in about 3 or 4 days. no! it weren&#8217;t taking all that time to compile stuff. but i was working and i didn&#8217;t have sshd on ma lap(which resides at ma house btw <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> ). so i put something to compile and leave for work and come back and continue&#8230; so sometimes there were some stupid errors(like failed name resolution!!!) that stops the whole emerge process.</p>
<p>there is a HUGE plus for you if you ever choose to go on with gentoo, that is the documentation/support etc etc is excellent! you can almost find a how to or some guide for every major thing that you would want to do to your system. ex installing VLC player&#8230;</p>
<p>oh btw i had a major screw up with setting my CHOST variable in make.conf. for some wired reason i had i486 in the place where i expected to see i686(the arch for my installation, this is decided when you download the stage tar ball&#8230;). i just changed the CHOST <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  hehe and this is something that i shouldn&#8217;t do. the guide has explicitly told not to change it, because if i needed change it that means i have downloaded a wrong stage tar ball&#8230; but anyways it worked for me&#8230; so far. there is a lil problem with my compiler, its also i486 so sometimes some packages complain about it not been i686. so i downloaded a gcc tar ball(of the arch i686) and extracted it. and now i have two gcc&#8217;s&#8230; <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  and so far this new gcc seems to work fine. it is the same version as the existing one other than the fact that it&#8217;s arch is different.</p>
<p>my lap starts up like lightning <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  and the apps seems to be much faster than a normal distro installation. but the most noticeable is the booting time. its really fast <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>apart from the speed, the other major advantage of using gentoo is that it makes you learn about your linux system. i have learned a plenty of things about the system&#8217;s bare bones thanks to gentoo.</p>
<p>its a cool system, but the only problem is that it take a lot of time to compile&#8230; <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  apart from that all the other stuff about the system is pretty nice <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> (oh! i should also not that gentoo have a reputation of been buggy, insecure, and google makes me feel that this is true.. ex:- if you search for some gentoo package, there are some bug reports/security holes/exploits! turning up almost all the time!)</p>
<p>i think i will be using this for some time atleast, after all i have compiled so much! lol i just can&#8217;t let it all go to waste. now that i have compile and sort of build my system, the most time taking annoying task would be to update&#8230; the system.</p>
<p>if you haven&#8217;t given gentoo a try, and if you have enough time, i suggest that you do give it a try, its work it! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/silentp33r.wordpress.com/25/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/silentp33r.wordpress.com/25/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/silentp33r.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/silentp33r.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/silentp33r.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/silentp33r.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/silentp33r.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/silentp33r.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/silentp33r.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/silentp33r.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/silentp33r.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/silentp33r.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/silentp33r.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/silentp33r.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/silentp33r.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/silentp33r.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=silentp33r.wordpress.com&amp;blog=1272004&amp;post=25&amp;subd=silentp33r&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://silentp33r.wordpress.com/2008/03/24/some-gentoo-and-a-lot-of-time-compiling/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a8f1b768ab2922e3370c596f3d7ad5a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">silentp33r</media:title>
		</media:content>
	</item>
		<item>
		<title>RigPriceCalc</title>
		<link>http://silentp33r.wordpress.com/2008/03/11/rigpricecalc/</link>
		<comments>http://silentp33r.wordpress.com/2008/03/11/rigpricecalc/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 07:08:09 +0000</pubDate>
		<dc:creator>silentp33r</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dot net]]></category>
		<category><![CDATA[RigPriceCalc]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[utilities]]></category>

		<guid isPermaLink="false">http://silentp33r.wordpress.com/?p=21</guid>
		<description><![CDATA[this is a small piece of S/W that i wrote to help calculate the price of a rig(of my choice). it seems for me i will have to wait sometime before i am able to get the perfect rig that i need but still i can keep dreaming ehehe here is the source(c#, .net) and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=silentp33r.wordpress.com&amp;blog=1272004&amp;post=21&amp;subd=silentp33r&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>this is a small piece of S/W that i wrote to help calculate the price of a rig(of my choice). it seems for me i will have to wait sometime before i am able to get the perfect rig that i need <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  but still i can keep dreaming ehehe <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>here is the source(c#, .net) and a binary&#8230; (please note when using these file you fill have to rename the extensions from gif to rar)</p>
<p><a href="http://silentp33r.files.wordpress.com/2008/03/rigpricecalcscreen.jpg" title="screens"><img src="http://silentp33r.files.wordpress.com/2008/03/rigpricecalcscreen.jpg?w=450" alt="screens" /></a></p>
<p><a href="http://silentp33r.files.wordpress.com/2008/03/rigpricecalc_sourcerar.gif" title="Source">Source</a></p>
<p><a href="http://silentp33r.files.wordpress.com/2008/03/rigpricecalcrar.gif" title="Binary">Binary</a></p>
<p>Hope this will be useful <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/silentp33r.wordpress.com/21/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/silentp33r.wordpress.com/21/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/silentp33r.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/silentp33r.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/silentp33r.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/silentp33r.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/silentp33r.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/silentp33r.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/silentp33r.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/silentp33r.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/silentp33r.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/silentp33r.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/silentp33r.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/silentp33r.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/silentp33r.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/silentp33r.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=silentp33r.wordpress.com&amp;blog=1272004&amp;post=21&amp;subd=silentp33r&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://silentp33r.wordpress.com/2008/03/11/rigpricecalc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a8f1b768ab2922e3370c596f3d7ad5a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">silentp33r</media:title>
		</media:content>

		<media:content url="http://silentp33r.files.wordpress.com/2008/03/rigpricecalcscreen.jpg" medium="image">
			<media:title type="html">screens</media:title>
		</media:content>
	</item>
		<item>
		<title>flirting with Arch</title>
		<link>http://silentp33r.wordpress.com/2008/03/09/flirting-with-arch/</link>
		<comments>http://silentp33r.wordpress.com/2008/03/09/flirting-with-arch/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 05:49:51 +0000</pubDate>
		<dc:creator>silentp33r</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[arch linux]]></category>
		<category><![CDATA[distro]]></category>

		<guid isPermaLink="false">http://silentp33r.wordpress.com/?p=20</guid>
		<description><![CDATA[I recently made the move from ubuntu to arch linux. i kept asking people to sugguest me a good distro. i told em all i want is that to be a simple, well documented&#8230; one. i think i asked them for some more things but i don&#8217;t recall them right now. anyways, someone recommened me [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=silentp33r.wordpress.com&amp;blog=1272004&amp;post=20&amp;subd=silentp33r&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I recently made the move from ubuntu to arch linux. i kept asking people to sugguest me a good distro. i told em all i want is that to be a simple, well documented&#8230; one. i think i asked them for some more things but i don&#8217;t recall them right now. anyways, someone recommened me arch. seen my IM client&#8217;s banner(asking for a new distro that is simple&#8230;). so i though hey why not give it a try. i mean i have heard of arch before this. i remmember reading about arch been put on a usb drive some time back. so that was the first time i heard about it.</p>
<p>i think for me the main reason to try arch was that, it was said to be a simple, fast, documented distro. fair enough after installing it and bringing it to a stage where i can use my it for my daily tasks. i feel that it is indeed a simple and fairly documented system. i know for a fact that there are many people out there who use the word &#8216;simple&#8217; to identify and discribe there distro. but when it comes to arch you feel that it is a bit more simple than most of those. it tries not to change stuff where it is not really needed.</p>
<p>arch have a package managment system called pacman. which is pretty cool. im a big fan of apt. been with ubuntu for about 2 or 3 years. i have grown so found of apt. i always like debain baised distros. i think apt was a main factor that made me like debian baised distros. i mean rpms were so messy&#8230; you run in to all sorts of &#8216;hells&#8217;(dependency hell for a example <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  )&#8230;</p>
<p>well i really don&#8217;t know how rpm is working these days. but when i first tried it, which was like about 3 or 4 years back. it was a pain in the neck. anyways arch is not baised on debian and it does not have apt. but i find pacman to be faily a cool package manager. it is kinda like apt in some ways. it manages dependencies. you can upgrade your system easily.. just like you would have done a distro upgrade in apt. so i think that was a another reason that made me like arch.</p>
<p>arch and all its apps are compiled for i686 arch. so it runs faster in my lap! which is also a grate thing <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  i mean speed is something that will always add value when it comes to computers hehe(i am just speculating&#8230; or i am just guessing&#8230; so yeah it might not be true in some cases&#8230; who knows).</p>
<p>i installed the core packages. and then xorg, gnome&#8230; so on. i had a sound problem with ubuntu. but with arch it seems to have gone away. i got the chance to configure more settings in my system when i am installing arch. its basically like i had to get x working, then gnome and then sound&#8230; etc etc. but after all if wasn&#8217;t that hard. and i found arch wiki and the forums very helpful. i think the wiki is far from compelete but hey i am not complaining! <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  it helped me a lot and i am sure it will be improving a lot in the comming months as more and more people add content to it.</p>
<p>arch also so have something like gentoo&#8217;s poratge thing called abs. its simply a pakgbuild file and the sources for some application. when you can&#8217;t find a application you want in the arch repos you can always search the commiunity supplied arch builds. but even if you failed to find them you can always get the source and compile it your self! lol. i mean i was thinking&#8230; what the heck. just go ahead and compile it your self. you don&#8217;t always need to download binaries&#8230; this is open source and why the hell aren&#8217;t we gaining the real advantages by just compiling it on our mashines. which is will result in a faster working program(given that you have set the correct settings&#8230; gcc flags&#8230; etc etc).  but of course the binary packages have there own set of merits <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>all in all arch is a cool system. if you like what systems like gentoo offers. but if you feel that you aren&#8217;t ready for gentoo or something like that just yet, or if you are plain lazy! <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  just go with arch. its a do it your self thing(up to a certian extent of cause. they have done a lot of work to make things easier for you&#8230; ) + simplicity.</p>
<p>so if you are in search for a new distro give arch a try! you won&#8217;t be dissappointed <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/silentp33r.wordpress.com/20/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/silentp33r.wordpress.com/20/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/silentp33r.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/silentp33r.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/silentp33r.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/silentp33r.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/silentp33r.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/silentp33r.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/silentp33r.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/silentp33r.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/silentp33r.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/silentp33r.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/silentp33r.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/silentp33r.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/silentp33r.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/silentp33r.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=silentp33r.wordpress.com&amp;blog=1272004&amp;post=20&amp;subd=silentp33r&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://silentp33r.wordpress.com/2008/03/09/flirting-with-arch/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1a8f1b768ab2922e3370c596f3d7ad5a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">silentp33r</media:title>
		</media:content>
	</item>
	</channel>
</rss>
