Muse – New Born

가장 큰 문제는 타인은 물론이고 자신에게조차 솔직하지 못한 것이다.
행복한 죽음을 마련하는 내 삶의 행로에서 이 껍질은 가장 처절한 장애물이다.
한순간 이 껍질을 깨어버리고 나갈 수 있을 것 같지만 결코 쉽지 않은 것.
 
2003년은 그야말로 내 삶에 있어서 총체적인 정체의 시기였고,
무비판에 의해 보호받는 가시밭 안의 웅덩이 처럼 되어버린 해다.
껍질을 깨기 위한 최소한의 빛이 들어올 틈조차 스스로 틀어막아 버린 셈이다.
 
이제 다시 태어날 때가 되지 않았는가.
 
 

Muse – New Born 더 읽기"

한일전(戰)

http://www.hani.co.kr/section-004000000/2004/01/004000000200401121051298.html
http://blog.naver.com/illo97/60000571189
 
‘정치 집단에 의한 통제된 폭력’이라는 전쟁의 정의를 채택한다면, 이것은 전쟁의 초보적인 형태라고 봐도 거의 무방할 듯 하다. 정치적인 이슈에 관심이 없는 ‘민간인’들이 피해를 입는 것도 실제의 전쟁과 다름 없고 말이다.

한일전(戰) 더 읽기"

~10일 워크샵 갑니다.

뭐, 그동안 절 찾을 사람은 별로 없겠지만, 10일까지 휘팍으로 워크샵 다녀옵니다. 그러니까, 10일 아침에 서울로 귀환할 예정이지요. 좀 있다가 (8일 오후) 출발할꺼구요. 이번이 세번째 보딩인데, 이번 시즌, 회사에서 두번째 가는 보딩이라 그다지 내키지는 않지만, 안갈 수도 없고해서, 여하튼 다녀옵니다. contact이 필요하신 분은 핸드폰으로 전화하세요.

~10일 워크샵 갑니다. 더 읽기"

Comparing and introducing Ruby

http://www.ntecs.de/old-hp/s-direktnet/rb/ruby.pdf

 
Ruby가 어떤 점에서 다른 language 들(esp. Python, Perl)에 비해 뛰어난지를 설명하는 article이다. syntax로부터 library까지 여러가지 내용이 있지만, 인상깊었던 것들만 요약하면 다음과 같다.
 
What is Ruby?
 
– modern, interpreted and object-oriented programming language
– Ruby > (Smalltalk + Perl) / 2
– developed, having Perl, Python, Smalltalk and Eiffel in mind
 
Easy to learn
 
– has good tutorial
– easy syntax
– clean, readable but short
 
Syntax
 
– variables only contain references to objects
– all constructs have a value (e.g. if-construct)
– variable name convention defines characteristics of variable (capital letter, small letter, $, @)
(Perl use my, local, …)
– iterator, blocks with method
– exception model support post-condition (begin-rescue-ensure-end)
– dynamic type checking
 
OO Features
 
– instance variables (member variable in C++) are only accessible from insdie the class (maybe getter-, setter- methods)
– attr_accessor function of module Module dynamically creates a getter- and setter- method for each parameter
– extend existing class in adding a whole class
– support only single inheritance
– support mix-in (alternate multiple inheritance): every module can be included into a class
 
Library
 
– Perl-like Regular expression
– DB access (MySQL, Msql, PostgreSQL, Interbase, Oracle)
 
Language Extension
 
– C/C++ extension
– Ruby/Python

Comparing and introducing Ruby 더 읽기"

Know You Web Services Specifications

.net magazine august 2003에서 발췌, 요약.
 
Know You Web Services Specifications
 
OASIS (Organizations for the Advancement of Structured Information Standards)
http://www.oasis-open.org
비영리 국제 컨소시엄. Microsoft, IBM, BEA, Sun등이 참여.
 
WS-Security
WS-Policy
WS-Trust
WS-Privacy
WS-Secure Conversation
WS-Federation
WS-Authorization
 
W3C (World Wide Web Consortium)
http://www.w3.org/2002/ws/
웹 관련 기술을 위한 spec을 제정하는 주요 컨소시엄.
 
XML, XML namespaces, XML Schemas, XML Protocols
SOAP (Simple Object Access Protocol)
WSDL (Web Services Description Language)
Web Service Architecture
Web Service Glossary
 
IETF (Internet Engineering Task Force)
http://www.ietf.org/
웹 서비스에 관련된 spec을 많이 만들지는 않지만, 기반 기술을 위한 spec을 제공한다.
 
DIME (Direct Internet Message Encapsulation): 텍스트기반인 웹 서비스 메시지에서 binary attachment를 가능하게 해준다.
 
WS-I (Web Services Interoperability Organization)
http://www.ws-i.org
Microsoft, IBM 등에 의해 만들어졌으며, 서로 다른 vendor의 제품간의 웹 서비스 상호운용성(interoperability)에 초점을 맞추고 있다.
 
WS-Basic Profile
 
OASIS가 vendor들을 이끌고 de facto standard를 만들고, W3C와 IETF는 이러한 de facto standard를 통합하여 public standard로 만들어내며, WS-I는 compliance에 관련된 standard와 sample app, spec을 정의한다.

Know You Web Services Specifications 더 읽기"

addio 2003, ciao 2004!

모군으로부터 받은 메시지.
‘새해에는 꼭 섹스도 해보길.’
 
다음은 내가 보낸 메시지들.
‘새해에는 좋은 디비 만들어라’
‘새해에는 더 좋은 어른이 되어라’
‘새해에는 재미있게 보내시길 음하하’
‘새해에는 멍멍한 한 해가 되셔요’
‘KIN 2004 되어라 +_+’
 
블로거 여러분들에게도 바라시는 즐겁고 재미있는 일들이 많이 많이 일어나기를 바랍니다. :)
 

addio 2003, ciao 2004! 더 읽기"

생일축하 이벤트!!!

12월30일은 세라비님의 생일입니다. 축하해주세요!

생일축하 이벤트!!! 더 읽기"