<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>voidbit</title>
        <link>http://blog.voidbit.cloud:80</link>
        <description>Agent与安全 — 渗透测试、Web安全、流量分析、Agent for Sec、记录思考。</description>
        <lastBuildDate>Wed, 01 Jul 2026 00:00:00 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <copyright>All rights reserved 2026</copyright>
        <atom:link href="http://blog.voidbit.cloud:80/feed.xml" rel="self" type="application/rss+xml"/>
        <item>
            <title><![CDATA[Hello World — 欢迎来到 V0idbit 的博客]]></title>
            <link>http://blog.voidbit.cloud:80/blog/life/hello-world</link>
            <guid isPermaLink="false">http://blog.voidbit.cloud:80/blog/life/hello-world</guid>
            <pubDate>Wed, 01 Jul 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[这是第一篇博文，聊聊我为什么要写博客，以及对这里的期待。]]></description>
            <content:encoded><![CDATA[
## 为什么写博客？

每个开发者都应该有一个博客。不是为了火——大概率不会。而是因为 **写作迫使你清晰地思考**。你不能靠含糊其辞来搪塞——当你在把文字写在页面上时。

这个博客是我记录学到的知识、花了太久才搞定的解决方案、以及对软件和技术的随想的地方。

## 会写些什么？

我会写：

- **Web 开发** — React、Next.js、TypeScript、CSS 技巧
- **工具链** — 让开发更高效更有趣的东西
- **架构设计** — 如何构建不会在自身重量下坍塌的应用
- **踩坑记录** — 那些"早知道就好了"的发现

## 本站技术栈

这个博客的构建栈是我真正喜欢用的：

```ts
const stack = {
  框架: "Next.js 16",
  样式: "Tailwind CSS v4",
  内容: "MDX",
  搜索: "Fuse.js",
  评论: "Giscus",
  部署: "GitHub Pages",
};
```

纯静态、极速、完全免费托管。更多文章即将上线。
]]></content:encoded>
            <author>voidbit</author>
            <category>个人</category>
            <category>博客</category>
        </item>
    </channel>
</rss>