<?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>Vibe Coding on moyutianzun's blog</title><link>https://moyutianzun.cn/en/categories/vibe-coding/</link><description>Recent content in Vibe Coding on moyutianzun's blog</description><generator>Hugo</generator><language>en</language><copyright>moyutianzun</copyright><lastBuildDate>Mon, 04 May 2026 09:33:24 +0800</lastBuildDate><atom:link href="https://moyutianzun.cn/en/categories/vibe-coding/index.xml" rel="self" type="application/rss+xml"/><item><title>vibe coding系列：（三）一边vibe一边read</title><link>https://moyutianzun.cn/en/blog/yi-bian-vibeyi-bian-read/</link><pubDate>Mon, 04 May 2026 09:33:24 +0800</pubDate><guid>https://moyutianzun.cn/en/blog/yi-bian-vibeyi-bian-read/</guid><description>&lt;h1 style="" id="%E5%AE%89%E8%A3%85"&gt;安装&lt;/h1&gt;&lt;p style=""&gt;powershell安装&lt;/p&gt;&lt;pre&gt;&lt;code&gt;scoop bucket add extras
scoop install extras/wezterm
scoop install pwsh
scoop install yazi&lt;/code&gt;&lt;/pre&gt;&lt;p style=""&gt;这里的pwsh是powershell 7，现在更多都是用pwsh了，后面主题出现的inner liner错误，基本上都是没用pwsh的原因。&lt;/p&gt;&lt;h1 style="" id="%E5%90%AF%E5%8A%A8"&gt;启动&lt;/h1&gt;&lt;p style=""&gt;WezTerm是独立的应用，你可以直接搜索打开，也可以在pwsh直接输入WezTerm打开，都可以&lt;/p&gt;&lt;p style=""&gt;打开你会发现默认是C盘system32的cmd.exe，这显然不是很好，我们可以配置一下，打开pwsh：&lt;/p&gt;&lt;pre&gt;&lt;code&gt;notepad $env:USERPROFILE\.wezterm.lua&lt;/code&gt;&lt;/pre&gt;&lt;p style=""&gt;没有就新建一个，然后给出最小配置：&lt;/p&gt;&lt;pre&gt;&lt;code&gt;local wezterm = require 'wezterm'
&lt;p&gt;return {
config.default_prog = { &amp;lsquo;pwsh.exe&amp;rsquo;, &amp;lsquo;-NoLogo&amp;rsquo; }
default_cwd = &amp;lsquo;D:/OS&amp;rsquo;,
}&lt;/code&gt;&lt;/pre&gt;&lt;p style=""&gt;默认打开powershell，然后给出默认路径（嘿，这图还是powershell的，就是因为我后面主题错了，所以前面才换成pwsh）：&lt;/p&gt;</description></item><item><title>vibe coding系列：（二）GET SHIT DONE</title><link>https://moyutianzun.cn/en/blog/vibe-codingxi-lie-er-get-shit-done/</link><pubDate>Tue, 14 Apr 2026 06:31:13 +0800</pubDate><guid>https://moyutianzun.cn/en/blog/vibe-codingxi-lie-er-get-shit-done/</guid><description>&lt;blockquote&gt;&lt;p style=""&gt;github link：https://github.com/gsd-build/get-shit-done/blob/main/README.zh-CN.md&lt;/p&gt;</description></item><item><title>vibe coding系列：（一）我自用的配置（包括claude不封号稳健玩法）</title><link>https://moyutianzun.cn/en/blog/vibe-codingxi-lie-yi-wo-zi-yong-de-pei-zhi/</link><pubDate>Tue, 03 Mar 2026 04:34:13 +0800</pubDate><guid>https://moyutianzun.cn/en/blog/vibe-codingxi-lie-yi-wo-zi-yong-de-pei-zhi/</guid><description>&lt;h1 style="" id="%E4%B8%80%E3%80%81workflow"&gt;一、workflow&lt;/h1&gt;&lt;p style=""&gt;我习惯的方式是opencode + gpt5.2 xhigh来吵方案，然后claude code + opus + sonnet来写代码，他们有以下几个区别：&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p style=""&gt;gpt通常有包月的套餐，一天能用60~120刀不等，中转站包月通常一个月不会超过80 rmb，是非常实用的大模型套餐&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;p style=""&gt;gpt 5.2 不带codex对标的是opus4.5，gpt 5.3 codex对标的是sonnet 4.5，所以推荐gpt 5.2不带codex进行方案的讨论&lt;/p&gt;</description></item></channel></rss>