• Distributed computing in JavaScript

    Distributed computing in JavaScript – Hack a Day Instead of using servers for distributed computing, you can use users’ browsers so that it process server requests. So much interesting idea.

    Tags:

  • Readings

    The Unreasonable Effectiveness of Data http://en.wikipedia.org/wiki/Non-parametric_statistics http://en.wikipedia.org/wiki/Unsupervised_learning

    Tags:

  • 노트북 사용자분들, AAM을 아시나요?

    AAM은 Automatic Acoustic Management의 약자로 하드디스크의 소음을 줄여주는 역할을 하는 기능을 지칭합니다. SerialATA나 UltraATA/100에는 포함이 된 기능입니다. 소음이 줄어드는거야 좋은 일인데, 이 블로그의 방문자들처럼 ‘바탕화면은 까맣게!’, ‘브라우저는 크롬!’, ‘홈페이지는 about:blank!’를 좋아하는 분들은 AAM이 성능저하를 유발시키는 사실을 안다면 과히 반갑지 않은 기능입니다. 지금까지 모르고 지내셨다면 WinAAM을 설치해보세요. 직접 AAM을 켜고 꺼보면서 Test로 들어가서 성능을 비교해보시면 그…

    Tags:

  • Scala

    http://www.artima.com/scalazine/articles/twitter_on_scala.html Twitter에서 Scala로 backend queueing system을 바꿨다고 하는군요. Ruby를 사용하는데서의 어려움을, 1) 시스템을 빌드하다보면 언제부턴가 나도 모르게 type system을 빌드하고 있다, 2) long running process를 위한 최적화가 부족하다, 3) 쓰레드 지원이 미약하다(green thread만 지원)에서 찾고 있습니다. 한때 Ruby에 심취한 적 있지만 현재는 Python 코더인 저로서는 Ruby의 한계를 쓰레드 지원이 미약한 점, 온갖 해킹 코드가 난무하게되면…

    Tags:

  • 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?…

    Tags:

  • 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…

    Tags:

  • Google Analytics Conversion University

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

    Tags:

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

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

    Tags:

  • Future of Technology

    from Erich Schmidt at Bloomberg.

    Tags:

  • How to be a program manager

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

    Tags: