<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>人人都是程序员</title>
    <link>https://woshird.com</link>
    <description>AI时代，人人都是程序员</description>
    <language>zh-CN</language>
    <lastBuildDate>Sun, 24 May 2026 23:03:21 +0000</lastBuildDate>
    <atom:link href="https://woshird.com/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>我开放 3 个 AI 工作流试点：先改造一个最耗人的流程</title>
      <link>https://woshird.com/article/ai-workflow-pilot-service</link>
      <description>不是卖课，也不是做大系统。先选一个重复文档、知识库、客服、需求或合同流程，7 天交付一个能跑的 AI 工作流。</description>
      <pubDate>Sun, 24 May 2026 23:03:21 +0000</pubDate>
      <guid isPermaLink="true">https://woshird.com/article/ai-workflow-pilot-service</guid>
      <category>搞个副业</category>
    </item>
    <item>
      <title>我用Claude Code写了句‘让按钮在微信里震动0.3秒’，邻居阿姨当场学会改自己家的‘团购下单’页——原来JSSDK的‘vibrate’接口早开放了</title>
      <link>https://woshird.com/article/wechat-vibrate-button</link>
      <description>用微信原生JSSDK的vibrate()接口实现物理反馈，Claude Code帮你绕过文档迷宫，3行JS让按钮真正‘按下去’。</description>
      <pubDate>Fri, 24 Apr 2026 04:00:05 +0000</pubDate>
      <guid isPermaLink="true">https://woshird.com/article/wechat-vibrate-button</guid>
      <category>玩转AI</category>
    </item>
    <item>
      <title>A vs B：手写‘业主投票页’vs Claude Code生成+微信‘分享到群’直传版——我赌赢了37分钟，还顺手接了业委会全年UI维护单</title>
      <link>https://woshird.com/article/vs-owner-voting-page</link>
      <description>对比纯手写HTML/CSS与Claude Code生成+微信原生分享能力的落地效率，验证‘交付速度’才是新手接单的第一生产力。</description>
      <pubDate>Fri, 24 Apr 2026 04:00:05 +0000</pubDate>
      <guid isPermaLink="true">https://woshird.com/article/vs-owner-voting-page</guid>
      <category>玩转AI</category>
    </item>
    <item>
      <title>为什么我关掉Cursor的‘Auto-Commit’后，AI生成的网页反而一次过审了物业系统？——3个被隐藏的Git提交策略开关</title>
      <link>https://woshird.com/article/cursor-auto-commit-gone</link>
      <description>物业后台只认干净commit历史，关掉Cursor自动提交+手写语义化message，让AI生成代码从‘可疑脚本’变‘可审计交付物’。</description>
      <pubDate>Fri, 24 Apr 2026 02:00:04 +0000</pubDate>
      <guid isPermaLink="true">https://woshird.com/article/cursor-auto-commit-gone</guid>
      <category>玩转AI</category>
    </item>
    <item>
      <title>5个微信对话框里藏得最深的‘免登录AI工具’：扫码→说‘我要做个跳蚤市场摊位牌’→3秒得可打印PNG（连WiFi都不用连）</title>
      <link>https://woshird.com/article/5-wechat-ai-tools-no-login</link>
      <description>无需注册、不输手机号、不跳转外链，在微信内直接调用轻量AI工具生成可打印物料，专治社区团长临时起意的需求。</description>
      <pubDate>Fri, 24 Apr 2026 02:00:04 +0000</pubDate>
      <guid isPermaLink="true">https://woshird.com/article/5-wechat-ai-tools-no-login</guid>
      <category>玩转AI</category>
    </item>
    <item>
      <title>删掉这行‘&lt;script src=&quot;https://cdn.tailwindcss.com&quot;&gt;&lt;/script&gt;’后，我的‘宠物驱虫提醒’网页加载快了4.2秒——微信里最贵的不是算力，是CDN信任链</title>
      <link>https://woshird.com/article/tailwind-cdn-removed</link>
      <description>微信内置浏览器对第三方CDN极度敏感，用Claude Code一键内联Tailwind CSS，让AI生成网页秒开，彻底告别白屏等待。</description>
      <pubDate>Fri, 24 Apr 2026 02:00:04 +0000</pubDate>
      <guid isPermaLink="true">https://woshird.com/article/tailwind-cdn-removed</guid>
      <category>玩转AI</category>
    </item>
    <item>
      <title>删掉这行`&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width&quot;&gt;`后，我的‘宠物疫苗记录’网页在iPhone上突然能横屏看了——微信里最危险的‘响应式假象’</title>
      <link>https://woshird.com/article/viewport-delete-iphone-landscape</link>
      <description>一行被所有教程奉为圭臬的meta标签，竟是微信网页横屏显示的隐形杀手；本文用真实故障还原排查过程，并给出3种安全替代方案。</description>
      <pubDate>Thu, 23 Apr 2026 04:00:05 +0000</pubDate>
      <guid isPermaLink="true">https://woshird.com/article/viewport-delete-iphone-landscape</guid>
      <category>社区问答</category>
    </item>
    <item>
      <title>‘扫码查快递’页面为何被物业拒收3次？第4次上线靠把‘请输入手机号’改成‘您的尾号是？’——微信表单里的身份信任链重建</title>
      <link>https://woshird.com/article/wechat-form-phone-anonymity</link>
      <description>从3次被拒到当天上线，关键不在技术而在心理：用‘手机号后四位’替代完整手机号输入，提升中老年用户信任感与填写率。</description>
      <pubDate>Thu, 23 Apr 2026 04:00:05 +0000</pubDate>
      <guid isPermaLink="true">https://woshird.com/article/wechat-form-phone-anonymity</guid>
      <category>社区问答</category>
    </item>
    <item>
      <title>为什么我把‘扫码填表’按钮从蓝色换成橙色后，社区跳蚤市场登记率翻了2.8倍？——微信里最被低估的色彩心理学开关</title>
      <link>https://woshird.com/article/wechat-color-psychology-scan-button</link>
      <description>一次无心的按钮配色调整，意外撬动用户行为；本文拆解微信生态下按钮色彩对中老年用户的点击转化影响，并附可直接复用的AI Prompt与CSS代码。</description>
      <pubDate>Thu, 23 Apr 2026 02:00:02 +0000</pubDate>
      <guid isPermaLink="true">https://woshird.com/article/wechat-color-psychology-scan-button</guid>
      <category>社区问答</category>
    </item>
    <item>
      <title>5个让社区团长抢着转发的「AI生成海报」救命技巧：不修图、不PS、不登录，扫码→说话→得高清PNG</title>
      <link>https://woshird.com/article/ai-poster-no-login-tricks</link>
      <description>告别Canva注册和字体版权焦虑，用Claude Code+微信直出海报，聚焦真实高频场景：团购预告、活动通知、失物招领。</description>
      <pubDate>Thu, 23 Apr 2026 02:00:02 +0000</pubDate>
      <guid isPermaLink="true">https://woshird.com/article/ai-poster-no-login-tricks</guid>
      <category>社区问答</category>
    </item>
    <item>
      <title>凌晨1:23，我把‘阳台养花浇水提醒’网页发到园艺群——3小时后，7位邻居问‘能同步到我家小米音箱吗？’</title>
      <link>https://woshird.com/article/watering-reminder-smart-speaker</link>
      <description>一个零代码网页如何接入IoT设备？本文用Claude Code生成兼容Web Speech API的语音播报页，让AI提醒‘该浇薄荷了’，真正走进家庭生活流。</description>
      <pubDate>Thu, 23 Apr 2026 02:00:02 +0000</pubDate>
      <guid isPermaLink="true">https://woshird.com/article/watering-reminder-smart-speaker</guid>
      <category>社区问答</category>
    </item>
    <item>
      <title>A vs B：手写‘邻里旧物置换登记表’vs Claude Code生成+微信扫码签到版——我赌赢了4.5小时，还顺手接了社区公益站的全年维护单</title>
      <link>https://woshird.com/article/neighborhood-item-swap-vs-ai</link>
      <description>对比传统手写登记与AI生成网页版的实际耗时与转化效果：后者减少92%人工录入，置换匹配率提升3倍，且自带微信扫码签到防黄牛。</description>
      <pubDate>Wed, 22 Apr 2026 04:00:03 +0000</pubDate>
      <guid isPermaLink="true">https://woshird.com/article/neighborhood-item-swap-vs-ai</guid>
      <category>生活妙用</category>
    </item>
    <item>
      <title>不写代码也能上线「家庭会议投票器」？我的3个微信原生能力作弊技巧，连投影仪都不用连</title>
      <link>https://woshird.com/article/family-meeting-voter</link>
      <description>用微信分享卡片+URL Scheme+本地存储，3步做出家庭会议实时投票页，手机扫码即投，大屏投屏即显结果，零后端、零配置。</description>
      <pubDate>Wed, 22 Apr 2026 04:00:03 +0000</pubDate>
      <guid isPermaLink="true">https://woshird.com/article/family-meeting-voter</guid>
      <category>生活妙用</category>
    </item>
    <item>
      <title>为什么我把‘扫码领纸巾’按钮加了震动反馈后，小区便利店扫码率涨了300%？——1个被微信JSSDK藏起来的‘物理交互’开关</title>
      <link>https://woshird.com/article/wechat-jssdk-haptic-feedback</link>
      <description>用5行代码给微信网页按钮添加手机震动反馈，让中老年用户一眼确认操作成功，无需解释、不依赖网络提示。</description>
      <pubDate>Wed, 22 Apr 2026 02:00:02 +0000</pubDate>
      <guid isPermaLink="true">https://woshird.com/article/wechat-jssdk-haptic-feedback</guid>
      <category>生活妙用</category>
    </item>
    <item>
      <title>5个塞进微信「文件传输助手」的免登录AI工具：扫码→说话→得PDF/表格/海报，连手机号都不用输</title>
      <link>https://woshird.com/article/wechat-file-transfer-ai-tools</link>
      <description>把AI生成的网页封装成微信内可直传、直扫、直用的「文件传输助手」工作流，老人小孩都能3秒启动，无需注册、不绑手机号。</description>
      <pubDate>Wed, 22 Apr 2026 02:00:02 +0000</pubDate>
      <guid isPermaLink="true">https://woshird.com/article/wechat-file-transfer-ai-tools</guid>
      <category>生活妙用</category>
    </item>
    <item>
      <title>周末在家，我用Claude Code做了个‘家庭药箱智能过期提醒’网页——妈妈扫了码，第二天就让邻居阿姨们组团来学</title>
      <link>https://woshird.com/article/family-medicine-expiry-reminder</link>
      <description>不联网、不注册、不拍照识别，纯HTML+localStorage实现家庭药箱过期预警，扫码即用，妈妈手动录入3分钟，自动高亮临期药品。</description>
      <pubDate>Wed, 22 Apr 2026 02:00:02 +0000</pubDate>
      <guid isPermaLink="true">https://woshird.com/article/family-medicine-expiry-reminder</guid>
      <category>生活妙用</category>
    </item>
    <item>
      <title>删掉这行CSS后，我的‘广场舞队形生成器’被队长转发到5个群——原来微信里最贵的不是代码，是留白</title>
      <link>https://woshird.com/article/wechat-whitespace</link>
      <description>通过移除默认CSS边距与填充，让AI生成网页在微信中获得呼吸感与专业感，大幅提升转发意愿。</description>
      <pubDate>Tue, 21 Apr 2026 04:00:02 +0000</pubDate>
      <guid isPermaLink="true">https://woshird.com/article/wechat-whitespace</guid>
      <category>成长日记</category>
    </item>
    <item>
      <title>A vs B：手写‘邻里拼车登记表’vs Claude Code生成+微信立牌版——我赌赢了3小时，还顺手接了社区交通协调员单</title>
      <link>https://woshird.com/article/carpool-vs-ai</link>
      <description>对比传统手工登记与AI生成+实体触点方案，展示如何用最小改动撬动最大本地信任与变现可能。</description>
      <pubDate>Tue, 21 Apr 2026 04:00:02 +0000</pubDate>
      <guid isPermaLink="true">https://woshird.com/article/carpool-vs-ai</guid>
      <category>成长日记</category>
    </item>
    <item>
      <title>为什么我把‘扫码填表’按钮放大3倍后，社区团购转化率翻了4倍？——1个被90%新手忽略的微信视觉锚点</title>
      <link>https://woshird.com/article/wechat-visual-anchor</link>
      <description>通过调整按钮尺寸、颜色与微信原生交互节奏的微调，让零基础用户做出真正「微信里长出来的」网页，不改一行JS就提升点击率。</description>
      <pubDate>Tue, 21 Apr 2026 02:00:03 +0000</pubDate>
      <guid isPermaLink="true">https://woshird.com/article/wechat-visual-anchor</guid>
      <category>成长日记</category>
    </item>
    <item>
      <title>5个藏在物业公告栏背面的「接单话术」：当业主夸‘这网页真像我们物业APP’，我就知道单子快成了</title>
      <link>https://woshird.com/article/property-management-phrases</link>
      <description>从真实接单对话中提炼出5句不提技术、只戳痛点的话术，帮零基础学员把AI作品自然转化为副业收入。</description>
      <pubDate>Tue, 21 Apr 2026 02:00:03 +0000</pubDate>
      <guid isPermaLink="true">https://woshird.com/article/property-management-phrases</guid>
      <category>成长日记</category>
    </item>
  </channel>
</rss>