<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
    <channel>
      <title>Lu&#039;s Log</title>
      <link>https://LuluuLii.github.io/blog</link>
      <description>Last 10 notes on Lu&#039;s Log</description>
      <generator>Quartz -- quartz.jzhao.xyz</generator>
      <item>
    <title>从容器技术到 harness engineering</title>
    <link>https://LuluuLii.github.io/blog/notes/Agent-and-Congition/%E4%BB%8E%E5%AE%B9%E5%99%A8%E6%8A%80%E6%9C%AF%E5%88%B0-harness-engineering</link>
    <guid>https://LuluuLii.github.io/blog/notes/Agent-and-Congition/%E4%BB%8E%E5%AE%B9%E5%99%A8%E6%8A%80%E6%9C%AF%E5%88%B0-harness-engineering</guid>
    <description><![CDATA[  ]]></description>
    <pubDate>Wed, 11 Mar 2026 15:52:20 GMT</pubDate>
  </item><item>
    <title>agent 的记忆机制</title>
    <link>https://LuluuLii.github.io/blog/notes/Agent-and-Congition/agent-%E7%9A%84%E8%AE%B0%E5%BF%86%E6%9C%BA%E5%88%B6</link>
    <guid>https://LuluuLii.github.io/blog/notes/Agent-and-Congition/agent-%E7%9A%84%E8%AE%B0%E5%BF%86%E6%9C%BA%E5%88%B6</guid>
    <description><![CDATA[ 1. ]]></description>
    <pubDate>Thu, 05 Mar 2026 00:00:00 GMT</pubDate>
  </item><item>
    <title>👋 Welcome to Lu&#039;s Log</title>
    <link>https://LuluuLii.github.io/blog/</link>
    <guid>https://LuluuLii.github.io/blog/</guid>
    <description><![CDATA[ Hi, I’m Lulu — an engineer exploring the intersection of AI/Agent systems, browser internals, and UI engineering. ]]></description>
    <pubDate>Tue, 24 Feb 2026 16:10:26 GMT</pubDate>
  </item><item>
    <title>HPBN - Primer on Browser Networking</title>
    <link>https://LuluuLii.github.io/blog/notes/Browser-and-Runtime/HPBN---Primer-on-Browser-Networking</link>
    <guid>https://LuluuLii.github.io/blog/notes/Browser-and-Runtime/HPBN---Primer-on-Browser-Networking</guid>
    <description><![CDATA[  Part of High performance browser networking - Browser APIs and Protocols Browser APIs and Protocols: Primer on Browser Networking - High Performance Browser Networking (O’Reilly) ChatGPT - 浏览器 Socket 管理 Web applications running in the browser do not manage the lifecycle of individual network socket... ]]></description>
    <pubDate>Tue, 24 Feb 2026 00:00:00 GMT</pubDate>
  </item><item>
    <title>HPBN - Server-Sent Events</title>
    <link>https://LuluuLii.github.io/blog/notes/Browser-and-Runtime/HPBN---Server-Sent-Events</link>
    <guid>https://LuluuLii.github.io/blog/notes/Browser-and-Runtime/HPBN---Server-Sent-Events</guid>
    <description><![CDATA[  Part of High performance browser networking - Browser APIs and Protocols Server-Sent Events(SSE) SSE introduces two components to enable efficient sever-to-client streaming of text-based event data EventSource interface in the browser: allows the client to receive push notifications from the server... ]]></description>
    <pubDate>Tue, 24 Feb 2026 00:00:00 GMT</pubDate>
  </item><item>
    <title>HPBN - WebSocket</title>
    <link>https://LuluuLii.github.io/blog/notes/Browser-and-Runtime/HPBN---WebSocket</link>
    <guid>https://LuluuLii.github.io/blog/notes/Browser-and-Runtime/HPBN---WebSocket</guid>
    <description><![CDATA[  Part of High performance browser networking - Browser APIs and Protocols Browser APIs and Protocols: WebSocket - High Performance Browser Networking (O’Reilly) ChatGPT - WebSocket 协议解析 WebSocket enables bidirectional, message-oriented streaming of text and binary data between client and server. ]]></description>
    <pubDate>Tue, 24 Feb 2026 00:00:00 GMT</pubDate>
  </item><item>
    <title>HPBN - XMLHttpRequest</title>
    <link>https://LuluuLii.github.io/blog/notes/Browser-and-Runtime/HPBN---XMLHttpRequest</link>
    <guid>https://LuluuLii.github.io/blog/notes/Browser-and-Runtime/HPBN---XMLHttpRequest</guid>
    <description><![CDATA[  Part of High performance browser networking - Browser APIs and Protocols XMLHttpRequest(XHR) XMLHttpRequest (XHR) is a browser-level API that enables the client to script data transfers via JavaScript. ]]></description>
    <pubDate>Tue, 24 Feb 2026 00:00:00 GMT</pubDate>
  </item><item>
    <title>High performance browser networking</title>
    <link>https://LuluuLii.github.io/blog/notes/Browser-and-Runtime/High-performance-browser-networking</link>
    <guid>https://LuluuLii.github.io/blog/notes/Browser-and-Runtime/High-performance-browser-networking</guid>
    <description><![CDATA[ High Performance Browser Networking (O’Reilly) Networking 101 Browser APIs and Protocols Primer on Browser Networking - Socket 管理、Chromium net stack、缓存机制、Cookie/Session XMLHttpRequest (XHR) - CORS、数据上传下载、Streaming、XHR vs Fetch、轮询与长轮询 Server-Sent Events (SSE) - Event Stream 协议、EventSource API、自动重连、局限... ]]></description>
    <pubDate>Tue, 24 Feb 2026 00:00:00 GMT</pubDate>
  </item><item>
    <title>XUI, LUI, 动态生成式 UI</title>
    <link>https://LuluuLii.github.io/blog/notes/UI-and-Visualization/XUI,-LUI,-%E5%8A%A8%E6%80%81%E7%94%9F%E6%88%90%E5%BC%8F-UI</link>
    <guid>https://LuluuLii.github.io/blog/notes/UI-and-Visualization/XUI,-LUI,-%E5%8A%A8%E6%80%81%E7%94%9F%E6%88%90%E5%BC%8F-UI</guid>
    <description><![CDATA[ 如何动态/实时生成和渲染 UI — Instead of an agent using an interface on behalf of the user, the LM can change the UI to meet the needs of the moment. ]]></description>
    <pubDate>Tue, 24 Feb 2026 00:00:00 GMT</pubDate>
  </item><item>
    <title>Agent courses notes</title>
    <link>https://LuluuLii.github.io/blog/notes/Agent-and-Congition/Agent-courses-notes</link>
    <guid>https://LuluuLii.github.io/blog/notes/Agent-and-Congition/Agent-courses-notes</guid>
    <description><![CDATA[ 欢迎加入 🤗 AI Agents 课程 - Hugging Face Agents Course 5-Day AI Agents Intensive Course with Google | Kaggle whitepaper-introduction-to-agents It is a relentless loop of assembling context, prompting the model, observing the result, and then re-assembling a context for the next step. ]]></description>
    <pubDate>Mon, 16 Feb 2026 00:00:00 GMT</pubDate>
  </item>
    </channel>
  </rss>