<?xml version="1.0" encoding="UTF-8" ?>
    <rss version="2.0">
      <channel>
        <title>Napuh</title>
        <link>https://napuh.dev/</link>
        <description>Machine Learning, language models, robotics, and engineering notes.</description>
        
        <item>
          <title>How to Make RAG Systems More Memory-Efficient</title>
          <link>https://napuh.dev/blog/optimizing-rag-storage/</link>
          <guid>https://napuh.dev/blog/optimizing-rag-storage/</guid>
          <pubDate>Tue, 20 May 2025 00:00:00 GMT</pubDate>
          <description>A practical note on making Retrieval-Augmented Generation storage lighter without giving up useful retrieval quality.</description>
        </item>
        <item>
          <title>Docker and ROS Guide</title>
          <link>https://napuh.dev/blog/docker-and-ros-guide/</link>
          <guid>https://napuh.dev/blog/docker-and-ros-guide/</guid>
          <pubDate>Mon, 09 Sep 2024 00:00:00 GMT</pubDate>
          <description>A guide for using Docker with ROS projects and keeping robotics environments reproducible.</description>
        </item>
        <item>
          <title>Fortifying your code with the Backoff Python package</title>
          <link>https://napuh.dev/blog/fortify-your-code-with-backoff/</link>
          <guid>https://napuh.dev/blog/fortify-your-code-with-backoff/</guid>
          <pubDate>Sun, 18 Aug 2024 00:00:00 GMT</pubDate>
          <description>Notes on using retry and backoff behavior to make Python code more resilient.</description>
        </item>
        <item>
          <title>Making NumPy go faster with pytorch.compile</title>
          <link>https://napuh.dev/blog/making-numpy-go-faster-with-torch-compile/</link>
          <guid>https://napuh.dev/blog/making-numpy-go-faster-with-torch-compile/</guid>
          <pubDate>Thu, 02 Nov 2023 00:00:00 GMT</pubDate>
          <description>An experiment in speeding up NumPy-style workloads with PyTorch compile workflows.</description>
        </item>
      </channel>
    </rss>