<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>idea-blog</title>
    <link>http://localhost:3000/</link>
    <atom:link href="http://localhost:3000/rss.xml" rel="self" type="application/rss+xml" />
    <description>작은 웹앱을 만들며 부딪힌 문제와 해결 과정을 기록합니다.</description>
    <language>ko</language>
    <lastBuildDate>Mon, 13 Jul 2026 08:32:02 GMT</lastBuildDate>
    <item>
      <title>원격 데스크톱을 직접 설계해보니 — '직접 연결 먼저, 안 되면 릴레이'의 정체</title>
      <link>http://localhost:3000/posts/remote-control-design/</link>
      <guid isPermaLink="true">http://localhost:3000/posts/remote-control-design/</guid>
      <description>상대 PC를 보고 조작하는 원격 제어 도구를 설계하며 정리한 연결 전략(WebRTC ICE), 입력 주입, 그리고 보안 우선 설계 이야기입니다.</description>
      <category>개발 노트</category>
      <pubDate>Sun, 12 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Redis를 명령어 암기 말고 '관찰'로 배우기 — 브라우저 놀이터를 만들었다</title>
      <link>http://localhost:3000/posts/redis-lab/</link>
      <guid isPermaLink="true">http://localhost:3000/posts/redis-lab/</guid>
      <description>자료구조, TTL, 캐시-어사이드 vs 라이트스루, Lua 원자성. Redis의 핵심 개념을 브라우저에서 직접 명령을 쳐보며 익히는 학습용 시뮬레이터를 만든 이야기입니다.</description>
      <category>웹 도구</category>
      <pubDate>Sat, 11 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>사진을 도트 그림으로 — 브라우저만으로 만든 픽셀 아트 변환기</title>
      <link>http://localhost:3000/posts/pixelate/</link>
      <guid isPermaLink="true">http://localhost:3000/posts/pixelate/</guid>
      <description>서버 없이 Canvas API만으로 이미지 축소, 색상 양자화(median-cut), 디더링까지 처리하는 픽셀 아트 변환기를 만들었습니다.</description>
      <category>웹 도구</category>
      <pubDate>Sat, 11 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>탭 2~3개만 쓰는 나를 위한 저메모리 브라우저 만들기</title>
      <link>http://localhost:3000/posts/personal-browser/</link>
      <guid isPermaLink="true">http://localhost:3000/posts/personal-browser/</guid>
      <description>크롬이 왜 그렇게 무거운지 파고들다 WebView2로 개인용 미니 브라우저를 만들었습니다. 탭 서스펜드, 메모리 모니터, EasyList 광고 차단의 실제 구현 기록입니다.</description>
      <category>개발 노트</category>
      <pubDate>Sat, 11 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>아이패드를 노트북 보조 모니터로 — 웹으로는 못 만드는 도구를 만든 이야기</title>
      <link>http://localhost:3000/posts/display-connect/</link>
      <guid isPermaLink="true">http://localhost:3000/posts/display-connect/</guid>
      <description>Windows 가상 디스플레이 생성, 화면 캡처, H264 하드웨어 인코딩, WebRTC 전송까지 — 브라우저 밖에서만 가능한 화면 확장 도구의 개발 기록입니다.</description>
      <category>개발 노트</category>
      <pubDate>Sat, 11 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>전 세계 지진 지도</title>
      <link>http://localhost:3000/posts/realtime-earthquake-map/</link>
      <guid isPermaLink="true">http://localhost:3000/posts/realtime-earthquake-map/</guid>
      <description>USGS 지진 피드를 지도에 표시하고 기간, 규모, 지역으로 찾아볼 수 있게 만들었습니다.</description>
      <category>데이터 시각화</category>
      <pubDate>Fri, 10 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>사내 고객 화상회의 앱을 만들고 정적 사이트에 붙여봤습니다</title>
      <link>http://localhost:3000/posts/client-meet/</link>
      <guid isPermaLink="true">http://localhost:3000/posts/client-meet/</guid>
      <description>WebSocket 시그널링 + WebRTC mesh로 동작하는 화상회의 데모를 만들고, 정적으로 배포되는 블로그에 실시간 백엔드를 어떻게 연결했는지 정리했습니다.</description>
      <category>개발 노트</category>
      <pubDate>Fri, 10 Jul 2026 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>블로그 UI를 픽셀 스타일로 바꾸면서 손본 것들</title>
      <link>http://localhost:3000/posts/pixel-dot-theme/</link>
      <guid isPermaLink="true">http://localhost:3000/posts/pixel-dot-theme/</guid>
      <description>Tailwind 반경 토큰, clip-path, CSS 애니메이션으로 블로그의 픽셀 스타일을 구성한 기록입니다.</description>
      <category>개발 노트</category>
      <pubDate>Sat, 27 Jun 2026 00:00:00 GMT</pubDate>
    </item>
  </channel>
</rss>