<?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>Posts on 东斋</title>
    <link>https://easton.pub/posts/</link>
    <description>Recent content in Posts on 东斋</description>
    <generator>Hugo</generator>
    <language>zh</language>
    <lastBuildDate>Sat, 15 Aug 2026 09:36:00 +0800</lastBuildDate>
    <atom:link href="https://easton.pub/posts/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>第二次“重新开始”！</title>
      <link>https://easton.pub/posts/re-restart/</link>
      <pubDate>Sat, 15 Aug 2026 09:36:00 +0800</pubDate>
      <guid>https://easton.pub/posts/re-restart/</guid>
      <description>&lt;p&gt;完成原有博文的迁移后，我开始写这篇文章。写时忽然想起，三年前中考结束后，我曾写过一篇题为&lt;a href=&#34;https://easton.pub/posts/restart&#34; class=&#34;internal-link&#34;&gt;“重新开始”&lt;/a&gt;
的文章。那时，我想在高中阶段用文字留下一些值得回忆的东西。结果是可喜的——后来，我从评论区得知，自己的文章确实曾帮助一些访客解决问题。这兴许正是我搭建这个博客的目的之一。&lt;/p&gt;</description>
    </item>
    <item>
      <title>使用 3DGS 重建高中教室场景</title>
      <link>https://easton.pub/posts/3dgs/</link>
      <pubDate>Mon, 15 Jun 2026 21:19:45 +0800</pubDate>
      <guid>https://easton.pub/posts/3dgs/</guid>
      <description>使用手机采集三百余张照片，借助 COLMAP、3D Gaussian Splatting，将高中教室保存为一个可以自由浏览的三维场景。</description>
    </item>
    <item>
      <title>Google NotebookLM：人工智能时代的新型学习工具</title>
      <link>https://easton.pub/posts/try-notebooklm/</link>
      <pubDate>Fri, 02 May 2025 00:00:00 +0800</pubDate>
      <guid>https://easton.pub/posts/try-notebooklm/</guid>
      <description>&lt;p&gt;NotebookLM 是由 Google 推出的，利用人工智能来帮助人们整理笔记的一款软件。它可以对用户上传到其中的文件，进行摘要、回答问题或者提取出重要的信息。最近 NotebookLM 新增了生成中文播客的功能，并受到很多人的喜爱。于是我就试着用了一下此功能，在读完赫尔曼·黑塞的小说《克林索尔的最后夏天》之后再来看看它的效果如何，并写下了这篇文章。&lt;/p&gt;</description>
    </item>
    <item>
      <title>基于 RAG 技术的英语读后续写模型开发实践</title>
      <link>https://easton.pub/posts/rag-write-after-read/</link>
      <pubDate>Sat, 08 Feb 2025 21:00:00 +0800</pubDate>
      <guid>https://easton.pub/posts/rag-write-after-read/</guid>
      <description>深度介绍我开发一个英语读后续写垂域模型的全过程</description>
    </item>
    <item>
      <title>二零二五，揆文奋武</title>
      <link>https://easton.pub/posts/a-look-back-at-2024/</link>
      <pubDate>Tue, 28 Jan 2025 17:00:00 +0800</pubDate>
      <guid>https://easton.pub/posts/a-look-back-at-2024/</guid>
      <description>现在的你：还像一年前一样对未来充满期待吗？</description>
    </item>
    <item>
      <title>图床搭建教程：Backblaze B2 &#43; Cloudflare Workers &#43; PicGo</title>
      <link>https://easton.pub/posts/image-hosting/</link>
      <pubDate>Sat, 18 Jan 2025 18:00:00 +0800</pubDate>
      <guid>https://easton.pub/posts/image-hosting/</guid>
      <description>基于 Backblaze B2 和 Cloudflare Workers 零成本搭建图床，使用 PicGo 上传图片，实现博客图片自由</description>
    </item>
    <item>
      <title>解决 Vercel &#43; Cloudflare 部署中的 ERR_TOO_MANY_REDIRECTS 错误</title>
      <link>https://easton.pub/posts/solution-for-err-too-many-redirects-error/</link>
      <pubDate>Fri, 20 Sep 2024 00:00:00 +0000</pubDate>
      <guid>https://easton.pub/posts/solution-for-err-too-many-redirects-error/</guid>
      <description>讨论通过 Vercel 和 Cloudflare 部署网站时，报出的“ERR_TOO_MANY_REDIRECTS”错误及其解决方法。</description>
    </item>
    <item>
      <title>从零到一，用 Hugo 打造你的个人网站</title>
      <link>https://easton.pub/posts/build-blog-with-hugo/</link>
      <pubDate>Fri, 30 Aug 2024 18:12:32 +0800</pubDate>
      <guid>https://easton.pub/posts/build-blog-with-hugo/</guid>
      <description>一起来用世界上最快的网站构建框架搭建个人博客站点吧！</description>
    </item>
    <item>
      <title>Typecho 常用代码合集</title>
      <link>https://easton.pub/posts/typecho-code-summary/</link>
      <pubDate>Wed, 28 Aug 2024 21:35:54 +0800</pubDate>
      <guid>https://easton.pub/posts/typecho-code-summary/</guid>
      <description>一篇 Typecho 主题制作总结，记录了自己创作或搜集到的各种实用的 Typecho 代码</description>
    </item>
    <item>
      <title>Hugo与Typecho之对比</title>
      <link>https://easton.pub/posts/a-comparison-between-typecho-and-hugo/</link>
      <pubDate>Wed, 28 Aug 2024 20:35:54 +0800</pubDate>
      <guid>https://easton.pub/posts/a-comparison-between-typecho-and-hugo/</guid>
      <description>浅谈我对Typecho和Hugo的认识，并说明我是缘何选择Hugo的</description>
    </item>
    <item>
      <title>湘行散记：蝉蜕尘埃外，蝶梦水云乡</title>
      <link>https://easton.pub/posts/a-trip-to-changsha/</link>
      <pubDate>Sat, 06 Jul 2024 00:00:00 +0000</pubDate>
      <guid>https://easton.pub/posts/a-trip-to-changsha/</guid>
      <description>濯足夜滩急，晞发北风凉。吴山楚泽行遍，只欠到潇湘。买得扁舟归去，此事天公付我，六月下沧浪。蝉蜕尘埃外，蝶梦水云乡。    制荷衣，纫兰佩，把琼芳。湘妃起舞一笑，抚瑟奏清商。唤起九歌忠愤，拂拭三闾文字，还与日争光。莫遣儿辈觉，此乐未渠央。</description>
    </item>
    <item>
      <title>二零二四，凌云壮志</title>
      <link>https://easton.pub/posts/a-look-back-at-2023/</link>
      <pubDate>Wed, 31 Jan 2024 00:00:00 +0000</pubDate>
      <guid>https://easton.pub/posts/a-look-back-at-2023/</guid>
      <description>这是我对过去一年的回顾，以及对今年的展望</description>
    </item>
    <item>
      <title>漫漫长梦</title>
      <link>https://easton.pub/posts/long-dreams/</link>
      <pubDate>Sun, 31 Dec 2023 00:00:00 +0000</pubDate>
      <guid>https://easton.pub/posts/long-dreams/</guid>
      <description>时在初冬，风和日丽。</description>
    </item>
    <item>
      <title>将博客适配 PWA</title>
      <link>https://easton.pub/posts/pwa/</link>
      <pubDate>Fri, 18 Aug 2023 00:00:00 +0000</pubDate>
      <guid>https://easton.pub/posts/pwa/</guid>
      <description>这是在今天开学考试后，总结自己让春树暮云适配PWA的一段经历和教程。</description>
    </item>
    <item>
      <title>确定性与不确定性</title>
      <link>https://easton.pub/posts/certainty-and-uncertainty/</link>
      <pubDate>Thu, 10 Aug 2023 00:00:00 +0000</pubDate>
      <guid>https://easton.pub/posts/certainty-and-uncertainty/</guid>
      <description>高中肇始第一记，探讨所谓“确定性”与“不确定性”对个人成长之影响</description>
    </item>
    <item>
      <title>使用 AI 生成一张二维码！</title>
      <link>https://easton.pub/posts/ai-qr-code/</link>
      <pubDate>Tue, 18 Jul 2023 00:00:00 +0000</pubDate>
      <guid>https://easton.pub/posts/ai-qr-code/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;近年来，AI技术的飞速发展已经深刻地改变了我们的生活方式。二维码作为一种快速、便捷的信息传递工具，也在全球范围内广泛应用。本文旨在探讨&lt;strong&gt;AI&lt;/strong&gt;在二维码领域所带来的变革，并阐述其对人们生活的积极影响。&lt;/p&gt;</description>
    </item>
    <item>
      <title>域名跳转解决方案</title>
      <link>https://easton.pub/posts/the-solution-of-domain-abnormal-redirections/</link>
      <pubDate>Sat, 01 Jul 2023 00:00:00 +0000</pubDate>
      <guid>https://easton.pub/posts/the-solution-of-domain-abnormal-redirections/</guid>
      <description>&lt;p&gt;今天考完自招，将原来的个人网站彻底迁移到这里，想起了曾经的网站被DNS劫持过，便以我之所学，写一小段文字，以备不时之需。&lt;/p&gt;
&lt;p&gt;旧日班上，下课时间，一群同学总喜欢凑在电脑屏幕前玩电脑。一次他们在网上冲浪一段时间后，突然怪叫起来。我抬起头，看见几个男生向我跑来，大笑着告诉我我的主页跳转到了其他网站。此时他们已经把跳转后的网站关掉了。在看了浏览记录后，我大为诧异，但我晚上回家打开网站时，却一如往常。&lt;strong&gt;事后经分析，我的原网站大概率被DNS劫持。&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>重新开始</title>
      <link>https://easton.pub/posts/restart/</link>
      <pubDate>Wed, 28 Jun 2023 19:28:42 +0800</pubDate>
      <guid>https://easton.pub/posts/restart/</guid>
      <description>&lt;p&gt;检验自己三年学习成果的考试已经结束，偷得浮生半日闲。在误删数据库导致博客文章被悉数清空的两个月后，我又一次登录进了这个网站。意图很明显，我要重新开始。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Hello World</title>
      <link>https://easton.pub/posts/hello-world/</link>
      <pubDate>Sat, 31 Dec 2022 00:00:00 +0000</pubDate>
      <guid>https://easton.pub/posts/hello-world/</guid>
      <description>这是我用 typecho 搭建原站点后发布的第一篇文章</description>
    </item>
  </channel>
</rss>
