Skip to content

2024-11-14#


📝 Notes#


📅 2024-11-14 Daily Briefing#

🎵 오늘의 추천곡#

🏃 오늘의 운동#

ZRX와 함께하는 5KM 런닝, 킬로미터당 8분으로 달렸는데도 꽤 힘들었다.

🌞 오늘은...#

  • 21:30 Giftogether 회의 예정, 그 전까지 해야 할 일
    • [필수] docker-compose.yml 에서 이미지 태그를 자동으로 최신 버전으로 선택하도록 수정하기
    • [필수] docker-compose.yml에서 global-bundle.pem 키를 바인드 하도록 변경하기
    • [선택] Continuous Delivery 적용, Github Action에서 SSH 연결 후 pull 받는 스크립트 작성필요.
    • [선택] 도커 캐싱으로 빌드 속도 높이기
  • obsidian 블로그 개편하기.

🌜 어제는...#

친구와 여의도 탐방, 점심식사 웨이팅에 밀려 플랜 C 까지 갔으나 선방. 유코 히구치 전시회 다녀옴, 구스타브 엽서 구매, 20:30 ~ 22:30 PlanA 프로젝트 진행, Serializer 대폭 삭제

⏰ Daily Routine#

🚀 WHY, HOW, WHAT#

오늘 하루의 동기를 다시 생각해보는 시간을 가져봅시다. 오늘의 신념, 목표를 달성하기 위한 방법, 오늘의 성과에 대해서 작성해봅시다.

월요일, 수요일 일정이 있었지만 화요일, 목요일까지 그 영향을 주고 있잖아. 필 스터츠가 말했듯이 삶에서 우리가 항상 마주해야 하는 것이 "고통", "불확실성", "꾸준함"이다. 고통을 피하고 불확실성에 도전하지 않고 꾸준함이 아닌 미련함을 선택하고 있잖아. 알아 이 삶이 내가 생각한 것보다 두렵고 예측 불가능한 곳이라고, 그렇지만 그것이 내가 침대에 우울감을 가지고 들어갈 이유는 되지 않잖아.

꿈꾸고 기획하는 것은 즐겁지만 그것을 현실로 끌어오기 위해선 항상 어느정도 수준의 의도와 밀어부침이 필요하다. 지금은 목표를 덜고 작은 것부터 실천해나가는 연습이 필요한 것 같다.

🪂 PARA#

[!note] PARA Expert 에 위의 'Daily Briefing'을 복붙하면 자동으로 아래의 PARA 구조로 변환해줍니다

📅 2024-11-14 Daily Task Summary#

🎯 Projects#

1. Giftogether Meeting Preparation#

  • Time: 21:30
  • Tasks Before Meeting:
    • [필수] Update docker-compose.yml:
      • Modify image tag to auto-select the latest version.
      • Bind global-bundle.pem key in docker-compose.yml.
    • [선택] Set up Continuous Delivery:
      • Write a GitHub Action script to connect via SSH and pull updates.
      • Implement Docker caching to speed up build time.

2. Blog Revamp (Obsidian)#

  • Start revisiting the Obsidian blog structure for content and layout improvements.

⚙️ Areas#

Personal Development#

  • Daily Reading: Spend 45 minutes on Chapter 10 of the docker 교과서.
  • Exercise: 5KM run with ZRX, pace 8 min/km.

📚 Resources#

  • Quotes & Motivation:
  • "Pain, uncertainty, and persistence are constants in life." — 필 스터츠.
  • Reflections on balancing ambitious planning with actionable, smaller steps.

📥 Archive#

  • Yesterday’s Activities:
  • Explored Yeouido with a friend; flexible planning led to a good experience despite long wait times.
  • Visited Yuko Higuchi’s exhibition and purchased a Gustav postcard.
  • Progress on PlanA project with major clean-up of Serializers (20:30 - 22:30).

🚀 Reflection: WHY, HOW, WHAT#

Embrace small, manageable steps rather than overwhelming yourself with all-encompassing plans.


읽을것들 (dataview)#

LIST
FROM #scrap
SORT file.mtime desc

Notes modified today (dataview)#

List FROM "" 
WHERE striptime(date(file.frontmatter.updated)) = date("2024-11-14") 
SORT file.mtime desc