Tag: software

  • LINQ Example

    An Extensive Examination of LINQ: An Introduction to LINQ By Scott Mitchell Though “from num … select num” doesn’t look good – as it introduces another complexity / language – I like Where() part. (But I wonder why it is based on IEnumerable; Can’t it support any random access based algorithm or functions or predicates?…

  • Fix Image Floating in Morning After Theme

    I put images in the post body in the middle of text as a separate block instead of letting texts floating to the left(or right) of the image. However, the default setting of The Morning After is to let image appears to the left or right of text always; which is a headache for some…

  • Google Analytics Conversion University

    http://www.google.com/support/conversionuniversity/ 구글 Analytics를 사용한..

  • 블로그 traffic을 높히기 위한 시도 #3

    오랜만에 테마를 변경하고 열심히 작업하는 중입니다. 한번 수정하려면 며칠은 손봐야하는 고통에도 불구하고 이 블로그의 테마를 바꾼 이유는 Google Analytics의 벤치마크 결과 때문입니다..

  • Future of Technology

    from Erich Schmidt at Bloomberg.

  • How to be a program manager

    http://www.joelonsoftware.com/items/2009/03/09.html Really nice article from Joel.

  • Lessons learned these days

    1. A server style program must not fail for any reason. 2. It’s not good to put redundant logs as it costs CPU time. But it’s good to leave logs for crucial stuff for debugging purpose. 3. Batch program should fail if one can restart it and monitor it. Otherwise, one can not find that…

  • Data storage architectures

    1. Facebook Data Presentations Cassandra Sigmod View more presentations from jhammerb. 2. Plurk: Distributed and persistent key-value database http://opensource.plurk.com/LightCloud/ 3. Bigtable https://www.usenix.org/events/osdi06/tech/chang/chang_html/

  • 기억하세요 1024×600

    바햐흐로 넷북의 시대. 경기가 어려워지고 가볍고 이동이 편리한 인터넷 접속 장치로 사람들은 넷북을 하나씩 둘씩 사고 있습니다. OZ도, iPod도, 그리고 이 넷북이란 녀석도 모두 몇가지 특징으로 귀결이 되는데 거기에는 – 낮은 성능 – 그다지 좋지는 않은 브라우저(특히 핸드폰) – 좁은 화면 이 세가지가 있습니다. 인터넷 시대를 살아가는 소프트웨어 개발자들에게는 호환성이 떨어지는(표준에 부합한다는 의미가 아니라 단순히…

  • Readings in Distributed Systems

    http://bytepawn.com/readings-in-distributed-systems.