F

ARTICLE

8
Pinned

A practical guide for shipping apps with AI & minimal pain. Vibe coding gets a lot of hate, especially from 'serious' devs. But the truth is: not every project needs to be scalable, secure, or architected like it's going public on the stock market. Most of the time, you just want to turn your idea into a working app - fast. Here's how to do it without driving yourself insane. These aren't fancy tricks, just things that work.

Pinned

我常把提交信息当作一条会被海风带去远处的短信。它不是写给今天的自己,而是写给某个尚未抵达的你——在某个雨夜、某个凌晨、某个“为什么会这样”的时刻。好的 commit,不是炫技,而是让历史能被读懂,让故事能被追溯。

我是怎么vibe-coding的?

vibe coding 是一种和大模型一起开发的方式,核心理念是:让 AI 聚焦于当下的任务,不要一下子塞给它一堆问题。每个需求,开启一轮新的对话。完成一个 Feature,Close 掉,开启下一轮对话。

如何将第三方API接入OpenClaw?

OpenClaw是一个开源的AI工具平台,支持接入各种第三方API来扩展其功能。本文将介绍如何将第三方API接入OpenClaw,特别是在没有官方API密钥的情况下。

我的第一篇博客文章

这是我 Astro 博客的第一篇文章。

在WSL2中安装Ubuntu22.04并配置网络代理

在这篇文章中,我将分享我在WSL2中安装Ubuntu22.04并配置网络代理的过程。通过更换APT源和配置局域网代理,我成功地提升了软件包更新速度,并实现了在局域网内的网络访问。希望这篇文章能帮助到需要在WSL2中使用Ubuntu的朋友们。