Watching OSDI 2020 presentation videos

I set watching at least one OSDI'20 presentation video per day during the long vacation as one of my plans. A large scale analysis of hundreds of in-memory cache clusters at Twitter https://www.youtube.com/watch?v=OQtMM5vdhlI&feature=emb_title The authors traced and analyzed the workloads on the Twitter’s in-memory cache systems. To me, below findings were interesting. There are many write requests. Size of each object is not so big (median 200 bytes), so metadata, which sizes 64 bytes per each object, is a burden Size of each key is not small compared to the size of each value....

December 19, 2020 · 6 min · 1227 words · Me

Remarkable 2 리뷰

올해 초, 우연히 전자잉크 태블릿인 Remarkable 2 의 소개 영상 을 보게 되었습니다. 간단하지만 분명한 목표 (‘종이’와 같은 사용경험) 에 집중한 디자인과 기능이 무척 매력적으로 다가왔습니다. 망설이다 7월에 한번 더 사이트에 들어가 봤는데, 선주문 기간인데다 팬데믹 등의 영향으로 11월에야 배송된다고 하더군요. 한달 내로는 무료 반품도 된다길래 고민할 시간은 많으니 일단 지르고 고민해 보자는 생각으로 질렀습니다. 한참의 시간이 지나, 지난 월요일에 마침내 제품을 받게 되었습니다. 개인적으로 처음 구매해 본 전자잉크 기기인데, 이제 겨우 일주일 됐지만 제법 만족스럽게 사용 중입니다....

November 29, 2020 · 5 min · 1006 words · Me

Shallow Thought: Simple and safe thoughts management

다양한 형태로 생각을 기록하고 가끔은 공유도 해왔습니다. 그 생각들을 오래도록 안전히 보관하고 싶었지만 몇차례 시행착오를 거치며 그게 쉽지 않음을 깨달았습니다. 시작은 일기장과 노트였습니다. 분실하기도 쉽고 구석에 쳐박아 두면 다시 볼일도 거의 없더군요. 클라우드 문서 서비스가 매력적이어 보였습니다. 하지만 영원한 건 없고 결국 그때 그때 흥하는, 또는 사용 가능한 서비스를 옮겨다녀야 하더군요. 그러다보니 서비스마다의 호환성이 문제가 됩니다. https://yargerdotblog.files.wordpress.com/2019/02/cloudmeme.jpg Hugo 와 같은 README 등 표준적 포맷의 plain text 기반 static site generator 를 사용하고 Git 으로 원격 repo 도 관리하는 게 괜찮은 방법 같아 보였습니다....

October 3, 2020 · 2 min · 375 words · Me

Tests package for DAMON is released under GPL v2

This post has migrated to https://damonitor.github.io/posts/damon-tests_open_sourced.

September 26, 2020 · 1 min · 6 words · Me

I will have a talk at the Linux Kernel Summit 2020

My talk proposal to the Linux Kernel Summit of this year which is co-located with the Linux Plumbers Conference has accepted! Hope to (virtually) see you there. The title of the talk is, “DAMON: Data Access Monitoring Framework for Fun and Memory Management Optimizations”.

August 8, 2020 · 1 min · 44 words · Me