文章 链接到标题 技术 链接到标题 Postmortem of My Journey at Autodesk I have the habit of tracking all incidents and issues. Interestingly, after collecting and analyzing 40+ cases, it magically helped me identify key patterns in service reliability problems and shaped my next year’s OKRs. This also significantly impressed my manager during the yearly performance review. --- Wikipedia:Signs of AI writing - Wikipedia LLMs have serious problems keeping a neutral tone, especiall...| Yiran's Blog
文章 链接到标题 技术 链接到标题 Boring is good A recent MIT report shows that 95% of companies implementing this technology have yet to see a positive outcome. LMs are also likely to significantly change as the technology and market matures. They will be used in much smaller, more focused, and, I’m afraid to say it, significantly more boring ways. This will only accelerate as people get tired of “hallucinations” and discover how powerful LLMs are when they’re kept...| Yiran's Blog
文章 链接到标题 技术 链接到标题 有机的 LLM 人机交互: 不只是对话框 | Yanli 盐粒 在日常和 LLM 交互中,感觉对话框是效率不高的,如果我在一个私密的环境,并且有一个比较好用的语音输入法,我可能会像当前老罗的 TNT 一样去使用。 --- How I Vibe Coding? (Sept 2025 Edition) Subscription is the future. Code Agent is designed to be token-intensive. Just subscribe to the best model you want instead of paying per reque...| Yiran's Blog
文章 链接到标题 技术 链接到标题 Hosting a WebSite on a Disposable Vape :: BogdanTheGeek’s Blog 如果世界末日,我想和他呆在一起。突然想到如果世界末日,深圳是不是一个很好的城市,有巨量的电子垃圾,估计什么都能组装起来,而且靠海。 --- 人人都能写程序:Vibe Coding 与问题规模 程序 / 服务是商品 不会写程序的人,通过购买软件或订阅服务来租用别人的解决方案。 供应方卖的不...| Yiran's Blog
文章 链接到标题 技术 链接到标题 ToB SaaS 服务之殇 - Jiajun的技术笔记 多云,云之间的复杂度,又无法全部屏蔽掉,因此配置项更多 很多客户不想用公有云,要赚钱,还得提供一套私有云部署,如果是私有云,debug 那叫一个难 三大云厂商,产品大体相似,但又各种不同,要会的知识太多,细节太多;如果还要接入更小的云,那就更复杂了 为啥 [[SaaS]] 还要让客户感知是哪个...| Yiran's Blog
文章 链接到标题 技术 链接到标题 一次艰难的 cpython issue 排查过程,以及我学到了什么 · Issue #325 · yihong0618/gitblog 先放弃了,但还想着 然后我就把问题先搁置了去忙别的 但是跑步的过程中突然有了一点想法也许不是 3.13 only 的 那种一个 bug 有点想法但是又没解决的时候,很难做到强迫自己不去想。 Welcome to the Black Parade 看着非常舒爽的调试过程,这里记录一下: 查看 CPU 使...| Yiran's Blog
文章 链接到标题 技术 链接到标题 一个很 sb 的硬件 bug,及其 patch 机箱上有一个不可拆卸的螺丝柱顶到了内存插槽的第八槽,导致硬件错误 Patch:用透明胶粘上了 Hahahahahahaha。 --- Using Podman, Compose and BuildKit · emersion Docker CLI 对接 podman sock ,为了对接 buildkit 自己实现了 bakah 来构建 Image,一种“为了这点醋包了一顿饺子”即视感。Podman 自己一直在推自己的 Quadlet,感觉不如赶...| Yiran's Blog
文章 链接到标题 技术 链接到标题 AI tooling must be disclosed for contributions by mitchellh · Pull Request #8289 · ghostty-org/ghostty · GitHub I think the major issue is inexperienced human drivers of AI that aren’t able to adequately review their generated code. As a result, they’re pull requesting code that I’m sure they would be ashamed of if they knew how bad it was. 很合理,现在 AI 生成代码太快了,完成一项工具最后基本上都需要花费...| Yiran's Blog
文章 链接到标题 技术 链接到标题 现代化你的 Go 代码 | Oilbeater 的自习室 学到了几个之前不知道的方法: strings.SplitSeq maps.Clone, maps.Copy, maps.Insert slices.Delete NixOS Now Celebrates Pride Month… Year Round [[NixOS]] 表示出明确的政治倾向,并且直接 block 提出异议的人。挺好,双向选择。 Vercel Goes All In on Vibe Coding Web Apps - The New Stack v0.app Is Changing the Next.js Framework There’s another interesting dynami...| Yiran's Blog
文章 链接到标题 技术 链接到标题 从「没有对手」到「一天崩溃好几次」|对谈 Zilliz 创始人 / CEO 星爵 👦🏻 Koji:但像 Reynold Xin 就觉得开源让他们经历了 “二次创业”:先做开源,再去找闭源的 PMF,好像要连跨两座山。你怎么看这种说法? 👨🏻 星爵:Reynold 所说的 “跨两座山”,其实也是 Databricks 今天成功的重要壁垒。虽然这条路很难,但他们走通了,竞争对手要复...| Yiran's Blog
文章 链接到标题 技术 链接到标题 Summary of Heroku June 10 Outage | Heroku [[Heroku]] [[事故分析]],这个故障造成一些客户长达 24h 的停机,属于重大事故了。 A lack of sufficient immutability controls allowed an automated process to make unplanned changes to our production environment. 发生了什么? 生产环境运行了本应该禁用的操作系统更新,在更新过程中重启了网络服务 网络服务有一个遗留脚本,该脚本只...| Yiran's Blog
文章 链接到标题 技术 链接到标题 HTTP QUERY and Go [[HTTP]] QUERY 方法,一种介于 GET 和 POST 之间的查询方法,允许在 request body 中携带复杂的 query 语句。等真正能用上估计要很久以后,大概率永远也用不上。 The strange case of ICMP Type 69 on Linux 10 年前的文章,问题也早已经修复了,但是看 debug 过程还是很有趣的。 作者在自己的服务器上运行 collectd 采集监控数据,发现有很多 ICMP OutT...| Yiran's Blog
文章 链接到标题 技术 链接到标题 Tyblog | systemd has been a complete, utter, unmitigated success [[systemd]] 得到了事实上的采用,这是毫无疑问的,当前的状态下谈论 systemd 往往谈论的不是 systemd 自身,systemd 现在太庞大了,在它还没有大一统的时候,我会尽可能的只用核心功能,而不去使用 systemd-boot, systemd-resolved 等功能。 如果最终有一个 Linux 发行版所有的服务都是 systemd- 提供的,我...| Yiran's Blog
文章 链接到标题 技术 链接到标题 The AWS Survival Guide for 2025: A Field Manual for the Brave and the Bankrupt - Last Week in AWS Blog Congratulations! You’re now ready to embark on your AWS journey. Remember, every expert was once a beginner who wondered why their “simple” WordPress site costs $3,000 a month to run. 想到了我司的 Slogan 是 make IT simple,可是产品复杂度上去之后,最终暴露出去的概念一点也不少,在最终用户看来可...| Yiran's Blog
文章 链接到标题 技术 链接到标题 Thank you, Databend; Hello, LanceDB New Chapter in 2025 | Hi, I’m Kante Yin 👋 去做类似于 to B 的 Devin 的东西了 在同一天看到了三个人从不同的公司([[DaoCloud]], [[Databend]], [[BentoML]])离职,加入了新的公司,共同点是新的公司都是 [[AI]] 方向。 --- Next.js 15.1+ is unusable outside of Vercel | Omar Abid - Personal Blog tl;dr: Starting with version 15.1.8, Next.js might break metadata handling...| Yiran's Blog
文章 链接到标题 技术 链接到标题 Attach to a running container [[vscode]] 在配合 [[distrobox]] 使用时,默认使用的是 root 用户,需要在 [[vscode]] 本地配置中, Dev Containers: Open Container Configuration File 打开配置文件,指定 remoteUser 配置,配置示例: { "workspaceFolder": "/var/home/yiran/projects/xxx", "extensions": [ "eamodio.gitlens", "github.copilot", "github.copilot-chat" ], "remoteUser": "yiran", } --- AI产品|AI 六小龙那些...| Yiran's Blog
文章 链接到标题 技术 链接到标题 Why Generative AI Coding Tools and Agents Do Not Work For Me - miguelgrinberg.com The more you practice learning the easier and faster it gets! 周思博 - 维基百科,自由的百科全书 [[StackOverflow]] 的创始人和 [[Trello]] 的创始人是同一个人,一直以为这是两个时代的软件。 Pure, Ocient and Solidigm push back against Seagate-quoted SSD paper – Blocks and Files 这些大公司的市场部真的是有钱又有...| Yiran's Blog
文章 链接到标题 技术 链接到标题 Agents Need “State” Instead of “Memory” 使用 memory 一词的时候我们不妨想想,到底有什么是值得记忆的?比如,作为终端用户来说,我希望我的 chatbot 能记住我们之间每一次对话的每个细节,这是一种 memory。但是如果我的 agent 要处理一个特定的任务,它一轮一轮地调用 tools,它用 memory 记住每一个 tool 的每一个具体输出,这有价值吗? 因此相...| Yiran's Blog
文章 链接到标题 技术 链接到标题 Red Hat Ansible and HashiCorp Terraform Will Be Coming Together - The New Stack [[Ansible]] 和 [[Terraform]] 要有更多生态上的集成, Terrible 要来了么? Start Sidecar First: How To Avoid Snags | Kubernetes 在使用 .spec.initContainers 时,如何保证主程序在 sidecard 正常运行之后运行,可以考虑使用 startupProbe 或 postStart。 操作系统技术是护城河吗? 同事:那我们的护城河是什么? ...| Yiran's Blog
文章 链接到标题 技术 链接到标题 Implemented AGPL MinIO Object Browser simplified Console by bexsoft · Pull Request #3509 · minio/object-browser · GitHub 有趣,[[Minio]] 删除了社区版本中的管理界面。官方说法是这些代码没在维护,且容易有安全问题,所以删除了。印象中之前 [[Lens]] 也有过类似的操作。 --- 2025.05 云原生相关信息简报 | 云原生信息简报 vGPU 是伪命题?NVIDIA 官方为什么不自己出细粒...| Yiran's Blog