The WowHacker reloaded

This is published by one of Korean hacker’s groups. I bought the first version of this book, which is pretty impressive to me and makes me happy on Korean hacker’s culture. This second book is quite disappointed in several points – first is which they are not talking about principles, but kiddy usages on tools, second is which editing and coding style are terrible. Rather than translating, which is time consuming, we need original idea of doing real hacking. However, this is only attempt to publish their works through book. We have to praise a bit for their intent. Good.

Frankly, I am a System Hacker, but I love GUI stuffs too. I am an ardent lover of wxWidget & wxPython, which are multi platform GUI framework. However, Win 32 API & MFC are considered not very bad. I have delved into these framework from the bottom, meaning right above the kernel interface. Even my main development environment is Ubuntu, GNOME desktop, I didn’t look inside of it yet! So during the holidays, I checked how GTK+ is constructed above X11 and how is it extensible to construct the GIMPS. My first impression on GTK+ is the best among all. It is really written in C but hard to say imperative C. It is definitely Object Oriented design, as C can do its best. Beautiful ever! (but I like much higher binding of C++ and Python, making me type less than GTK+)

I developed gtklookup-mode while writing gtk code for convenience.

enjoy!

One of my dreams during PhD is that I developed Lisp OS. I don’t know why exactly. After using Lisp, precisely scheme at first, my thinking on software design & algorithm was changed. I can not forget the moment that I understand ‘not imperative’ language. When using Lisp, I felt this language is suck ever not better than calculator as any other novice programmers, yes young students. All students are thinking Java is nice and C++ is suck, but C is umm sometimes better to write an algorithm to solve ICPC problems. No body think that Lisp is better suit to everything. Lisp is different in many aspects. First, you can design your own language. When writing a code with C++/Java, you might feel comfortable with libraries right? These are totally mangled codes of templates and retrospections & reflections. Lisp has much better way to deal with your source code as your data and data is your source code, too. Even Python that is one of my favorites doesn’t provide any features that I expected in Lisp. For example, let us assume we are writing unittest or debugging framework. Our c macro (preprocessor, cpp macro) helps a lot – such as __FUNCTION_NAME__, __LINE_NO__ , #, ##, … see boost preprocessors perfect isn’t it?

However, Lisp’s approach is much fancy and neat. Macro is not different code. It is tool to make our computers to write our code on behalf of us. Simply it is the way to control and command pc to work properly and fast.

So, why OS as Lisp? I will talk about it later :)

As an one of intellectual pundits in computer science, I think that the Open Source is one of the most influential discoveries in 21st century. The reason why I mentioned discovery not invention is that it is exactly fit with human nature. The thing is thing, but anything else. These are the things that are intellectually valuable and beneficial to everyone when pervasive. Such as music, philosophy, math, and natural science, the software is not the thing we can seize and prevent them from being disclosed. To whole human beings, these activities definitely make them valuable, but for artists, philosophers, mathematicians and hackers, it should be more than just valuable. Since we are human beings, we can not live just with intellectual achievements. We also need love, food, family and surely money.

Is there any new model to satisfy all of these conditions
1. making our society valuable as a whole
2. making each individual satisfying as an individual in our society
3. making them feel respects and achievements

We are not volunteer!
Need much sophisticated model rather than FOSS..
We also like you, yes human beings.