Papers I read in 2021 Q4

record interesting papers that I (partially) read

October 30, 2021 · 2 min · 378 words · Me

I will have a talk at the Linux Kernel Summit 2021

I will present DAMON/DAMOS in KernelSummit'21. The title of the talk is “Writing a fine-grained access pattern-oriented lightweight kernel module using DAMON/DAMOS in 10 minutes”. https://linuxplumbersconf.org/event/11/contributions/984/

September 8, 2021 · 1 min · 26 words · Me

I will have a talk at the Linux Kernel Summit 2021

KernelSummit'21 에서 DAMON/DAMOS 를 발표하게 되었습니다. 발표 제목은 “Writing a fine-grained access pattern-oriented lightweight kernel module using DAMON/DAMOS in 10 minutes” 입니다. https://linuxplumbersconf.org/event/11/contributions/984/

September 8, 2021 · 1 min · 23 words · Me

OSDI 2021 papers summary

This post is for recording some notes from a few OSDI'21 papers that I got fun. DMon: Efficient Detection and Correction of Data Locality Problems Using Selective Profiling https://www.usenix.org/system/files/osdi21-khan.pdf DMon is a compiler-based data locality optimization system. The approach is quite similar to that of daphicx or similar things. It injects data access profiling code in the target program, build and run it with some workload, collect the profiling code-generated results, analyze the profile results to figure out what kind of optimization can provide some benefit to the program, injects the optimization code in the program, built it again, and deploy the version to the production....

August 7, 2021 · 3 min · 554 words · Me

리눅스 30주년 맞이 리누스 토발즈 인터뷰 번역 - 파트 2

리눅스 커널이 처음 공개된지 올해로 30년이 되었고, 이를 맞아 한 tag1 에서 리누스 토발즈와 인터뷰 를 했습니다. 분량이 많아 두 파트로 나눠 올렸는데요, 해당 매체에 허락을 받고 이곳에 그 중 두번째 파트의 번역을 올립니다. 아래 분들께서 오타 등을 찾고 글을 다듬는 걸 도와주셨습니다. 감사의 말씀을 전합니다. Jaehoon Kim Tag1 의 원본 글은 다음 링크에서 보실 수 있습니다: https://www.tag1consulting.com/blog/interview-linus-torvalds-open-source-and-beyond-part-2 첫번째 파트의 번역은 여기서 보실 수 있습니다. 오픈소스 프로젝트의 관리 JA: 우린 최근에 Drupal 을 만든 Dries Buytaert 와 이야기 해봤는데, 그는 당신에게 받은 많은 영감과 가끔의 멘토링, 그리고 그가 지난 20년동안 그 유명한 Drupal CMS 를 관리하는 동안 받은 조언을 이야기하며 당신을 칭찬했습니다....

May 17, 2021 · 20 min · 4238 words · Me