<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>梅岭随记</title>
    <link>https://northvision.cn/</link>
    <description>Recent content on 梅岭随记</description>
    <image>
      <title>梅岭随记</title>
      <url>https://northvision.cn/images/og-image.png</url>
      <link>https://northvision.cn/images/og-image.png</link>
    </image>
    <generator>Hugo</generator>
    <language>zh-CN</language>
    <lastBuildDate>Sun, 30 Aug 2026 13:30:00 +0800</lastBuildDate>
    <atom:link href="https://northvision.cn/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>关于短片的创作构思</title>
      <link>https://northvision.cn/posts/short-film-concept/</link>
      <pubDate>Sun, 30 Aug 2026 13:30:00 +0800</pubDate>
      <guid>https://northvision.cn/posts/short-film-concept/</guid>
      <description>&lt;p&gt;以下是关于一部短片的创作构思。影片的主人公是一位三十多岁、漂泊在上海的人：为生计走上家教之路，又以伪造的经历冒充名校教师。他勤勉、聪明、被需要，生活日渐向好，却始终走不出夜里的迷茫。这份构思依次从创作主旨、时代语境、人物与故事、神话喻体四个层面展开。&lt;/p&gt;</description>
    </item>
    <item>
      <title>今夜漫谈：自由意志、《小王子》与现代性</title>
      <link>https://northvision.cn/posts/free-will-little-prince-modernity/</link>
      <pubDate>Tue, 18 Aug 2026 22:39:00 +0800</pubDate>
      <guid>https://northvision.cn/posts/free-will-little-prince-modernity/</guid>
      <description>&lt;h2 id=&#34;开场--the-question-i-was-asked&#34;&gt;开场 · The question I was asked&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Do you think free will is real, or is everything we do just a chain of cause and effect?&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id=&#34;我的回答--my-answer&#34;&gt;我的回答 · My answer&lt;/h2&gt;
&lt;p&gt;高中时我就反复想过这个问题。很难回答，但我确定的是：我无法预测自己未来的许多举动——比如今晚聊得开心，我可能回你&amp;quot;haha&amp;quot;，也可能回&amp;quot;hhh&amp;quot;，谁知道呢。我不相信每个未来事件都有一个既定而精确的结果。&lt;/p&gt;</description>
    </item>
    <item>
      <title>服务器与我的 AI 助手：从零搭建到多模态全配置</title>
      <link>https://northvision.cn/posts/server-and-ai-setup/</link>
      <pubDate>Mon, 17 Aug 2026 15:30:00 +0800</pubDate>
      <guid>https://northvision.cn/posts/server-and-ai-setup/</guid>
      <description>&lt;h2 id=&#34;前言&#34;&gt;前言&lt;/h2&gt;
&lt;p&gt;八月中旬，我买了一台腾讯云轻量服务器（Ubuntu 24.04，2 核 3.6G），折腾了两天，实现了三个目标：&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;一个自己的博客&lt;/li&gt;
&lt;li&gt;一个随时在线的 AI 助手（接入 Telegram）&lt;/li&gt;
&lt;li&gt;一套内外网服务的基础设施（代理、穿透、备份）&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;这篇文章记录最终配置和过程中踩过的坑，供自己复盘，也供有同样需求的人参考。&lt;/p&gt;</description>
    </item>
    <item>
      <title>关于</title>
      <link>https://northvision.cn/about/</link>
      <pubDate>Sun, 16 Aug 2026 20:00:00 +0800</pubDate>
      <guid>https://northvision.cn/about/</guid>
      <description>&lt;h2 id=&#34;关于本站&#34;&gt;关于本站&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;梅岭随记&lt;/strong&gt;，一个个人博客，用于记录学习笔记、技术实践和一些思考。&lt;/p&gt;
&lt;h2 id=&#34;关于我&#34;&gt;关于我&lt;/h2&gt;
&lt;p&gt;十布，05 年生，医学院在读。信息竞赛出身，对计算机科学有持续的兴趣，尤其关注 AI 领域。业余爱好包括：钢琴、乒乓球、阅读。对哲学与古典音乐有持续的兴趣，也在和朋友合作研究短片电影创作。&lt;/p&gt;</description>
    </item>
    <item>
      <title>多元函数微分学五题精讲</title>
      <link>https://northvision.cn/posts/multi-var-calculus-5-problems/</link>
      <pubDate>Sun, 09 Aug 2026 20:00:00 +0800</pubDate>
      <guid>https://northvision.cn/posts/multi-var-calculus-5-problems/</guid>
      <description>&lt;h2 id=&#34;一连续性判定放缩--夹逼习题-7133&#34;&gt;一、连续性判定：放缩 + 夹逼（习题 7.1.3(3)）&lt;/h2&gt;
&lt;h3 id=&#34;题目&#34;&gt;题目&lt;/h3&gt;
&lt;p&gt;设&lt;/p&gt;
$$z=\begin{cases}\dfrac{\sin(x^3+y^3)}{x^2+y^2}, &amp; x^2+y^2\neq 0\\[4pt] 0, &amp; x^2+y^2=0\end{cases}$$&lt;p&gt;讨论 $z$ 在原点 $(0,0)$ 处是否连续。&lt;/p&gt;
&lt;h3 id=&#34;思路&#34;&gt;思路&lt;/h3&gt;
&lt;p&gt;分段函数在分段点处讨论连续性，就是验证：当 $(x,y)\to(0,0)$ 时，$z(x,y)$ 的极限是否等于 $z(0,0)=0$。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
