<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2" -->
<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/"
	>

<channel>
	<title>OHeHLium liang~ &#187; linux exp.</title>
	<link>http://www.ohehlium.com/log</link>
	<description>Say something~</description>
	<pubDate>Mon, 13 Oct 2008 00:51:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>
	<language>en</language>
			<item>
		<title>Recent updates</title>
		<link>http://www.ohehlium.com/log/2007/01/08/recent-updates/</link>
		<comments>http://www.ohehlium.com/log/2007/01/08/recent-updates/#comments</comments>
		<pubDate>Tue, 09 Jan 2007 03:00:36 +0000</pubDate>
		<dc:creator>liang</dc:creator>
		
		<category><![CDATA[job]]></category>

		<category><![CDATA[linux exp.]]></category>

		<guid isPermaLink="false">http://www.ohehlium.com/log/2007/01/08/recent-updates/</guid>
		<description><![CDATA[No news is good news.
So how about there is some news? (Actually, scorp is watching Friends and I want to do something, so I choose blogging)
About job application:
1. Before the New Year, I received a call about a job application. It went pretty smooth: “How is your working visa status?”, “I am holding F1 now [...]]]></description>
			<content:encoded><![CDATA[<p>No news is good news.<br />
So how about there is some news? (Actually, scorp is watching Friends and I want to do something, so I choose blogging)<br />
<strong>About job application:</strong><br />
1. Before the New Year, I received a call about a job application. It went pretty smooth: “How is your working visa status?”, “I am holding F1 now and need visa sponsorship”, “Oh, thank you. 88″. It was actually not that short and there were some more rounds. But it felt like that.<br />
2. How will you do if you can feel you are only a backup candidate for an interview? Do your best. I will do that.<br />
3. Now I am a frequent visitor to JobHunting boad at mitbbs. How similar it is to the graduate school application process.<br />
<strong>Laptop:</strong><br />
Finally, my emachine e5310 passed away yesterday, even though linux has extended 1 year of its life. Fortunately, I guess there is not any important data in the harddrive. More excitingly, a new laptop order was just made hours ago</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ohehlium.com/log/2007/01/08/recent-updates/feed/</wfw:commentRss>
		</item>
		<item>
		<title>movie embedded in PDF</title>
		<link>http://www.ohehlium.com/log/2006/11/29/movie-embedded-in-pdf/</link>
		<comments>http://www.ohehlium.com/log/2006/11/29/movie-embedded-in-pdf/#comments</comments>
		<pubDate>Thu, 30 Nov 2006 04:57:49 +0000</pubDate>
		<dc:creator>liang</dc:creator>
		
		<category><![CDATA[tools]]></category>

		<category><![CDATA[linux exp.]]></category>

		<guid isPermaLink="false">http://www.ohehlium.com/log/2006/11/29/movie-embedded-in-pdf/</guid>
		<description><![CDATA[Previously, I mentioned some methods to convert video formats. Today, I managed to embed a video in a PDF file. This is truly the idea of Portable Document Format, that is, a single file can be ported to anywhere for viewing.
So later, when I want to convert html to pdf, I even can convert the [...]]]></description>
			<content:encoded><![CDATA[<p>Previously, I mentioned some methods to <a title="video" href="http://www.ohehlium.com/log/2006/10/23/multimedia-in-linux-ii-video-conversion/">convert video formats</a>. Today, I managed to embed a video in a PDF file. This is truly the idea of Portable Document Format, that is, a single file can be ported to anywhere for viewing.</p>
<p>So later, when I want to convert html to pdf, I even can convert the post of &#8220;<a title="la mian" href="http://www.ohehlium.com/journal/2006/09/04/111/">Lan Zhou La Mian</a>&#8221; with video therein to a PDF file.</p>
<p>If you have a Adobe Reader with version 7.0, then you can take a look of this file <a id="p96" title="CO_in_Hb" href="http://www.ohehlium.com/log/wp-content/uploads/2006/11/t1.pdf">CO_in_Hb</a> which shows some protein animation.</p>
<p>This is made possible by <a title="Latex" href="http://www.google.com/url?sa=t&#038;ct=res&#038;cd=1&#038;url=http%3A%2F%2Fwww.latex-project.org%2F&#038;ei=rWNuRbbhGajiqwL6r-H_BQ&#038;usg=__adjpicM1HfOp1hhdjTNMhfcPOxk=&#038;sig2=xlAqgzf_RNR3wf4pUdzcjA">Latex</a>. I may give the detailed recipe later.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ohehlium.com/log/2006/11/29/movie-embedded-in-pdf/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Multimedia in Linux (II) - video conversion</title>
		<link>http://www.ohehlium.com/log/2006/10/23/multimedia-in-linux-ii-video-conversion/</link>
		<comments>http://www.ohehlium.com/log/2006/10/23/multimedia-in-linux-ii-video-conversion/#comments</comments>
		<pubDate>Tue, 24 Oct 2006 03:18:55 +0000</pubDate>
		<dc:creator>liang</dc:creator>
		
		<category><![CDATA[linux exp.]]></category>

		<guid isPermaLink="false">http://www.ohehlium.com/log/2006/10/23/multimedia-in-linux-ii-video-conversion/</guid>
		<description><![CDATA[So after the failure of the initial attempt, I have to go back to the command line for video converting. Actually, it is pretty easy to convert the quicktime movie to mpeg just by issueing the following command:
ffmpeg -i input.mov -target ntsc-svcd output.mpg
Sure, you need to install ffmpeg first, which is free&#038;open sourse, largely distributed and even [...]]]></description>
			<content:encoded><![CDATA[<p>So after the failure of <a title="video convert" href="http://www.ohehlium.com/log/2006/10/19/multimedia-linux/">the initial attempt</a>, I have to go back to the command line for video converting. Actually, it is pretty easy to convert the quicktime movie to mpeg just by issueing the following command:</p>
<blockquote><p>ffmpeg -i input.mov -target ntsc-svcd output.mpg</p></blockquote>
<p>Sure, you need to install ffmpeg first, which is free&#038;open sourse, largely distributed and even available for windows system. With this tool, you also can convert flv file (flash files, which is quite popular these days, if you have downloaded video files from google or youtube) to mpeg, avi or whatever and burn a vcd/dvd. I am sure mencoder can do the conversion as well. But the reason I choose this ffmpeg is that the &#8220;-target&#8221; option makes it very clear and easy. If I want to have a VCD format, then I just simply put it in the option and I can have SVCD/DVD format as choices as well. Meanwhile adding the information of NTSC or PAL before the &#8220;VCD&#8221;, you can make it suitable for American TV players or Chinese TV (not big problem for computers though)</p>
<p>Note: NTSC, PAL are just different standards for TVs. The distribution (green: NTSC, yellow: PAL) is shown below.</p>
<p><img id="image79" height="96" alt="NTSC.vs.PAL" src="http://www.ohehlium.com/log/wp-content/uploads/2006/10/ntsc2pal.png" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ohehlium.com/log/2006/10/23/multimedia-in-linux-ii-video-conversion/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Multimedia in Linux</title>
		<link>http://www.ohehlium.com/log/2006/10/19/multimedia-linux/</link>
		<comments>http://www.ohehlium.com/log/2006/10/19/multimedia-linux/#comments</comments>
		<pubDate>Fri, 20 Oct 2006 04:01:49 +0000</pubDate>
		<dc:creator>liang</dc:creator>
		
		<category><![CDATA[linux exp.]]></category>

		<guid isPermaLink="false">http://www.ohehlium.com/log/2006/10/19/multimedia-linux/</guid>
		<description><![CDATA[Today was a mutlimedia day to me. In the afternoon, I was searching the linux counterpart of iphoto (from Apple, as recognized by the renowned initial &#8220;i&#8221; as in ipod). There is a package available called lphoto from linspire, a linux vendor/distro (interestingly there are several programs/softwares from this Linspire linux with the names started [...]]]></description>
			<content:encoded><![CDATA[<p>Today was a mutlimedia day to me. In the afternoon, I was searching the linux counterpart of iphoto (from Apple, as recognized by the renowned initial &#8220;i&#8221; as in ipod). There is a package available called lphoto from linspire, a linux vendor/distro (interestingly there are several programs/softwares from this Linspire linux with the names started as &#8220;l&#8221;, another example is &#8220;lsong&#8221;; while Apple/Mac does have a &#8220;i&#8221; series of applications, i.e., iphoto, isong and itunes, etc.) However, due to some depedency issues, I was not able to install the lphoto. But I will give a try again later, considering some cool features of iphoto (like slideshow and export movie), and I want to see whether I can easily have them in Lphoto as well.</p>
<p>In the evening, I got several quicktime movies exported by iphoto and I intended to convert them to mpg so that I can create a VCD/SVCD. There seems solutions around when I am googling. However, I don&#8217;t want to use those CLI(command line) solutions because there seems too many options to choose for the &#8220;mencoder&#8221; command. And there was not a direct answer how to &#8220;convert .mov to .mpg&#8221;. So I want to use some gui/frontend for the &#8220;mencoder&#8221;, a sibling of mplayer.</p>
<p>I tried a lot of programs listed at &#8220;<a title="mencoder" href="http://www.mplayerhq.hu/design7/projects.html">MEncoder Frontends</a>&#8220;, and decided to go with avidemux. However, it failed during installing/compiling, as &#8220;SpiderMonkey&#8221; is required. This is the first time I saw &#8220;<a title="spidermonkey" href="http://www.mozilla.org/js/spidermonkey/">SpiderMonkey</a>&#8220;, too spammer/virus-like to me. After consulting google, I learned it is the javascript engine, then no wonder the famous javascript control extension of firefox is called <a title="greasemonkey" href="http://greasemonkey.mozdev.org/">greasemonkey</a>. And what you need to install in linux is actually the js, js-devel package, and I feel js/js-devel sounds much more friendly than &#8220;SpiderMonkey&#8221;. However, when compiling, a little extra step is still needed, as you need to specify the library path as following:</p>
<blockquote><p>yum install js, js-devel</p>
<p>./configure &#8211;with-jsapi-include=/usr/include</p>
<p>make</p>
<p>make install</p></blockquote>
<p>While the avidemux looks friendly, it couldn&#8217;t handle the audio track of the .mov file (as I checked later by qtinfo, the audio is mp4a format). I had to resort to some other ways &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ohehlium.com/log/2006/10/19/multimedia-linux/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flock</title>
		<link>http://www.ohehlium.com/log/2006/09/06/flock/</link>
		<comments>http://www.ohehlium.com/log/2006/09/06/flock/#comments</comments>
		<pubDate>Thu, 07 Sep 2006 01:09:02 +0000</pubDate>
		<dc:creator>liang</dc:creator>
		
		<category><![CDATA[web]]></category>

		<category><![CDATA[linux exp.]]></category>

		<guid isPermaLink="false">http://www.ohehlium.com/log/2006/09/06/flock/</guid>
		<description><![CDATA[In August you guys created about 56k blogs, 57k users, 1.2 million posts, 188k pages, 1.3 million comments, 3.5k support requests, 196k file uploads, and around 45 million pageviews. (Not counting admin section, images, CSS, RSS feeds, etc.)
The most popular theme is Regulus, about two thousand blogs are using the Meebo widget. The tag surfer [...]]]></description>
			<content:encoded><![CDATA[<blockquote cite="http://www.bloggingpro.com/archives/2006/09/05/wordpresscom-august-stats/"><p>In August you guys created about 56k blogs, 57k users, 1.2 million posts, 188k pages, 1.3 million comments, 3.5k support requests, 196k file uploads, and around 45 million pageviews. (Not counting admin section, images, CSS, RSS feeds, etc.)<br />
The most popular theme is <strong>Regulus</strong>, about two thousand blogs are using the <strong>Meebo</strong> widget. The <strong>tag surfer i</strong>s more popular than “my comments”, but both are dwarfed by the number of times you guys look at your stats everyday. About 4200 of you have added avatars to your profile.</p></blockquote>
<p class="citation"><cite><a href="http://www.bloggingpro.com/archives/2006/09/05/wordpresscom-august-stats/">  WordPress.com August Stats by Blogging Pro</a></cite></p>
<p>Blogging from <a href="http://www.flock.com">Flock</a>, a web browser based on mozilla(firefox). It has some nice features for news aggregating, blogging and photo sharing. I am just testing here. The reason I found this browser is that today I tried to search blog editor for linux and at the end, when I am tired of looking around anymore, I noticed this and just wanted to use it. So it&#8217;s not the perfect blog editor, at least at this moment. I guess at the current stage, my most wanted software from windows will be Live writer. And the reason I wanted the live writer so much, is that it enables you to download the CSS files from the blog and it is really doing the WYSIWYG job armed with the style file. It won&#8217;t be a big deal to have this feature for other blog editors, I guess. But it&#8217;s just whether people would like to make it real or not. Because there is certainly a big flaw if your post is too style-based on one specific CSS file, then for some reason, you change the CSS file for the whole site, how will the posts look like? But I still want to have this CSS-enabled feature. Since I like the idea to freeze the previous posts with the corresponding CSS file at that time. I will try to do this later or again search first <img src='http://www.ohehlium.com/log/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Meanwhile, don&#8217;t forget the stats shown at the very top for wordpress.com, I would like to take a look at these most used whatever ~</p>
<p style="text-align: right; font-size: 8px">Blogged with <a title="Flock" target="_new" href="http://www.flock.com">Flock</a></p>
<p align="left" style="text-align: right; font-size: 8px">
<p><!--kw=browser blogeditor--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ohehlium.com/log/2006/09/06/flock/feed/</wfw:commentRss>
		</item>
		<item>
		<title>http header</title>
		<link>http://www.ohehlium.com/log/2006/07/19/http-header/</link>
		<comments>http://www.ohehlium.com/log/2006/07/19/http-header/#comments</comments>
		<pubDate>Thu, 20 Jul 2006 03:43:25 +0000</pubDate>
		<dc:creator>liang</dc:creator>
		
		<category><![CDATA[code]]></category>

		<category><![CDATA[web]]></category>

		<category><![CDATA[linux exp.]]></category>

		<guid isPermaLink="false">http://www.ohehlium.com/log/2006/07/19/http-header/</guid>
		<description><![CDATA[今天又几乎花了所有的工作时间在编辑这个来访统计网页.先是犯了些好低级的错误（关键还是没搞懂一些基本原理），把已declare的类和函数又再一遍遍的declare。然后又是懒惰（可能水平也不够）得不自己写就只在别人的代码瞎改（不过我觉得这人写得好好，格式清楚易懂，而且深得OOP的精髓，我都想把他写的小函数再另外存一遍，以后都照抄用），还瞎改的几乎都不能用。不过总算也把它给解决了。
最麻烦的还是对付baidu的搜索词。我本来还有些想谴责这个wp-slimstat的编写人不给baidu 面子，不把它列入搜索引擎的网站中，我还以为我就能轻松解决。结果却发现从baidu来的url里的搜索词全是gb2312编码（例如这个）的而不是utf-8编码 （例如google的这个），在这种全球化的年代还只守着简体中文也太爱国了吧。然后php也还没有正式的支持各种编码互换的功能，解中文码更需要些东西。 我就只能想出另一个偷懒的办法，就是把来自baidu的链接给硬新分了个版块，然后把搜索词抽取出来并保留它的gb2312编码，让浏览器去解决这个编码问题。
这时我就需要一个让浏览器知道我想它使用何种编码的命令。这个仿佛很简单，我就在html里加入了这一行：
 &#60; meta http-equiv=&#8220;Content-Type&#8221; content=&#8220;text/html; charset=GB2312&#8243; /&#62;
可是浏览器却硬生生的忽略了我的请求，只能求助于google。 可是我却错过了google中马上能解决的方法，因为只见某人简单的一说，可以用php的header命令来发送http header。我硬是在那时错误的认为不就是html里的head那部分吗，我还不就这么干的？然后在各处瞎找，最后硬是去读了http://www.w3.org/International/tutorials/tutorial-char-enc/，才恍然记起若干年前学的一些东西，http header原来是别的东西：

真的是感觉愧对了当年的一番学习，于是匆匆的加了这个命令：
header(&#8221;Content-type: text/html; charset=$charset&#8221;);
一切就都正常的显示了：）
]]></description>
			<content:encoded><![CDATA[<p>今天又几乎花了所有的工作时间在编辑这个<a href="http://www.ohehlium.com/journal/%E6%9D%A5%E8%AE%BF%E7%BB%9F%E8%AE%A1/">来访统计</a>网页.先是犯了些好低级的错误（关键还是没搞懂一些基本原理），把已declare的类和函数又再一遍遍的declare。然后又是懒惰（可能水平也不够）得不自己写就只在别人的代码瞎改（不过我觉得这人写得好好，格式清楚易懂，而且深得OOP的精髓，我都想把他写的小函数再另外存一遍，以后都照抄用），还瞎改的几乎都不能用。不过总算也把它给解决了。</p>
<p>最麻烦的还是对付baidu的搜索词。我本来还有些想谴责这个wp-slimstat的编写人不给baidu 面子，不把它列入搜索引擎的网站中，我还以为我就能轻松解决。结果却发现从baidu来的url里的搜索词全是gb2312编码（例如<a href="http://www.baidu.com/s?lm=0&#038;si=&#038;rn=10&#038;ie=gb2312&#038;ct=0&#038;wd=%C8%CB%C0%E0%BD%BB%C1%F7%B5%C4%B7%BD%CA%BD&#038;pn=10&#038;cl=3">这个</a>）的而不是utf-8编码 （例如google的<a href="http://www.google.com/search?hl=zh-CN&#038;q=%E7%BB%8F%E7%BA%AC%E5%BA%A6+%E5%9C%B0%E5%9D%80%E8%BD%AC%E6%8D%A2&#038;lr=">这个</a>），在这种全球化的年代还只守着简体中文也太爱国了吧。然后php也还没有正式的支持各种编码互换的功能，解中文码更需要些东西。 我就只能想出另一个偷懒的办法，就是把来自baidu的链接给硬新分了个版块，然后把搜索词抽取出来并保留它的gb2312编码，让浏览器去解决这个编码问题。</p>
<p>这时我就需要一个让浏览器知道我想它使用何种编码的命令。这个仿佛很简单，我就在html里加入了这一行：</p>
<p> &lt; <span class="start-tag">meta</span><span class="attribute-name"> http-equiv</span>=<span class="attribute-value">&#8220;Content-Type&#8221; </span><span class="attribute-name">content</span>=<span class="attribute-value">&#8220;text/html; charset=GB2312&#8243; </span><span class="attribute-name">/</span>&gt;</p>
<p>可是浏览器却硬生生的忽略了我的请求，只能求助于google。 可是我却错过了google中马上能解决的方法，因为只见某人简单的一说，可以用php的header命令来发送http header。我硬是在那时错误的认为不就是html里的head那部分吗，我还不就这么干的？然后在各处瞎找，最后硬是去读了<a href="http://www.w3.org/International/tutorials/tutorial-char-enc/">http://www.w3.org/International/tutorials/tutorial-char-enc/</a>，才恍然记起若干年前学的一些东西，http header原来是别的东西：</p>
<p><img src="http://www.w3.org/International/tutorials/tutorial-char-enc/en/Slide0270.png" /></p>
<p>真的是感觉愧对了当年的一番学习，于是匆匆的加了这个命令：</p>
<p>header(&#8221;Content-type: text/html; charset=$charset&#8221;);</p>
<p><a href="http://www.ohehlium.com/journal/%E6%9D%A5%E8%AE%BF%E7%BB%9F%E8%AE%A1/?page=&#038;panel=4&#038;charset=gb2312">一切</a>就都正常的显示了：）</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ohehlium.com/log/2006/07/19/http-header/feed/</wfw:commentRss>
		</item>
		<item>
		<title>link to blog</title>
		<link>http://www.ohehlium.com/log/2006/06/17/link-to-blog/</link>
		<comments>http://www.ohehlium.com/log/2006/06/17/link-to-blog/#comments</comments>
		<pubDate>Sat, 17 Jun 2006 17:19:54 +0000</pubDate>
		<dc:creator>liang</dc:creator>
		
		<category><![CDATA[code]]></category>

		<category><![CDATA[web]]></category>

		<category><![CDATA[linux exp.]]></category>

		<guid isPermaLink="false">http://www.ohehlium.com/log/2006/06/17/link-to-blog/</guid>
		<description><![CDATA[It has been a long time that I wanted to set up a page collecting some RSS inside and let it be the interface to our blogs. This week, finally, I started to learn the xml parser by python and actually found it very simple just to use the feedparser, which provides easy access to [...]]]></description>
			<content:encoded><![CDATA[<p>It has been a long time that I wanted to set up a page collecting some RSS inside and let it be the interface to our blogs. This week, finally, I started to learn the xml parser by python and actually found it very simple just to use the <a href="http://www.feedparser.org">feedparser</a>, which provides easy access to the feed imformation([&#8217;channel&#8217;][&#8217;title&#8217;].., [&#8217;items&#8217;][0][&#8217;title&#8217;]..). Though at first, I forgot the differentiation of channel and items, yeah a little silly I am &#8212; (you can easily click any rss feed and take a look there for a taste of these terms)</p>
<p>Anyway, I managed the content part and then spent the whole last night playing with the style/format. It turned out a mistake-prone process to loop the content with the table element and I have to frequently refer to some <a href="http://validator.aborla.net/">HTML validator</a> for correction. Now <a href="http://www.ohehlium.com/blog.html">it</a> was up there correctly.</p>
<p>The final step is to run the python script periodically, so it could gather new information itself. The slave is cron:</p>
<p>crontab -e (configure the job, example: 30 0,12,19,21,23 * * * pfeed.py)</p>
<p>crontab -l (list current jobs)</p>
<p>All set, but I will try to have image available inside the abstract part next time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ohehlium.com/log/2006/06/17/link-to-blog/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Now, the 3rd time</title>
		<link>http://www.ohehlium.com/log/2006/05/22/now-the-3rd-time/</link>
		<comments>http://www.ohehlium.com/log/2006/05/22/now-the-3rd-time/#comments</comments>
		<pubDate>Tue, 23 May 2006 02:20:15 +0000</pubDate>
		<dc:creator>liang</dc:creator>
		
		<category><![CDATA[linux exp.]]></category>

		<category><![CDATA[sitelog]]></category>

		<guid isPermaLink="false">http://www.ohehlium.com/log/2006/05/22/now-the-3rd-time/</guid>
		<description><![CDATA[1st year in US, what we are playing about the web is scorp&#8217;s famous Xanga (see 又开了块地 for more information), a photo album set up for our parents to view our photos (which is based on Jalbum and hosted by scorp&#8217;s Stony Brook&#8217;s webdrive back then) and the Xus&#8217; logo with animation enabled&#38;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;br /&#38;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; &#38;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;/p&#38;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; [...]]]></description>
			<content:encoded><![CDATA[<p>1st year in US, what we are playing about the web is <a href="http://www.xanga.com/xcl_yj">scorp&#8217;s famous Xanga</a> (see <a rel="bookmark" title="Permanent Link to 又开了块地" href="http://www.ohehlium.com/jlog/?p=4">又开了块地</a> for more information), a photo album set up for our parents to view our<a href="http://photo.ohehlium.com/index.html"> photos</a> (which is based on Jalbum and hosted by scorp&#8217;s Stony Brook&#8217;s webdrive back then) and the Xus&#8217; logo with animation enabled<iframe width="40%" scrolling="no" height="200" frameborder="0" src="http://www.princeton.edu/~jieyuan">&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;br /&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; &amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;/p&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; &amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;p&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt;,&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;br /&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; &amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;lt;/p&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;gt; </iframe></p>
<p>The 2nd year, I began to be toying with linux and set up our own web server (with url as scorparies.princeton.edu at first, then www.ohehlium.com). Along with that, I was attracted to the multifuntional <a href="http://tikiwiki.org/tiki-index.php">tiki</a> system and used it on our <a href="http://www.ohehlium.com/tiki/tiki-view_articles.php">site</a>. However, it turned out too slow to visit even hosted on a P4/512Mb machine (I know just a pre-P3/128Mb machine can already do a pretty good job for some other system; and currently this blog powered by wordpress is hosted on a P3/256Mb PC). So I had to disable many functions and gradually I lost interest managing that system. During that period, I was also learning perl so that I played some scipts on the server, but the web page functioned more like a GUI to me and rigorously I was not using perl to develop our website. Meanwhile, I read or learned something about php, which is quite perl-like but designed specifically for web scripting. Adventous I was, I even spent weeks building a small site for my research projects by php when my boss was away travelling. However, that site sort of sank with the slow progess of my project.</p>
<p>Time flies quickly and now it&#8217;s the 3rd year. I am playing with the web again. As I settled down the blog with wordpress, the wiki with the mediawiki and the photo album with gallery2, instead of intergrating all the functions together, I am turning to individual functional component for solution (though I don&#8217;t have a forum candidate now). Interestingly, as to some simple scripting, instead of perl, this year, I am learning and using python. I hope this time everything will be settled and help build a better site:)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ohehlium.com/log/2006/05/22/now-the-3rd-time/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Dual boot for Laptop again</title>
		<link>http://www.ohehlium.com/log/2006/03/25/dual-boot-for-laptop-again/</link>
		<comments>http://www.ohehlium.com/log/2006/03/25/dual-boot-for-laptop-again/#comments</comments>
		<pubDate>Sun, 26 Mar 2006 03:30:51 +0000</pubDate>
		<dc:creator>liang</dc:creator>
		
		<category><![CDATA[linux exp.]]></category>

		<guid isPermaLink="false">http://www.ohehlium.com/log/?p=14</guid>
		<description><![CDATA[I am not doing well to obey my own words, but not a bad solution for this moment. Next time, I am going to stick to linux totally unless Vista is so good  (some excuses for later). But perfectly, I didn&#8217;t run into other linux distro this time and stayed with Fedora. Better stay [...]]]></description>
			<content:encoded><![CDATA[<p>I am not doing well to obey my own words, but not a bad solution for this moment. Next time, I am going to stick to linux totally unless Vista is so good <img src='http://www.ohehlium.com/log/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> (some excuses for later). But perfectly, I didn&#8217;t run into other linux distro this time and stayed with Fedora. Better stay tuned for solution than for alternatives, moreover the setup etc. are becoming much easier and I have learned some stuff along the way and become able to tackle some problems.</p>
<p>Interestingly, I found the comsuption of cpu at this new linux kernel is quite low, just by judging the cpu fan speed. A year ago, it was terrible when I used the Fedora Core 3 then I had to go back to Windows system and this emachine seems renowned for its overheating problem. Now the sound of fan is even weaker than that in the windows. I hope this is not just because of the newly installation, let&#8217;s see how it is after weeks.</p>
<p>I just feel linux is really rocking now, the desktop environment, the office suite and the multimedia applications, we should all start to like it <img src='http://www.ohehlium.com/log/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ohehlium.com/log/2006/03/25/dual-boot-for-laptop-again/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Too anxious I am</title>
		<link>http://www.ohehlium.com/log/2006/03/23/too-anxious-i-am/</link>
		<comments>http://www.ohehlium.com/log/2006/03/23/too-anxious-i-am/#comments</comments>
		<pubDate>Thu, 23 Mar 2006 16:39:05 +0000</pubDate>
		<dc:creator>liang</dc:creator>
		
		<category><![CDATA[linux exp.]]></category>

		<guid isPermaLink="false">http://www.ohehlium.com/log/?p=12</guid>
		<description><![CDATA[I couldn&#8217;t keep from myself being one of the guys bearing ant-speed ftp downloading of FC5 and experiencing this fresh out-of-oven linux suite (so hot and hard to bite for 3 days already, I bearly ended up with multimedia setup and the chinese font somewhere still causes me great trouble; though KDE is great, the [...]]]></description>
			<content:encoded><![CDATA[<p>I couldn&#8217;t keep from myself being one of the guys bearing ant-speed ftp downloading of FC5 and experiencing this fresh out-of-oven linux suite (so hot and hard to bite for 3 days already, I bearly ended up with multimedia setup and the chinese font somewhere still causes me great trouble; though KDE is great, the population of fedora KDE user seems not large enough for me to google every answer I needed).</p>
<p>And yet, I haven&#8217;t started to taste the features like beagle and tomboy. I&#8217;ll try to follow up but boss is coming back tomorrow, and tonight I need to do some serious stuff fisrt.</p>
<p>Blame me having not started perparing for the seminar&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ohehlium.com/log/2006/03/23/too-anxious-i-am/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
