<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>Promise { &lt;pending&gt; }</title>
        <link>https://enpitsulin.dev</link>
        <description>What are you looking for?</description>
        <lastBuildDate>Sun, 01 Feb 2026 12:57:22 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>zh-Hans</language>
        <copyright>All rights reserved 2026, enpitsulin</copyright>
        <item>
            <title><![CDATA[论“懂行”——AI 时代与知识诅咒]]></title>
            <link>https://blog/ai-curse-of-knowledge</link>
            <guid isPermaLink="false">https://blog/ai-curse-of-knowledge</guid>
            <pubDate>Wed, 07 Jan 2026 15:34:00 GMT</pubDate>
            <description><![CDATA[已经来到了21世纪的Q2，时间过得很快，科技也发展的极其迅速，很关键的是——仿佛一夜过去大家都都不再通过自己学习了，通通改问AI。]]></description>
            <category>AI</category>
            <category>生活</category>
        </item>
        <item>
            <title><![CDATA[指出别人漏洞百出前先做好阅读理解]]></title>
            <link>https://blog/the-arrogance-of-skipping-context</link>
            <guid isPermaLink="false">https://blog/the-arrogance-of-skipping-context</guid>
            <pubDate>Tue, 09 Dec 2025 18:21:00 GMT</pubDate>
            <description><![CDATA[最近看到一个观点实在觉得难以苟同，所以花了点时间记录一下，]]></description>
            <category>CSS</category>
        </item>
        <item>
            <title><![CDATA[技术选型争端中的理性、人性和自我]]></title>
            <link>https://blog/beyond-tech-tribalism</link>
            <guid isPermaLink="false">https://blog/beyond-tech-tribalism</guid>
            <pubDate>Thu, 27 Nov 2025 16:00:00 GMT</pubDate>
            <description><![CDATA[随着我的程序员生涯逐渐一年一年的经过，以及不停得在社交媒体上看过太多关于框架、语言这方面的讨论，最近一篇相关的文章也激活了我对这方面的困惑和思考。]]></description>
            <category>技术</category>
        </item>
        <item>
            <title><![CDATA[2024 上半年就这样偷偷溜走了]]></title>
            <link>https://blog/h1-of-2024-was-passed</link>
            <guid isPermaLink="false">https://blog/h1-of-2024-was-passed</guid>
            <pubDate>Mon, 01 Jul 2024 16:00:00 GMT</pubDate>
            <description><![CDATA[2024 年对我来说差不多是全新的一年，全新的工作环境，全新的生活节奏。]]></description>
            <category>生活</category>
            <category>工作</category>
        </item>
        <item>
            <title><![CDATA[不到100行代码构建响应式UI框架]]></title>
            <link>https://blog/reactive-framework-less-100-lines</link>
            <guid isPermaLink="false">https://blog/reactive-framework-less-100-lines</guid>
            <pubDate>Tue, 30 May 2023 14:39:00 GMT</pubDate>
            <description><![CDATA[在 Github 的时间线上看到了一个自称是世界上最小的响应式UI框架 vanjs-org/van 简单预览了一下，研究一下它的底层实现方式，是如何做到100行代码不到就构建了一个简单的响应式前端框架]]></description>
            <category>JavaScript</category>
        </item>
        <item>
            <title><![CDATA[Vue 3.3 新特性前瞻和简单评价]]></title>
            <link>https://blog/new-feature-preview-vue-3.3</link>
            <guid isPermaLink="false">https://blog/new-feature-preview-vue-3.3</guid>
            <pubDate>Wed, 26 Apr 2023 16:00:00 GMT</pubDate>
            <description><![CDATA[虽然3.3当前还处于beta阶段但是其带来的一些特性十分激动人心，就在这里简单的给大家带来新特性的前瞻，为以后的升级简单做准备😁]]></description>
            <category>Vue</category>
            <category>Develop</category>
        </item>
        <item>
            <title><![CDATA[Bare git repository was best friend with Syncthing]]></title>
            <link>https://blog/bare-git-repository-with-syncthing</link>
            <guid isPermaLink="false">https://blog/bare-git-repository-with-syncthing</guid>
            <pubDate>Fri, 17 Feb 2023 16:00:00 GMT</pubDate>
            <description><![CDATA[Synchronizing files and managing code can be simplified by using a bare Git repository with Syncthing instead of installing syncthing in WSL. By checking out a copy of the repository in WSL, files and code can be seamlessly synchronized across both environments without dealing with associated issues.]]></description>
            <category>Git</category>
            <category>Syncthing</category>
        </item>
        <item>
            <title><![CDATA[使用Tauri构建桌面端应用程序——以TodoMVC为例（下）]]></title>
            <link>https://blog/todo-mvc-app-with-tauri-2</link>
            <guid isPermaLink="false">https://blog/todo-mvc-app-with-tauri-2</guid>
            <pubDate>Mon, 02 May 2022 17:32:00 GMT</pubDate>
            <description><![CDATA[上篇我们完成了基于sqlite数据库+rust的后端逻辑，但是仅仅有后端逻辑肯定不够，那么还需要完善前端，那么我们再简单的基于jotai状态管理来管理应用内的数据以及完善相应的调用rust后端的逻辑。]]></description>
            <category>Tauri</category>
            <category>Rust</category>
        </item>
        <item>
            <title><![CDATA[使用Tauri构建桌面端应用程序——以TodoMVC为例（上）]]></title>
            <link>https://blog/todo-mvc-app-with-tauri-1</link>
            <guid isPermaLink="false">https://blog/todo-mvc-app-with-tauri-1</guid>
            <pubDate>Mon, 02 May 2022 17:29:00 GMT</pubDate>
            <description><![CDATA[rust太难学了？学习了rust不会实践？简单使用 Tauri 搭建经典实战项目TodoMVC 来做实践吧。你会发现rust真的很好玩，tauri也是非常的快，转变思维使用rust来写代码真的很爽。]]></description>
            <category>Tauri</category>
            <category>Rust</category>
        </item>
        <item>
            <title><![CDATA[基于Faunadb和serverless函数为你的静态博客增加阅读计数功能]]></title>
            <link>https://blog/faunadb-severless-post-visit</link>
            <guid isPermaLink="false">https://blog/faunadb-severless-post-visit</guid>
            <pubDate>Tue, 12 Apr 2022 15:04:00 GMT</pubDate>
            <description><![CDATA[对于基于Nextjs的静态站点生成计数的博客，为文章增加阅读计数功能不同于基于Wordpress等CMS框架的博客，但是如果使用Vercel等支持serverless函数的托管平台，我们可以比较轻易的集成一些数据库服务来做阅读计数功能。]]></description>
            <category>Blog</category>
            <category>Serverless</category>
        </item>
        <item>
            <title><![CDATA[Openlayers中的将图层裁切]]></title>
            <link>https://blog/openlayer-layer-clip</link>
            <guid isPermaLink="false">https://blog/openlayer-layer-clip</guid>
            <pubDate>Fri, 11 Feb 2022 17:00:00 GMT</pubDate>
            <description><![CDATA[业务中遇到需要对图层裁切可以使用Openlayer根据矢量数据对图层裁切而不是依赖于gis所发布的服务]]></description>
            <category>Canvas</category>
            <category>WebGis</category>
        </item>
        <item>
            <title><![CDATA[在Vue2项目中使用composition-api和setup]]></title>
            <link>https://blog/user-volar-in-vue2</link>
            <guid isPermaLink="false">https://blog/user-volar-in-vue2</guid>
            <pubDate>Sun, 17 Oct 2021 22:32:00 GMT</pubDate>
            <description><![CDATA[虽然Vue已经发布,但是仍然有很多项目使用Vue2。在使用Vue2进行开发的情况下,选择更好的方式来开发以及使用一些新的技术来提升开发体验和开发效率。]]></description>
            <category>Vue</category>
        </item>
        <item>
            <title><![CDATA[Jsdoc的奇妙——无法使用ts的无奈之举]]></title>
            <link>https://blog/fancy-jsdoc</link>
            <guid isPermaLink="false">https://blog/fancy-jsdoc</guid>
            <pubDate>Sun, 26 Sep 2021 20:21:00 GMT</pubDate>
            <description><![CDATA[在现代前端项目中使用 ts 以及成为常态, 但是在很多还是只能使用 JavaScript 的项目中也往往也很需要静态类型检查, 但因为一些原因快速引入 ts 不太现实, 使用Jsdoc来标注类型可能是一种解决方法。]]></description>
            <category>TypeScript</category>
            <category>JavaScript</category>
        </item>
        <item>
            <title><![CDATA[什么是JSX]]></title>
            <link>https://blog/what-is-jsx</link>
            <guid isPermaLink="false">https://blog/what-is-jsx</guid>
            <pubDate>Mon, 12 Oct 2020 19:52:00 GMT</pubDate>
            <description><![CDATA[在过去的一年中，Vue 团队一直都在开发 Vue.js 的下一个主要版本，从各方面来看JSX 在 Vue3 的语境下更契合 Vue 的发展方向，所以接触一下JSX并开始React的学习。]]></description>
            <category>React</category>
            <category>JavaScript</category>
        </item>
        <item>
            <title><![CDATA[node-sass 安装失败解决方案]]></title>
            <link>https://blog/node-sass-install-fail</link>
            <guid isPermaLink="false">https://blog/node-sass-install-fail</guid>
            <pubDate>Fri, 14 Aug 2020 22:12:00 GMT</pubDate>
            <description><![CDATA[由于某些不可描述的原因,使用node包管理器安装node-sass无论什么环境下总是会出现下载安装失败...]]></description>
            <category>Node.js</category>
        </item>
        <item>
            <title><![CDATA[cocos2d手游逆向——XXTEA加密]]></title>
            <link>https://blog/coco2d-decrypt</link>
            <guid isPermaLink="false">https://blog/coco2d-decrypt</guid>
            <pubDate>Thu, 02 Apr 2020 16:00:00 GMT</pubDate>
            <description><![CDATA[因为最近在玩一款挂机类的手机游戏，但是玩的挺难受，网上搜了几篇文章，起了点逆向的兴趣。遂拿起半吊子的技术尝试照猫画虎。]]></description>
            <category>Android</category>
        </item>
        <item>
            <title><![CDATA[Window下配置你的shell]]></title>
            <link>https://blog/config-powershell</link>
            <guid isPermaLink="false">https://blog/config-powershell</guid>
            <pubDate>Wed, 27 Mar 2019 16:00:00 GMT</pubDate>
            <description><![CDATA[终端，是用户与操作系统进行交互的最原始的输入输出环境，也是一些高级系统操作必要工具。
经常调试脚本，使用 git 频率多，于是今天决定配一个好用的 shell 来当做学习环境。]]></description>
            <category>Shell</category>
            <category>Windows</category>
        </item>
        <item>
            <title><![CDATA[新增一个live2d插件]]></title>
            <link>https://blog/add-live2d-model</link>
            <guid isPermaLink="false">https://blog/add-live2d-model</guid>
            <pubDate>Tue, 26 Mar 2019 16:00:00 GMT</pubDate>
            <description><![CDATA[感觉一个页面白白净净的似乎也有些无趣, 遂增加一个有生气的物件]]></description>
            <category>Blog</category>
            <category>Hexo</category>
            <category>Live2d</category>
        </item>
        <item>
            <title><![CDATA[Hello world]]></title>
            <link>https://blog/hello-world</link>
            <guid isPermaLink="false">https://blog/hello-world</guid>
            <pubDate>Mon, 25 Mar 2019 16:00:00 GMT</pubDate>
            <description><![CDATA[Hello world]]></description>
            <category>Blog</category>
            <category>生活</category>
        </item>
    </channel>
</rss>