Wednesday, January 23, 2008

The Free Software Foundation in Europe(free speech)



What description is more like Free of Free software?Free as in free speech, not as in free beer.Correct,it's a good free speech about EFSF above:)

Im busting my as to carve out a business in snowing that it's a great challenge from many non-tech side.Im still working on it.I will spend all my life that fight with Free Software(also Open Hardware) that just for Glory to God.A startup will making cash that can provide us to fight.haha~sounds great!Im already to go through with it.....

btw:I have read 2 articles in the week that given me some good advice to startup.
1,The 18 mistakes That kill startups
2,How to recognise a good programmer (I would better to recognise a good programmer than business man.Thank Lord!

Friday, January 04, 2008

Scheme is frenk'in cool!

I get used of C and java to write bore stuff for work in past 3 months.I fed up with windows-related development that destroy ur creativity day by day.OK,Im complain too much today.

I have to tell you guys that tail recurrsive is really cool stuff that can provide a low cost for performance(in facto,when u write a fibonacci).Scheme is cool lang that include many modern programming language's feature when her was born(espeically,the GC).I just have spent a little bit of time for study the syntax and go through with 2 trivial stuffs like this.......

(define cool (lambda (x)
(if (= x 0)
0
(let sum( (num x) (sp 1)) ;sp=stationary point
(if (= num 1) sp
(sum (- num 1) (* num sp)))))))

(define cool2 (lambda (n)
(if (= n 0)
0
(let fib ( (num n) (result 1) (tmp 0))
(if (= num 1)
result
(fib (- num 1) (+ result tmp) result))))))

btw:come on,roll to say "goodbye" to Microsoft(it is evil)'s bore stuff except u're a system programmer who work with windows kernel(WRK).

Tuesday, January 01, 2008

Happy New Year 2008

This is new year,or just another despiration?

There are 2 things should be celebrate for new year:
1,The Baldur's Gate was a very old computer game which based on DND rule.Im very exciting to hear about Baldur's Gate will be a movie that made by xxxx company.
2,I was talking to the founder of Hackerdom Training Program---Hongfong.Probably I will going to HTP to learn at end of this year.I have frenk'in strong intrested about scheme and other low-level tech that can changing the world.The pretty brand new OS which named of Ming OS that created by Hongfen will be show up in Europe expo in March.The MingOS has a pretty new concept of OS design that use 4 rings(Linux,windows,both used 2 rings---krl mode and usr mode) are 0-meta-kernel,1-customized kernel,2-usr programming level,3-recvied the data from network(sound like distributed network).

btw:这2件事情的确很让人兴奋,但最让Shawn兴奋的是现在还在和乖乖老婆恶心....