<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
>
<channel>
<title><![CDATA[串串狗小刊  ⭐️]]></title> 
<atom:link href="https://www.ccgxk.com/rss.php" rel="self" type="application/rss+xml" />
<description><![CDATA[独元殇 的原创文章发表网站，聊AI、互联网、生活、前端技术 ~]]></description>
<link>https://www.ccgxk.com/</link>
<language>zh-cn</language>
<generator>emlog</generator>

<item>
    <title>给小白推荐一个交互式学习 Claude Code 的站点！</title>
    <link>https://www.ccgxk.com/codeother/703.html</link>
    <description><![CDATA[昨天我发现了一个对新手极其友好的学习方式。在 HN 的 Learn Claude Code by doing, not reading 这个帖子里。 我在几个月前，在知乎上写过 claude code 教程，但是.... 对于小白来讲，还是得跨过很多湾。而且枯燥无味不直观。 这个是可以 0 秒启动的，互动式教程。一个老外搞的，真的是及时雨。 （当然，得有个翻... <a href="https://www.ccgxk.com/codeother/703.html">阅读全文</a>]]></description>
    <pubDate>Sat, 04 Apr 2026 00:05:13 +0800</pubDate>
    <dc:creator>独元殇</dc:creator>
    <guid>https://www.ccgxk.com/codeother/703.html</guid>
</item>
<item>
    <title>为什么推荐大家只使用 静态类型 语言？</title>
    <link>https://www.ccgxk.com/emlog_dev/701.html</link>
    <description><![CDATA[除了开发速度之外，其余的所有情况，静态类型都是强者。 开发速度快，是优势，但是动态类型除了这个优势之外，毫无优势。所以这点优势，微不足道。 国外的 svix 网的大佬 汤姆·哈科恩 说过：「编写无类型软件让你全速前进。全速冲向悬崖」。这比喻活灵活现  (^o^)/~ 只要在编写时，稍微多花一丢丢时间，就行。养成习惯就完全没问题了。 这个 JavaScript... <a href="https://www.ccgxk.com/emlog_dev/701.html">阅读全文</a>]]></description>
    <pubDate>Fri, 03 Apr 2026 00:01:34 +0800</pubDate>
    <dc:creator>独元殇</dc:creator>
    <guid>https://www.ccgxk.com/emlog_dev/701.html</guid>
</item>
<item>
    <title>为什么 SQL 如此重要和必备，附 SQL 极简入门学习指令集</title>
    <link>https://www.ccgxk.com/emlog_dev/700.html</link>
    <description><![CDATA[对于初学者来说，最赚钱的编程语言是 SQL，干翻所有其他语言。你只了解 SQL 而不会做其他事情，照样赚钱。人力资源专家的年薪？也许5万美元。懂 SQL 的人力资源专家？9万美元。 编程本质上就是管理数据的。SQL 是很重要的查询数据用的工具，因此技术人员必须懂，就像高考必须考数学。 而且，你会在你的职业生涯学到很多技能，但是没有比 SQL 更有用的了。 首... <a href="https://www.ccgxk.com/emlog_dev/700.html">阅读全文</a>]]></description>
    <pubDate>Thu, 02 Apr 2026 00:18:28 +0800</pubDate>
    <dc:creator>独元殇</dc:creator>
    <guid>https://www.ccgxk.com/emlog_dev/700.html</guid>
</item>
<item>
    <title>油管大佬 Vasco 教你使用 AI claude 3 个月，把新站搞到月PV十万</title>
    <link>https://www.ccgxk.com/codeother/699.html</link>
    <description><![CDATA[这个得去看一个海外的大佬。 在 youtube 上有个大佬，叫做 Vasco s SEO Tips，人名叫 Vasco Monteiro  ，已经发了 858 个视频了，里面都是 SEO 干货，以前传统 SEO 完整体系，但 AI 时代最近的视频，大都是 AI 的 SEO 相关的。 利用 claude 以及 openclaw 龙虾还有各种自动化装置搭建的 A... <a href="https://www.ccgxk.com/codeother/699.html">阅读全文</a>]]></description>
    <pubDate>Tue, 31 Mar 2026 23:55:07 +0800</pubDate>
    <dc:creator>独元殇</dc:creator>
    <guid>https://www.ccgxk.com/codeother/699.html</guid>
</item>
<item>
    <title>在 JavaScript 里闭包的一些陷阱</title>
    <link>https://www.ccgxk.com/front-end/698.html</link>
    <description><![CDATA[作为一个前端程序员，我每天的任务大部分时间都是在和 js 斗智斗勇。虽然有了 AI 的辅助，但是懂点常见的坑，还是能节省大把的时间和 词元 token 的。js 太美了： 今天说的这些陷阱主要是闭包里的。 闭包就是一直反常识的，在函数内部创建的变量，在执行完函数后居然还能贮存到内存里的一种情况。很容易造成内存泄漏。 比如这个例子： function crea... <a href="https://www.ccgxk.com/front-end/698.html">阅读全文</a>]]></description>
    <pubDate>Mon, 30 Mar 2026 23:53:15 +0800</pubDate>
    <dc:creator>独元殇</dc:creator>
    <guid>https://www.ccgxk.com/front-end/698.html</guid>
</item>
<item>
    <title>关于 nginx 的一些技术知识</title>
    <link>https://www.ccgxk.com/emlog_dev/697.html</link>
    <description><![CDATA[技术人就得学的杂一点，看似在重视广度，而不是深度，实际上广度也是深度的一部分。君子不器，君子不像器具那样，作用仅仅限于某一方面。博学才能多才。 以前做反向代理，已经有了老牌 Apache 了，但这个 nginx 的出现，是解决【传统服务器在高并发连接下，性能不足问题】的。它的最初优势很明显，就是高并发下，内存占用小。随着不断更迭，它相较于 Apache 已经... <a href="https://www.ccgxk.com/emlog_dev/697.html">阅读全文</a>]]></description>
    <pubDate>Sun, 29 Mar 2026 23:58:08 +0800</pubDate>
    <dc:creator>独元殇</dc:creator>
    <guid>https://www.ccgxk.com/emlog_dev/697.html</guid>
</item>
<item>
    <title>看看 notion 创始人 Simon Last 是怎么使用 AI 赋能的</title>
    <link>https://www.ccgxk.com/codeother/696.html</link>
    <description><![CDATA[前两天，我看了一场访谈： 这是 No Priors 播客第 153 期，是 2026-3-12 的。 讲的是，notion 的创始人 Simon Last 从 2022 年开始，是怎么使用 AI 来工作的，甚至有一次，他让一个 agent 连续跑了 13 天。 然后我今天简单分享一下他的经验！纯手敲打，是我在阅读的时候的笔记。 原访谈地址： https://... <a href="https://www.ccgxk.com/codeother/696.html">阅读全文</a>]]></description>
    <pubDate>Sat, 28 Mar 2026 23:44:24 +0800</pubDate>
    <dc:creator>独元殇</dc:creator>
    <guid>https://www.ccgxk.com/codeother/696.html</guid>
</item>
<item>
    <title>Ruby 在 2026 年构建 AI 智能体的最佳目标语言</title>
    <link>https://www.ccgxk.com/codeother/695.html</link>
    <description><![CDATA[其实外网最近有个言论，说构建 agent 智能体，ruby 在 2026 年是最佳的目标语言！ 这是德国的一个 AI 专家 Carmine Paolino 说的，他本人也是 RubyLLM 的维护者，我来给大家分析一下，他的看法，在下面这个油管视频。 一般，我们要抓住 AI 的风口，是指的使用 AI 去解决现实的问题，而不是训练大模型。训练大模型肯定是 py... <a href="https://www.ccgxk.com/codeother/695.html">阅读全文</a>]]></description>
    <pubDate>Sat, 28 Mar 2026 00:37:24 +0800</pubDate>
    <dc:creator>独元殇</dc:creator>
    <guid>https://www.ccgxk.com/codeother/695.html</guid>
</item>
<item>
    <title>介绍一些我正在使用 claude code 的 skill 和 MCP</title>
    <link>https://www.ccgxk.com/codeother/694.html</link>
    <description><![CDATA[直接安装 claude code 完成后，是裸机，只能写一些简单的代码，干一些简单的事，增删查改一些文件，运行一些简单的 bash 命令。 所以必须得安装 MCP 和 skill ，前者是直接可以让 AI 去干的比较确定的事情，后者是一些工作流。虽然各路大佬都说两者不同，但其实也差不太多，在我眼里，skill 是高级版本的 mcp ，因为 skill 之所以... <a href="https://www.ccgxk.com/codeother/694.html">阅读全文</a>]]></description>
    <pubDate>Fri, 27 Mar 2026 00:05:29 +0800</pubDate>
    <dc:creator>独元殇</dc:creator>
    <guid>https://www.ccgxk.com/codeother/694.html</guid>
</item>
<item>
    <title>使用 Meilisearch 来代替 Elasticsearch</title>
    <link>https://www.ccgxk.com/emlog_dev/692.html</link>
    <description><![CDATA[其实，现在我更考虑，使用 Meilisearch 来代替 Elasticsearch 。 99％的初创项目死于没流量，而不是死于流量太大把服务器冲垮。我建议创业公司不要搞这些东西，直接买个鸡前后端分离，最多就做一下local first,如果需要回国就上个优化线路。等到真的全球化推广了，你可以最前端的那一小部分上一下Cloudflare。（我们项目就是为了极... <a href="https://www.ccgxk.com/emlog_dev/692.html">阅读全文</a>]]></description>
    <pubDate>Thu, 26 Mar 2026 00:26:54 +0800</pubDate>
    <dc:creator>独元殇</dc:creator>
    <guid>https://www.ccgxk.com/emlog_dev/692.html</guid>
</item>
</channel>
</rss>