IRC is pretty much fun for discussion. Since I've join in part of the modders team (as a translator that is), the debate on modding and translation does happens some time, and it's fun to watch the discussion. Some of the folks I met are geeks, and I even found myself a Sensei / teacher who's also part of the team as translator. :p I think I'll hook up in IRC for now on.
Found myself an interesting blog. Gaijin Smash is about an English teacher who teaches in Japan. His point of view of Japan, as an outsider (which Japanese call gaijin) is slightly different than what we normally sees in TV. Anyway, some of his post is pretty fun, and you'll find yourself seeing Japan in another angle.
Damn hooked up with shaders programming. I intend to add shaders into my project. A last minute rush to enhance the project, but I'm only possible to program low level shaders. Yeah, it's low-level enough, that Ill have to play with ASM instructions. Dunno what ASM is? For example to declare a variable A = 3, you'll got to
MOV A, 3.0;
Phong shading is complete, though I'll need some experiment on material to get the best result of the vertex shading. Nope, I'm not going with textures. Now on my way to testing out GPGPU's concept on programming GPU. Nice ideas, but I don't know how many of the concepts apply to my old GPU...