Tuesday, September 25, 2007

確かな与党

共産党は「確かな野党」であれば、党四役の福田総裁の自民党は「確かな与党」
(まあ久しぶりの日本語投稿だから、投稿がないよりはいい)

Tuesday, September 18, 2007

SunFire’s jet turbine

It's been quite a while since I naturally stopped dealing with Sun servers. Back in college I dealt with Sun SPARC servers, and in Fujitsu I used Fujitsu's SPARC compatible with Solaris. After that, after a few months of using Solaris x86, I had no more direct interaction with Sun servers/operating systems for years. Until recently when I actually saw the details of Sun x64 servers (i.e., IA servers) whose pricing are not as expensive as I tought. I just set up a SunFire X4200 M2 and the first impression is it looks much closer to an Xserve now, but much noisier. When main power is on, it sounds like a jet turbine. I thought Dell's rack mount server is the noisiest, but now I forgot the existence of Xserve and Dell servers when this X4200 M2 is on.
Nevertheless, current Sun servers look cool and powerful. I couldn't wait to actually try the power of dual-core AMD Opteron 2220 2.8GHz.

Tuesday, August 21, 2007

jad file for au openappli

Here are compulsory items on jadi file to be compatible with au's openappli:

MIDlet-Name
MIDlet-Version
MIDlet-Vendor
MIDlet-Jar-URL
MIDlet-Jar-Size
MIDlet-Data-Size
MIDlet-1

Reference:
http://www.au.kddi.com/ezfactory/tec/spec/openappli.html

Preparing WAV file for Julius

This will change the sampling rate to 16KHz
ffmpeg -y -i 20070808.3GP -ar 16000 -acodec pcm_s16le output.wav

Sunday, August 5, 2007

Pakar basbang

Sang "pakar telematika" katanya menemukan versi lain dari lagu Indonesia Raya, dan katanya semoga ini menjadi hadiah bagi RI di bulan Agustus ini:

Lagu Indonesia Raya Versi Pertama Ditemukan di Server Belanda

Inilah Lirik Lagu Pertama Versi Pertama

Duh, ada yang bisa tolong ajarin "sang pakar telematika" ini untuk ikutan milis, baca blog dan pake YouTube, well singkatnya untuk menggunakan Internet? Katanya dia temukan versi lain dari lagu Indonesia Raya di "server Belanda," padahal ini udah lama beredar di YouTube dan gue udah liat dari dulu. Hadiah apaan, fakta basbang buat malu negara aja punya masyarakat dan media massa yang mau dibodoh2in.

[youtube=http://www.youtube.com/watch?v=6QvyLkdl1_s]

Thursday, August 2, 2007

mp3 on W54T’s LISMO

The LISMO software that came with W54T is said to be unable to handle mp3 files. Here is the patch to enable mp3 handling.

Monday, July 2, 2007

Binary contents download via SMS

In Japan contents download is always via browser, but this seems to be simply not the norm in GMS world, where SMS is used for almost everything. I wanted to know how to download some binary data (like a Flash file) to the handset in GSM world. It seems that the keywords are "WAP push sms". In fact, MMS which is the medium operator's email is transported, is actually an SMS with WAP push function. For MMS deliver, the mmsc delivers the sms with URL pointing to the actual MMS message, and the handset will use GPRS to fetch the message via WAP.

References:
How MMS works
Send an SMS to a Java app/MIDlet