simple singularities

house m.d.

Filed under: drama — fri13th September 29, 2006 @ 9:42 am

House, M.D. - Season One

dr house is the coolest character i’ve seen ever, even cooler than mulder.  i expect to see the next season!

a bug in graph based on rrd data - part 1

Filed under: flickr — fri13th September 28, 2006 @ 12:05 pm

rrd means round robin data. it is useful when log statuses of some machines. i.e. cpu load, network traffic. usually  rrd tools get data from a 32bit counter that starts from 0 and reset when over its limit.

there is a critical problem in this way. if you’re in the way like 2432823232 and probably next data will be like this 2432825895, but if the machine is reset, counter starts 0 again. in normal case, network traffic is 3000~4000 bps and soon it jumps 2^32 - 2432823232 bps or else..

how can i avoid this problem.. i have to guess from now..

naver blog

Filed under: web2.0 — fri13th @ 11:56 am

i opened another blog in naver, korea’s most popular blog service.

it has many fun features, that i couldn’t see anywhere in the world. big size images for tour, music upload, and more. you may check it from below link. although, all contents are written in korean.

http://blog.naver.com/fri13th

oki’s sunset

Filed under: flickr — fri13th September 25, 2006 @ 10:05 am


oki’s sunset, originally uploaded by lazy fri13th.

a beautiful japan sea’s sunset

naver blog opened!

Filed under: web2.0 — fri13th September 22, 2006 @ 10:32 am

i opened new blog on naver, korea’s most popular potal services.

http://blog.naver.com/fri13th

although it’s targeting korean people only, you can see some tour and gourmet pics..

kobe

Filed under: flickr — fri13th September 19, 2006 @ 9:48 am


kobe, originally uploaded by lazy fri13th.

kobe tower in kobe port, beautiul scenary!

chart director

Filed under: programming — fri13th September 14, 2006 @ 11:42 am

although it’s not an open source product, it’s a cool software solution for on-the-fly chart pages.

i admit :-)

leica m8

Filed under: want — fri13th September 13, 2006 @ 10:16 pm

i’m a fan of leica camera, so i was pleased to hear the new digital m.
it does not support full ccd. gee, why the first class camera hasn’t got
the first grade performance? so i’ll wait another version..

m3 is the state of art machine. there’s no leica like that.. i wish i buy the m3 again, someday..

dirty harry

Filed under: programming — fri13th @ 10:10 am

Dirty Harry

one of my favorite detective series. the world’s most powerful gun, 44 magnum and uncharming smile, the harry’s character is somewhat like me..

"go ahead, make my day"

so cool~

some locale bug in struts..

Filed under: java, programming — fri13th September 12, 2006 @ 8:53 am

when you want to use message resources in your action file:

  MessageResources messageResources = this.getResources(request);
  message.setFrom(messageResources.getMessage("message.youWant"));

strangely you can’t get the right string. the locale in web site is dependent on browser’s locale, but the locale in action file is dependent on  OS.  i can’t solve this problem. i set locale manually, but no effect at all.

Next Page >>>