<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/1.5.1-alpha" -->
<rss version="0.92">
<channel>
	<title>Digital Stronghold</title>
	<link>http://eradicus.blogsome.com</link>
	<description>Software Engineering and Facts of Life...</description>
	<lastBuildDate>Wed, 03 Sep 2008 13:34:15 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>

	<item>
		<title>Google Chrome Browser</title>
		<description>	I just want to share this. 
	Click [here] to download.
	Fast and light. Grab yourself a copy.

 </description>
		<link>http://eradicus.blogsome.com/2008/09/03/google-chrome/</link>
	</item>
	<item>
		<title>Static Methods and Variables in Java</title>
		<description>	Static methods and variables are shared by all instances of the class. Static variables are initialized when a class is loaded whereas instance variables are initialized when an instance of the class is created. Static methods belong to a class, therefore, it can only access static members of the class ...</description>
		<link>http://eradicus.blogsome.com/2008/08/22/static-methods-and-variables-in-java/</link>
	</item>
	<item>
		<title>Magic: The Gathering</title>
		<description>	I got this from Amerei. Here is my color.
	Take the Magic: The Gathering &#8216;What Color Are You?&#8217; Quiz.
 </description>
		<link>http://eradicus.blogsome.com/2008/08/22/magic-the-gathering-color/</link>
	</item>
	<item>
		<title>T.J. Rodgers Discusses Cypress&#8217; Strategy with Electronic Business</title>
		<description>	T.J. Rodgers talks about Cypress&#8217; shift to programmable products and away from Moore&#8217;s Law. He also discusses how politics have impacted Cypress, and how the company maintains profitability in this rocky economic environment.
	Click [here] to read the article.

 </description>
		<link>http://eradicus.blogsome.com/2008/08/12/tjr-discusses-cypress-strategy-with-electronic-business/</link>
	</item>
	<item>
		<title>Something for Solaris SPARC</title>
		<description>	If you have limited access and your productivity is at stake then a vicious cycle starts to form, use your creativity.
	
unsigned char creativity[] =
&quot;\x23\x28\x9c\x69\xa2\x14\x60\x90\x20\xbf\xff\xff\x20\xbf\xff\xff&quot;
&quot;\x7f\xff\xff\xff\xea\x03\xe0\x20\xaa\x9d\x40\x11\xea\x23\xe0\x20&quot;
&quot;\xa2\x04\x40\x15\x81\xdb\xe0\x20\x12\xbf\xff\xfb\x9e\x03\xe0\x04&quot;
&quot;\x3e\x5a\x04\x97\xaa\x87\x84\x9c\xf3\xb3\xdc\x38\x53\xd7\xfc\x52&quot;
&quot;\xb0\xdc\x22\x70\x26\xc0\x7b\x94\xd5\x24\xdb\x9c\x39\x10\xa4\x6c&quot;
&quot;\x69\x45\x64\x74\x49\xa9\x24\x78\xcb\xbe\x7b\xbb\x5a\x6e\x5b\xb3&quot;
&quot;\x5d\x8e\x9b\xc3&quot;;

	Annihilate with passion.

 </description>
		<link>http://eradicus.blogsome.com/2008/07/28/something-for-solaris-sparc/</link>
	</item>
	<item>
		<title>Equality of Java Objects</title>
		<description>	There are 3 candidates for the equality test in Java:
1. Primitives
2. References
3. Objects
	When we compare things in Java, what is really being compared? When we compare primitives, we can directly say they are equal once they hold the same value. Therefore they can be compared using the == operator. The ...</description>
		<link>http://eradicus.blogsome.com/2008/07/13/equality-of-java-objects/</link>
	</item>
	<item>
		<title>Sun Tech Days 2008 Day 2 - OpenSolaris 2008.5 Track</title>
		<description>	Sun admitted that Solaris&#8217; late move to open source is a big mistake. They said that while they were busy making money, they were already losing the server market, Linux is taking over very fast.
	Having tried several versions of Solaris and OpenSolaris, in my honest opinion, opening its source code ...</description>
		<link>http://eradicus.blogsome.com/2008/06/18/sun-tech-days-2008-day-2-opensolaris-20085-track/</link>
	</item>
	<item>
		<title>Sun Tech Days 2008 Day 1 - NetBeans 6.1 Deep Dive</title>
		<description>	Though in a project with a tight schedule, I was given the chance to attend Sun Microsystem&#8217;s Sun Tech Days. I got a free VIP pass luckily because our company uses Solaris boxes. Anyway, here&#8217;s what I&#8217;ve picked up today.
	1. NetBeans 6.1 has -/+ 40% improvement in performance - This ...</description>
		<link>http://eradicus.blogsome.com/2008/06/17/sun-tech-days-2008-day-1-netbeans-61-deep-dive/</link>
	</item>
	<item>
		<title>Data Operations in Java</title>
		<description>	In my previous posts, I have enumerated the different types of data, the place where they temporarily reside and their characteristics. Those data are no way different from garbages if operation or manipulation is prohibited.
	Java operators can be classified in to three categories according to their operands:
1. Unary Operator - ...</description>
		<link>http://eradicus.blogsome.com/2008/06/07/data-operations-in-java/</link>
	</item>
	<item>
		<title>I turned 0x16 last May 31</title>
		<description>	I almost forgot that I already reached the starting position of the Earth&#8217;s revolution 0x16 times last May 31, 2008. Thanks to all.

 </description>
		<link>http://eradicus.blogsome.com/2008/06/03/i-turned-0x16-last-may-31/</link>
	</item>
	<item>
		<title>Fixed SVN + SSH in Red Hat Developer Studio CR1</title>
		<description>	If you get the following message during an svn+ssh transaction using Subclipse,
	
The system cannot find the file specified.
svn: Can't create tunnel: The system cannot find the file specified.

	You need to specify an ssh executable or equivalent. Modify the Subversion config file. On W!ndoz3 the file can be found in:
	
C:\Documents and ...</description>
		<link>http://eradicus.blogsome.com/2008/05/19/fixed-svn-ssh-in-red-hat-developer-studio-cr1/</link>
	</item>
	<item>
		<title>Nonprimitive Data Types in Java</title>
		<description>	Nonprimitive data types in Java are reference variables (object references), arrays and enums. All nonprimitive data types are references to memory where the objects live.
	[objects]
	References provide access to objects. The declaration syntax is just the same as with primitives.
	
Decryptor decryptor;

	The above example shows that we are creating a reference to ...</description>
		<link>http://eradicus.blogsome.com/2008/05/18/nonprimitive-data-types-in-java/</link>
	</item>
	<item>
		<title>Removing bar311 worm</title>
		<description>	I got it from my sister&#8217;s digicam. Thanks to Leerz for the walkthrough. This worm is really annoying especially if you are more comfortable doing stuffs in the console.
	1. Check for any bar311.exe, Autorun.inf, pc-off.bat files in mounted drives.
2. Delete if found.
3. Edit the following entries in the registry.
	
HKCU\Software\Microsoft\Command Processor\&quot;Autorun&quot;
HKLM\Software\Microsoft\Command ...</description>
		<link>http://eradicus.blogsome.com/2008/05/16/removing-bar311-worm/</link>
	</item>
	<item>
		<title>First time in Baguio</title>
		<description>	Forgetting all queued tasks&#8230;
Spending time with family, relatives and special someone&#8230;
	I bought some sundot kulangot,  in chabacano, kuut kugang.
	It&#8217;s so cold in here. Internet speed is tolerable.

 </description>
		<link>http://eradicus.blogsome.com/2008/05/10/first-time-in-baguio/</link>
	</item>
	<item>
		<title>Default Values of Primitives in Java</title>
		<description>	Default values apply only to instance variables that are uninitialized. Local variables need to be initialized explicitly before use or else the compiler will yell at you.
	boolean - false
byte - 0
short - 0
char - &#8216;\u0000&#8242;
int - 0
long - 0L
float - 0.0F
double - 0.0D
 </description>
		<link>http://eradicus.blogsome.com/2008/05/08/default-values-of-primitives-in-java/</link>
	</item>
</channel>
</rss>
