<?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>mr1yh1&#039;s blog</title>
	<atom:link href="http://mr1yh1.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mr1yh1.wordpress.com</link>
	<description>Not just another WordPress.com weblog</description>
	<lastBuildDate>Sun, 24 Jul 2011 21:50:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='mr1yh1.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>mr1yh1&#039;s blog</title>
		<link>http://mr1yh1.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://mr1yh1.wordpress.com/osd.xml" title="mr1yh1&#039;s blog" />
	<atom:link rel='hub' href='http://mr1yh1.wordpress.com/?pushpress=hub'/>
		<item>
		<title>freebsd 8.2 install notes for 880GMA-UD2H</title>
		<link>http://mr1yh1.wordpress.com/2011/07/22/freebsd-8-2-install-notes-for-880gma-ud2h/</link>
		<comments>http://mr1yh1.wordpress.com/2011/07/22/freebsd-8-2-install-notes-for-880gma-ud2h/#comments</comments>
		<pubDate>Fri, 22 Jul 2011 15:25:50 +0000</pubDate>
		<dc:creator>mr1yh1</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mr1yh1.wordpress.com/?p=136</guid>
		<description><![CDATA[This motherboard has AMD 880G chipset ( with Ati Radeon 4250 graphics card ) and FreeBSD 8.2 doesn&#8217;t give out-of-box drm support for this card. I don&#8217;t expect playing games but without it i was not able to watch movies at full-screen. There is a solution , but i couldn&#8217;t find those files in my [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mr1yh1.wordpress.com&amp;blog=593175&amp;post=136&amp;subd=mr1yh1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This motherboard has AMD 880G chipset ( with Ati Radeon 4250 graphics card ) and<br />
FreeBSD 8.2 doesn&#8217;t give out-of-box drm support for this card.<br />
I don&#8217;t expect playing games but without it i was not able to watch movies at full-screen. </p>
<p>There is a solution <a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=150594" title="here"></a>,<br />
but i couldn&#8217;t find those files in my installation.<br />
After some searches and using same logic,<br />
i added <strong>the last line below</strong> to the <strong>/usr/src/sys/dev/drm/drm_pciids.h</strong> file.</p>
<blockquote><p>{0&#215;1002, 0&#215;9713, CHIP_RS880|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP|RADEON_IS_IGP, &#8220;ATI Mobility Radeon 4100&#8243;}, \<br />
{0&#215;1002, 0&#215;9714, CHIP_RS880|RADEON_NEW_MEMMAP|RADEON_IS_IGP, &#8220;ATI RS880&#8243;}, \<br />
{0&#215;1002, 0&#215;9715, CHIP_RS880|RADEON_NEW_MEMMAP|RADEON_IS_IGP, &#8220;ATI Radeon HD 4250&#8243;}, \</p></blockquote>
<p>After building kernel, xvinfo was able to return detailed info and<br />
mplayer was playing videos at full-screen but maybe 3-4 times faster than normal and there was not sound.<br />
Someway this is related audio device.<br />
Adding this line below to the <strong>/etc/sysctl.conf</strong> file solves the problem.<br />
<strong>hw.snd.default_unit=1</strong> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mr1yh1.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mr1yh1.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mr1yh1.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mr1yh1.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mr1yh1.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mr1yh1.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mr1yh1.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mr1yh1.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mr1yh1.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mr1yh1.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mr1yh1.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mr1yh1.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mr1yh1.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mr1yh1.wordpress.com/136/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mr1yh1.wordpress.com&amp;blog=593175&amp;post=136&amp;subd=mr1yh1&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mr1yh1.wordpress.com/2011/07/22/freebsd-8-2-install-notes-for-880gma-ud2h/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fdbf89d5d1cf6b7a1072983cf3fa6fd4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mr1yh1</media:title>
		</media:content>
	</item>
		<item>
		<title>.emacs for sbcl and slime</title>
		<link>http://mr1yh1.wordpress.com/2010/10/04/emacs-for-sbcl-and-slime/</link>
		<comments>http://mr1yh1.wordpress.com/2010/10/04/emacs-for-sbcl-and-slime/#comments</comments>
		<pubDate>Mon, 04 Oct 2010 16:03:25 +0000</pubDate>
		<dc:creator>mr1yh1</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mr1yh1.wordpress.com/?p=128</guid>
		<description><![CDATA[Times ago i had some experience with Emacs. It was a total frustration (but feeling to be a part of a legend) Vim had a steep learning path too but it was paying back at the end. Later i am interested in Common Lisp So obviously Slime and Emacs. And i believe this was the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mr1yh1.wordpress.com&amp;blog=593175&amp;post=128&amp;subd=mr1yh1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Times ago i had some experience with Emacs.<br />
It was a total frustration (but feeling to be a part of a legend)<br />
Vim had a steep learning path too<br />
but it was paying back at the end.</p>
<p>Later i am interested in Common Lisp<br />
So obviously Slime and Emacs.<br />
And i believe this was the first time i met Emacs.<br />
It&#8217;s not meant to be an text editor,<br />
It&#8217;s a lisp editor, compiler, interpreter and<br />
a RCP (Rich Client Platform) for Lisp applications.</p>
<p>When i watch some videos about lisp machines of symbolics,<br />
i totally changed my view of what Emacs stands for.</p>
<p>I will put my .emacs settings here,<br />
so i wont have to search them again and again after a new install :</p>
<p><code><br />
;;<br />
(fset 'yes-or-no-p 'y-or-n-p)</p>
<p>;; no startup screen<br />
(setq inhibit-startup-screen t)</p>
<p>;; no-tool bar<br />
(tool-bar-mode nil)</p>
<p>;;<br />
(show-paren-mode 't)</p>
<p>;; cua selection<br />
(cua-selection-mode 1)<br />
(put 'erase-buffer 'disabled nil)</p>
<p>;; SLIME - BEGIN</p>
<p>;; HyperSpec documentation<br />
(setq browse-url-browser-function 'browse-url-firefox)<br />
(setq common-lisp-hyperspec-root "/usr/local/share/doc/clisp-hyperspec/HyperSpec/")</p>
<p>;; Required If you use utf-8 strings.<br />
(set-language-environment "UTF-8")<br />
(setq slime-net-coding-system 'utf-8-unix)</p>
<p>(add-to-list 'load-path "~/.emacs.d/plugins/slime")  </p>
<p>; sbcl with less memory consumption<br />
(setq inferior-lisp-program "/usr/local/bin/sbcl --dynamic-space-size 100")</p>
<p>(require 'slime-autoloads)<br />
(slime-setup '(slime-fancy))</p>
<p>(global-set-key [f12] 'slime-selector)</p>
<p>;; SLIME - END<br />
</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mr1yh1.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mr1yh1.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mr1yh1.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mr1yh1.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mr1yh1.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mr1yh1.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mr1yh1.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mr1yh1.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mr1yh1.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mr1yh1.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mr1yh1.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mr1yh1.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mr1yh1.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mr1yh1.wordpress.com/128/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mr1yh1.wordpress.com&amp;blog=593175&amp;post=128&amp;subd=mr1yh1&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mr1yh1.wordpress.com/2010/10/04/emacs-for-sbcl-and-slime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fdbf89d5d1cf6b7a1072983cf3fa6fd4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mr1yh1</media:title>
		</media:content>
	</item>
		<item>
		<title>if your target audience are hackers.</title>
		<link>http://mr1yh1.wordpress.com/2010/02/07/if-your-target-audience-are-hackers/</link>
		<comments>http://mr1yh1.wordpress.com/2010/02/07/if-your-target-audience-are-hackers/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 15:34:23 +0000</pubDate>
		<dc:creator>mr1yh1</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mr1yh1.wordpress.com/?p=117</guid>
		<description><![CDATA[Putting ads into HTTP headers I admit this is very interesting way to meet the target audience :<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mr1yh1.wordpress.com&amp;blog=593175&amp;post=117&amp;subd=mr1yh1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Putting ads into HTTP headers <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
I admit this is very interesting way<br />
to meet the target audience :<br />
<img src="http://mr1yh1.files.wordpress.com/2010/02/ekran2.png?w=640" alt="job-advertisement-inside-HTTP-headers" /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mr1yh1.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mr1yh1.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mr1yh1.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mr1yh1.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mr1yh1.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mr1yh1.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mr1yh1.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mr1yh1.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mr1yh1.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mr1yh1.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mr1yh1.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mr1yh1.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mr1yh1.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mr1yh1.wordpress.com/117/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mr1yh1.wordpress.com&amp;blog=593175&amp;post=117&amp;subd=mr1yh1&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mr1yh1.wordpress.com/2010/02/07/if-your-target-audience-are-hackers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fdbf89d5d1cf6b7a1072983cf3fa6fd4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mr1yh1</media:title>
		</media:content>

		<media:content url="http://mr1yh1.files.wordpress.com/2010/02/ekran2.png" medium="image">
			<media:title type="html">job-advertisement-inside-HTTP-headers</media:title>
		</media:content>
	</item>
		<item>
		<title>Singleton Pattern in java, i saw the Monster.</title>
		<link>http://mr1yh1.wordpress.com/2009/09/13/singleton-pattern-may-fail-in-java/</link>
		<comments>http://mr1yh1.wordpress.com/2009/09/13/singleton-pattern-may-fail-in-java/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 09:55:17 +0000</pubDate>
		<dc:creator>mr1yh1</dc:creator>
				<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://mr1yh1.wordpress.com/?p=81</guid>
		<description><![CDATA[I was re-factoring an open-source project for fun. I found file backed configuration classes which are singleton in nature and they were implemented in a look-like-singleton way i decided to convert them all into Singleton. Since it doesn&#8217;t need synchronization and those configuration files needed at start-up not subject to lazy initialization I preferred static [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mr1yh1.wordpress.com&amp;blog=593175&amp;post=81&amp;subd=mr1yh1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was re-factoring an open-source project for fun.<br />
I found file backed configuration classes which are singleton in nature<br />
and they were implemented in a <em>look-like-singleton</em> way<br />
i decided to convert them all into Singleton.</p>
<p>Since it doesn&#8217;t need <em>synchronization</em> and<br />
those configuration files needed at start-up not subject to <em>lazy initialization</em><br />
I preferred <em>static final</em> member and <em>private constructor</em>  solution.</p>
<p><code><br />
class Singleton{</p>
<p>    private Singleton(){<br />
    ...<br />
    }</p>
<p>   private final Singleton instance = new Singleton();</p>
<p>   public static Singleton getInstance(){<br />
       return instance;<br />
   }<br />
}<br />
</code></p>
<p>class had a member named <em>doc</em> which is initialized inside a method <em>init()</em><br />
this method is called by constructor.<br />
<code><br />
    ...<br />
   private Document doc;</p>
<p>    private Singleton(){<br />
        init();<br />
    }</p>
<p>    private void init(){<br />
          doc = ....<br />
    }<br />
</code><br />
Code seemed okay but was failing &#8220;magically&#8221;,<br />
<i>Singleton.getInstance().getDocument()</i> was giving a <i>null </i> doc instance.</p>
<p>After some digging,<br />
I realized that code inside the constructor was just ignored,<br />
Debugger didn&#8217;t care break points<br />
whether inside constructor or init() too.<br />
Even throwing a RuntimeException inside constructor had no effect. </p>
<p>i searched about that issue<br />
only found some information about tomcat and jboss may fail in that situation :<br />
<a href="http://www.c2.com/cgi/wiki?JavaSingleton">http://www.c2.com/cgi/wiki?JavaSingleton</a></p>
<blockquote><p>This last approach seems to work well in most cases &#8212; and perhaps it is supposed to work per the Java spec. But &#8212; as I&#8217;ve recently learned the hard way &#8212; both Tomcat and JBoss do not always execute this code correctly. In particular, if some code is placed in the body of the constructor, even something trivial like logging to System.out, it is not always executed. I&#8217;ve also had initialization of member variables silently fail in the constructor. Unfortunately, deadlines have driven me to seek workarounds rather than research this situation. I&#8217;d love to learn more about it, even if that means learning I&#8217;ve made some big dumb mistake in what I was trying! </p></blockquote>
<p>doesn&#8217;t give the reason (at least i am not alone.)<br />
NOTE : The code i was working on was swt-powered desktop application ( although tomcat&#8217;s servlet-api.jar was in my classpath ).</p>
<p>It&#8217;s obviously a bug somewhere<br />
but i can not dare to report it ( first i should isolate the part of code reproduces the issue ).<br />
but if someone interested<br />
i will give the road-map i was on<br />
maybe you&#8217;ll see the monster too. <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mr1yh1.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mr1yh1.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mr1yh1.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mr1yh1.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mr1yh1.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mr1yh1.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mr1yh1.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mr1yh1.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mr1yh1.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mr1yh1.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mr1yh1.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mr1yh1.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mr1yh1.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mr1yh1.wordpress.com/81/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mr1yh1.wordpress.com&amp;blog=593175&amp;post=81&amp;subd=mr1yh1&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mr1yh1.wordpress.com/2009/09/13/singleton-pattern-may-fail-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fdbf89d5d1cf6b7a1072983cf3fa6fd4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mr1yh1</media:title>
		</media:content>
	</item>
		<item>
		<title>java as a portable application.</title>
		<link>http://mr1yh1.wordpress.com/2009/09/01/java-as-a-portable-application/</link>
		<comments>http://mr1yh1.wordpress.com/2009/09/01/java-as-a-portable-application/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 14:17:02 +0000</pubDate>
		<dc:creator>mr1yh1</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[talkative]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[slackware]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://mr1yh1.wordpress.com/?p=42</guid>
		<description><![CDATA[When i first installed ubuntu, gcj was the default &#8220;java provider&#8221;. Java applications were depending on this package and i was in doubt to uninstall it. First i went through update-alternatives &#8211;config java which was a mistake. ( Do you know how many java related things we have ? ) update-alternatives &#8211;config java update-alternatives &#8211;config [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mr1yh1.wordpress.com&amp;blog=593175&amp;post=42&amp;subd=mr1yh1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When i first installed ubuntu, gcj was the default &#8220;java provider&#8221;.<br />
Java applications were depending on this package and<br />
i was in doubt to uninstall it.</p>
<p>First i went through <b>update-alternatives &#8211;config java</b><br />
which was a mistake.<br />
( Do you know how many java related things we have ? )</p>
<p>update-alternatives &#8211;config java<br />
update-alternatives &#8211;config javac<br />
update-alternatives &#8211;config javap<br />
update-alternatives &#8211;config javah<br />
update-alternatives &#8211;config javadoc<br />
update-alternatives &#8211;config keytool<br />
update-alternatives &#8211;config policytool<br />
update-alternatives &#8211;config jarsigner<br />
&#8230;<br />
etc. </p>
<p>i discovered later <b>update-java-alternatives</b> does the job.<br />
It seems people are confused about it<br />
a lot of websites are still advising the first form.</p>
<p>But the real point was :<br />
&#8220;who want to have a mixture of java tools from different platforms ?&#8221;<br />
Why not a single step and &#8220;best known form&#8221; of the command :<br />
update-alternatives -config java-platform-or-whatever<br />
( maybe a new command for &#8216;freaky&#8217; installation scenarios )</p>
<p>Those times ubuntu didn&#8217;t like the java license.<br />
Nowadays open source java from sun became default.<br />
But it&#8217;s worth to notice,<br />
ubuntu always were providing proprietary graphics-card drivers<br />
with an oversimplified installation procedure.</p>
<p>After installing tomcat,<br />
i faced their fashion of deploying things was different than i was familiar.<br />
Tomcat&#8217;s files/folders were scattered over different places.<br />
And the JRE/JDK installation, there were symbolic links inside /usr/bin to java executables .</p>
<p>It may be obvious to search a server configuration file<br />
under /etc/ directory for a linux administrator,<br />
moving logs and web applications under  /var directory ( and probably on a different partition ) also.<br />
But missing the point :<br />
&#8220;java and tomcat are <a href="http://en.wikipedia.org/wiki/Portable_application">portable</a> in nature&#8221;. </p>
<p>I believe all those &#8220;policies&#8221; doesn&#8217;t fit well with java<br />
and decided to put my complaints in public:</p>
<ul>
<li> /usr/bin is available for everyone.<br />
Its practically impossible to force a particular user to another java runtime.<br />
We can add ANOTHER_JAVA to the user&#8217;s PATH,<br />
but its easy to by-pass.<br />
We may change file permissions for /usr/bin/java  or<br />
changing permissions of java installation directory it points<br />
but both of them makes those symbolic links pointless to be there.
</li>
<li>
Proper way to put java executables into PATH is<br />
adding them as  <strong>export PATH=&#8221;$JAVA_HOME&#8221;/bin:$PATH</strong>.<br />
Java executables under /usr/bin and a JAVA_HOME variable (possibly pointing somewhere else)<br />
rise an unnecessary configuration duplication.<br />
Scripts which checks JAVA_HOME will run one JVM, direct calls will run another JVM.<br />
It&#8217;s confusing !.
</li>
<li>
Default place for <a href="http://java.sun.com/j2se/1.4.2/docs/guide/security/permissions.html">java.security and java.policy files</a> which should be somewhere under $JAVA_HOME  now will be pointed by /usr/bin/java found in PATH.<br />
Same as above it&#8217;s not possible &#8220;safely&#8221; to set different security policy files for different users.<br />
And again confusion !.
</li>
<li>
Tomcat, when you want to have different instances of it<br />
you challenge with the &#8220;policy&#8221;.<br />
Simplest way is not to install java and related things as ubuntu packages.<br />
But what about applications depends on them,<br />
is there a way to make <b>apt</b> happy with &#8220;seems unsatisfied&#8221; but perfectly complete dependencies ?</p>
<p>I switched to slackware linux since they are promoting upstream-defaults.<br />
i found no symbolic links inside usr/bin or whereever.<br />
JAVA_HOME and PATH was set properly by /etc/profile.d/jdk.sh script.<br />
There was not a tomcat package ( and definitely there is no need for it )<br />
i downloaded and unpacked it under /opt/.<br />
Just a need to set CATALINA_HOME environment variable.</p>
<p>Portable application logic make things simple.<br />
We may have different java virtual machines for different purposes.<br />
same as different version and/or configurations of java application servers.<br />
Just we need to copy the application folder somewhere else and<br />
setting some environment variables and file permissions.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mr1yh1.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mr1yh1.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mr1yh1.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mr1yh1.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mr1yh1.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mr1yh1.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mr1yh1.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mr1yh1.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mr1yh1.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mr1yh1.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mr1yh1.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mr1yh1.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mr1yh1.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mr1yh1.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mr1yh1.wordpress.com&amp;blog=593175&amp;post=42&amp;subd=mr1yh1&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mr1yh1.wordpress.com/2009/09/01/java-as-a-portable-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fdbf89d5d1cf6b7a1072983cf3fa6fd4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mr1yh1</media:title>
		</media:content>
	</item>
		<item>
		<title>sources of evils in concurrency.</title>
		<link>http://mr1yh1.wordpress.com/2008/06/13/source-of-evils-in-concurrency/</link>
		<comments>http://mr1yh1.wordpress.com/2008/06/13/source-of-evils-in-concurrency/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 17:06:14 +0000</pubDate>
		<dc:creator>mr1yh1</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://mr1yh1.wordpress.com/?p=23</guid>
		<description><![CDATA[I found a nice entry about three important concepts in concurrent programming by Jeremy Manson. http://jeremymanson.blogspot.com/2007/08/atomicity-visibility-and-ordering.html atomicity, visibility and ordering&#8230; I wanted to add some extras: side effects of optimizations and data duplications . These two sources of evils play an important role on concurrent programing. Atomicity is important for data integrity. When objects transit [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mr1yh1.wordpress.com&amp;blog=593175&amp;post=23&amp;subd=mr1yh1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I found a nice entry about three important concepts in concurrent programming by Jeremy Manson.<br />
<a href="http://jeremymanson.blogspot.com/2007/08/atomicity-visibility-and-ordering.html">http://jeremymanson.blogspot.com/2007/08/atomicity-visibility-and-ordering.html</a><br />
atomicity, visibility and ordering&#8230;</p>
<p>I wanted to add some extras: <strong>side effects of optimizations and data duplications </strong>.<br />
These two  sources of evils play an important role on concurrent programing.</p>
<ul>
<li>
<strong>Atomicity </strong>is important for data integrity.<br />
When objects  transit from one state to other,<br />
they should not expose the moment in which invariants are broken.</p>
<blockquote><p><font color="#BB7777">girl comes in to the room and catch her boyfriend<br />
he was half-naked and hugging another girl.<br />
she got pretty upset and run away without saying anything.<br />
but however it was a misunderstanding,<br />
there wont be any problem if she was there a few seconds before or few seconds later.</font></p></blockquote>
<p>Another prominent area of the concept is Databases.<br />
Database programmers use transactions and transaction isolation levels,<br />
to achive both acceptable correctness and performance.</p>
<p>This sort of problems are hard to figure out,<br />
but they have logical explanations in source-code-level.
</li>
<li>
<strong>Visibility </strong> is a hidden enemy.<br />
In source-code-level, there is not any reason why it happens.<br />
But it&#8217;s related both <strong>optimizations</strong> and  hardware-design.</p>
<p>There are several levels of memories.<br />
Fastest ones are more expensive and they are embedded into cpu.<br />
If data  resides on the fast one, code will run faster.<br />
So it&#8217;s desirable, compilers get benefit of that fast memory as well as much.<br />
But since this special memory is very limited in size,<br />
most of the code will reside on slow memory.</p>
<p>Parts of data will be copied to faster memory on demand,<br />
processed(probaby changed) and copied back to the slower one.<br />
This means : <strong>our data is duplicated between different kind of memories in runtime.</strong><br />
( also computers may have more than one cpu, means more duplications. )</p>
<p>Altough it does not cause any problem in single-threaded applications.<br />
Concurrent applications are not protected by default.<br />
Without proper syncronization, threads may see the <em>stale data</em>.
</li>
<li>
<strong>Ordering </strong> another result of <strong>optimization</strong>.<br />
Compiler re-organizes the instructions into more efficient ones.<br />
It&#8217;s understandable, we mostly re-organize instructions in daily-life.</p>
<blockquote><p><font color="#BB7777"><br />
mom&#8217;s shopping instructions :<br />
- buy 6 eggs.<br />
- buy 3 package of margarine.<br />
- buy 1 bread.<br />
- buy 6 eggs more.<br />
- leave back 2 packages of margarines, it&#8217; too much.<br />
- buy 1 bread more.</p>
<p>actual shopping list:<br />
- 2 breads (i buy them first, becos they are in the enterance.)<br />
- 12 eggs.<br />
- 1 package of margarine.<br />
</font></p></blockquote>
</li>
</ul>
<p><p>
I want to suggest this great book for java developers,<br />
i was totally blind before reading it.<br />
<a href="http://www.amazon.com/Java-Concurrency-Practice-Brian-Goetz/dp/0321349601"></p>
<div style="width: 110px; text-align: center; background: #fff; border: 1px solid #aaa; margin: 3px; padding: 2px;">
<p style="margin: 10px 26.5px;"><a href="http://www.amazon.com/Java-Concurrency-Practice-Brian-Goetz/dp/0321349601/a" target="_blank"><img src="http://ecx.images-amazon.com/images/I/51AG8p4X7WL._SL75_.jpg" height="75" width="57" alt="Java Concurrency in Practice" style="padding:0;margin:0;border:none;" /></a></p>
<p style="font-size: 10px;"><a href="http://www.amazon.com/Java-Concurrency-Practice-Brian-Goetz/dp/0321349601/a" target="_blank">Java Concurrency in Practice</a></p>
<p style="font-size: 10px;">
<p style="margin: 10px 10px;"><a href="http://www.amazon.com/Java-Concurrency-Practice-Brian-Goetz/dp/0321349601/a" target="_blank"><img alt="Buy from Amazon" src="http://ecx.images-amazon.com/images/G/01/buttons/buy-from-tan.gif"" style="padding:0;margin:0;border:none;" /></a></p>
</p></div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mr1yh1.wordpress.com/23/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mr1yh1.wordpress.com/23/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mr1yh1.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mr1yh1.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mr1yh1.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mr1yh1.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mr1yh1.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mr1yh1.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mr1yh1.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mr1yh1.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mr1yh1.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mr1yh1.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mr1yh1.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mr1yh1.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mr1yh1.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mr1yh1.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mr1yh1.wordpress.com&amp;blog=593175&amp;post=23&amp;subd=mr1yh1&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mr1yh1.wordpress.com/2008/06/13/source-of-evils-in-concurrency/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fdbf89d5d1cf6b7a1072983cf3fa6fd4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mr1yh1</media:title>
		</media:content>
	</item>
		<item>
		<title>is something wrong with JUnit ?</title>
		<link>http://mr1yh1.wordpress.com/2008/06/07/is-something-wrong-with-junit/</link>
		<comments>http://mr1yh1.wordpress.com/2008/06/07/is-something-wrong-with-junit/#comments</comments>
		<pubDate>Sat, 07 Jun 2008 07:46:30 +0000</pubDate>
		<dc:creator>mr1yh1</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[JUnit]]></category>

		<guid isPermaLink="false">http://mr1yh1.wordpress.com/?p=21</guid>
		<description><![CDATA[When a test fails, Junit throws an java.lang.AssertionError same as when java build-in assert statement fails. So if you have assertions in your code, be ready for surprises. Assertion in my code is : assert timeout &#62; 0; my test is passing whether or not timeout &#62; 0 can you see the problem : @Test [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mr1yh1.wordpress.com&amp;blog=593175&amp;post=21&amp;subd=mr1yh1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When a test fails, Junit throws an <strong>java.lang.AssertionError</strong><br />
same as when java build-in assert statement fails.<br />
So if you have assertions in your code,<br />
be ready for surprises.</p>
<p>Assertion in my code is :<br />
<code>assert timeout &gt; 0;</code><br />
my test is passing whether or not <em>timeout &gt; 0 </em><br />
can you see the problem :</p>
<pre>
@Test
public void constructor_invalid_timeout() {
    long timeout = -1;

    try {

        new AbstractInquiry(timeout){
            @Override
                protected Object getResponse() {
                    return null;
                }
            @Override
                protected void progress_hook() {
                    //no progress
                }
        };
        // ********* FROM HERE  *****************
        fail("assertion failed : timeout &gt; 0");
    }
    catch (AssertionError e) {
    }
        // ********* TO HERE  *****************
}
</pre>
<p>JUnit throws an AssertionError which its not defined by JUnit.<br />
( so it&#8217;s not reserved to JUnit. )<br />
Even further :<br />
Is it safe, a testing framework throw any kind of Exceptions or Errors ?</p>
<p>Note:<br />
I know it&#8217;s disapproved to use &#8216;assert&#8217; statements validating public method arguments.<br />
but it&#8217;s another story, coming soon <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mr1yh1.wordpress.com/21/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mr1yh1.wordpress.com/21/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mr1yh1.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mr1yh1.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mr1yh1.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mr1yh1.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mr1yh1.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mr1yh1.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mr1yh1.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mr1yh1.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mr1yh1.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mr1yh1.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mr1yh1.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mr1yh1.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mr1yh1.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mr1yh1.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mr1yh1.wordpress.com&amp;blog=593175&amp;post=21&amp;subd=mr1yh1&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mr1yh1.wordpress.com/2008/06/07/is-something-wrong-with-junit/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fdbf89d5d1cf6b7a1072983cf3fa6fd4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mr1yh1</media:title>
		</media:content>
	</item>
		<item>
		<title>www.myjavaserver.com free java web hosting .</title>
		<link>http://mr1yh1.wordpress.com/2007/02/26/myjavaservercom-free-java-web-hosting/</link>
		<comments>http://mr1yh1.wordpress.com/2007/02/26/myjavaservercom-free-java-web-hosting/#comments</comments>
		<pubDate>Mon, 26 Feb 2007 14:54:53 +0000</pubDate>
		<dc:creator>mr1yh1</dc:creator>
				<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://mr1yh1.wordpress.com/2007/02/26/myjavaservercom-free-java-web-hosting/</guid>
		<description><![CDATA[www.myjavaserver.com Answer the question, get an account. Opera users be carefull !! page ( compile text area ) is not working in Opera. They are giving 5MB of storage, no bandwidth limit mentioned. Their server responsing fast, after sign-up, you will have a ftp account. Also You can use jsp, mail-server, and database. I had [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mr1yh1.wordpress.com&amp;blog=593175&amp;post=18&amp;subd=mr1yh1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.myjavaserver.com">www.myjavaserver.com</a><br />
Answer the question, get an account.<br />
Opera users be carefull !!  page ( compile text area ) is not working in Opera. </p>
<p>They are giving 5MB of storage, no bandwidth limit mentioned.<br />
Their server responsing fast, after sign-up, you will have a ftp account.<br />
Also You can use jsp, mail-server, and database.</p>
<p>I had some problems the day i activated my account related jsp compiler.<br />
Also i didnt like the deployment logic their server required  which is not standart.<br />
But they claim they are working on to provide .war deployment support.</p>
<p>I have only some html pages on my account.<br />
<a href="http://www.myjavaserver.com/~mr1yh1/">http://www.myjavaserver.com/~mr1yh1/</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mr1yh1.wordpress.com/18/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mr1yh1.wordpress.com/18/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mr1yh1.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mr1yh1.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mr1yh1.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mr1yh1.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mr1yh1.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mr1yh1.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mr1yh1.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mr1yh1.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mr1yh1.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mr1yh1.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mr1yh1.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mr1yh1.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mr1yh1.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mr1yh1.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mr1yh1.wordpress.com&amp;blog=593175&amp;post=18&amp;subd=mr1yh1&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mr1yh1.wordpress.com/2007/02/26/myjavaservercom-free-java-web-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fdbf89d5d1cf6b7a1072983cf3fa6fd4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mr1yh1</media:title>
		</media:content>
	</item>
		<item>
		<title>Free Solaris DVD Kit from SUN</title>
		<link>http://mr1yh1.wordpress.com/2007/02/26/free-solaris-dvd-kit-from-sun/</link>
		<comments>http://mr1yh1.wordpress.com/2007/02/26/free-solaris-dvd-kit-from-sun/#comments</comments>
		<pubDate>Mon, 26 Feb 2007 14:04:26 +0000</pubDate>
		<dc:creator>mr1yh1</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mr1yh1.wordpress.com/2007/02/26/free-solaris-dvd-kit-from-sun/</guid>
		<description><![CDATA[Sun is sending their famous operating system Solaris 10 via mail for free. ( similar to what Ubuntu project did ).http://www2.sun.de/dc/forms/reg_us_2211_391.jsp They say it&#8217;s a limited-time offer. This offer is valuable specialy if you have not a fast and unlimited net connection. Solaris was free since june 2005. There are 2 options you can choose: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mr1yh1.wordpress.com&amp;blog=593175&amp;post=17&amp;subd=mr1yh1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Sun is sending their famous operating system <font color="blue">Solaris 10</font><br />
via mail for free. ( similar to what Ubuntu project did ).<a href="//www2.sun.de/dc/forms/reg_us_2211_391.jsp">http://www2.sun.de/dc/forms/reg_us_2211_391.jsp</a></p>
<p>They say it&#8217;s a limited-time offer.<br />
This offer is valuable specialy if you have not a fast and unlimited net connection.<br />
Solaris was free since june 2005.</p>
<p>There are 2 options you can choose:</p>
<dl>
<dt>Sun Solaris 10 : </dt>
<dd>it&#8217;s cost-free OS from Sun.</dd>
<dt>Solaris Express : </dt>
<dd><font color="blue">Open Solaris</font> based , it includes some developer resources. But if you ask for only Solaris 10, you wont miss anything since all of them freely available from Sun.
<dd>
</dl>
<p>As well as i know, open-sourced part of the Solaris named as open-solaris.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mr1yh1.wordpress.com/17/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mr1yh1.wordpress.com/17/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mr1yh1.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mr1yh1.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mr1yh1.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mr1yh1.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mr1yh1.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mr1yh1.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mr1yh1.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mr1yh1.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mr1yh1.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mr1yh1.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mr1yh1.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mr1yh1.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mr1yh1.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mr1yh1.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mr1yh1.wordpress.com&amp;blog=593175&amp;post=17&amp;subd=mr1yh1&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mr1yh1.wordpress.com/2007/02/26/free-solaris-dvd-kit-from-sun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fdbf89d5d1cf6b7a1072983cf3fa6fd4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mr1yh1</media:title>
		</media:content>
	</item>
		<item>
		<title>yine, yeni, yeniden CD DVD problemleri&#8230;</title>
		<link>http://mr1yh1.wordpress.com/2006/12/13/yine-yeni-yeniden-cd-dvd-problemleri/</link>
		<comments>http://mr1yh1.wordpress.com/2006/12/13/yine-yeni-yeniden-cd-dvd-problemleri/#comments</comments>
		<pubDate>Wed, 13 Dec 2006 11:58:06 +0000</pubDate>
		<dc:creator>mr1yh1</dc:creator>
				<category><![CDATA[talkative]]></category>

		<guid isPermaLink="false">http://mr1yh1.wordpress.com/2006/12/13/yine-yeni-yeniden-cd-dvd-problemleri/</guid>
		<description><![CDATA[Bilgisayarınızdaki en sorunlu alet CD/DVD okuyucu değilse, bu cihazı pek fazla kullanmadığınızı düşünürüm. CD/DVD diskler, ne kadar özen gösterirseniz gösterin hatalı yazılabilir, okunurken çizilip işe yaramaz hale gelebilir. CD/DVD cihazları ise birkaç sene içerisinde ömrünü doldurur. Şimdiye kadar kaybettiğim veri miktarı, doğru okuduklarıma yakındır. Bunların çoğunu ben yazmamış olsamda sonuç değişmiyor. Bu medya tipine güvenmiyorum. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mr1yh1.wordpress.com&amp;blog=593175&amp;post=15&amp;subd=mr1yh1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Bilgisayarınızdaki en sorunlu alet CD/DVD okuyucu değilse,<br />
bu cihazı pek fazla kullanmadığınızı düşünürüm.</p>
<p>CD/DVD diskler, ne kadar özen gösterirseniz gösterin<br />
hatalı yazılabilir, okunurken çizilip işe yaramaz hale gelebilir.<br />
CD/DVD cihazları ise birkaç sene içerisinde ömrünü doldurur.</p>
<p>Şimdiye kadar kaybettiğim veri miktarı, doğru okuduklarıma yakındır.<br />
Bunların çoğunu ben yazmamış olsamda sonuç değişmiyor.<br />
Bu medya tipine güvenmiyorum.</p>
<p>Peki neden kullanılıyor CD/DVD&#8230;<br />
Çünki artık tarih olmuş floppy ler kadar bile güvenilir olmayan bu optik medya,<br />
maalesef günümüzün <strong>en ucuz veri depolama alternatifi.</strong></p>
<p>smart-card, USB flash disk, harici harddisk gibi seçeneklerin,<br />
depolama maliyetinin ucuzlayacağı,<br />
hızlı ve ucuz internet bağlantısı sayesinde<br />
veriyi <strong>kargo paketleri</strong> ile iletmek zorunda kalmayacağımız<br />
günleri hayal ediyorum.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/mr1yh1.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/mr1yh1.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mr1yh1.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mr1yh1.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mr1yh1.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mr1yh1.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mr1yh1.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mr1yh1.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mr1yh1.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mr1yh1.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mr1yh1.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mr1yh1.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mr1yh1.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mr1yh1.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mr1yh1.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mr1yh1.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mr1yh1.wordpress.com&amp;blog=593175&amp;post=15&amp;subd=mr1yh1&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mr1yh1.wordpress.com/2006/12/13/yine-yeni-yeniden-cd-dvd-problemleri/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fdbf89d5d1cf6b7a1072983cf3fa6fd4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mr1yh1</media:title>
		</media:content>
	</item>
	</channel>
</rss>
