Wednesday, July 02, 2008

Happy gaming life

Garry think the crysis's gameplay as well.I agree with him after play.

what happend then?

ooh..yeah~this is not a kind of human base..

hide-and-seek

be water,my friend by Bruce lee

wowow........

eat the rocket,monkey boy~

should i singing walk hard?

Hummer doesnt give you sense of security

...............

it's just a start...


Assasin's Creed

The beautiful city---Jerusalem~I hope can be there in my life at once at least!

Thank Lord I still live~

Acre---The most important city of crusade

i need speed.....

Damascus..looks cool~I love this city.


btw:Hacker think that The Holy Bible can change your life.Hackers aint fool we know what books we should choose to read.The Lord of Rings is a another good choice because of that give you a way to understand the BIble by reflect of mythology which to Bible.

Tuesday, June 17, 2008

port SDL to arm s3c2440

SDL is a multi-platform graphic interface.I move SDL programs can running on arm through just a few commands.

./configure --enable-release --target=arm-linux-gcc --host=arm-linux --disable-esd --disable-video-opengl

make

make install

copy your lib(something like libSDL-1.2.so.0.11.2) to arm's lib.
timer is one of sample program in SDL src which is /SDL/test
/* Test program to check the resolution of the SDL timer on the current
platform
*/

#include
#include

#include "SDL.h"

#define DEFAULT_RESOLUTION 1

static int ticks = 0;

static Uint32 SDLCALL ticktock(Uint32 interval)
{
++ticks;
return(interval);
}

static Uint32 SDLCALL callback(Uint32 interval, void *param)
{
printf("Timer %d : param = %d\n", interval, (int)(uintptr_t)param);
return interval;
}
int main(int argc, char *argv[])
{
int desired;
SDL_TimerID t1, t2, t3;

if ( SDL_Init(SDL_INIT_TIMER) < desired =" 0;" desired =" atoi(argv[1]);" desired ="="" desired =" DEFAULT_RESOLUTION;" desired =" %d" actual =" %f" t1 =" SDL_AddTimer(100," t2 =" SDL_AddTimer(50," t3 =" SDL_AddTimer(233," desired =" 1" actual =" 10.493179" param =" 2" param =" 2" param =" 1">

Saturday, June 14, 2008

Welcome to the Doom3(D3 and ROE)

wow...this guy..pilgarlic...

be at peace,soldier~

the signed from hell?

no smoking....

If someone speaking truth that you may be throwing in jail like him...

cool bio-fighter

entering to hell.......

start a beautiful trip.......it's free of charge~

back door...

wanna swimming?

hey,boss~i need cash....

looks high tech center

smell fear.....

who's your daddy?

This monster remind me of Microsoft....ugly...

I was wondering how a talent team could make a creativity product like doom3.These guys's rocks~I cant imaging that what is the real hell that must be horrify.Every Christian should play this game and thinking why God let this game came out.
Hope you can enjoy with it!!!

Saturday, June 07, 2008

I got a new laptop

Dell Inspiron 1420 CORE II 2GHZ,2GB memory,160GB hdd,gf8400gs graphic card 256mb.I have install the fc9 that graphic card couldnt found by itself.Thank to Justin Conover's blog about how to install graphic and sound's drivers in fc9.

nice~Thank LOrd!

ps:I want to be the man who enjoy hacking like God hacking the creation when God has doing Genesis.Developer....cool.........

Saturday, May 31, 2008

log.txt of nfs to arm

Right now,my arm board can run linux as well.What is next?hacking the frenk'in SDL and try to migrating a SDL to arm next month.Thank to a bro who named of NalaGinut.I cant let my arm to running just spent 4 days if he dont help me out troubles.bullshit over~
let's roll..............
vim /etc/exports
add this to end line:
/citypw/shawn-dev/firstArm *(rw,sync,no_root_squash)

/etc/init.d/nfs start

tar zxvf root_default.tgz
mkdir /citypw/shawn-dev/firstArm
cp -R root_defualt/* /citypw/shawn-dev/firstArm

mount -t nfs 192.168.1.3:/citypw/shawn-dev/firstArm /citypw/shawn-dev/tmp

enter your vivi's src folder and find "vivi/arch/s3c2440/smdk.c"
edit smdk.c:
char linux_cmd[] = "console=ttySAC0 root=/dev/nfs nfsroot=yourIp:/citypw/shawn-dev/firstArm ip=ArmIp:yourIP:$gateway:$netmask:HACKING:eth0:off";

you also do "make menuconfig" and "make" with vivi and kernel.

use Jflash put your vivi to Arm.
use minicom load kernel into Arm.
enter "boot" in vivi CLI.
something happend like this:
vivi> boot
Copy linux kernel from 0x00050000 to 0x30008000, size = 0x00200000 ... done
zImage magic = 0x016f2818
Setup linux parameters at 0x30000100
linux command line is: "console=ttySAC0 root=/dev/nfs nfsroot=192.168.1.3:/city"
MACH_TYPE = 782
NOW, Booting Linux......
Uncompressing Linux.............................................................
Linux version 2.6.13 (root@localhost.localdomain) (gcc version 3.4.1) #4 Wed Ma7
CPU: ARM920Tid(wb) [41129200] revision 0 (ARMv4T)
Machine: SBC2440
ATAG_INITRD is deprecated; please update your bootloader.
Memory policy: ECC disabled, Data cache writeback
CPU S3C2440A (id 0x32440001)
BUG: mapping for 0x19000000 at 0xd0000000 overlaps vmalloc space
S3C2440: core 405.000 MHz, memory 101.250 MHz, peripheral 50.625 MHz..............................

................................

btw:happy Chirldren's Day!You can be a kid,but dont be a fifi...

Thursday, May 29, 2008

"make" correct Jflash

LIke as a Shawn the R0ck(St.Augestine@copyleft) said"Even though we are going to see Lord tonight,but we still have to read the sicence magazine in the morning,write code in day,play quake at afternoon.Then having dinner and sleep for a while..."Whatever earthquake My life still going on.

My arm board is samsung 2440 V3(400MHZ 64 NAND FLASH).I play with it today.Firstable,I have to extract the Jflash(jtag tool) to a Folder.Before you guys run "make" to Jflash's makefile that there are 2 things you need to do.
1,Because I used FC8 distro,so I have to modify a file of ppt.h.Use #include "sys/io.h" instead of #include "asm/io.h".

2,you have to modify somes lines from jtag.h,this is my file after modified:
#ifndef __JTAG_H__
#define __JTAG_H__

#include "ppt.h"

#define LOW '0'
#define HIGH '1'


// Pin Connections
// TCK :DATA[0] (2)
// TDI :DATA[1] (3)
// TMS :DATA[2] (4)
// TDO :STATUS[7] (11)

//#define TCK_H 0x01
#define TDI_H 0x02
//#define TMS_H 0x04
#define TCK_L 0x00
#define TDI_L 0x00
#define TMS_L 0x00
#define JTAG_SET(value) OutputPpt(value)


ok,then you go "make".

BTW:I found a good free software for Bible Study:GnomeSword You also can use a command to install:yum install gnomesword

Monday, May 19, 2008

The City Of Death

I went to a earthquake area that city which named of HanWang(in MianZhu in SiChuan Province).I have never seen a city like that....Considering the losses in the earthquake area, our support was an utterly inadequate measure.Im uploaded some pictures and videos that you can see what happend out there.
May God bless China!!!




















Thursday, May 15, 2008

earthquake in sichuan

FATHER,I know you have grace and mercy...protection of us.Please blessing China......but may your will be done not my will!!!

regards
Shawn the R0ck

Saturday, May 10, 2008

Concert from *

It's long time I have not been to concert.We got a rock show yesterday that it is awesome.Too busy in the days I lost music in myself.Thank God sent this band here.Music drive u to think about what is ur purpose of life.As a computer guy,it's too hard to know music from a Great Musician---Bach.A friend's always said that Bach's music let u know about how powerful creation by God.Saddly,I prefer to listening other baroque music.

Jared is a good guy and a singer.This ablum writen by Jared when he travelling around the world.From Africa,Jerusalem,JiuZhaiGou,Xiamen,HongKong,Mexico and USA.U can download his songs here if u want to miss a beautiful stuff.


btw:The greatest Gaming life---DOOM is start to developing new one(DOOM4) by id tech5 engine.U guy could see id software.The 13th QuakeCon is coming but I dont have enough cash can bring me there.Hope can get fun in the 20th QuakeCon :)

Friday, May 02, 2008

FOS is a fuc* awesome band

everything is boring in the days,except that fucking shit good band----Forest Of Shadows that give you a shock then u would be wondering why a doom metal can be very impressed I mean the creavitivity.

Eternal Autumn


Wish


I hate boring stuff.like as?life goes by the books(routines) recently.get up->breakfast->read Bible->get to work->write codes->write docs->talk with customers->*->go home->shower->read->visit pornie site(sometimes)->phonecall from girl(my sweety)->go to bed->read->sleep<=>get up

I have plan to learning computing ess that I will use 2 books SICP and The Scheme programming lang,3rd edition.One of my another plan is to build a "HackerFellowship" in the year.Hope Lord will help me .

3 stages:
1,I am something.(sucks,absolutely Im here)
2,I am nothing.
3,God is everything!!!

my Lord Jesus,please killlll my weakness!

Saturday, April 12, 2008

to be a hacker....free your mind

Everybody should be a hacker that order to Hacker ethic.Im damn exciting about that someone told me he is a music hacker.

In age of agriculture,Augestine and many great philosophers created methodology and ethic that called pre-Protestant ethic about 1600 years ago.They didnt know why God always work hard.

In industrial age,people has create Protestant ethic that gave us big influence on earth.Many of us work begin at 9am end at 5pm that was a part of Protestant ethic.

Since 1989,the Information age(globalization) was begining.But the current ethic which can be get used to Information age that is vacancy.What should we do?bravely,To making the methodology and ethics like our fathers.Hacker ethic is that choice that we have to responsible for God and cultural mission which mentioned from The Holy Bible.

Come on,join us.Share information,freeing and opening.To be a hacker(music hacker,architect hacker,computer hacker,kitchener hacker,etc).Hacker should become the man who
living in the future and defining the future.

By Shawn the R0ck

Thursday, March 20, 2008

*Vampire*

I would like to see blood something after saw my first vampire movie that i didnt remember the name(I was 6 at that time).Thats why the darkness art follow with me for a long time.Even now i still love it but not a enthusiasm anymore.The dark stuff would gave you the spirit to do with some creativity.I was accepted Lord Jesus as my Lord savior about 4 years ago.In the first 2 years,brothers and sisters always told me that leave the devil thing(dark art) as possible as I can.And they were really pray for me.Thank Lord!U did.U help me to seen your property of Creativity by dark art(i mean the vampire thing and metal music).Id like a lot vampire books that written by a woman---Anne Rice.Im very appreciate for what her writting with.I was wondering she became a Christian.That mean someone who went further than me in the dark culture but built in faith to God.wowow....cool things always happend in my life.ciggarattes,metal music,etc are good(creativity) but these should not be the source of my spirit.The ess thing is the Holy Bible!May God bless us!

信主快4年了,现在的Shawn以前不是4年前的那位Snake(虽然Chris经常拿S Chad来跟Shawn开玩笑),更多的是思考人生的意义---Glorify God!4年里Shawn对金属有了更本质的认识,这里先感谢RB推荐的Forest Of Shadows,他们简直非常的棒,最近给Shawn非常多的灵感,自从很小的时候(6岁或许是8岁)Shawn就非常的迷恋于黑暗的文化比如吸血鬼,骷髅,古堡之类的,刚信主的时候曾经也有很多疑惑觉得这些东西统统是不符合圣经的,之后的痛苦探询让Shawn找到了部分的答案,如果用一名完全遵照黑客伦理的人来看,圣经启示给人类的第一个属性,Shawn这里指从圣经的字面意思来看,是创造性,上帝在创世记里非常勤奋,赋有诗意,具有哲学和科学的对称的,非常快乐的工作创造了宇宙和人类.可见创造性的重要,Shawn会努力在10年里构建基础方法论来荣耀上帝和帮助更多的人.

时间过的非常的快,1年前Shawn住在一个离市区较远的地方,每天晚上几乎很少可以看到汽车,半年前由于工作的原因搬家,每天早上就如同新教工作伦理(大部分人不一定是基督徒,但肯定会遵守新教伦理)早9晚5的工作,每天挤公交车和每天同样的事情的确让人有些麻木,但也让Shawn认知到寻求人生意义的重要,现在Shawn有更多的时间来思考周围的一切,每天在住的地方看到通宵来往的汽车让Shawn想到了所罗门王的"虚空".........愿主带领每一个人找到那终极的归属!

some beautiful pictures:




btw:Scott gave me a message just now that he said "hey,bro,Im in the desert now.frenk'in cool,hum?"

Friday, March 07, 2008

quotes from *

too busy in the days~starting company is not easy espical in China.It's hard to make(read) the financial reporting.but now,I almostly to be a half financial hacker.ha~not bad...I dont wanna writing more but I will post some good quotes:

1, to be a hacker....free your mind
Everybody should be a hacker that order to Hacker ethic.Im damn
exciting about that someone told me he is a music hacker.

In age of agriculture,Augestine and many philosophers created
methodology and ethic that called pre-Protestant ethic about 1600
years ago.

In industrial age,people has create Protestant ethic that gave us big
influence on earth.

Since 1989,the Information age(globalization) was begining.But the
current ethic which get used to Information age that is vacancy.What
should we do?bravely,To making the methodology and ethic like our
fathers.Hacker ethic is that choice that we have to responsible for
God and cultural mission which mentioned from The Holy Bible.

Come on,join us.Share information,freeing and opening.To be a
hacker(music hacker,architect hacker,computer hacker,kitchener
hacker,etc).Hacker should become the man who
living in the future and defining the future.

By Shawn the R0ck

2, Description of The New Zion?
有一位智者或许已经预见到了国家最终的理想状态,对自己的美好设想作了生动描述.他说:"未来的景象浮现在我眼前.我看见的是这样一个世界:在那里,国
王的宝座纷纷倒塌,帝王都化作一抹尘土......"

"我看见的是这样一个世界:在那里,不再有人沦为奴隶,所有人都是自由的.自然界中的神奇力量,论电闪雷鸣还是阴阳八卦,无论狂风华还是巨浪,寒霜还是
烈火,都任凭人类驾驭,使用......"

"我看见的是一个太平的世界:在那里,有各种形式的工艺品使它增辉,有千变万化的乐曲声在激荡回响,人们互相之间都充满温情,坦诚相待.在那里,不再有
流放者的悲凉叹息,没有囚犯的痛苦呻吟,没有绞刑台上的绝望和死阴幽谷.在那里,付出总会得到丰厚的回报,人们陶醉于收获的喜悦中......"

"我看见的是一个祥和的世界:在那里,没有伸手乞讨的乞丐,没有一毛不拔的守财奴,没有令人心生恻隐的哭泣,没有欺上瞒下的谎言,也没有旁观者的冷言冷
语......"

"我看见的是一个最完美的世界:在那里,所有人都摆脱了病痛,每个人都健康长寿,快乐幸福.整个地球上处处充满了爱,人人都充满了对生活的感激和美好的
信念."

3,15世纪中大主教托马斯・希蒙森
“自由是最美好的事情,也是世界上最值得追求的事情,而只有秉持公正的人才能享受自由,如果你尊重自己,就应爱自由胜于爱黄金,因为自由可以带来荣耀。”

Shawn:主啊,追求本质怎么就会是那么难的一件事情呢?难道就因为人类的罪性?主啊,求你怜悯生活在世界上而一直坚守你的道的人们,Shawn向你忏悔最近骄傲的心智,主啊,对于目前的景况Shawn向你献上感恩.............