<?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>博文onLichtung</title><link>https://hiraethecho.github.io/lichtung/posts/</link><description>Recent contentin博文onLichtung</description><generator>Hugo --0.162.1</generator><language>en</language><managingEditor>demo@example.com(Demo)</managingEditor><webMaster>demo@example.com(Demo)</webMaster><atom:link href="https://hiraethecho.github.io/lichtung/posts/index.xml" rel="self" type="application/rss+xml"/><item><title>互联网中的个人网站</title><link>https://hiraethecho.github.io/lichtung/posts/site-in-web/</link><pubDate>Tue, 21 Apr 2026 00:00:00 +0000</pubDate><author>demo@example.com(Demo)</author><guid>https://hiraethecho.github.io/lichtung/posts/site-in-web/</guid><description>&lt;h1 id="互联网中的个人网站"&gt;
&lt;a class="anchor inpage" href="#%e4%ba%92%e8%81%94%e7%bd%91%e4%b8%ad%e7%9a%84%e4%b8%aa%e4%ba%ba%e7%bd%91%e7%ab%99"&gt;#&lt;/a&gt;互联网中的个人网站&lt;/h1&gt;
&lt;p&gt;和中心化平台的博主相比，个人网站是某种劳动生产品，而前者是商品。我们并不知道商品的制作过程（《制造消费者》），只是消费它。&lt;/p&gt;
&lt;p&gt;《他者的消失》的其中一种形式是，他者存在但不是人。在公众号留言的人并不把写作者当作一个和自己一样的人，而只是一些理念、文字而已。&lt;/p&gt;</description></item><item><title>typst记录</title><link>https://hiraethecho.github.io/lichtung/posts/typst/</link><pubDate>Tue, 17 Mar 2026 00:00:00 +0000</pubDate><author>demo@example.com(Demo)</author><guid>https://hiraethecho.github.io/lichtung/posts/typst/</guid><description>在这里记下写typst过程中遇到的各种问题和解决方法（希望能解决）</description></item><item><title>过去不存在</title><link>https://hiraethecho.github.io/lichtung/posts/no-past/</link><pubDate>Fri, 06 Feb 2026 00:00:00 +0000</pubDate><author>demo@example.com(Demo)</author><guid>https://hiraethecho.github.io/lichtung/posts/no-past/</guid><description>过去在什么意义下存在，又在什么意义下不存在？当过去不存在时，该如何生活？</description></item><item><title>cli收集</title><link>https://hiraethecho.github.io/lichtung/posts/cli/</link><pubDate>Thu, 23 Oct 2025 00:00:00 +0000</pubDate><author>demo@example.com(Demo)</author><guid>https://hiraethecho.github.io/lichtung/posts/cli/</guid><description>收集一些cli的命令工具用法</description></item><item><title>全都是监狱</title><link>https://hiraethecho.github.io/lichtung/posts/carceral/</link><pubDate>Fri, 29 Aug 2025 00:00:00 +0000</pubDate><author>demo@example.com(Demo)</author><guid>https://hiraethecho.github.io/lichtung/posts/carceral/</guid><description>福柯的《规训与惩罚》读后笔记，规训与监狱的诞生。</description></item><item><title>大模型使用概览</title><link>https://hiraethecho.github.io/lichtung/posts/ai-overview/</link><pubDate>Tue, 22 Jul 2025 00:00:00 +0000</pubDate><author>demo@example.com(Demo)</author><guid>https://hiraethecho.github.io/lichtung/posts/ai-overview/</guid><description>&lt;h1 id="概览"&gt;
&lt;a class="anchor inpage" href="#%e6%a6%82%e8%a7%88"&gt;#&lt;/a&gt;概览&lt;/h1&gt;
&lt;h2 id="overview"&gt;
&lt;a class="anchor inpage" href="#overview"&gt;##&lt;/a&gt;overview&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;AI&lt;/th&gt;
&lt;th&gt;Linux&lt;/th&gt;
&lt;th&gt;解释&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;底层&lt;/td&gt;
&lt;td&gt;大模型 LLM&lt;/td&gt;
&lt;td&gt;硬件，CPU / 显卡等&lt;/td&gt;
&lt;td&gt;运行基础，实际计算发生的地方&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;外壳&lt;/td&gt;
&lt;td&gt;agents&lt;/td&gt;
&lt;td&gt;shell&lt;/td&gt;
&lt;td&gt;操作对象，输入的位置&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;输入&lt;/td&gt;
&lt;td&gt;prompt&lt;/td&gt;
&lt;td&gt;命令行输入&lt;/td&gt;
&lt;td&gt;输入的指令&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;输出&lt;/td&gt;
&lt;td&gt;completion / tool call&lt;/td&gt;
&lt;td&gt;stdout / 文件&lt;/td&gt;
&lt;td&gt;模型输出的内容，可能是文本或工具调用请求&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;上下文&lt;/td&gt;
&lt;td&gt;context window / token&lt;/td&gt;
&lt;td&gt;环境变量 / 工作目录&lt;/td&gt;
&lt;td&gt;当前会话中模型能&amp;quot;记住&amp;quot;的信息&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;调用&lt;/td&gt;
&lt;td&gt;mcp / tools / function call&lt;/td&gt;
&lt;td&gt;&lt;code&gt;/bin&lt;/code&gt; 或其他二进制可执行文件，例如 &lt;code&gt;ls&lt;/code&gt; &lt;code&gt;cd&lt;/code&gt; &lt;code&gt;grep&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;根据输入调用其他工具&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;配置文件&lt;/td&gt;
&lt;td&gt;system prompt / skills&lt;/td&gt;
&lt;td&gt;&lt;code&gt;/etc/&lt;/code&gt; &lt;code&gt;~/.config/&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;配置文件，全局配置、用户配置、使用特定工具时需要的配置&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;其他使用方式&lt;/td&gt;
&lt;td&gt;桌面端应用，IDE 插件等&lt;/td&gt;
&lt;td&gt;各类 GUI&lt;/td&gt;
&lt;td&gt;用其他方式使用 agent&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="llm-large-language-models"&gt;
&lt;a class="anchor inpage" href="#llm-large-language-models"&gt;##&lt;/a&gt;LLM (Large Language Models)&lt;/h2&gt;
&lt;p&gt;最初横空出世的 ChatGPT，就纯聊天，之后陆续获得更多功能。&lt;/p&gt;</description></item><item><title>用obsidian管理多个博客</title><link>https://hiraethecho.github.io/lichtung/posts/blogs-repo/</link><pubDate>Sat, 05 Apr 2025 00:00:00 +0000</pubDate><author>demo@example.com(Demo)</author><guid>https://hiraethecho.github.io/lichtung/posts/blogs-repo/</guid><description>之前在一个obsidian仓库管理hexo hugo mkdocs三个网站的方法</description></item><item><title>为什么写博客</title><link>https://hiraethecho.github.io/lichtung/posts/whyblog/</link><pubDate>Sat, 17 Aug 2024 00:00:00 +0000</pubDate><author>demo@example.com(Demo)</author><guid>https://hiraethecho.github.io/lichtung/posts/whyblog/</guid><description>假如博客是为了记录，那又为什么要记录呢？</description></item><item><title>AI 内容标记演示</title><link>https://hiraethecho.github.io/lichtung/posts/ai-generated/</link><pubDate>Thu, 01 Aug 2024 00:00:00 +0000</pubDate><author>demo@example.com(Demo)</author><guid>https://hiraethecho.github.io/lichtung/posts/ai-generated/</guid><description>展示如何用 ai: true 标记 AI 生成内容，使其不计入全站字数统计</description></item><item><title>密码保护演示</title><link>https://hiraethecho.github.io/lichtung/posts/password-demo/</link><pubDate>Mon, 01 Jul 2024 00:00:00 +0000</pubDate><author>demo@example.com(Demo)</author><guid>https://hiraethecho.github.io/lichtung/posts/password-demo/</guid><description>这是一篇受密码保护的文章，展示 Lichtung 主题的密码保护功能。密码为 demo</description></item><item><title>示例长文</title><link>https://hiraethecho.github.io/lichtung/posts/lorem-ipsum/</link><pubDate>Sat, 20 Apr 2024 00:00:00 +0000</pubDate><author>demo@example.com(Demo)</author><guid>https://hiraethecho.github.io/lichtung/posts/lorem-ipsum/</guid><description>一篇较长的示例文章，用以展示字数统计、阅读时间、分页和前后文章导航等功能</description></item><item><title>双系统安装archlinux</title><link>https://hiraethecho.github.io/lichtung/posts/archinstall/</link><pubDate>Mon, 09 Oct 2023 00:00:00 +0000</pubDate><author>demo@example.com(Demo)</author><guid>https://hiraethecho.github.io/lichtung/posts/archinstall/</guid><description>双系统安装archlinux，btrfs分区、grub启动项</description></item><item><title>没有反对的社会</title><link>https://hiraethecho.github.io/lichtung/posts/no-deny/</link><pubDate>Sun, 01 Oct 2023 00:00:00 +0000</pubDate><author>demo@example.com(Demo)</author><guid>https://hiraethecho.github.io/lichtung/posts/no-deny/</guid><description>什么是单向度？它是如何形成的？保护自己的思想，不成为单向度的人？</description></item></channel></rss>