|| (<-) || [[../2009-01]] || [[../2009-03]] || (->) || {{{#!Calendar OPTION="firstWeekDay" VALUE="Sunday" 2009-02-26="SSS" }}} ---- == 2009-02-10 == <> 이 컴퓨터로는 2038년 1월 19일 이후로는 못쓰겠구만. {{{#!python >>> import time >>> time.localtime(2147483647) (2038, 1, 19, 12, 14, 7, 1, 19, 0) >>> time.localtime(2147483648) Traceback (most recent call last): File "", line 1, in ValueError: timestamp out of range for platform time_t >>> }}} 회사 서버실의 srv서버는 2147485547년 12월 31일까지 쓸수있던데... {{{#!python >>> time.localtime(67768036191644395) (2147485547, 12, 31, 23, 59, 52, 2, 365, 0) >>> time.localtime(67768036191644396) Traceback (most recent call last): File "", line 1, in ValueError: (75, 'Value too large for defined data type') >>> }}} 아마 그때쯤에는 [[WikiPediaKo:그레고리력]] 은 쓸 수 없을꺼야. 3333년마다 하루오차라니 뭔가 다른 달력이 또 나왔을 듯. ---- == 2009-02-08 == [[http://bahamund.wordpress.com/2008/04/29/intelligence/|작업기억은 유동지능을 향상시킨다.]] ---- == 2009-02-05 == [[Blog:345|Singularity의 시대엔 영생이 가능할까?]] 횡설수설. ---- == 2009-02-01 == 지난 주말엔 USB에 UbuntuLinux를 설치하는 걸 했는데, 실패. 그냥 리눅스설치용 Live CD 대용 USB 가 아니라, 들고다니는 나만의 리눅스를 생각했는데, 어쩐지 그건 잘 안되더라. [[Grub]]에서 왜 인식을 못하는거야 ㅡ.ㅡ; ---- 2월달은 딱 4주다. 어젯밤 왜 그렇게 잠을 못자야 했을까. 신기한 일이야. ---- || (<-) || [[../2009-01]] || [[../2009-03]] || (->) || ---- CategoryWebLogYong