I just read a wonderful article in BHW forum. This post is just to remind me about this topic.
Google keyword:
“MLM opt in leads” “Biz op email data” “email marketing lists”
I just read a wonderful article in BHW forum. This post is just to remind me about this topic.
Google keyword:
“MLM opt in leads” “Biz op email data” “email marketing lists”
Recently I watch quite many anime series .. haha. It help me cooling down my head, release fatigue and gain more spirit .. haha.
In a correct order:

Tokimeki memorial ~ only love
Good .. somehow it is like playing the game, yeah I beat 2 or 3 tokimeki games (playstation) years ago

School days
BAD … I wish I didn’t watch it … very bad ending, remind me of the old gainax’s anime .. arrrh

They are my noble masters
Good.. entertain me

Kamen no maid guy
Good.. it is the first anime I ever watch .. about a maid guy …

Today I launch a new website. It is an anime mp3 download website. Here you can download mp3 file in a full album and singles, complete with the cover scans. I will try to upload new album and singles in daily basis. It use wordpress. It is so amazing that I can finish it in less than a day, actually one or two hours, no more. Wordpress is so easy and you have a lot of option what to do. However I fear for long term run since wordpress seems to sacrifice the performance for busy website. Ah crap .. I think too much! .. haha.
Also currently I’m working on another anime website to collect all of my over 2,000 videos uploaded at megavideo.com. I will announce here later when it’s done.
Enjoy!
For those who are curious about how is my mac hackintosh setup. Here is I uploaded some good pictures of mine.
For motherboard, I can’t clearly shot it. My camera lost focus when it is too close.
I usually use my second monitor at right side to code using textmate and use the main monitor to open the browser. There is no specific reason, but I must say that color quality of SyncMaster 931BW is much better than the other one, SyncMaster 732NW.
I feel comfort while working like this.
My friends uploaded old photos from our school days. Seeing them is so funny and I kinda feel miss that moment. I wish I could have something like leo’s timemachine, and go back to the past …haha.
Picture 6 and 8 were taken when I was 14 years old. Oh crap .. I remember I start coding at this age, become loving it and loosing my youth … haha.
Picture 7 was taken when I was 18. It is my 1st year of university. What is this with the big glasses .. haha.
Now I’m almost 33 years old. Waw .. time really go so fast.
There are some hackintosh issues that I could not fix so far. I wish I could fix them later. Right now I don’t have enough time to play with it.
Ok, here are:
- Quartz Extreme doesn’t work with my 7950 card, not a big deal.
- Paralels can’t work, I wish I could run windows as virtual machine, I don’t want bootcamp. Single boot is good, my hackintosh run 24/7, I write codes in osx daily, but I have some seo tools run under windows only.
- Timemachine can’t work, it would be perfect if I have hourly backup with timemachine for data archiving and superduper run everynight for fast data recovery
If you have some directions, please drop me a message here. Thanks!
In earlier post I talked about 8600 gt. Now I really want to have dual monitor work. With 8600 gt I have an unsolved problem. The nvenabler could not perform dvi output. I know it must be something wrong with NVCAP value. I gave up with this card. Unplug it and I use the older but it has a lot of more powerful vga card, EVGA 7950 GT 512MB DDR3 ..
Instead of VGA/DVI connector, this card has dual DVI output. The NVEnabler could not recognize it. It give a black background, but somehow the mouse cursor appear. But it is helpless.
I go with safe mode, use -x when booting. Then install NVInjector 0.2.0. I didn’t use the kext file, but I got a universal installer. I will upload this file later in other post since it’s quite big. Then reboot.
My configuration is main monitor in DVI and second monitor in VGA (using DVI-VGA converter). Go to system preferences as usual, then monitor. Click ‘Detect displays’ to enable the second monitor. It work!
The main monitor, syncmaster 931bw with DVI connector has problem. It doesn’t run in native resolution. While the second monitor detected and work with its native resolution. I use switchresx to create custom resolution. Then reboot to active it.
Perfect! It work!
There is another issue, but not a big deal for me. Quartz Extreme is not supported. All monitor work on their native resolution is enough for my eyes. I also see higher temperature, cpu core run at 51-52 celcius. With 8600 gt it is cooler, 47-48 celcius.


I just fixed a random shutdown. When cpu in highload or around 55 celcius, the computer suddently off. I can’t turn it on unless unplug the power cable for a few seconds. It seems power suply issue. I replaced with other cheap and unused power supply 400W
. I’m glad it work very well now.
I have two unused nvidia card, biostar 8600GT 512 and evga 7950GT 512. The 7950 has more power, but right now I want to use 8600, because I have no game installed in my pc at the moment.
I use nvenabler.pkg. Just run the file then reboot, it should work fine. You will get 1024 resolution first after installation, just go to system preferences to switch back to the native resolution you have. In my case, it is 1440×900.
Here is the file: NVEnabler.pkg

I’d like to share my favorite xgettext command to scan recursively the entire folder and its sub folders.
xgettext -o ../script.pot --from-code=utf-8 --keyword=_t --width=300 --no-wrap $(find . -name "*.php") |
You may want to remove unnecessary parameters like –keyword=_t (I use my own _t() instead of _()), –width=300 really not necessary, and –no-wrap, useful for me to write my own .po file parse. In my case, I need to convert it in array.
