Yiran's Blog

Recent content on Yiran's Blog

马上订阅 Yiran's Blog RSS 更新: https://zdyxry.github.io/atom.xml

Weekly Issue-《F1:狂飙飞车》

2025年6月29日 08:00

文章 链接到标题

技术 链接到标题

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 六小龙那些「活不过一年」的产品坟场

▶ MiniMax「万物追踪」:RSS+AI 的「伪效率」

  • **初心:**帮用户聚合信息并生成摘要,对标 Feedly;
  • **现实:**82% 用户反馈「AI 摘要太冗长」,上线 6 个月后默默停运。

很难说是人不行还是产品不行。想到了某个同事的“总结性”周报,每次在 Slack 上都是一大篇,现在好像都快 1000 字了。

“MiniMax 万物追踪停运前,竞品「Readwise」已迭代 3 次推荐算法,而万物追踪停留在初始版本;",这里也挺奇怪的,[[Feedly]] 和 [[Readwise]] 面向的用户有重叠但是核心需求应该是不同的,印象中 [[Readwise]] 在 AI 火爆之前就是热门产品了,现在说干不过 [[Readwise]] 是因为推荐算法迭代速度赶不上,有点强行解释的意思。


JSON evolution in Go: from v1 to v2

Some notable Some notable marshaling differences include:

  • v1 marshals a nil slice to , v2 marshals to v1 marshals a nil slice to null, v2 marshals to []. You can change it with the FormatNilSliceAsNull option.
  • v1 marshals a nil map to , v2 marshals to v1 marshals a nil map to null, v2 marshals to {}. You can change it with the FormatNilMapAsNull option.

读完就一个结论:别用 v2


Anthropic wins a major fair use victory for AI — but it’s still in trouble for stealing books

Everyone reads texts, too, then writes new texts. They may need to pay for getting their hands on a text in the first instance. But to make...

剩余内容已隐藏

查看完整文章以阅读更多