
  <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
      <title>Corner430 AI Blog</title>
      <link>https://corner430-ai-blog.vercel.app/blog</link>
      <description>一个探索编程、AI 和技术实践的开发者博客</description>
      <language>zh-CN</language>
      <managingEditor>undefined (Corner430)</managingEditor>
      <webMaster>undefined (Corner430)</webMaster>
      <lastBuildDate>Sun, 05 Apr 2026 00:00:00 GMT</lastBuildDate>
      <atom:link href="https://corner430-ai-blog.vercel.app/feed.xml" rel="self" type="application/rss+xml"/>
      
  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/lazydocker-guide</guid>
    <title>Lazydocker 完全指南：终端里的 Docker 可视化管理</title>
    <link>https://corner430-ai-blog.vercel.app/blog/lazydocker-guide</link>
    <description>从 Docker 核心概念到 Lazydocker 实战操作的精炼指南。涵盖容器管理、镜像操作、Compose 编排、Volumes/Networks、自定义命令，以及 LazyVim 零插件集成。</description>
    <pubDate>Sun, 05 Apr 2026 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>开发工具</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/lazygit-guide</guid>
    <title>Lazygit 完全指南：终端里的 Git 可视化操作</title>
    <link>https://corner430-ai-blog.vercel.app/blog/lazygit-guide</link>
    <description>从 Git 核心概念到 Lazygit 高级用法的实战指南。涵盖界面操作、分支管理、交互式变基、冲突解决、Cherry-Pick、Bisect、自定义补丁，以及 LazyVim 无缝集成。</description>
    <pubDate>Sun, 05 Apr 2026 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>开发工具</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/tmux-guide</guid>
    <title>tmux 实用指南：SSH 开发必备的终端复用器</title>
    <link>https://corner430-ai-blog.vercel.app/blog/tmux-guide</link>
    <description>一篇面向 SSH 远程开发场景的 tmux 配置指南。涵盖会话管理、分屏操作、Vi 复制模式、OSC52 剪贴板互通、状态栏美化，附完整配置文件。</description>
    <pubDate>Sat, 04 Apr 2026 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>Linux</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/lazyvim-guide</guid>
    <title>LazyVim 完全指南：从 Vim 基础到现代开发环境</title>
    <link>https://corner430-ai-blog.vercel.app/blog/lazyvim-guide</link>
    <description>从 Vim 基础到 LazyVim 现代开发环境的完整指南，涵盖核心操作、C++ 开发配置、SSH 剪贴板互通和插件生态。</description>
    <pubDate>Fri, 03 Apr 2026 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>开发工具</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/SwitchyOmega</guid>
    <title>SwitchyOmega 代理管理配置指南</title>
    <link>https://corner430-ai-blog.vercel.app/blog/SwitchyOmega</link>
    <description>介绍浏览器代理管理扩展 SwitchyOmega 的配置方法，通过 Proxy Profile 和 Switch Profile 实现智能分流。</description>
    <pubDate>Fri, 24 May 2024 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>网络</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/Linux通过davfs2挂载WebDav网盘</guid>
    <title>Linux 通过 davfs2 挂载 WebDAV 网盘</title>
    <link>https://corner430-ai-blog.vercel.app/blog/Linux通过davfs2挂载WebDav网盘</link>
    <description>使用 davfs2 在 Linux 上挂载 WebDAV 网盘（以 Alist 为例），实现开机自动挂载和符号链接映射。</description>
    <pubDate>Sun, 10 Dec 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>Linux</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/对比学习（Contrastive-Learning）</guid>
    <title>对比学习（Contrastive Learning）</title>
    <link>https://corner430-ai-blog.vercel.app/blog/对比学习（Contrastive-Learning）</link>
    <description>介绍对比学习中几种经典损失函数的原理与机制，包括 Max Margin Contrastive Loss、Triplet Loss 和 N-pair Loss。</description>
    <pubDate>Tue, 18 Jul 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>机器学习</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/Model-Compression</guid>
    <title>模型压缩</title>
    <link>https://corner430-ai-blog.vercel.app/blog/Model-Compression</link>
    <description>系统介绍模型压缩的五大核心技术：网络剪枝、知识蒸馏、参数量化、架构设计和动态网络。</description>
    <pubDate>Mon, 26 Jun 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>机器学习</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/深度学习与PyTorch学习资源</guid>
    <title>深度学习与PyTorch学习资源</title>
    <link>https://corner430-ai-blog.vercel.app/blog/深度学习与PyTorch学习资源</link>
    <description>深度学习与 PyTorch 学习资源汇总，涵盖官方文档、D2L 教材、第三方教程、实战项目和社区论坛。</description>
    <pubDate>Thu, 08 Jun 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>机器学习</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/键位映射</guid>
    <title>键位映射：在 Linux 和 Windows 上自定义键盘布局</title>
    <link>https://corner430-ai-blog.vercel.app/blog/键位映射</link>
    <description>介绍在 Linux（X11）和 Windows 上进行键位映射的方法，将不常用的按键（如 Caps Lock）映射为更实用的功能键。</description>
    <pubDate>Wed, 07 Jun 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>Linux</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/AdGuard-Home-设置</guid>
    <title>AdGuard Home 设置</title>
    <link>https://corner430-ai-blog.vercel.app/blog/AdGuard-Home-设置</link>
    <description>详细介绍 AdGuard Home 的 DNS 配置和广告过滤规则设置，实现全网去广告。</description>
    <pubDate>Sun, 04 Jun 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>网络</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/局域网代理共享方案</guid>
    <title>局域网代理共享方案</title>
    <link>https://corner430-ai-blog.vercel.app/blog/局域网代理共享方案</link>
    <description>介绍多种局域网代理共享方案，包括 Mac/Linux TUN 模式网关、安卓手机旁路由和 iKuai 软路由，实现全家设备共享代理。</description>
    <pubDate>Thu, 25 May 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>网络</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/NAS配置与使用指南</guid>
    <title>NAS配置与使用指南</title>
    <link>https://corner430-ai-blog.vercel.app/blog/NAS配置与使用指南</link>
    <description>NAS 配置与使用完全指南，涵盖黑群晖安装、Ubuntu Samba 挂载、开机自动挂载、Cloud Sync 外网同步及 Git Server 搭建。</description>
    <pubDate>Mon, 22 May 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>NAS</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/DIY装机记录与指南</guid>
    <title>DIY装机记录与指南</title>
    <link>https://corner430-ai-blog.vercel.app/blog/DIY装机记录与指南</link>
    <description>两套 DIY 装机方案的详细配置清单与选购建议：168 元超低成本 E3 主机和 1400-1989 元 All-in-One 多用途工作站。</description>
    <pubDate>Sun, 21 May 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>硬件</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/windows11安装安卓子系统</guid>
    <title>windows11安装安卓子系统</title>
    <link>https://corner430-ai-blog.vercel.app/blog/windows11安装安卓子系统</link>
    <description>在 Windows 11 上安装安卓子系统（WSA）的完整教程，从启用虚拟化到通过 ADB 安装 APK。</description>
    <pubDate>Thu, 18 May 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>Windows</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/网络唤醒WOL完全指南</guid>
    <title>网络唤醒(WOL)完全指南</title>
    <link>https://corner430-ai-blog.vercel.app/blog/网络唤醒WOL完全指南</link>
    <description>网络唤醒（WOL）完全指南，涵盖 BIOS 设置、Windows/Ubuntu 网卡配置、OpenWrt 发送唤醒包及远程唤醒的端口转发配置。</description>
    <pubDate>Thu, 18 May 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>网络</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/机场或节点测速</guid>
    <title>机场或节点测速</title>
    <link>https://corner430-ai-blog.vercel.app/blog/机场或节点测速</link>
    <description>汇总代理节点测速工具与方法，涵盖单节点测速、全节点批量测速和自动化节点筛选工具。</description>
    <pubDate>Tue, 16 May 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>网络</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/paper</guid>
    <title>论文阅读笔记</title>
    <link>https://corner430-ai-blog.vercel.app/blog/paper</link>
    <description>涵盖 Transformer、DETR、ViT、知识蒸馏、对比学习、模型压缩等方向的论文阅读笔记合集。</description>
    <pubDate>Sun, 14 May 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>机器学习</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/路由器AP与桥接模式</guid>
    <title>路由器AP与桥接模式</title>
    <link>https://corner430-ai-blog.vercel.app/blog/路由器AP与桥接模式</link>
    <description>介绍路由器 AP 模式与无线桥接模式的配置方法，实现多路由级联扩展 WiFi 覆盖。</description>
    <pubDate>Sat, 13 May 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>网络</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/远程桌面RDP配置指南</guid>
    <title>远程桌面RDP配置指南</title>
    <link>https://corner430-ai-blog.vercel.app/blog/远程桌面RDP配置指南</link>
    <description>远程桌面（RDP）完整使用指南，涵盖 Windows 原生 RDP、xRDP 连接 Linux 桌面以及性能优化技巧。</description>
    <pubDate>Thu, 11 May 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>Windows</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/OpenWrt完全配置指南</guid>
    <title>OpenWrt完全配置指南</title>
    <link>https://corner430-ai-blog.vercel.app/blog/OpenWrt完全配置指南</link>
    <description>从固件选择到网络配置的 OpenWrt 全流程指南，涵盖刷机、旁路由、IPv6、DDNS、单线多拨和网络唤醒。</description>
    <pubDate>Tue, 09 May 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>网络</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/manjaro初始化</guid>
    <title>Manjaro 系统初始化配置指南</title>
    <link>https://corner430-ai-blog.vercel.app/blog/manjaro初始化</link>
    <description>Manjaro 系统安装后的初始化配置，涵盖镜像源设置、常用软件安装、Pacman 包管理器使用、NVIDIA 驱动安装等。</description>
    <pubDate>Mon, 08 May 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>Linux</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/VSCode使用技巧与问题排解</guid>
    <title>VSCode使用技巧与问题排解</title>
    <link>https://corner430-ai-blog.vercel.app/blog/VSCode使用技巧与问题排解</link>
    <description>VSCode 实用技巧合集，涵盖自定义样式刷新、Colab 远程连接、Python 调试配置和 C++ 内存查看工具。</description>
    <pubDate>Mon, 17 Apr 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>开发工具</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/clash-load-balancing</guid>
    <title>Clash 负载均衡配置指南</title>
    <link>https://corner430-ai-blog.vercel.app/blog/clash-load-balancing</link>
    <description>详解 Clash 代理负载均衡配置，包括散列和轮询两种策略的实现方法。</description>
    <pubDate>Tue, 04 Apr 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>网络</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/Configure-oh-my-zsh</guid>
    <title>Oh My Zsh 安装与配置指南</title>
    <link>https://corner430-ai-blog.vercel.app/blog/Configure-oh-my-zsh</link>
    <description>在 Linux 上安装 Zsh 并配置 Oh My Zsh，包括常用插件推荐、主题设置和 .zshrc 配置，打造高效终端环境。</description>
    <pubDate>Mon, 03 Apr 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>Linux</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/Ubuntu-NAT</guid>
    <title>Ubuntu NAT 网关配置与镜像源设置</title>
    <link>https://corner430-ai-blog.vercel.app/blog/Ubuntu-NAT</link>
    <description>介绍如何将 Ubuntu 配置为 NAT 网关让局域网其他设备共享上网，以及国内镜像源的设置方法。</description>
    <pubDate>Mon, 03 Apr 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>网络</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/WSL完整配置指南</guid>
    <title>WSL完整配置指南</title>
    <link>https://corner430-ai-blog.vercel.app/blog/WSL完整配置指南</link>
    <description>WSL 日常使用的完整配置指南，涵盖安装目录迁移、systemd 启用、开机自启动和代理配置。</description>
    <pubDate>Mon, 03 Apr 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>Windows</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/Windows使用技巧</guid>
    <title>Windows使用技巧</title>
    <link>https://corner430-ai-blog.vercel.app/blog/Windows使用技巧</link>
    <description>一份实用的 Windows 技巧合集，涵盖截图快捷键、局域网文件夹共享、系统字体替换以及精简系统推荐。</description>
    <pubDate>Mon, 03 Apr 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>Windows</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/terminal-dictionary</guid>
    <title>Linux 终端词典工具推荐：告别浏览器查词</title>
    <link>https://corner430-ai-blog.vercel.app/blog/terminal-dictionary</link>
    <description>推荐三款终端词典工具：kd（Go 单文件、离线+在线）、sdcv（纯离线 StarDict 词库）、Wudao-dict-plus（Python 增强版无道词典），在命令行里高效查词翻译。</description>
    <pubDate>Mon, 03 Apr 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>Linux</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/内网穿透</guid>
    <title>内网穿透</title>
    <link>https://corner430-ai-blog.vercel.app/blog/内网穿透</link>
    <description>汇总常用内网穿透方案，包括 frp、ZeroTier、Tailscale 和 Moonlight+Sunshine 远程串流。</description>
    <pubDate>Mon, 03 Apr 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>网络</category>
  </item>

  <item>
    <guid>https://corner430-ai-blog.vercel.app/blog/hello-world</guid>
    <title>你好，世界</title>
    <link>https://corner430-ai-blog.vercel.app/blog/hello-world</link>
    <description>博客开篇文章，介绍这个博客的初衷、内容方向和技术栈。</description>
    <pubDate>Sun, 01 Jan 2023 00:00:00 GMT</pubDate>
    <author>undefined (Corner430)</author>
    <category>Linux</category>
  </item>

    </channel>
  </rss>
