
  <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
      <title>叹世界</title>
      <link>https://homing.so/blog</link>
      <description>Every heart hides a Terabithia.</description>
      <language>zh-cn</language>
      <managingEditor>hominsu@foxmail.com (Homing So)</managingEditor>
      <webMaster>hominsu@foxmail.com (Homing So)</webMaster>
      <lastBuildDate>Fri, 19 Apr 2024 00:00:00 GMT</lastBuildDate>
      <atom:link href="https://homing.so/feed.xml" rel="self" type="application/rss+xml"/>
      
  <item>
    <guid>https://homing.so/blog/nginx/how-to-use-nginx-elegantly-with-docker</guid>
    <title>优雅地在 Docker 中使用 NGINX</title>
    <link>https://homing.so/blog/nginx/how-to-use-nginx-elegantly-with-docker</link>
    <description>This post explains setting up NGINX in Docker, covering SSL automation with acme.sh, using Docker Compose for configuration, and enabling features like streaming and modules. It includes steps for certificate updates, custom NGINX builds with additional modules, and optimizing configurations for specific applications.</description>
    <pubDate>Fri, 19 Apr 2024 00:00:00 GMT</pubDate>
    <author>hominsu@foxmail.com (Homing So)</author>
    <category>docker</category><category>nginx</category><category>vps</category>
  </item>

  <item>
    <guid>https://homing.so/blog/path/23</guid>
    <title>笔笔皆是天意</title>
    <link>https://homing.so/blog/path/23</link>
    undefined
    <pubDate>Mon, 18 Mar 2024 00:00:00 GMT</pubDate>
    <author>hominsu@foxmail.com (Homing So)</author>
    <category>path</category>
  </item>

  <item>
    <guid>https://homing.so/blog/proxy/sing-box-on-windows</guid>
    <title>如何在 Windows 中优雅的使用 sing-box</title>
    <link>https://homing.so/blog/proxy/sing-box-on-windows</link>
    <description>The blog discusses how to install and configure sing-box, a next-generation universal proxy platform, on Windows using direct download or package managers, and outlines setting it up as a Windows service for automatic execution using WinSW.</description>
    <pubDate>Sun, 11 Feb 2024 00:00:00 GMT</pubDate>
    <author>hominsu@foxmail.com (Homing So)</author>
    <category>sing-box</category><category>winsw</category><category>proxy</category><category>windows</category>
  </item>

  <item>
    <guid>https://homing.so/blog/cs182/sp23_01_23</guid>
    <title>CS182/282A Spring 2023 1/23/23</title>
    <link>https://homing.so/blog/cs182/sp23_01_23</link>
    <description>Basic Principles</description>
    <pubDate>Sat, 05 Aug 2023 00:00:00 GMT</pubDate>
    <author>hominsu@foxmail.com (Homing So)</author>
    <category>cs182</category><category>cs282a</category>
  </item>

  <item>
    <guid>https://homing.so/blog/cs182/sp23_01_18</guid>
    <title>CS182/282A Spring 2023 1/18/23</title>
    <link>https://homing.so/blog/cs182/sp23_01_18</link>
    <description>Introduction</description>
    <pubDate>Sun, 30 Jul 2023 00:00:00 GMT</pubDate>
    <author>hominsu@foxmail.com (Homing So)</author>
    <category>cs182</category><category>cs282a</category>
  </item>

  <item>
    <guid>https://homing.so/blog/bit-hacks/count-bits</guid>
    <title>二进制中 1 的个数 ——《C/C++ 位运算黑科技 03》</title>
    <link>https://homing.so/blog/bit-hacks/count-bits</link>
    <description>This post explores a swift technique to count &#39;1&#39;s in binary numbers via a merging counter, contrasting with the slower traditional bit-clearing method. It includes code for various integer sizes and demonstrates the method&#39;s speed with benchmarks.</description>
    <pubDate>Sun, 27 Mar 2022 00:00:00 GMT</pubDate>
    <author>hominsu@foxmail.com (Homing So)</author>
    <category>cpp</category><category>bits</category><category>hacks</category>
  </item>

  <item>
    <guid>https://homing.so/blog/bit-hacks/compute-power2</guid>
    <title>2 的幂次方 ——《C/C++ 位运算黑科技 02》</title>
    <link>https://homing.so/blog/bit-hacks/compute-power2</link>
    <description>Explore two efficient bitwise techniques in C/C++ to check if a number is a power of two: ensuring (number &amp; (number - 1)) == 0, and checking that number &amp; -number equals the number itself, both applied to non-zero numbers for optimized performance.</description>
    <pubDate>Sat, 26 Mar 2022 00:00:00 GMT</pubDate>
    <author>hominsu@foxmail.com (Homing So)</author>
    <category>cpp</category><category>bits</category><category>hacks</category>
  </item>

  <item>
    <guid>https://homing.so/blog/bit-hacks/compute-abs</guid>
    <title>绝对值 ——《C/C++ 位运算黑科技 01》</title>
    <link>https://homing.so/blog/bit-hacks/compute-abs</link>
    <description>The blog explores a bit manipulation technique for computing absolute values of integers, presenting a C++ function mabs. It compares performance with std::abs, demonstrating efficiency on various systems.</description>
    <pubDate>Sun, 06 Mar 2022 00:00:00 GMT</pubDate>
    <author>hominsu@foxmail.com (Homing So)</author>
    <category>cpp</category><category>bits</category><category>hacks</category>
  </item>

  <item>
    <guid>https://homing.so/blog/other/trust-project-env</guid>
    <title>可信软件设计实验环境搭建</title>
    <link>https://homing.so/blog/other/trust-project-env</link>
    <description>一步到位, 帮你踩好可信软件设计实验的坑</description>
    <pubDate>Thu, 23 Dec 2021 00:00:00 GMT</pubDate>
    <author>hominsu@foxmail.com (Homing So)</author>
    <category>TSS</category><category>TPM-1.2</category><category>tpm-emulator</category><category>trousers</category>
  </item>

  <item>
    <guid>https://homing.so/blog/other/cpp-calls-ffmpeg-for-rtmp-push</guid>
    <title>C++ 调用 ffmpeg 进行 rtmp 推流</title>
    <link>https://homing.so/blog/other/cpp-calls-ffmpeg-for-rtmp-push</link>
    <description>通过管道调用 ffmpeg 推 rtmp 流</description>
    <pubDate>Mon, 27 Sep 2021 00:00:00 GMT</pubDate>
    <author>hominsu@foxmail.com (Homing So)</author>
    <category>cpp</category><category>ffmpeg</category><category>opencv</category><category>rtmp</category>
  </item>

  <item>
    <guid>https://homing.so/blog/other/design-and-implementation-of-single-cycle-cpu</guid>
    <title>单周期 CPU 模型机的设计与实现</title>
    <link>https://homing.so/blog/other/design-and-implementation-of-single-cycle-cpu</link>
    <description>verilog 实现的单周期 CPU 模型机</description>
    <pubDate>Tue, 22 Sep 2020 00:00:00 GMT</pubDate>
    <author>hominsu@foxmail.com (Homing So)</author>
    <category>verilog</category><category>cpu</category>
  </item>

    </channel>
  </rss>
