(제목은 저렇게 뽑았어도 본인은 여전히 애플빠라는것을 먼저 밝히는 바이다.)

어제부로 일전에 구입했던 Macbook Pro를 반품했다. 나름 하드디스크 옵션 추가까지 해가며 어렵게 어렵게 받아왔던 녀석인데, 요새 애플 라인업에서 전반적으로 보이는 LCD 문제 때문에 결국은 반품을 결정하고 말았다.

(more…)

질렀다. MacBook Pro 15″

design_hero20080226.jpg

MacBook Pro의 이동성이 떨어지는 것은 나도 안다. MacBook Air가 멋진 것도 안다. 하지만, 할 수 없어서 못 하는 것과 할 수 있지만 안 하는 것의 차이는 크기에 MacBook Pro를 질렀다.

이하 설명 생략.

.

이제 병장 생활도 약 한달 남짓 후면 끝난다. 그래서 요샌 떠나기 전 마지막 싸질러 놓은 똥 치우느라 뒷정리를 하느라 바쁘다. 그래도 마음은 참 평온한 요즈음이다.

머리도 좀 식힐겸 위키 삼매경을 하다가 발견한 어처구니 없는 — 혹은 흥미로운 — 두 가지 기술에 대해 소개해 볼까 한다. 이것들을 보고 웃을 수 있다면 당신은 이미 진정한 테크놀러지 오덕.

1. IP over Avian Carriers

전서구 관련 항목을 뒤적거리다가 뜬금 없이 찾아낸 인터넷 패킷(정보 묶음) 전송 규약. 일단은 다음을 참조하시고: IP over Avian Carriers (IPoAC).

요지는 “인터넷 패킷을 종이에 인쇄하여 비둘기 등을 통해 서로 주고받는 방식을 구체화한 통신방법”이랜다. RFC에도 등재되어 있음 덜덜덜 (RFC 1149 — 원문이 상당히 골때림. 함 읽어봐도 좋을 것 같다. 그나저나 등록 날짜는 만우절 -_-). 참고로 우리가 보통 사용하는 인터넷 통신방법은 IP over Ethernet Networks로써 이는 LAN을 통해 인터넷 패킷을 주고 받는 방식이다 (RFC 894).

흥미롭게도 이 IP over Avian Carriers를 실제로 구현한 사례가 있었으니 (more…)

Here’s a very simple, crude, yet easy to understand Python telnet client. I made this because I often need to access some old-fashioned telnet-only services — some eagle BBS services to be precise — at work. Unfortunately, the telnet port is blocked by the company’s firewall, and therefore I have no choice but using a remote UNIX server as a proxy via SSH. The server, however, does not provide the traditional telnet command for the security reasons, so I created this script to circumvent the restriction (the server has Python anyway.. interesting).

Please note that, because of its primary purpose, this script is somewhat geared toward the eagle BBS compromising some usability as a general purpose telnet client although this issue can be cured easily (see the description below). It works with Python 1.5+. OK, let’s look around the source code first (or click here to download). Here we go:

(more…)

  |  Next Page »