January 2006 Archives
January 26, 2006
Emacs: my snippet.el
(load "snippet")
(load "my-snippet")
To use this great tool.
Thanks the author of snippet.el, Pete Kazmier. You are great.
Cheers,
Kang-min Liu
January 16, 2006
宵夜套餐
- 台啤
- 雞爪凍
- 花生米
- 海帶
- 衛生紙
- 料理東西軍
January 14, 2006
Data::RoundRobin
my $rr = Data::RoundRobin->new(qw(a b)); print "$rr"; # a print "$rr"; # b
Or, I'll add a Tie interface that makes it looks like some infinite long array:
tie @array,Data::RoundRobin; push @array,qw(a b); print $array[2]; # a print $array[65535]; # b
They all look pretty cool.
January 11, 2006
We hacked, and blogged.
It has been three quiet days of us CPAN hackers in my house. We have a full house of perl hackers doing interesting projects. Hacker never sleeped, and never stop hacking, unless they are blogging. So it's totally like the "dining philosopher", sometimes these hacker are thinking and rehashing their mind, after that they grab their laptop and working on the beef.
So I worked on some JS in the first two days, and created something ingy and I called "Kjax". It's a new buzzword. Check it out at here.
miyagawa has finished really lots of things, he is really amazingly productive, just like audrey and clkao. Tonight hcchien arranged a dinner event, so we'll be having some easy conversation and be relax. But, yes, check out what we've finished here.
Realizing that I totally need to rehash about myself, I am blogging. I need to know what am I going to talk on YAPC::Asia and OSDC.tw. Maybe I'll talk more about this Kajax hack, but maybe there'll be something more before those two events.
Oh, and this new intel-based MacBook just released. I'll totally want one if it runs windows xp (whether inside qemu or just in a seperate harddrive partition) super-fast. ;)