<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Posts on 寒枫的博客</title>
    <link>https://Hanfeng.ink/post/</link>
    <description>Recent content in Posts on 寒枫的博客</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-CN</language>
    <copyright>© This post is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License，please give source if you wish to quote or reproduce.</copyright>
    <lastBuildDate>Sun, 17 Oct 2021 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="https://Hanfeng.ink/post/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>DOTA回忆</title>
      <link>https://Hanfeng.ink/post/dota2/</link>
      <pubDate>Sun, 17 Oct 2021 00:00:00 +0000</pubDate>
      
      <guid>https://Hanfeng.ink/post/dota2/</guid>
      <description>&lt;p&gt;写于Ti10决赛之后&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>《空中花园谋杀案》——四不像的作品</title>
      <link>https://Hanfeng.ink/post/murder_in_garden/</link>
      <pubDate>Sat, 28 Aug 2021 00:00:00 +0000</pubDate>
      
      <guid>https://Hanfeng.ink/post/murder_in_garden/</guid>
      <description>&lt;p&gt;简评：四不像，不好看。&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>阅读和写作</title>
      <link>https://Hanfeng.ink/post/reading_and_writing/</link>
      <pubDate>Sat, 21 Aug 2021 00:00:00 +0000</pubDate>
      
      <guid>https://Hanfeng.ink/post/reading_and_writing/</guid>
      <description>&lt;p&gt;读《人性的枷锁》，忽有所感。&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>项目开发总结</title>
      <link>https://Hanfeng.ink/post/project_thinking/</link>
      <pubDate>Sat, 23 May 2020 00:00:00 +0000</pubDate>
      
      <guid>https://Hanfeng.ink/post/project_thinking/</guid>
      <description>&lt;p&gt;本文对在项目开发中的一些问题进行总结。&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Tinyhttpd 源码解析</title>
      <link>https://Hanfeng.ink/post/tinyhttpd/</link>
      <pubDate>Fri, 03 Apr 2020 00:00:00 +0000</pubDate>
      
      <guid>https://Hanfeng.ink/post/tinyhttpd/</guid>
      <description>&lt;p&gt;本文具体解析了开源项目 Tinyhttpd 的源代码，具体源代码可以去 &lt;a href=&#34;https://github.com/EpsilonHF/Source/blob/master/Tinyhttpd/httpd.c&#34;&gt;github&lt;/a&gt; 上查看&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Git 原理解析</title>
      <link>https://Hanfeng.ink/post/git_core/</link>
      <pubDate>Wed, 27 Nov 2019 00:00:00 +0000</pubDate>
      
      <guid>https://Hanfeng.ink/post/git_core/</guid>
      <description>&lt;p&gt;本文主要针对 Git 的内部实现原理进行解析。&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>接纳自我，拥抱生活</title>
      <link>https://Hanfeng.ink/post/life_and_happiness/</link>
      <pubDate>Tue, 05 Nov 2019 00:00:00 +0000</pubDate>
      
      <guid>https://Hanfeng.ink/post/life_and_happiness/</guid>
      <description>&lt;p&gt;夜有所感，谨以记之。&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>协程简介</title>
      <link>https://Hanfeng.ink/post/coroutine/</link>
      <pubDate>Sun, 03 Nov 2019 00:00:00 +0000</pubDate>
      
      <guid>https://Hanfeng.ink/post/coroutine/</guid>
      <description>&lt;p&gt;本文简单介绍了协程的基本概念和实现原理。&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>深入理解 malloc</title>
      <link>https://Hanfeng.ink/post/understand_glibc_malloc/</link>
      <pubDate>Mon, 19 Aug 2019 00:00:00 +0000</pubDate>
      
      <guid>https://Hanfeng.ink/post/understand_glibc_malloc/</guid>
      <description>&lt;p&gt;本文是基于英文博客 &lt;a href=&#34;https://sploitfun.wordpress.com/2015/02/10/understanding-glibc-malloc/comment-page-1/&#34;&gt;Understanding glibc malloc&lt;/a&gt; ，对内容做了大量的补充和修改，主要阐释了&lt;code&gt;malloc&lt;/code&gt;分配内存的底层实现原理。&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>调试器工作原理：第三部分 调试信息</title>
      <link>https://Hanfeng.ink/post/gdb_debug_info/</link>
      <pubDate>Tue, 13 Aug 2019 00:00:00 +0000</pubDate>
      
      <guid>https://Hanfeng.ink/post/gdb_debug_info/</guid>
      <description>&lt;p&gt;本文是英文博客 &lt;a href=&#34;https://eli.thegreenplace.net/2011/02/07/how-debuggers-work-part-3-debugging-information&#34;&gt;How debuggers work: Part 3 - Debugging information&lt;/a&gt; 的中文翻译，这是关于调试器如何工作的系列文章的第三部分。请务必在此之前阅读第一部分和第二部分。&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>调试器工作原理：第二部分 断点</title>
      <link>https://Hanfeng.ink/post/gdb_breakpoint/</link>
      <pubDate>Mon, 12 Aug 2019 00:00:00 +0000</pubDate>
      
      <guid>https://Hanfeng.ink/post/gdb_breakpoint/</guid>
      <description>&lt;p&gt;本文是英文博客 &lt;a href=&#34;https://eli.thegreenplace.net/2011/01/27/how-debuggers-work-part-2-breakpoints&#34;&gt;How debuggers work: Part 2 - Breakpoints&lt;/a&gt; 的中文翻译，这是关于调试器如何工作的系列文章的第二部分。请务必在此之前阅读第一部分。&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>调试器工作原理：第一部分 基础</title>
      <link>https://Hanfeng.ink/post/gdb_basic/</link>
      <pubDate>Sat, 10 Aug 2019 00:00:00 +0000</pubDate>
      
      <guid>https://Hanfeng.ink/post/gdb_basic/</guid>
      <description>&lt;p&gt;本文是英文博客 &lt;a href=&#34;https://eli.thegreenplace.net/2011/01/23/how-debuggers-work-part-1&#34;&gt;How debuggers work: Part 1 - Basics&lt;/a&gt; 的中文翻译，介绍了gdb的核心调用 &lt;code&gt;ptrace&lt;/code&gt;。&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>操作系统 &amp; 编译原理 学习攻略</title>
      <link>https://Hanfeng.ink/post/os_compiler_map/</link>
      <pubDate>Fri, 02 Aug 2019 00:00:00 +0000</pubDate>
      
      <guid>https://Hanfeng.ink/post/os_compiler_map/</guid>
      <description>&lt;p&gt;本文简单总结了操作系统和编译系统的优秀学习资源和学习顺序。&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;PS：所有加 * 的内容都整体较难，可以选择性的阅读&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Python代码性能优化方法总结</title>
      <link>https://Hanfeng.ink/post/python_performance/</link>
      <pubDate>Sat, 29 Jun 2019 00:00:00 +0000</pubDate>
      
      <guid>https://Hanfeng.ink/post/python_performance/</guid>
      <description>&lt;p&gt;本文简单总结了常用的python性能优化方法&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Arsenal</title>
      <link>https://Hanfeng.ink/post/arsenal/</link>
      <pubDate>Sun, 19 May 2019 00:00:00 +0000</pubDate>
      
      <guid>https://Hanfeng.ink/post/arsenal/</guid>
      <description>&lt;p&gt;整理了在分析和建模过程中常用的工具&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Leetcode 137 —— 位操作解法</title>
      <link>https://Hanfeng.ink/post/bitwise/</link>
      <pubDate>Sat, 20 Apr 2019 00:00:00 +0000</pubDate>
      
      <guid>https://Hanfeng.ink/post/bitwise/</guid>
      <description>&lt;p&gt;本文讨论了leetcode 137——signle number，的通用解题方法。主要参考了该题&lt;a href=&#34;https://leetcode.com/problems/single-number-ii/discuss/43295/Detailed-explanation-and-generalization-of-the-bitwise-operation-method-for-single-numbers&#34;&gt;讨论区的回答&lt;/a&gt;，英文较好的同学建议阅读原文。&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>线程简介</title>
      <link>https://Hanfeng.ink/post/thread/</link>
      <pubDate>Sat, 06 Apr 2019 00:00:00 +0000</pubDate>
      
      <guid>https://Hanfeng.ink/post/thread/</guid>
      <description>&lt;p&gt;本文简单说明了linux操作系统中线程的概念，以及简单的操作。&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>将C程序封装成python库</title>
      <link>https://Hanfeng.ink/post/c_to_python/</link>
      <pubDate>Sat, 16 Mar 2019 00:00:00 +0000</pubDate>
      
      <guid>https://Hanfeng.ink/post/c_to_python/</guid>
      <description>&lt;p&gt;本文简单说明了将C函数封装成python库的过程。&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Python如何调用C程序</title>
      <link>https://Hanfeng.ink/post/python_to_c/</link>
      <pubDate>Sun, 10 Mar 2019 00:00:00 +0000</pubDate>
      
      <guid>https://Hanfeng.ink/post/python_to_c/</guid>
      <description>&lt;p&gt;本文简单说明了如何使用python的&lt;code&gt;ctpyes&lt;/code&gt;库，调用C程序。&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>进程简介</title>
      <link>https://Hanfeng.ink/post/porcess/</link>
      <pubDate>Wed, 06 Mar 2019 00:00:00 +0000</pubDate>
      
      <guid>https://Hanfeng.ink/post/porcess/</guid>
      <description>&lt;p&gt;本文简单说明了linux操作系统中进程的概念，以及进程相关的简单操作。&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>三家分晋</title>
      <link>https://Hanfeng.ink/post/jin/</link>
      <pubDate>Sat, 02 Mar 2019 00:00:00 +0000</pubDate>
      
      <guid>https://Hanfeng.ink/post/jin/</guid>
      <description>&lt;p&gt;为何三家分晋是春秋和战国的分界线？&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>动态表扩张和收缩的摊还分析</title>
      <link>https://Hanfeng.ink/post/amortized_analysis/</link>
      <pubDate>Sat, 23 Feb 2019 00:00:00 +0000</pubDate>
      
      <guid>https://Hanfeng.ink/post/amortized_analysis/</guid>
      <description>&lt;p&gt;本文主要分析了动态表扩张和收缩过程中的摊还代价。&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>斐波那契数列</title>
      <link>https://Hanfeng.ink/post/fibonacci_sequence/</link>
      <pubDate>Thu, 17 Jan 2019 00:00:00 +0000</pubDate>
      
      <guid>https://Hanfeng.ink/post/fibonacci_sequence/</guid>
      <description>&lt;p&gt;求解斐波那契数列是一道经典的算法问题，本文在总结常规解法的基础上，进一步探讨算法的优化方法。&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>生成模型和判别模型</title>
      <link>https://Hanfeng.ink/post/generative_model_and_discriminative_model/</link>
      <pubDate>Fri, 09 Nov 2018 00:00:00 +0000</pubDate>
      
      <guid>https://Hanfeng.ink/post/generative_model_and_discriminative_model/</guid>
      <description>&lt;p&gt;本文总结了生成模型和判别模型的理论基础，及在实际应用中的优劣。&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>感知机</title>
      <link>https://Hanfeng.ink/post/perceptron/</link>
      <pubDate>Wed, 12 Sep 2018 00:00:00 +0000</pubDate>
      
      <guid>https://Hanfeng.ink/post/perceptron/</guid>
      <description>&lt;p&gt;感知机是一种二分类的线性分类模型，感知机的核心思想是在特征空间中找到一个超平面，将所有的实例分隔为正例和反例。&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>信息熵和互信息</title>
      <link>https://Hanfeng.ink/post/mutual_information/</link>
      <pubDate>Fri, 18 May 2018 00:00:00 +0000</pubDate>
      
      <guid>https://Hanfeng.ink/post/mutual_information/</guid>
      <description>&lt;p&gt;本文主要总结了信息熵在信息论中的具体意义，并介绍了互信系数，最后简单整理了MIC（最大互信系数）的内容和具体用法。&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>《水浒传》——晁盖之死</title>
      <link>https://Hanfeng.ink/post/shuihu_chaogai/</link>
      <pubDate>Thu, 11 May 2017 00:00:00 +0000</pubDate>
      
      <guid>https://Hanfeng.ink/post/shuihu_chaogai/</guid>
      <description>&lt;p&gt;晁盖，作为水浒传的重要人物，他的死亡可谓疑点重重。我们根据水浒中的一些故事细节，来仔细分析一下晁盖之死的前因后果。&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>