<?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>anhe51&#039;s blog</title>
	<atom:link href="http://anhe51.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://anhe51.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Tue, 31 Jan 2012 11:49:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='anhe51.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>anhe51&#039;s blog</title>
		<link>http://anhe51.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://anhe51.wordpress.com/osd.xml" title="anhe51&#039;s blog" />
	<atom:link rel='hub' href='http://anhe51.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Change Resolution of Unknown Monitor in Ubuntu 11.10</title>
		<link>http://anhe51.wordpress.com/2012/01/30/change-resolution-of-unknown-monitor-in-ubuntu-11-10/</link>
		<comments>http://anhe51.wordpress.com/2012/01/30/change-resolution-of-unknown-monitor-in-ubuntu-11-10/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 05:19:24 +0000</pubDate>
		<dc:creator>anhe51</dc:creator>
				<category><![CDATA[Operating System]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[XRandr]]></category>
		<category><![CDATA[Monitor]]></category>
		<category><![CDATA[Resolution]]></category>

		<guid isPermaLink="false">http://anhe51.wordpress.com/?p=317</guid>
		<description><![CDATA[I have the HP v185e Monitor and it was unrecognizable by my Ubuntu 11.10. The &#8220;Display&#8221; setting shows &#8220;Unknown Monitor&#8221;, and the maximum resolution I could get is 1024 x 768, the optimal resolution is 1368 x 768. I found that the &#8220;Unknown Monitor&#8221; could be set with XRandr from the posting in the Ubuntu [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anhe51.wordpress.com&amp;blog=9558297&amp;post=317&amp;subd=anhe51&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img alt="Ubuntu Logo" src="https://lh5.googleusercontent.com/-zJinjMeGrPs/SHteExnavPI/AAAAAAAAAYY/RntqvtRuNEM/s144/ubuntu-logo.png" title="Ubuntu Logo" class="alignleft" />I have the HP v185e Monitor and it was unrecognizable by my Ubuntu 11.10. The &#8220;Display&#8221; setting shows &#8220;Unknown Monitor&#8221;, and the maximum resolution I could get is 1024 x 768, the optimal resolution is 1368 x 768. I found that the &#8220;Unknown Monitor&#8221; could be set with <strong>XRandr</strong> from the posting in the <a href="http://ubuntuforums.org/showthread.php?t=1364460" target="_blank">Ubuntu Forum</a>.</p>
<p>I did that right and the resolution is 1368 x 768, but after restarting, the resolution options were reverted back to 1024 x 768. From the <a href="http://askubuntu.com/questions/63681/how-can-i-make-xrandr-customization-permanent" title="How can I make xrandr customization permanent?" target="_blank">Ask Ubuntu</a>, I found that Ubuntu 11.10 have different way to permanenting the XRandr customization than it&#8217;s predecessors.</p>
<p><a href="https://lh6.googleusercontent.com/-Eh4hryA-mj4/TyYvpnyZYFI/AAAAAAAABr8/O7RJO0mwaSg/s800/xrandr%2520001.png"><img alt="XRandr 001" src="https://lh6.googleusercontent.com/-Eh4hryA-mj4/TyYvpnyZYFI/AAAAAAAABr8/O7RJO0mwaSg/s400/xrandr%2520001.png" title="XRandr 001" class="alignnone" /></a></p>
<p>Here&#8217;s the summary (I&#8217;m using the example of adding 1440 x 900 resolution):</p>
<ol>
<li>Open Terminal and type</li>
<pre style="border:1px inset;width:auto;height:auto;text-align:left;overflow:auto;margin:0;padding:6px;"><code>$ xrandr</code></pre>
<li>The XRandr will show the maximum resolution allowed like this:</li>
<pre style="border:1px inset;width:auto;height:auto;text-align:left;overflow:auto;margin:0;padding:6px;"><code>Screen 0: minimum 320 x 200, current 1368 x 768, maximum 8192 x 8192
VGA1 connected 1368x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1368x768_60.00   59.9*+
   1024x768       60.0
   1024x768_60.00   59.9
   800x600        60.3     56.2
   848x480        60.0
   640x480        59.9
   1280x800_60.00   59.8
HDMI1 disconnected (normal left inverted right x axis y axis)
DP1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
</code></pre>
<li>Type &#8220;<code>cvt [x resolution] [y resolution]</code>&#8221; in the terminal, for my case is like this:</li>
<pre style="border:1px inset;width:auto;height:auto;text-align:left;overflow:auto;margin:0;padding:6px;"><code>$ cvt 1440 900</code></pre>
<li>The Terminal will show the output:</li>
<pre style="border:1px inset;width:auto;height:auto;text-align:left;overflow:auto;margin:0;padding:6px;"><code># 1440x900 59.89 Hz (CVT 1.30MA) hsync: 55.93 kHz; pclk: 106.50 MHz
Modeline "1440x900_60.00"  106.50  1440 1528 1672 1904  900 903 909 934 -hsync +vsync
</code></pre>
<li>For the next step, type:</li>
<pre style="border:1px inset;width:auto;height:auto;text-align:left;overflow:auto;margin:0;padding:6px;"><code>$ xrandr --newmode [Modeline]</code></pre>
<p>in my case is</p>
<pre style="border:1px inset;width:auto;height:auto;text-align:left;overflow:auto;margin:0;padding:6px;"><code>$ xrandr --newmode Modeline "1440x900_60.00"  106.50  1440 1528 1672 1904  900 903 909 934 -hsync +vsync</code></pre>
<p>Copy the &#8220;Modeline&#8221; configuration from the previous output</p>
<li>To add the new resolution to the &#8220;Display&#8221; option type:</li>
<pre style="border:1px inset;width:auto;height:auto;text-align:left;overflow:auto;margin:0;padding:6px;"><code>$ xrandr --addmode VGA1 1440x900_60.00</code></pre>
<p>Now the new resolution is ready in the &#8220;Display&#8221; option<br />
<a href="https://lh5.googleusercontent.com/-Aug1LJ_iGZc/TyYvptGwMZI/AAAAAAAABsA/Qog9kGw_jDc/s800/xrandr%2520002.png"><img alt="XRandr 002" src="https://lh5.googleusercontent.com/-Aug1LJ_iGZc/TyYvptGwMZI/AAAAAAAABsA/Qog9kGw_jDc/s400/xrandr%2520002.png" title="XRandr 002" class="alignnone" width="400" height="262" /></a></p>
<li>To apply the new resolution, type:</li>
<pre style="border:1px inset;width:auto;height:auto;text-align:left;overflow:auto;margin:0;padding:6px;"><code>$xrandr --output VGA1 --mode 1440x900_60.00</code></pre>
<p>And now the screen will be in the new resolution</p>
<li>In order to make it permanent, add the resolution to <code>/etc/X11/xorg.conf</code></li>
<pre style="border:1px inset;width:auto;height:auto;text-align:left;overflow:auto;margin:0;padding:6px;"><code>$ sudo gedit /etc/X11/xorg.conf</code></pre>
<li>The <code>xorg.conf</code> will show the output like this:</li>
<pre style="border:1px inset;width:auto;height:auto;text-align:left;overflow:auto;margin:0;padding:6px;"><code>Section "Monitor"
    Identifier    "Monitor0"
    Modeline "1280x800_60.00"   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync
    Modeline "1368x768_60.00"   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync
    Modeline "1024x768_60.00"   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    SubSection "Display"
        Modes      "1280x800_60.00" "1368x768_60.00" "1024x768_60.00"
    EndSubSection
EndSection

Section "Device"
    Identifier    "Card0"
    Driver        ""
EndSection
</code></pre>
<li>Add the new Modeline and resolution, for the &#8220;<code>Driver</code>&#8221; in the &#8220;<code>Section Device</code>&#8221; I just simply type &#8220;Intel&#8221; (because I&#8217;m using intel standard graphic card), if you are using Nvidia just simply type &#8220;nvidia&#8221;. The output is like:</li>
<pre style="border:1px inset;width:auto;height:auto;text-align:left;overflow:auto;margin:0;padding:6px;"><code>Section "Monitor"
    Identifier    "Monitor0"
    Modeline "1440x900_60.00"  106.50  1440 1528 1672 1904  900 903 909 934 -hsync +vsync
    Modeline "1280x800_60.00"   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync
    Modeline "1368x768_60.00"   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync
    Modeline "1024x768_60.00"   63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    SubSection "Display"
        Modes      "1440x900_60.00" "1280x800_60.00" "1368x768_60.00" "1024x768_60.00"
    EndSubSection
EndSection

Section "Device"
    Identifier    "Card0"
    Driver        "intel"
EndSection
</code></pre>
<li>Restart and see the resolution setting is now permanent</li>
</ol>
<p>Hope it worked</p>
<p>&#8211;<br />
Anton Hermansyah</p>
<p><img style="vertical-align:top;" src="http://lh3.ggpht.com/antonhermansyah/SFu6ZZpOYII/AAAAAAAAAHg/cO6H16rrlig/s144/Logo%20Mod.gif" alt="Logo of Anton Hermansyah" width="69" height="68" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anhe51.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anhe51.wordpress.com/317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anhe51.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anhe51.wordpress.com/317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anhe51.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anhe51.wordpress.com/317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anhe51.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anhe51.wordpress.com/317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anhe51.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anhe51.wordpress.com/317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anhe51.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anhe51.wordpress.com/317/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anhe51.wordpress.com/317/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anhe51.wordpress.com/317/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anhe51.wordpress.com&amp;blog=9558297&amp;post=317&amp;subd=anhe51&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anhe51.wordpress.com/2012/01/30/change-resolution-of-unknown-monitor-in-ubuntu-11-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/132c923b7d755971a66a770261ec3c32?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=X" medium="image">
			<media:title type="html">anhe51</media:title>
		</media:content>

		<media:content url="https://lh5.googleusercontent.com/-zJinjMeGrPs/SHteExnavPI/AAAAAAAAAYY/RntqvtRuNEM/s144/ubuntu-logo.png" medium="image">
			<media:title type="html">Ubuntu Logo</media:title>
		</media:content>

		<media:content url="https://lh6.googleusercontent.com/-Eh4hryA-mj4/TyYvpnyZYFI/AAAAAAAABr8/O7RJO0mwaSg/s400/xrandr%2520001.png" medium="image">
			<media:title type="html">XRandr 001</media:title>
		</media:content>

		<media:content url="https://lh5.googleusercontent.com/-Aug1LJ_iGZc/TyYvptGwMZI/AAAAAAAABsA/Qog9kGw_jDc/s400/xrandr%2520002.png" medium="image">
			<media:title type="html">XRandr 002</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/antonhermansyah/SFu6ZZpOYII/AAAAAAAAAHg/cO6H16rrlig/s144/Logo%20Mod.gif" medium="image">
			<media:title type="html">Logo of Anton Hermansyah</media:title>
		</media:content>
	</item>
		<item>
		<title>Record YouTube with Audacity on Ubuntu 11.10</title>
		<link>http://anhe51.wordpress.com/2012/01/13/record-youtube-with-audacity-on-ubuntu-11-10/</link>
		<comments>http://anhe51.wordpress.com/2012/01/13/record-youtube-with-audacity-on-ubuntu-11-10/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 05:10:33 +0000</pubDate>
		<dc:creator>anhe51</dc:creator>
				<category><![CDATA[Information Technology]]></category>
		<category><![CDATA[Program]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Audacity]]></category>
		<category><![CDATA[PulseAudio]]></category>
		<category><![CDATA[Recording]]></category>
		<category><![CDATA[YouTube]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://anhe51.wordpress.com/?p=287</guid>
		<description><![CDATA[Sometimes I prefer to hear the live version of the music (which I thought better than the recording version) that available on YouTube. I have experienced recording from YouTube with Audacity, but using Ubuntu 7, very-very long time ago. When I tried to record again, I found some diffculties that no sound recorded to the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anhe51.wordpress.com&amp;blog=9558297&amp;post=287&amp;subd=anhe51&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="Audacity Logo" src="https://lh6.googleusercontent.com/-SZgVV1uKvZU/Tw-3n7v_lJI/AAAAAAAABrQ/tHkCQYaYWc0/s144/Audacity%252520Logo.png" alt="Audacity Logo" width="144" height="144" />Sometimes I prefer to hear the live version of the music (which I thought better than the recording version) that available on <strong><a title="Broadcast Yourself." href="http://youtube.com" target="_blank">YouTube</a></strong>. I have experienced recording from YouTube with <strong><a title="Audacity: Free Audio Editor and Recorder" href="http://audacity.sourceforge.net/" target="_blank">Audacity</a></strong>, but using Ubuntu 7, very-very long time ago. When I tried to record again, I found some diffculties that no sound recorded to the Audacity.</p>
<p><a title="Can Audacity record RealAudio or other streaming audio?" href="http://audacity.sourceforge.net/help/faq?s=recording&amp;i=streaming" target="_blank">The page from Audacity Team</a> said that I need to turn my &#8216;Input Device&#8217; to &#8216;Stereo Mix&#8217;, but there is no &#8216;Stereo Mix&#8217; option in my Audacity, it&#8217;s on Windows. My list of &#8216;Input Device&#8217; is:</p>
<ul>
<li>HDA Intel PCH: ALC892 Analog (hw0,0)</li>
<li>default: Rear Mic:0</li>
<li>default: Front Mic:0</li>
<li>default: Line:0</li>
<li>default: Rear Mic:1</li>
<li>default: Front Mic:1</li>
<li>default: Line:1</li>
</ul>
<p>There is nothing on the list that can record from the stream, all option is silent.</p>
<p>I followed the suggestion from <a title="How to Record Audio Playing on Your Computer Using Audacity" href="http://linuxers.org/howto/how-record-audio-playing-computer-using-audacity" target="_blank">Linuxer</a> to configure the ALSA Mixer using command</p>
<pre style="border:1px inset;width:auto;height:auto;text-align:left;overflow:auto;margin:0;padding:6px;"><code>$ alsamixer</code></pre>
<p><a href="https://lh5.googleusercontent.com/-PqNsDN2K6_s/TyfUfOwZFCI/AAAAAAAABsM/PkeXkCQA_5k/s912/Alsa%2520Mixer%2520001.png"><img alt="Alsa Mixer" src="https://lh5.googleusercontent.com/-PqNsDN2K6_s/TyfUfOwZFCI/AAAAAAAABsM/PkeXkCQA_5k/s400/Alsa%2520Mixer%2520001.png" title="Alsa Mixer" class="alignnone" /></a><br />
Then I need to activate the capture device, done. After I tried to record again but the results are:</p>
<ul>
<li>HDA Intel PCH: ALC892 Analog (hw0,0)
<ul>
<li>Nothing Happened</li>
</ul>
</li>
<li>default: Rear Mic:0
<ul>
<li>Nothing Happened</li>
</ul>
</li>
<li>default: Front Mic:0
<ul>
<li>Noise from my Mic but the stream recorded a bit in the background</li>
</ul>
</li>
<li>default: Line:0
<ul>
<li>Nothing Happened</li>
</ul>
</li>
</ul>
<p>I was getting a little mad. <a href="http://ubuntuforums.org/archive/index.php/t-914405.html" target="_blank">The thread from Ubuntu Forum</a> suggested me to use <strong><a title="ardour - the digital audio workstation" href="http://ardour.org" target="_blank">Ardour</a></strong>. I went to Ubuntu Software Center and installed Ardour, but I want to give one more shot to Audacity. From the <a title="Audacity Won't Record Streaming Audio: No stereo Mix in Ubuntu 9.10 Karmic Koala " href="http://stream-recorder.com/forum/audacity-wont-record-streaming-audio-no-stereo-t5393.html" target="_blank">Stream Recorder Forum</a> it was suggested to install <strong>PulseAudio Volume Control</strong>, I installed the volume control and got the &#8216;Input Device&#8217; option in Audacity had more options:</p>
<ul>
<li>HDA Intel PCH: ALC892 Analog (hw0,0)</li>
<li>pulse: Rear Mic:0</li>
<li>pulse: Front Mic:0</li>
<li>pulse: Line:0</li>
<li>pulse: Rear Mic:1</li>
<li>pulse: Front Mic:1</li>
<li>pulse: Line:1</li>
<li>default: Rear Mic:0</li>
<li>default: Front Mic:0</li>
<li>default: Line:0</li>
<li>default: Rear Mic:1</li>
<li>default: Front Mic:1</li>
<li>default: Line:1</li>
</ul>
<p>Then I followed the instructions to change the &#8216;Output Device&#8217; and &#8216;Input Device&#8217; option in Audacity to &#8216;Pulse&#8217;, let the PulseAudio Volume Control open when recording the stream with Audacity. Still, nothing changed. Then I found <a title="Stereo mix with Ubuntu 10" href="http://wiki.audacityteam.org/wiki/Stereo_mix_with_Ubuntu_10" target="_blank">the page from Audacity Team</a> stated that I need to configure the PulseAudio Volume Control. There are some configurations that I did:</p>
<ol>
<li>Go to &#8216;Input Devices&#8217; Tab, in the &#8216;Internal Audio Analog Stereo&#8217; option, look for &#8216;Port&#8217; tab</li>
<li>There are options for &#8216;Front Microphone&#8217;, &#8216;Rear Microphone&#8217;, and &#8216;Line In&#8217;. set all of those volume to silence, I can let it go, but just for precautions if the microphones&#8217; noise disturb the recording</li>
<p><a href="https://lh6.googleusercontent.com/-mcysZUGl498/Tw-4Dt7oahI/AAAAAAAABrY/7iYIphRzkVM/s800/PulseAudio%252520Volume%252520Control%252520001.png"><img alt="PulseAudio Volume Control 001" src="https://lh6.googleusercontent.com/-mcysZUGl498/Tw-4Dt7oahI/AAAAAAAABrY/7iYIphRzkVM/s400/PulseAudio%252520Volume%252520Control%252520001.png" title="PulseAudio Volume Control 001" class="alignnone" /></a></p>
<li>Scroll down and there is &#8216;Monitor of Internal Audio Analog Stereo&#8217;, to make sure the stream can be recorded, play the stream, watch the bar below the volume adjustment, if moves then the recording process can be done</li>
<p><a href="https://lh3.googleusercontent.com/-TdiNWl_TZjU/Tw-4HifNHNI/AAAAAAAABrg/ChGeXWIeEaE/s800/PulseAudio%252520Volume%252520Control%252520002.png"><img alt="PulseAudio Volume Control 002" src="https://lh3.googleusercontent.com/-TdiNWl_TZjU/Tw-4HifNHNI/AAAAAAAABrg/ChGeXWIeEaE/s400/PulseAudio%252520Volume%252520Control%252520002.png" title="PulseAudio Volume Control 002" class="alignnone" /></a></p>
<li>Go to &#8216;Recording&#8217; Tab, there is notification that no plug-in doing the recording, don&#8217;t worry</li>
<li>Play the stream, push the record button on the Audacity, then back to the PulseAudio Volume Control, on the &#8216;Recording&#8217; tab, it can be seen that now there&#8217;s an option for Audacity recording</li>
<li>At the &#8216;<strong>ALSA plug-in [audacity]</strong>: ALSA Capture <em>from</em>&#8216; option, change the &#8216;Internal Audio Analog Stereo&#8217; to &#8216;Monitor of Internal Audio Analog Stereo&#8217;</li>
<p><a href="https://lh3.googleusercontent.com/-HIoSOQMlEt8/Tw-4KWk2QQI/AAAAAAAABro/JTqzjXfkpww/s800/PulseAudio%252520Volume%252520Control%252520004.png"><img alt="PulseAudio Volume Control 003" src="https://lh3.googleusercontent.com/-HIoSOQMlEt8/Tw-4KWk2QQI/AAAAAAAABro/JTqzjXfkpww/s400/PulseAudio%252520Volume%252520Control%252520004.png" title="PulseAudio Volume Control 003" class="alignnone" /></a></p>
<li>The Audacity could record the stream by now</li>
</ol>
<p>Happy recording!</p>
<p>&#8211;<br />
Anton Hermansyah</p>
<p><img style="vertical-align:top;" src="http://lh3.ggpht.com/antonhermansyah/SFu6ZZpOYII/AAAAAAAAAHg/cO6H16rrlig/s144/Logo%20Mod.gif" alt="Logo of Anton Hermansyah" width="69" height="68" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anhe51.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anhe51.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anhe51.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anhe51.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anhe51.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anhe51.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anhe51.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anhe51.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anhe51.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anhe51.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anhe51.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anhe51.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anhe51.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anhe51.wordpress.com/287/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anhe51.wordpress.com&amp;blog=9558297&amp;post=287&amp;subd=anhe51&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anhe51.wordpress.com/2012/01/13/record-youtube-with-audacity-on-ubuntu-11-10/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/132c923b7d755971a66a770261ec3c32?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=X" medium="image">
			<media:title type="html">anhe51</media:title>
		</media:content>

		<media:content url="https://lh6.googleusercontent.com/-SZgVV1uKvZU/Tw-3n7v_lJI/AAAAAAAABrQ/tHkCQYaYWc0/s144/Audacity%252520Logo.png" medium="image">
			<media:title type="html">Audacity Logo</media:title>
		</media:content>

		<media:content url="https://lh5.googleusercontent.com/-PqNsDN2K6_s/TyfUfOwZFCI/AAAAAAAABsM/PkeXkCQA_5k/s400/Alsa%2520Mixer%2520001.png" medium="image">
			<media:title type="html">Alsa Mixer</media:title>
		</media:content>

		<media:content url="https://lh6.googleusercontent.com/-mcysZUGl498/Tw-4Dt7oahI/AAAAAAAABrY/7iYIphRzkVM/s400/PulseAudio%252520Volume%252520Control%252520001.png" medium="image">
			<media:title type="html">PulseAudio Volume Control 001</media:title>
		</media:content>

		<media:content url="https://lh3.googleusercontent.com/-TdiNWl_TZjU/Tw-4HifNHNI/AAAAAAAABrg/ChGeXWIeEaE/s400/PulseAudio%252520Volume%252520Control%252520002.png" medium="image">
			<media:title type="html">PulseAudio Volume Control 002</media:title>
		</media:content>

		<media:content url="https://lh3.googleusercontent.com/-HIoSOQMlEt8/Tw-4KWk2QQI/AAAAAAAABro/JTqzjXfkpww/s400/PulseAudio%252520Volume%252520Control%252520004.png" medium="image">
			<media:title type="html">PulseAudio Volume Control 003</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/antonhermansyah/SFu6ZZpOYII/AAAAAAAAAHg/cO6H16rrlig/s144/Logo%20Mod.gif" medium="image">
			<media:title type="html">Logo of Anton Hermansyah</media:title>
		</media:content>
	</item>
		<item>
		<title>From Newspaper to Newsonline</title>
		<link>http://anhe51.wordpress.com/2011/11/27/from-newspaper-to-newsonline/</link>
		<comments>http://anhe51.wordpress.com/2011/11/27/from-newspaper-to-newsonline/#comments</comments>
		<pubDate>Sun, 27 Nov 2011 06:25:21 +0000</pubDate>
		<dc:creator>anhe51</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://anhe51.wordpress.com/2011/11/27/from-newspaper-to-newsonline/</guid>
		<description><![CDATA[Every morning I read the newspaper first before I opened my computer, but this day I do the opposite. Strange feeling&#8230; It seems like I lost some features. It&#8217;s a common that nowadays if you found something interesting, you want tho share it through your Twitter or Facebook. If I opened the online version there [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anhe51.wordpress.com&amp;blog=9558297&amp;post=234&amp;subd=anhe51&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="float:left;" src="https://lh4.googleusercontent.com/-0lpknIJ5qM0/TtOZfUtHiFI/AAAAAAAABrE/_xjxVExKc2I/s144/newspaper.jpg" alt="Newspaper" />Every morning I read the newspaper first before I opened my computer, but this day I do the opposite. Strange feeling&#8230; It seems like I lost some features.</p>
<p>It&#8217;s a common that nowadays if you found something interesting, you want tho share it through your <a title="Twitter's Homepage" href="http://twitter.com" target="_blank"><span style="color:#33cccc;"><strong>Twitter</strong></span></a> or <a title="Facebook's Homepage" href="http://www.facebook.com" target="_blank"><span style="color:#0000ff;"><strong>Facebook</strong></span></a>. If I opened the online version there are <strong>share buttons</strong> available, but hey, this is a paper, where is the share button?</p>
<p>I noticed that newspaper business (the printed one) must be shifted into an online media business, some benefit that the reader will get are:</p>
<ol>
<li>Read on Demand</li>
<p>You can choose to read the article or not, see the list of the title and go to the page if you want to see it. Yeah, it&#8217;s like skipping the rest of the article you don&#8217;t want in the paper, but this one gave you more control, just buy the article you need without buying a bundle of newspaper (if the publisher have this feature of course).</p>
<li>Faster Search</li>
<p>You can search the article just based on single word, without exploring your dusty bookshelf.</p>
<li>Explore the Other Interesting Article</li>
<p>Sometimes there&#8217;s other article related to the topic or the article is continued in the other one. Just click and the other article will appear without any pain to find the missing newspaper.</p>
<li>Not Just Text and Picture</li>
<p>Sometimes video media is attached too.</p>
<li>Share It (and Everyone can Read)</li>
<p>As I mentioned before, you can share it in social media, yes the social media is online matter, copy the link or push the share button, the post maybe like this for example:</p>
<blockquote><p>I have read the nice article!! http://&#8230;&#8230;</p></blockquote>
<p>Now everyone can go to the link you mentioned and read the rest of the article. Imagine if you share the newspaper article:</p>
<blockquote><p>I have read the nice article!! on the XXX Post Sunday, November 27<sup>th</sup> 2011, page 11 Column 3</p></blockquote>
<p>Not nice huh? And not everyone who has the newspaper.
</ol>
<p>But the transition from newspaper to online media will be painful to the newspaper maker because:</p>
<ol>
<li>Need to Build The Infrastructure</li>
<p>For the old player, they must forget the billion big press machine and convert it to the billion gigabyte server, the user interface (sites) is the next consideration, the site must be good enough in design both to user and to customer.</p>
<li>Digitalization</li>
<p>The old articles must be digitized in order to maintain continuity, it&#8217;s painful because you need to browse the old edition and rewrite article by article to the digital format.</p>
<li>Hacker</li>
<p>This is the unwanted one, you need to consider the security factor, and who says that was costless?
</ol>
<p>&#8211;<br />
Anton Hermansyah</p>
<p><img style="vertical-align:top;" src="http://lh3.ggpht.com/antonhermansyah/SFu6ZZpOYII/AAAAAAAAAHg/cO6H16rrlig/s144/Logo%20Mod.gif" alt="Logo of Anton Hermansyah" width="69" height="68" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anhe51.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anhe51.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anhe51.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anhe51.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anhe51.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anhe51.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anhe51.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anhe51.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anhe51.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anhe51.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anhe51.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anhe51.wordpress.com/234/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anhe51.wordpress.com/234/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anhe51.wordpress.com/234/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anhe51.wordpress.com&amp;blog=9558297&amp;post=234&amp;subd=anhe51&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anhe51.wordpress.com/2011/11/27/from-newspaper-to-newsonline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/132c923b7d755971a66a770261ec3c32?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=X" medium="image">
			<media:title type="html">anhe51</media:title>
		</media:content>

		<media:content url="https://lh4.googleusercontent.com/-0lpknIJ5qM0/TtOZfUtHiFI/AAAAAAAABrE/_xjxVExKc2I/s144/newspaper.jpg" medium="image">
			<media:title type="html">Newspaper</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/antonhermansyah/SFu6ZZpOYII/AAAAAAAAAHg/cO6H16rrlig/s144/Logo%20Mod.gif" medium="image">
			<media:title type="html">Logo of Anton Hermansyah</media:title>
		</media:content>
	</item>
		<item>
		<title>Indonesian Car Market, Days before Pressure</title>
		<link>http://anhe51.wordpress.com/2010/04/26/indonesian-car-market-days-before-pressure/</link>
		<comments>http://anhe51.wordpress.com/2010/04/26/indonesian-car-market-days-before-pressure/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 15:41:58 +0000</pubDate>
		<dc:creator>anhe51</dc:creator>
				<category><![CDATA[Economic Situation & Condition]]></category>
		<category><![CDATA[Economics]]></category>
		<category><![CDATA[Serious Fun]]></category>

		<guid isPermaLink="false">http://anhe51.wordpress.com/?p=129</guid>
		<description><![CDATA[Save as much as you can before the rainy day That might be a match sentence for Indonesian Automaker. Forget about the recall crisis, Indonesian car market is not affected by that and (possibly) not sensitive enough with the recall issues, but the distributors need to boost sales as much as they can. Why so? [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anhe51.wordpress.com&amp;blog=9558297&amp;post=129&amp;subd=anhe51&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote><p>Save as much as you can before the rainy day</p></blockquote>
<p><img class="alignleft" style="float:left;" src="http://lh6.ggpht.com/_CN7H6_O9DaY/STNvFqi4n6I/AAAAAAAAAmQ/JEsKRfBq_M8/s144/honda-fcx-clarity.jpg" alt="Honda FCX Clarity one of the brand new hybrid cars" />That might be a match sentence for Indonesian Automaker. Forget about the recall crisis, Indonesian car market is not affected by that and (possibly) not sensitive enough with the recall issues, but the distributors need to boost sales as much as they can. Why so? Because the hard days are yet to come.</p>
<p>The causes are:</p>
<ol>
<h3>
<li>Progressive Tax Plan</li>
</h3>
<p>The progressive tax means higher tax will applied for the second car. If the owner buy his second car, the car will have higher tax than the first one, if he buy the third, it has higher tax than the second one and so forth. Conclusion is to prohibit Indonesian to have multiple cars. Good news for crowded Jakarta street, bad news for Automaker. It&#8217;s still on debate to be applied in Jakarta, which is the biggest market for automobile in Indonesia.</p>
<h3>
<li>No Subsidized Gas for New Car</li>
</h3>
<p>Most (maybe &#8216;nearly all&#8217;) car in Indonesia used the subsidized Octane 88 gasoline. It&#8217;s a hidden feature of tax rebate I know, but Indonesia is not an oil land anymore (I will discuss about it more in the next post). Some policy plan has been discussed regarding this problem, and the last one is the car which produced in 2000 and thereafter are not allowed to consume the subsidized gas. It&#8217;s still on debate, but the latest news said that Pertamina, the one and only oil company allowed to sell the subsidized gas is booked Rp 456 billion (about US$ 45.6 Million) loss because of the gas. If the rule really applied, good news for Pertamina, bad news for Automaker, as the demand of the new car estimated to be decreased because of this.</p>
<h3>
<li>Increasing Steel Price</li>
</h3>
<p>The steel price is reported to be doubled from last year, because of steelmaker increasing operarional cost.  This will create a pressure to the price of the new car as they need more pocket to buy the main ingredient. Okay they will charge more to the customer, but remember the demand is contradictionary to the price. Bad news for Automaker bad news for Consumer too.
</ol>
<p>The last one is slow but sure will make the car price more expensive, the first two? Still on the debate but when those two are really applied, the market will be totally changed. The Automaker must boost car sales as much as they can before running out of time. </p>
<p>&#8211;<br />
Anton Hermansyah</p>
<p><img style="vertical-align:top;" src="http://lh3.ggpht.com/antonhermansyah/SFu6ZZpOYII/AAAAAAAAAHg/cO6H16rrlig/s144/Logo%20Mod.gif" alt="Logo of Anton Hermansyah" width="69" height="68" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anhe51.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anhe51.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anhe51.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anhe51.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anhe51.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anhe51.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anhe51.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anhe51.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anhe51.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anhe51.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anhe51.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anhe51.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anhe51.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anhe51.wordpress.com/129/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anhe51.wordpress.com&amp;blog=9558297&amp;post=129&amp;subd=anhe51&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anhe51.wordpress.com/2010/04/26/indonesian-car-market-days-before-pressure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/132c923b7d755971a66a770261ec3c32?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=X" medium="image">
			<media:title type="html">anhe51</media:title>
		</media:content>

		<media:content url="http://lh6.ggpht.com/_CN7H6_O9DaY/STNvFqi4n6I/AAAAAAAAAmQ/JEsKRfBq_M8/s144/honda-fcx-clarity.jpg" medium="image">
			<media:title type="html">Honda FCX Clarity one of the brand new hybrid cars</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/antonhermansyah/SFu6ZZpOYII/AAAAAAAAAHg/cO6H16rrlig/s144/Logo%20Mod.gif" medium="image">
			<media:title type="html">Logo of Anton Hermansyah</media:title>
		</media:content>
	</item>
		<item>
		<title>Nokia Life Tools, Nokia&#8217;s Seriousness in Low End Market?</title>
		<link>http://anhe51.wordpress.com/2010/04/08/nokia-life-tools-nokias-seriousness-in-low-end-market/</link>
		<comments>http://anhe51.wordpress.com/2010/04/08/nokia-life-tools-nokias-seriousness-in-low-end-market/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 03:17:58 +0000</pubDate>
		<dc:creator>anhe51</dc:creator>
				<category><![CDATA[Program]]></category>
		<category><![CDATA[Daily Life]]></category>
		<category><![CDATA[Economics]]></category>

		<guid isPermaLink="false">http://anhe51.wordpress.com/?p=117</guid>
		<description><![CDATA[This morning I watched Nokia Life Tools ad. The ad shows the farmer that helped by the tools because he could know the price of the rice and other agriculture products in the market. The content will be sent via SMS, so no need of expensive HDSPA connection which just available in the big cities [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anhe51.wordpress.com&amp;blog=9558297&amp;post=117&amp;subd=anhe51&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img alt="Nokia Life Tools" src="http://lh5.ggpht.com/_CN7H6_O9DaY/S7557PDC23I/AAAAAAAABp4/D97gYjT0c_Q/s144/nokia-life-tools.jpg" title="Nokia Life Tools" class="alignleft" />This morning I watched <a href="http://www.nokia-asia.com/explore-services/nokia-life-tools" title="Nokia Life Tool Website"><strong>Nokia Life Tools</strong></a> ad. The ad shows the farmer that helped by the tools because he could know the price of the rice and other agriculture products in the market. The content will be sent via <a href="http://en.wikipedia.org/wiki/SMS" title="Short Message Service">SMS</a>, so no need of expensive <a href="http://en.wikipedia.org/wiki/High-Speed_Downlink_Packet_Access" title="High Speed Downlink Packet Access">HDSPA</a> connection which just available in the big cities only (in Indonesia of course).</p>
<p>So this is Nokia&#8217;s attempt to reach the low end market?</p>
<p>Well, in Indonesia the trending topic of Mid-High gadget is full of <a href="http://www.blackberry.com/" title="Blackberry Website"><strong>Blackberry</strong></a>, <a href="http://www.apple.com/iphone/" title="iPhone Website"><strong>iPhone</strong></a> and <a href="http://www.android.com/" title="Android Website"><strong>Android</strong></a>. there&#8217;s even no small room for <a href="http://maemo.nokia.com/" title="Nokia Maemo Website"><strong>Nokia&#8217;s Maemo</strong></a> (and <a href="http://www.microsoft.com/windowsmobile/" title="Windows Mobile Website"><strong>Windows Mobile</strong></a>) to be talked.</p>
<p>The Mid Low is the same, there are <abbr title="I would say 'A Lot' actually">many</abbr> Made in China QWERTY Phones which imitate the design of mid high class phone mentioned above (of course lack of feature and high speed connection) in the market.</p>
<p>What Nokia could do? </p>
<p>Aim for the niche one of course, which are the non urban societies. There are several characteristic for this type of society:</p>
<ol>
<li>Mostly work in Agriculture sector</li>
<li>Prefer to use mobile phone, because the fixed line usually not available in their area, and it&#8217;s a waste of time to go to the city just to pay the telephone bill only</li>
<li>Mostly don&#8217;t have high speed connection signal</li>
</ol>
<p>So they do have the mobile phone but not a sophisticated one, the infrastructure is not yet support them for high speed data access. The access via <a href="http://en.wikipedia.org/wiki/SMS" title="Short Message Service">SMS</a> can be more consistent than data, but the problem is how much they should pay?</p>
<p>From <a href="http://nokiaweblog.com/2009/11/04/apa-sih-nokia-life-tools/" title="Nokia Life Tool Blog">this link</a> (in <em>Bahasa</em>), it&#8217;s stated that the user should pay about Rp 1,000 per day. I think that&#8217;s too expensive, because the price of the data service now is Rp 1 per KB, so with Rp 1,000 you could download about 1 MB data. Well if you say the data and <a href="http://en.wikipedia.org/wiki/SMS" title="Short Message Service">SMS</a> are in a different world, the price of one <a href="http://en.wikipedia.org/wiki/SMS" title="Short Message Service">SMS</a> is Rp 50 per one <a href="http://en.wikipedia.org/wiki/SMS" title="Short Message Service">SMS</a>, with Rp 1,000 you could make 20 <a href="http://en.wikipedia.org/wiki/SMS" title="Short Message Service">SMS</a>s. That means you should access the Life Tool at least 20 times a day for a break even.</p>
<p>Low end everybody?</p>
<p>&#8211;<br />
Anton Hermansyah</p>
<p><img style="vertical-align:top;" src="http://lh3.ggpht.com/antonhermansyah/SFu6ZZpOYII/AAAAAAAAAHg/cO6H16rrlig/s144/Logo%20Mod.gif" alt="Logo of Anton Hermansyah" width="69" height="68" />   </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anhe51.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anhe51.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anhe51.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anhe51.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anhe51.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anhe51.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anhe51.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anhe51.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anhe51.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anhe51.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anhe51.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anhe51.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anhe51.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anhe51.wordpress.com/117/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anhe51.wordpress.com&amp;blog=9558297&amp;post=117&amp;subd=anhe51&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anhe51.wordpress.com/2010/04/08/nokia-life-tools-nokias-seriousness-in-low-end-market/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/132c923b7d755971a66a770261ec3c32?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=X" medium="image">
			<media:title type="html">anhe51</media:title>
		</media:content>

		<media:content url="http://lh5.ggpht.com/_CN7H6_O9DaY/S7557PDC23I/AAAAAAAABp4/D97gYjT0c_Q/s144/nokia-life-tools.jpg" medium="image">
			<media:title type="html">Nokia Life Tools</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/antonhermansyah/SFu6ZZpOYII/AAAAAAAAAHg/cO6H16rrlig/s144/Logo%20Mod.gif" medium="image">
			<media:title type="html">Logo of Anton Hermansyah</media:title>
		</media:content>
	</item>
		<item>
		<title>Simulation of Nissan LEAF Operational Cost in Indonesia</title>
		<link>http://anhe51.wordpress.com/2010/04/05/simulation-of-nissan-leaf-operationa-cost-in-indonesia/</link>
		<comments>http://anhe51.wordpress.com/2010/04/05/simulation-of-nissan-leaf-operationa-cost-in-indonesia/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 03:18:31 +0000</pubDate>
		<dc:creator>anhe51</dc:creator>
				<category><![CDATA[Economic Situation & Condition]]></category>
		<category><![CDATA[Daily Life]]></category>
		<category><![CDATA[Economics]]></category>

		<guid isPermaLink="false">http://anhe51.wordpress.com/?p=86</guid>
		<description><![CDATA[The earth hero Nissan LEAF will come into production in 2011. I don&#8217;t know how much it cost but probably around $30,000 — $40,000. The issues of rising electricity price in Indonesia simply gives me idea to estimate the operational cost of Nissan LEAF here. First, I look up for the charging specification of LEAF, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anhe51.wordpress.com&amp;blog=9558297&amp;post=86&amp;subd=anhe51&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img alt="Nissan LEAF" src="http://lh5.ggpht.com/_CN7H6_O9DaY/S7lV0TuStpI/AAAAAAAABpU/zPTcEP2QXTM/s144/nissan-leaf.jpg" title="Nissan LEAF" class="alignleft" />The earth hero <strong>Nissan LEAF</strong> will come into production in 2011. I don&#8217;t know how much it cost but probably around $30,000 — $40,000. The issues of rising electricity price in Indonesia simply gives me idea to estimate the operational cost of Nissan LEAF here.</p>
<p>First, I look up for the charging specification of LEAF, there are three kind of charge &#8216;Slow&#8217; which is the standard one, &#8216;Fast&#8217; which halved the time with double amp, and &#8216;Quick&#8217; which enables you to charge in less than one hour. In the full capacity, the Lithium Ion battery could run the LEAF for 160 km.</p>
<table border="1" cellspacing="1" cellpadding="2" width="100%">
<col width="84"></col>
<col width="92"></col>
<col width="60"></col>
<col width="87"></col>
<col width="78"></col>
<col width="79"></col>
<tbody>
<tr>
<th>Type</th>
<th>Amp</th>
<th>Volt</th>
<th>Time (Hour)</th>
<th>Capacity</th>
<th>Range (km)</th>
</tr>
<tr>
<td>Slow Charge</td>
<td>100</td>
<td>20</td>
<td>16</td>
<td>100%</td>
<td>160</td>
</tr>
<tr>
<td>Fast Charge</td>
<td>220</td>
<td>20</td>
<td>8</td>
<td>100%</td>
<td>160</td>
</tr>
<tr>
<td>Quick Charge</td>
<td>440</td>
<td>20</td>
<td>0.42</td>
<td>80%</td>
<td>128</td>
</tr>
</tbody>
</table>
<p>Below is the table of Indonesian electricity cost,based on 2009 price.</p>
<table border="1" cellspacing="1" cellpadding="1" width="100%">
<col width="30"></col>
<col width="63"></col>
<col width="35"></col>
<col width="27"></col>
<col width="61"></col>
<col width="40"></col>
<tbody>
<tr>
<th>Class</th>
<th>VA Limit</th>
<th>Charge Cost (Rp/kVA/Month)</th>
<th colspan="3">Usage Cost (Rp/kWh)</th>
</tr>
<tr>
<td>S-1/TR</td>
<td>220 VA</td>
<td>0</td>
<td colspan="3">Subscription Cost/Month : 14,800</td>
</tr>
<tr>
<td rowspan="3">S-2/TR (1)</td>
<td rowspan="3">450 VA</td>
<td rowspan="3">10</td>
<td>Block I</td>
<td>0 &#8211; 30 kWh</td>
<td>123</td>
</tr>
<tr>
<td>Block II</td>
<td>&gt; 30 kWh &#8211; 60 kWh</td>
<td>265</td>
</tr>
<tr>
<td>Block III</td>
<td>&gt; 60 kWh</td>
<td>360</td>
</tr>
<tr>
<td rowspan="3">S-2/TR (2)</td>
<td rowspan="3">900 VA</td>
<td rowspan="3">15</td>
<td>Block I</td>
<td>0 &#8211; 20 kWh</td>
<td>200</td>
</tr>
<tr>
<td>Block II</td>
<td>&gt; 20 kWh &#8211; 60 kWh</td>
<td>295</td>
</tr>
<tr>
<td>Block III</td>
<td>&gt; 60 kWh</td>
<td>360</td>
</tr>
<tr>
<td rowspan="3">S-2/TR (3)</td>
<td rowspan="3">1,300 VA</td>
<td rowspan="3">25</td>
<td>Block I</td>
<td>0 -. 20 kWh</td>
<td>250</td>
</tr>
<tr>
<td>Block II</td>
<td>&gt; 20 kWh &#8211; 60 kWh</td>
<td>335</td>
</tr>
<tr>
<td>Block III</td>
<td>&gt; 60 kWh</td>
<td>405</td>
</tr>
<tr>
<td rowspan="3">S-2/TR (4)</td>
<td rowspan="3">2,200 VA</td>
<td rowspan="3">27</td>
<td>Block I</td>
<td>0 &#8211; 20 kWh</td>
<td>250</td>
</tr>
<tr>
<td>Block II</td>
<td>&gt; 20 kWh &#8211; 60 kWh</td>
<td>370</td>
</tr>
<tr>
<td>Block III</td>
<td>&gt; 60 kWh</td>
<td>420</td>
</tr>
<tr>
<td rowspan="2">S-2/TR (5)</td>
<td rowspan="2">&gt; 2,200 VA to 200 kVA</td>
<td rowspan="2">30.5</td>
<td>Block I</td>
<td>0 &#8211; 60 hours on</td>
<td>380</td>
</tr>
<tr>
<td>Block II</td>
<td>&gt; 60 hours on after</td>
<td>430</td>
</tr>
<tr>
<td rowspan="2">S-3/TM</td>
<td rowspan="2">&gt; 200 kVA</td>
<td rowspan="2">29.5</td>
<td>Block WBP</td>
<td colspan="2">KxPx325</td>
</tr>
<tr>
<td>Block LWBP</td>
<td colspan="2">Px325</td>
</tr>
<tr>
<td rowspan="3">R-1/TR (1)</td>
<td rowspan="3">Up to 450 VA</td>
<td rowspan="3">11</td>
<td>Block I</td>
<td>0 &#8211; 30 kWh</td>
<td>169</td>
</tr>
<tr>
<td>Block II</td>
<td>&gt; 30 kWh &#8211; 60 kWh</td>
<td>360</td>
</tr>
<tr>
<td>Block III</td>
<td>&gt; 60 kWh</td>
<td>495</td>
</tr>
<tr>
<td rowspan="3">R-1/TR (2)</td>
<td rowspan="3">900 VA</td>
<td rowspan="3">20</td>
<td>Block I</td>
<td>0 &#8211; 20 kWh</td>
<td>275</td>
</tr>
<tr>
<td>Block II</td>
<td>&gt; 20 kWh &#8211; 60 kWh</td>
<td>445</td>
</tr>
<tr>
<td>Block III</td>
<td>&gt; 60 kWh</td>
<td>495</td>
</tr>
<tr>
<td rowspan="3">R-1/TR (3)</td>
<td rowspan="3">1,300 VA</td>
<td rowspan="3">30.1</td>
<td>Block I</td>
<td>0 &#8211; 20 kWh</td>
<td>385</td>
</tr>
<tr>
<td>Block II</td>
<td>&gt; 20 kWh &#8211; 60 kWh</td>
<td>445</td>
</tr>
<tr>
<td>Block III</td>
<td>&gt; 60 kWh</td>
<td>495</td>
</tr>
<tr>
<td rowspan="3">R-1/TR (4)</td>
<td rowspan="3">2,200 VA</td>
<td rowspan="3">30.2</td>
<td>Block I</td>
<td>0 &#8211; 20 kWh</td>
<td>390</td>
</tr>
<tr>
<td>Block II</td>
<td>&gt; 20 kWh &#8211; 60 kWh</td>
<td>445</td>
</tr>
<tr>
<td>Block III</td>
<td>&gt; 60 kWh</td>
<td>495</td>
</tr>
<tr>
<td>R-2/TR</td>
<td>&gt; 2,200 VA to 6,600 VA</td>
<td>30.4</td>
<td colspan="3">560</td>
</tr>
<tr>
<td>R-3/TR</td>
<td>&gt; 6,600 VA</td>
<td>34.26</td>
<td colspan="3">621</td>
</tr>
</tbody>
</table>
<p>After look at the price of electricity, I match LEAF charging specification with the price. All of the charging types are under S-2 class, but only Slow charge under TR (4) and the rest are TR (5).</p>
<table border="1" cellspacing="1" cellpadding="2" width="100%">
<col width="65"></col>
<col width="55"></col>
<col width="39"></col>
<col width="31"></col>
<col width="65"></col>
<tbody>
<tr>
<th>Type</th>
<th>VA</th>
<th>kWh</th>
<th>Class</th>
<th>Block</th>
</tr>
<tr>
<td>Slow Charge</td>
<td>2,000</td>
<td>32</td>
<td>S-2/TR (4)</td>
<td>II</td>
</tr>
<tr>
<td>Fast Charge</td>
<td>4,400</td>
<td>35.2</td>
<td>S-2/TR (5)</td>
<td>I</td>
</tr>
<tr>
<td>Quick Charge</td>
<td>8,800</td>
<td>3.67</td>
<td>S-2/TR (5)</td>
<td>I</td>
</tr>
</tbody>
</table>
<p>I calculate the total cost based on the charging type and it&#8217;s pricing category, then looking for the cost per km, which is the total cost divided by maximum range (see the first table).</p>
<table border="1" cellspacing="1" cellpadding="2" width="100%">
<col width="63"></col>
<col width="64"></col>
<col width="52"></col>
<col width="45"></col>
<col width="32"></col>
<tbody>
<tr>
<th>Type</th>
<th>Charge Cost</th>
<th>Usage Cost</th>
<th>Total</th>
<th>Cost/km (Rp)</th>
</tr>
<tr>
<td>Slow Charge</td>
<td>54</td>
<td>11,840</td>
<td>11,894</td>
<td>74.34</td>
</tr>
<tr>
<td>Fast Charge</td>
<td>134.2</td>
<td>13,376</td>
<td>13,510.2</td>
<td>84.44</td>
</tr>
<tr>
<td>Quick Charge</td>
<td>268.4</td>
<td>1,393.33</td>
<td>1,661.73</td>
<td>12.98</td>
</tr>
</tbody>
</table>
<p>Then I compare with the ordinary gasoline car. I chose <strong>Nissan Livina</strong> with HR15DE engine, because this car fall under same category based on the body size with LEAF. Assuming Octane 88 price : Rp 4,500/l; Octane 92 : Rp 6,000/l; Octane 95 : Rp 6,200/l</p>
<table border="1" cellspacing="1" cellpadding="2" width="100%">
<col width="43"></col>
<col width="51"></col>
<col width="54"></col>
<col width="54"></col>
<col width="54"></col>
<tbody>
<tr>
<th rowspan="2">Type</th>
<th rowspan="2">Fuel Cons. (km/l)</th>
<th colspan="3">Cost/km (Rp)</th>
</tr>
<tr>
<th>Octane 88</th>
<th>Octane 92</th>
<th>Octane 95</th>
</tr>
<tr>
<td>City</td>
<td>11</td>
<td>409.09</td>
<td>545.45</td>
<td>563.64</td>
</tr>
<tr>
<td>Combination</td>
<td>16</td>
<td>281.25</td>
<td>375</td>
<td>387.5</td>
</tr>
<tr>
<td>Highway</td>
<td>21</td>
<td>214.29</td>
<td>285.71</td>
<td>295.24</td>
</tr>
</tbody>
</table>
<p>Then I calculate the percentage of how much Indonesians could save if they use LEAF instead of Livina.</p>
<ol>
<li>In the City</li>
<table border="1" cellspacing="1" cellpadding="1">
<tr>
<th></th>
<th>Slow</th>
<th>Fast</th>
<th>Quick</th>
</tr>
<tr>
<th>Octane 88</th>
<td>81.83%</td>
<td>79.36%</td>
<td>96.83%</td>
</tr>
<tr>
<th>Octane 92</th>
<td>86.37%</td>
<td>84.52%</td>
<td>97.62%</td>
</tr>
<tr>
<th>Octane 95</th>
<td>86.81%</td>
<td>85.02%</td>
<td>97.70%</td>
</tr>
</table>
<li>In the Combination Route</li>
<table border="1" cellspacing="1" cellpadding="1">
<tr>
<th></th>
<th>Slow</th>
<th>Fast</th>
<th>Quick</th>
</tr>
<tr>
<th>Octane 88</th>
<td>73.57%</td>
<td>69.98%</td>
<td>95.38%</td>
</tr>
<tr>
<th>Octane 92</th>
<td>80.18%</td>
<td>77.48%</td>
<td>96.54%</td>
</tr>
<tr>
<th>Octane 95</th>
<td>80.82%</td>
<td>78.21%</td>
<td>96.95%</td>
</tr>
</table>
<li>In the Highway</li>
<table border="1" cellspacing="1" cellpadding="1">
<tr>
<th></th>
<th>Slow</th>
<th>Fast</th>
<th>Quick</th>
</tr>
<tr>
<th>Octane 88</th>
<td>65.31%</td>
<td>60.60%</td>
<td>93.94%</td>
</tr>
<tr>
<th>Octane 92</th>
<td>73.98%</td>
<td>70.45%</td>
<td>96.46%</td>
</tr>
<tr>
<th>Octane 95</th>
<td>74.82%</td>
<td>71.40%</td>
<td>95.60%</td>
</tr>
</table>
</ol>
<p>The calculation shows that Indonesians could save at least 70% of their daily operational cost if they&#8217;re using LEAF. From here we also know that the Quick Charge could give the cheapest cost among the three charging type, but don&#8217;t use it too much because the battery is not charge in full capacity.</p>
<p>So, buy a LEAF everyone??</p>
<p>&#8211;<br />
Anton Hermansyah</p>
<p><img style="vertical-align:top;" src="http://lh3.ggpht.com/antonhermansyah/SFu6ZZpOYII/AAAAAAAAAHg/cO6H16rrlig/s144/Logo%20Mod.gif" alt="Logo of Anton Hermansyah" width="69" height="68" />  </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anhe51.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anhe51.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anhe51.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anhe51.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anhe51.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anhe51.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anhe51.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anhe51.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anhe51.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anhe51.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anhe51.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anhe51.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anhe51.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anhe51.wordpress.com/86/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anhe51.wordpress.com&amp;blog=9558297&amp;post=86&amp;subd=anhe51&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anhe51.wordpress.com/2010/04/05/simulation-of-nissan-leaf-operationa-cost-in-indonesia/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/132c923b7d755971a66a770261ec3c32?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=X" medium="image">
			<media:title type="html">anhe51</media:title>
		</media:content>

		<media:content url="http://lh5.ggpht.com/_CN7H6_O9DaY/S7lV0TuStpI/AAAAAAAABpU/zPTcEP2QXTM/s144/nissan-leaf.jpg" medium="image">
			<media:title type="html">Nissan LEAF</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/antonhermansyah/SFu6ZZpOYII/AAAAAAAAAHg/cO6H16rrlig/s144/Logo%20Mod.gif" medium="image">
			<media:title type="html">Logo of Anton Hermansyah</media:title>
		</media:content>
	</item>
		<item>
		<title>Convert SSA to SRT Subtitle in Ubuntu</title>
		<link>http://anhe51.wordpress.com/2009/10/22/convert-ssa-to-srt-subtitle-in-ubuntu/</link>
		<comments>http://anhe51.wordpress.com/2009/10/22/convert-ssa-to-srt-subtitle-in-ubuntu/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 11:46:16 +0000</pubDate>
		<dc:creator>anhe51</dc:creator>
				<category><![CDATA[Program]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Serious Fun]]></category>

		<guid isPermaLink="false">http://anhe51.wordpress.com/?p=70</guid>
		<description><![CDATA[Watching downloaded movie is my new hobby, yeah I know it&#8217;s kinda illegal but sometimes there are movies that you couldn&#8217;t found in the store. One of the problem is the subtitle, sometimes it&#8217;s only available in SSA format which Totem Movie Player couldn&#8217;t play. One of the solution is download VLC Media Player but [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anhe51.wordpress.com&amp;blog=9558297&amp;post=70&amp;subd=anhe51&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img alt="Ubuntu Logo" src="http://lh5.ggpht.com/_CN7H6_O9DaY/SHteExnavPI/AAAAAAAAAYY/Q3s0j5IFapM/s144/ubuntu-logo.png" title="Ubuntu Logo" class="alignleft" />Watching downloaded movie is my new hobby, yeah I know it&#8217;s kinda illegal but sometimes there are movies that you couldn&#8217;t found in the store. One of the problem is the subtitle, sometimes it&#8217;s only available in SSA format which <strong><a href="http://www.gnome.org/projects/totem/" title="Totem's Website">Totem Movie Player</a></strong> couldn&#8217;t play. One of the solution is download <strong><a href="http://www.videolan.org/vlc/" title="VLC Media Player's Site">VLC Media Player</a></strong> but the buffering process is slow (in my laptop especially) and sometimes hang. I need to watch it without troubles and I don&#8217;t understand Japanese yet.</p>
<p>So I need to convert the subtitles and watch it at <a href="http://www.gnome.org/projects/totem/" title="Totem's Website">Totem</a>. I&#8217;ve tried to convert it manually but takes a long time even just for 30 minutes movie. And I found <strong><a href="http://home.gna.org/gaupol/" title="Gaupol's Website">Gaupol</a></strong> an subtitle editor :</p>
<ol>
<li>Install <a href="http://home.gna.org/gaupol/" title="Gaupol's Website">Gaupol</a> with :
<pre style="border:1px inset;width:auto;height:auto;text-align:left;overflow:auto;margin:0;padding:6px;"><code>$ sudo apt-get install gaupol</code></pre>
</li>
<li>Open the SSA subtitle</li>
<li>Save As&#8230; (Not &#8216;Save Translation As&#8230;&#8217;)</li>
<li>Select &#8216;SubRip&#8217; at the &#8216;Format&#8217; selection</li>
<li>Don&#8217;t forget to put it under the same name as the movie and in the same folder</li>
</ol>
<p>Then you have a SRT subtitle and you could watch the movie in <a href="http://www.gnome.org/projects/totem/" title="Totem's Website">Totem</a>. Have a nice watch!</p>
<p>&#8211;<br />
Anton Hermansyah</p>
<p><img style="vertical-align:top;" src="http://lh3.ggpht.com/antonhermansyah/SFu6ZZpOYII/AAAAAAAAAHg/cO6H16rrlig/s144/Logo%20Mod.gif" alt="Logo of Anton Hermansyah" width="69" height="68" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anhe51.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anhe51.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anhe51.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anhe51.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anhe51.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anhe51.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anhe51.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anhe51.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anhe51.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anhe51.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anhe51.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anhe51.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anhe51.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anhe51.wordpress.com/70/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anhe51.wordpress.com&amp;blog=9558297&amp;post=70&amp;subd=anhe51&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anhe51.wordpress.com/2009/10/22/convert-ssa-to-srt-subtitle-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/132c923b7d755971a66a770261ec3c32?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=X" medium="image">
			<media:title type="html">anhe51</media:title>
		</media:content>

		<media:content url="http://lh5.ggpht.com/_CN7H6_O9DaY/SHteExnavPI/AAAAAAAAAYY/Q3s0j5IFapM/s144/ubuntu-logo.png" medium="image">
			<media:title type="html">Ubuntu Logo</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/antonhermansyah/SFu6ZZpOYII/AAAAAAAAAHg/cO6H16rrlig/s144/Logo%20Mod.gif" medium="image">
			<media:title type="html">Logo of Anton Hermansyah</media:title>
		</media:content>
	</item>
		<item>
		<title>Batik Motifs</title>
		<link>http://anhe51.wordpress.com/2009/10/01/batik-motifs/</link>
		<comments>http://anhe51.wordpress.com/2009/10/01/batik-motifs/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 18:00:12 +0000</pubDate>
		<dc:creator>anhe51</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Serious Fun]]></category>

		<guid isPermaLink="false">http://anhe51.wordpress.com/?p=49</guid>
		<description><![CDATA[Batik as a trational textile of Java atually has a lot of motifs, several of those, especially that originated from Keraton (Javanese Kingdom) have a sacred rule and deep meaning. Generally Batik motifs are classified into nine, Lereng, Semen, Parang, Truntum, Kawung, Gringsing, Ceplok, Nitik, Pinggiran, and Terang Bulan Lereng Motif &#8216;Lereng&#8217; (literally means &#8216;Cliff&#8217;) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anhe51.wordpress.com&amp;blog=9558297&amp;post=49&amp;subd=anhe51&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Batik as a trational textile of Java atually has a lot of motifs, several of those, especially that originated from <strong>Keraton</strong> (Javanese Kingdom) have a sacred rule and deep meaning. Generally Batik motifs are classified into nine, <a href="#Lereng"><strong>Lereng</strong></a>, <a href="#Semen"><strong>Semen</strong></a>, <a href="#Parang"><strong>Parang</strong></a>, <a href="#Truntum"><strong>Truntum</strong></a>, <a href="#Kawung"><strong>Kawung</strong></a>, <a href="#Gringsing"><strong>Gringsing</strong></a>, <a href="#Ceplok"><strong>Ceplok</strong></a>, <a href="#Nitik"><strong>Nitik</strong></a>, <a href="#Pinggiran"><strong>Pinggiran</strong></a>, and <a href="#Terang_Bulan"><strong>Terang Bulan</strong></a></p>
<h3 id="Lereng">Lereng Motif</h3>
<p><a href="http://lh3.ggpht.com/_CN7H6_O9DaY/SsTgnACCOzI/AAAAAAAABmM/IQ63MgFEFH4/s800/batik_lereng.jpg"><img alt="Lereng Motif" src="http://lh3.ggpht.com/_CN7H6_O9DaY/SsTgnACCOzI/AAAAAAAABmM/IQ63MgFEFH4/s144/batik_lereng.jpg" title="Lereng Motif"></a><br />
&#8216;Lereng&#8217; (literally means &#8216;Cliff&#8217;)  history began at the escape of royal family from Surakarta, they had to hide in the mountains area for their safety, and the Sultan look at the cliff, which became the inspiration to make Lereng motif.</p>
<p>Fundamentally, the deisgn of Lereng is the same with <a href="#Parang">Parang</a>, some says that Jogjanese called it parang and Surakartanese called it Lereng. It&#8217;s one of Motif Larangan (Prohibited Motifs) that only royal families could wear. But nowadays, some of Lereng/Parang motif, could be wear by people outside the Keraton, except for some sacred motifs.</p>
<h3 id="Semen">Semen Motif</h3>
<p><a href="http://lh4.ggpht.com/_CN7H6_O9DaY/SsTejQdWEVI/AAAAAAAABmA/IkbVddpZTBY/s800/batik_semen.jpg"><img alt="Semen Motif" src="http://lh4.ggpht.com/_CN7H6_O9DaY/SsTejQdWEVI/AAAAAAAABmA/IkbVddpZTBY/s144/batik_semen.jpg" title="Semen Motif"></a><br />
&#8216;Semen&#8217; word originated from &#8216;Semi&#8217; that literally means bloom, the motif reflects prosperity and and fertility. The history is originated from Hindu mythology, that tells the story of <strong><a href="http://en.wikipedia.org/wiki/Rama" title="Sri Rama in Wikipedia">Sri Rama</a></strong> giving the advice to his son, <strong><a href="http://en.wikipedia.org/wiki/Vibhishana" title="Gunawan Wibisana in Wikipedia">Gunawan Wibisana</a></strong>, when Wibisana was about to be crowned as the king. The advice is known as <strong>Hasta Brata</strong> (<strong>Eight Bratas</strong>) that a leader should have.</p>
<ol>
<li><em>Indrabrata</em><br />
Means a dedication to give the prosperity and protect the earth, symbolized by plants.</li>
<li><em>Yamabrata</em><br />
Means fair and honest to the others, symbolized by mountains or cloud that reflects a high position</li>
<li><em>Suyabrata</em><br />
Means courage not half hearted, symbolized by Garuda</li>
<li><em>Sasibrata</em><br />
Means give the light and cheer to whom that feel sad, symbolized by animals</li>
<li><em>Bayubrata</em><br />
Means the high position that doesn&#8217;t expose its authority, symbolized by bird</li>
<li><em>Danababrata/Kuwerabrata</em><br />
Means give respect or appreciation to the people, symbolized by relic</li>
<li><em>Barunabrata/Pasabrata</em><br />
Means a forgiving, symbolized by dragon or something related with water</li>
<li><em>Agnibrata</em><br />
Means a power to fight against evil and protect the weak, symbolized by fire or flame</li>
</ol>
<p>These symbols are base for the pattern of Semen motif. There&#8217;s a hope that the wearer could always communicated with God.</p>
<h3 id="Parang">Parang Motif</h3>
<p><a href="http://lh3.ggpht.com/_CN7H6_O9DaY/SsTeEtdEOoI/AAAAAAAABl4/z45woUGCm7s/s800/batik_parang.jpg"><img alt="Parang Motif" src="http://lh3.ggpht.com/_CN7H6_O9DaY/SsTeEtdEOoI/AAAAAAAABl4/z45woUGCm7s/s144/batik_parang.jpg" title="Parang Motif"></a><br />
&#8216;Parang&#8217; literally means sword or knife, this motif reflects alertness, guard and sharp. By wearing Parang motif, the person could be alert, have a sharp think, and gifted with glory. The bigger Parang means bigger authority, this motif is one of Motif Larangan (Prohibited Motifs) that only royal families could wear. The King, as the highest authority in the kingdom wears the biggest parang motif. Parang design is usually alternated with narrower bands in a darker contrasting color in which another motif called &#8216;Mlinjon&#8217; is located which differentiated Parang from Kawung Motive.</p>
<h3 id="Truntum">Truntum Motif</h3>
<p><a href="http://lh6.ggpht.com/_CN7H6_O9DaY/SsTejZ8Mk6I/AAAAAAAABmI/NKoJYb1vRc4/s800/batik_truntum.jpg"><img alt="Truntum Motif" src="http://lh6.ggpht.com/_CN7H6_O9DaY/SsTejZ8Mk6I/AAAAAAAABmI/NKoJYb1vRc4/s144/batik_truntum.jpg" title="Truntum Motif"></a><br />
Truntum motif is worn by the parents in their children&#8217;s wedding, it&#8217;s a symbol that  parents can guide or give model to their children to accomplish their own peace in time of entering family life. There&#8217;s some verisons that the word &#8216;truntum&#8217; originated from. First, it derives from &#8216;tumaruntum&#8217;, which means guiding or often is connected to &#8216;tentrem&#8217;, literally means peaceful. Second,  it derives from word &#8216;tuntun&#8217; literlally meaning guidance.</p>
<p>It was believed that this motif was created by <strong>Ratu Beruk</strong>, the consort of <strong>Sunan Pakubuwono II</strong> (King of Surakarta, 1749 – 1788). She was upset because her husband ignored her. For a long time, her husband did not visit the queen. Only stars in the sky accompanying her patiently.</p>
<p>Every second she spent her time attaching chanting to batik wax. One day Sunan was home from hunting, coming to her dwelling. He found the queen diligently making batik, drawing animals. Seeing the king arrived, Ratu Beruk’s love sprouted again. The king then was very patient accompanying her making batik.</p>
<h3 id="Gringsing">Gringsing Motif</h3>
<p><a href="http://lh4.ggpht.com/_CN7H6_O9DaY/SsTeEXa-NPI/AAAAAAAABls/zP6R0fVFYbg/s800/batik_gringsing.jpg"><img alt="Gringsing Motif" src="http://lh4.ggpht.com/_CN7H6_O9DaY/SsTeEXa-NPI/AAAAAAAABls/zP6R0fVFYbg/s144/batik_gringsing.jpg" title="Gringsing Motif"></a><br />
&#8216;Gringsing&#8217; word originated from words &#8216;Gering&#8217; that means sick and &#8216;Sing&#8217; that means not. So Gringsing means not sick or against illness. This motif believed to be able to cure the illness. This is one of ancient motif inspired by Patola clothes that originated from India. The motif resembling the snake skin and generally used in backgrounds.</p>
<h3 id="Kawung">Kawung Motif</h3>
<p><a href="http://lh6.ggpht.com/_CN7H6_O9DaY/SsTeEaJ4WfI/AAAAAAAABlw/ppdAh-Zg2ZE/s800/batik_kawung.jpg"><img alt="Kawung Motif" src="http://lh6.ggpht.com/_CN7H6_O9DaY/SsTeEaJ4WfI/AAAAAAAABlw/ppdAh-Zg2ZE/s144/batik_kawung.jpg" title="Kawung Motif"></a><br />
Some say that Kawung is a kind of palm tree having ellipse-shaped fruit, with color of white called “Kolang-Kaling”. Others say that kawung comes from a name of insect &#8216;Kwangwung&#8217;. It believed that this motif created by <strong><a href="http://en.wikipedia.org/wiki/Sultan_Agung_of_Mataram" title="Sultan Agung od Mataram in Wikipedia">Sultan Agung of Mataram</a></strong>. </p>
<p>The ornaments consist of four symmetric circles surrounding a little circle in the middle that symbolizes &#8216;<strong>Kiblat Papat-Kelimo Pancer</strong>&#8216; (four sources of energy that surrounding the centre of power, God that rules every direction). <em>East</em> is a direction of sunrise, the symbol of life source. <em>North</em> is a direction of mountain, symbol of gods’ dwelling, place of spirit/death. <em>West</em> is a direction of sunset, the coming of luck. <em>South</em> is a direction of zenith, peak of everything.</p>
<p>This motif brings hope that the user is given strength to rule well and have a meaningful life, like the palm tree that useful for everyone from the root to leaf.</p>
<h3 id="Ceplok">Ceplok Motif</h3>
<p><a href="http://lh4.ggpht.com/_CN7H6_O9DaY/SsTeEfCCM1I/AAAAAAAABlo/N8YjRCatZdE/s800/batik_ceplok.jpg"><img alt="Ceplok Motif" src="http://lh4.ggpht.com/_CN7H6_O9DaY/SsTeEfCCM1I/AAAAAAAABlo/N8YjRCatZdE/s144/batik_ceplok.jpg" title="Ceplok Motif"></a><br />
&#8216;Ceplok&#8217; originated from &#8216;Seceplok&#8217; that means &#8216;A Bud&#8217;. This motif is a modification from Kawung Motif, with &#8216;Kiblat Papat-Kelimo Pancer&#8217;. Although fundamentally geometric, ceplok can also represent abstractions and stylization of flowers, buds, seeds, and even animals. It&#8217;s an ancient motif that can be found at the Hindu Temple. Variations in color intensity can create illusions of depth and the overall effect is not unlike medallion patterns seen on turkish tribal rugs. But in Moslem&#8217;s rule forbids the portrayal of animal and human forms in a realistic manner. To get around this prohibition, the batik worker does not attempt to express this matter in a realistic form. A single element of the form is chosen and then that element is repeated again and again in the pattern.</p>
<h3 id="Nitik">Nitik Motif</h3>
<p><a href="http://lh5.ggpht.com/_CN7H6_O9DaY/SsTeEg0qr5I/AAAAAAAABl0/RGqpm2HYSwc/s800/batik_nitik.jpg"><img alt="Nitik Motif" src="http://lh5.ggpht.com/_CN7H6_O9DaY/SsTeEg0qr5I/AAAAAAAABl0/RGqpm2HYSwc/s144/batik_nitik.jpg" title="Nitik Motif"></a><br />
This motif is believed to be influenced by Indian cloth named &#8216;Patola&#8217;, that brought to Indonesia by Indian trader. This motive was developed from coast cities in the north of Java, like Cirebon and Pekalongan before it arrived in Keraton. The pattern consist of square and rectangle form and dots as ornaments. There&#8217;s a differences in the color used in every place, in Pekalongan the dominant colors are red, green, blue and yellow as the consumer of this cloth are from India and China. Jogja&#8217;s Nitik are using indigo, brown and white color.</p>
<h3 id="Pinggiran">Pinggiran Motif</h3>
<p><a href="http://lh4.ggpht.com/_CN7H6_O9DaY/SsTejO8nlRI/AAAAAAAABl8/hyDwMcJ9M6s/s800/batik_pinggiran.jpg"><img alt="Pinggiran Motif" src="http://lh4.ggpht.com/_CN7H6_O9DaY/SsTejO8nlRI/AAAAAAAABl8/hyDwMcJ9M6s/s144/batik_pinggiran.jpg" title="Pinggiran Motif"></a><br />
&#8216;Pinggiran&#8217; literally means &#8216;Edge&#8217;. This is actually a motif located at the edge of the batik cloth.</p>
<h3 id="Terang_Bulan">Terang Bulan Motif</h3>
<p><a href="http://lh5.ggpht.com/_CN7H6_O9DaY/SsTejXQzjqI/AAAAAAAABmE/7bJL-NeBzfM/s800/batik_terangbulan.jpg"><img alt="Terang Bulan Motif" src="http://lh5.ggpht.com/_CN7H6_O9DaY/SsTejXQzjqI/AAAAAAAABmE/7bJL-NeBzfM/s144/batik_terangbulan.jpg" title="Terang Bulan Motif"></a><br />
&#8216;Terang Bulan&#8217; literally means &#8216;Moonshine&#8217;, basically it&#8217;s a motif consist of triangle pattern ascending vertically in a simple backgrounds. The ornaments are only in the bottom part of Batik.</p>
<p>(From many sources)</p>
<p>&#8211;<br />
Anton Hermansyah</p>
<p><img style="vertical-align:top;" src="http://lh3.ggpht.com/antonhermansyah/SFu6ZZpOYII/AAAAAAAAAHg/cO6H16rrlig/s144/Logo%20Mod.gif" alt="Logo of Anton Hermansyah" width="69" height="68" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anhe51.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anhe51.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anhe51.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anhe51.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anhe51.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anhe51.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anhe51.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anhe51.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anhe51.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anhe51.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anhe51.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anhe51.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anhe51.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anhe51.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anhe51.wordpress.com&amp;blog=9558297&amp;post=49&amp;subd=anhe51&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anhe51.wordpress.com/2009/10/01/batik-motifs/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/132c923b7d755971a66a770261ec3c32?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=X" medium="image">
			<media:title type="html">anhe51</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/_CN7H6_O9DaY/SsTgnACCOzI/AAAAAAAABmM/IQ63MgFEFH4/s144/batik_lereng.jpg" medium="image">
			<media:title type="html">Lereng Motif</media:title>
		</media:content>

		<media:content url="http://lh4.ggpht.com/_CN7H6_O9DaY/SsTejQdWEVI/AAAAAAAABmA/IkbVddpZTBY/s144/batik_semen.jpg" medium="image">
			<media:title type="html">Semen Motif</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/_CN7H6_O9DaY/SsTeEtdEOoI/AAAAAAAABl4/z45woUGCm7s/s144/batik_parang.jpg" medium="image">
			<media:title type="html">Parang Motif</media:title>
		</media:content>

		<media:content url="http://lh6.ggpht.com/_CN7H6_O9DaY/SsTejZ8Mk6I/AAAAAAAABmI/NKoJYb1vRc4/s144/batik_truntum.jpg" medium="image">
			<media:title type="html">Truntum Motif</media:title>
		</media:content>

		<media:content url="http://lh4.ggpht.com/_CN7H6_O9DaY/SsTeEXa-NPI/AAAAAAAABls/zP6R0fVFYbg/s144/batik_gringsing.jpg" medium="image">
			<media:title type="html">Gringsing Motif</media:title>
		</media:content>

		<media:content url="http://lh6.ggpht.com/_CN7H6_O9DaY/SsTeEaJ4WfI/AAAAAAAABlw/ppdAh-Zg2ZE/s144/batik_kawung.jpg" medium="image">
			<media:title type="html">Kawung Motif</media:title>
		</media:content>

		<media:content url="http://lh4.ggpht.com/_CN7H6_O9DaY/SsTeEfCCM1I/AAAAAAAABlo/N8YjRCatZdE/s144/batik_ceplok.jpg" medium="image">
			<media:title type="html">Ceplok Motif</media:title>
		</media:content>

		<media:content url="http://lh5.ggpht.com/_CN7H6_O9DaY/SsTeEg0qr5I/AAAAAAAABl0/RGqpm2HYSwc/s144/batik_nitik.jpg" medium="image">
			<media:title type="html">Nitik Motif</media:title>
		</media:content>

		<media:content url="http://lh4.ggpht.com/_CN7H6_O9DaY/SsTejO8nlRI/AAAAAAAABl8/hyDwMcJ9M6s/s144/batik_pinggiran.jpg" medium="image">
			<media:title type="html">Pinggiran Motif</media:title>
		</media:content>

		<media:content url="http://lh5.ggpht.com/_CN7H6_O9DaY/SsTejXQzjqI/AAAAAAAABmE/7bJL-NeBzfM/s144/batik_terangbulan.jpg" medium="image">
			<media:title type="html">Terang Bulan Motif</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/antonhermansyah/SFu6ZZpOYII/AAAAAAAAAHg/cO6H16rrlig/s144/Logo%20Mod.gif" medium="image">
			<media:title type="html">Logo of Anton Hermansyah</media:title>
		</media:content>
	</item>
		<item>
		<title>Add Indonesian Dictionary in OpenOffice 3</title>
		<link>http://anhe51.wordpress.com/2009/09/29/add-indonesian-dictionary-in-openoffice-3/</link>
		<comments>http://anhe51.wordpress.com/2009/09/29/add-indonesian-dictionary-in-openoffice-3/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 11:14:22 +0000</pubDate>
		<dc:creator>anhe51</dc:creator>
				<category><![CDATA[Program]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://anhe51.wordpress.com/?p=37</guid>
		<description><![CDATA[in this new OpenOffice 3, the dictionary system is different than the previous one. So I couldn&#8217;t use the old dictionary format, unfortunately there&#8217;s no Indonesian dictionary at the repository. There&#8217;s a spellchecker uploaded by Rossano Rossi, but it doesn&#8217;t worked. I search for the alternative way and arrived at this page. Seems like not [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anhe51.wordpress.com&amp;blog=9558297&amp;post=37&amp;subd=anhe51&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>in this new <a title="OpenOffice.org Website" href="http://www.openoffice.org/">OpenOffice 3</a>, the dictionary system is different than the previous one. So I couldn&#8217;t use the old dictionary format, unfortunately there&#8217;s no Indonesian dictionary at the repository. There&#8217;s a spellchecker uploaded by <strong>Rossano Rossi</strong>, but it doesn&#8217;t worked. I search for the alternative way and arrived at <a title="No Bahasa indonesia Dictionary for The New OpenOffice 3.0" href="http://gombang.wordpress.com/2008/10/27/no-bahasa-indonesia-dictionary-for-the-new-openofficeorg-30/">this page</a>. Seems like not just me who have this problem in my Ubuntu.<br />
<span id="more-37"></span><br />
There&#8217;s a reply from <strong>Tom</strong>, that I followed, and it worked!! So i rewrite again in my blog</p>
<ol>
<li>Download the Indonesian dictionary (you can download it <a title="Indonesian Dictionary" href="http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/id_ID-pack.zip">here</a>)</li>
<li>Unzipped it and copy the id_ID.dic; id_ID.aff; and  hyph_id_ID.dic to
<pre style="border:1px inset;width:auto;height:auto;text-align:left;overflow:auto;margin:0;padding:6px;"><code>/usr/share/myspell/dicts</code></pre>
</li>
<li>Locate for &#8216;Linguistic.xcu&#8217; file in <code>~/.openoffice.org/3/user/registry/data/org/openoffice/Office/</code> open it in text editor</li>
<li>Look for &#8216;HyphenatorList&#8217; node and add this below the node :
<pre style="border:1px inset;width:auto;height:auto;text-align:left;overflow:auto;margin:0;padding:6px;"><code>&lt;prop oor:name="id-ID" oor:op="replace" oor:type="oor:string-list"&gt;
&lt;value&gt;org.openoffice.lingu.LibHnjHyphenator&lt;/value&gt;
&lt;/prop&gt;</code></pre>
</li>
<li>Look for &#8216;SpellCheckerList&#8217; node and add this below the node :
<pre style="border:1px inset;width:auto;height:auto;text-align:left;overflow:auto;margin:0;padding:6px;"><code>&lt;prop oor:name="id-ID" oor:op="replace" oor:type="oor:string-list"&gt;
&lt;value&gt;org.openoffice.lingu.MySpellSpellChecker&lt;/value&gt;
&lt;/prop&gt;</code></pre>
</li>
<li>Save the &#8216;<code>Linguistic.xcu</code>&#8216; file</li>
</ol>
<p>When you check the OpenOffice 3, you could select Indonesian language at <code>Tools -&gt; Options -&gt; Language Settings -&gt; Languages</code>. Have a try!!</p>
<p>Credits to :<br />
<strong>Tom Crewford</strong> and <a title="Gombang's Blog" href="http://gombang.wordpress.com/"><strong>Gombang</strong></a></p>
<p>&#8211;<br />
Anton Hermansyah</p>
<p><img style="vertical-align:top;" src="http://lh3.ggpht.com/antonhermansyah/SFu6ZZpOYII/AAAAAAAAAHg/cO6H16rrlig/s144/Logo%20Mod.gif" alt="Logo of Anton Hermansyah" width="69" height="68" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anhe51.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anhe51.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anhe51.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anhe51.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anhe51.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anhe51.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anhe51.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anhe51.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anhe51.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anhe51.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anhe51.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anhe51.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anhe51.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anhe51.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anhe51.wordpress.com&amp;blog=9558297&amp;post=37&amp;subd=anhe51&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anhe51.wordpress.com/2009/09/29/add-indonesian-dictionary-in-openoffice-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/132c923b7d755971a66a770261ec3c32?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=X" medium="image">
			<media:title type="html">anhe51</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/antonhermansyah/SFu6ZZpOYII/AAAAAAAAAHg/cO6H16rrlig/s144/Logo%20Mod.gif" medium="image">
			<media:title type="html">Logo of Anton Hermansyah</media:title>
		</media:content>
	</item>
		<item>
		<title>A Tribute Car for The Managements</title>
		<link>http://anhe51.wordpress.com/2009/09/17/a-tribute-car-for-the-managements/</link>
		<comments>http://anhe51.wordpress.com/2009/09/17/a-tribute-car-for-the-managements/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 06:50:51 +0000</pubDate>
		<dc:creator>anhe51</dc:creator>
				<category><![CDATA[Economics]]></category>
		<category><![CDATA[Daily Life]]></category>

		<guid isPermaLink="false">http://ahermansyah.wordpress.com/?p=35</guid>
		<description><![CDATA[You must have heard a lot of times about cars that specially made in order to tribute someone. The special cars are usually used to make a tribute to their legendary racer, just mentions SLR Stirling Moss (pays tribute to Sir Stirling Moss) and Subaru Imprezza RB320 (pays tribute to Richard Burns). But this year [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anhe51.wordpress.com&amp;blog=9558297&amp;post=35&amp;subd=anhe51&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="float:left;" src="http://lh4.ggpht.com/_CN7H6_O9DaY/SrHMn-8vE9I/AAAAAAAABlI/7xzSYXSCDnU/s144/balboni_gallardo_002.jpg" alt="Lamborghini Gallardo LP 550-2" />You must have heard a lot of times about cars that specially made in order to tribute someone. The special cars are usually used to make a tribute to their legendary racer, just mentions <a title="SLR Stirling Moss in Wikipedia" href="http://en.wikipedia.org/wiki/Mercedes-Benz_SLR_McLaren#Stirling_Moss_.282009-.29">SLR Stirling Moss</a> (pays tribute to <a title="Sir Stirling Moss in Wikipedia" href="http://en.wikipedia.org/wiki/Stirling_Moss">Sir Stirling Moss</a>) and <a title="Imprezza RB320 in Wikipedia" href="http://en.wikipedia.org/wiki/Subaru_Impreza_WRX_STI#RB320_.282007.29">Subaru Imprezza RB320</a> (pays tribute to <a title="Richard Burns in Wikipedia" href="http://en.wikipedia.org/wiki/Richard_Burns">Richard Burns</a>).</p>
<p>But this year two other tribute cars are launched to public, the difference from other tribute cars is the cars made to tribute the management person. They are not a legendary racer, not a celebrity too, the one is a great automobile maker CEO and the other one is a loyal employee of the automobile maker.<br />
<span id="more-35"></span></p>
<h3>Lee Iacocca</h3>
<p><img src="http://lh4.ggpht.com/_CN7H6_O9DaY/SrHMn0u_OZI/AAAAAAAABlM/jTzr_KlOI6o/s288/iacocca_mustang_001.jpg" alt="Iacocca with Mustang Iacocca Edition" /><br />
<a href="http://en.wikipedia.org/wiki/Lee_Iacocca">Iacocca</a> is famous for his effort to revive <a title="Chrysler in Wikipedia" href="http://en.wikipedia.org/wiki/Chrysler">Chrysler</a> at 1980&#8242;s, but before that, he had worked at <a title="Ford Motor Company in Wikipedia" href="http://en.wikipedia.org/wiki/Ford_Motor_Company">Ford Motor Company</a> from 1946-1978 and involved at the birth of some <a title="Ford Motor Company in Wikipedia" href="http://en.wikipedia.org/wiki/Ford_Motor_Company">Ford</a> successful models, including the legendary <a title="Ford Mustang in Wikipedia" href="http://en.wikipedia.org/wiki/Ford_Mustang">Mustang</a> before he was dumped out after clash with <a title="Henry Ford II in Wikipedia" href="http://en.wikipedia.org/wiki/Henry_Ford_II">Henry Ford II</a> the CEO at the time also the grandson of <a title="Henry Ford in Wikipedia" href="http://en.wikipedia.org/wiki/Henry_Ford">Henry Ford</a>.</p>
<p>This year, <a title="Ford Mustang in Wikipedia" href="http://en.wikipedia.org/wiki/Ford_Mustang">Mustang</a> has reached it&#8217;s 45<sup>th</sup> anniversary. and they celebrate it with the <a title="Iacocca's Mustang in Wikipedia" href="http://en.wikipedia.org/wiki/Ford_Mustang_variants#Iacocca_Silver_45th_Anniversary_Edition_.282009.29">Mustang Iacocca Silver 45<sup>th</sup> Anniversary Edition</a>, a limited edition that only 45 units exist in the world.</p>
<p>The car is based on the 2009 <a title="Ford Mustang in Wikipedia" href="http://en.wikipedia.org/wiki/Ford_Mustang">Mustang</a> platform, costumer could choose between naturally aspirated 4.6-l V8 generating 320hp, or supercharged motor delivering 400hp. The special car is marked by &#8220;Iacocca&#8221; emblem at the trunk and &#8220;I&#8221; logo replacing the <a title="Ford Motor Company in Wikipedia" href="http://en.wikipedia.org/wiki/Ford_Motor_Company">Ford</a> logo at the rims and tail. It gets an upgraded suspension, Ford Racing Handling Package, and moves on 20-inch aluminum wheels.</p>
<h3>Valentino Balboni</h3>
<p><img src="http://lh3.ggpht.com/_CN7H6_O9DaY/SrHMnzv20UI/AAAAAAAABlE/KsPlObx5XXI/s288/balboni_gallardo_001.jpg" alt="Balboni with LP 550-2 Valentino Balboni" /><br />
<a title="Valentino Balboni in Wikipedia" href="http://en.wikipedia.org/wiki/Valentino_Balboni">Balboni</a> is the former chief test driver of <a title="Lamborghini in Wikipedia" href="http://en.wikipedia.org/wiki/Lamborghini">Lamborghini</a>, at 1968 he began his careers at the Italian car maker as a mechanic apprentice, after that he was asked by the founder, <a title="Ferruccio Lamborghini in Wikipedia" href="http://en.wikipedia.org/wiki/Ferruccio_Lamborghini">Ferruccio Lamborghini</a> to test drive the newly build cars together with Bob Wallace as the test driver. Since then every single brand new model were tested by him, approximately 80% of ever built <a title="Lamborghini in Wikipedia" href="http://en.wikipedia.org/wiki/Lamborghini">Lambo</a> has been driven by him.</p>
<p>After serving the company for 40 years, he retired due to Italian Government Regulations. in order to pay a tribute to his dedication, the company make a special model named <a title="Balboni's Gallardo in Wikipedia" href="http://en.wikipedia.org/wiki/Lamborghini_Gallardo#LP_550-2_Valentino_Balboni_.282009.29">Gallardo LP 550-2 Valentino Balboni</a>.</p>
<p>Limited to only 250 units, this brand new <a title="Lamborghini in Wikipedia" href="http://en.wikipedia.org/wiki/Lamborghini">Lambo</a> offers a unique character of driving as the test driver chief suggested about, instead of using four wheel drive, this car is using rear wheel drive, so the costumer could easily drift this car, which could catch more enthusiast driver to buy. The engine power is reduced to 550 HP instead of 560 HP of ordinary <a title="Lamborghini Gallardo in Wikipedia" href="http://en.wikipedia.org/wiki/Lamborghini_Gallardo">Gallardo</a>, but compensated with the weight reduction of the using of rear wheel drive instead of all wheel drive.</p>
<p>The appearance is marked with white stripe from the nose to the back of the body, you could also find the white stripe in the interior. Combined with the scorpion wheel, it&#8217;s a <a title="Lamborghini in Wikipedia" href="http://en.wikipedia.org/wiki/Lamborghini">Lambo</a> that need skillful driver to handle it.</p>
<p>A good way to tribute the managements, it&#8217;s because of them the company reach it&#8217;s success.</p>
<p>&#8211;<br />
Anton Hermansyah</p>
<p><img style="vertical-align:top;" src="http://lh3.ggpht.com/antonhermansyah/SFu6ZZpOYII/AAAAAAAAAHg/cO6H16rrlig/s144/Logo%20Mod.gif" alt="Logo of Anton Hermansyah" width="69" height="68" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/anhe51.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/anhe51.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/anhe51.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/anhe51.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/anhe51.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/anhe51.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/anhe51.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/anhe51.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/anhe51.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/anhe51.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/anhe51.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/anhe51.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/anhe51.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/anhe51.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=anhe51.wordpress.com&amp;blog=9558297&amp;post=35&amp;subd=anhe51&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://anhe51.wordpress.com/2009/09/17/a-tribute-car-for-the-managements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/132c923b7d755971a66a770261ec3c32?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=X" medium="image">
			<media:title type="html">anhe51</media:title>
		</media:content>

		<media:content url="http://lh4.ggpht.com/_CN7H6_O9DaY/SrHMn-8vE9I/AAAAAAAABlI/7xzSYXSCDnU/s144/balboni_gallardo_002.jpg" medium="image">
			<media:title type="html">Lamborghini Gallardo LP 550-2</media:title>
		</media:content>

		<media:content url="http://lh4.ggpht.com/_CN7H6_O9DaY/SrHMn0u_OZI/AAAAAAAABlM/jTzr_KlOI6o/s288/iacocca_mustang_001.jpg" medium="image">
			<media:title type="html">Iacocca with Mustang Iacocca Edition</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/_CN7H6_O9DaY/SrHMnzv20UI/AAAAAAAABlE/KsPlObx5XXI/s288/balboni_gallardo_001.jpg" medium="image">
			<media:title type="html">Balboni with LP 550-2 Valentino Balboni</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/antonhermansyah/SFu6ZZpOYII/AAAAAAAAAHg/cO6H16rrlig/s144/Logo%20Mod.gif" medium="image">
			<media:title type="html">Logo of Anton Hermansyah</media:title>
		</media:content>
	</item>
	</channel>
</rss>
