run2's recent timeline updates
会有自动同步到 weibo 之类的 plugin 么
Feb 13, 2014
run2

run2

V2EX member #16340, joined on 2012-02-05 22:28:48 +08:00
Today's activity rank 13156
I am a critical person who criticize every little thing redonkulous. I am sorry if you felt being hurt.


avatar credit & copyright: https://octodex.github.com/boxertocat/
Per run2's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
run2's recent replies
最不折腾的方法:
在 macOS 26+ 最标准的 app 应该注册 intent
spotlight search (⌘+空格键) 框直接按⌘+3 输入 New Doc 都能看到很多对应的 intent 了,甚至可以设置快捷键加 tab 可以输入文件名和内容 
automator 新建 quick action, newText 😊原来 touchbar 也可以显示它
```
on run {input, parameters}
tell application "Finder"
set targetFolder to insertion location
set baseName to "untitled"
set ext to ".txt"
set fileName to baseName & ext
set counter to 2

-- 循环查重
repeat while exists file fileName of targetFolder
set fileName to baseName & counter & ext
set counter to counter + 1
end repeat

set newFile to make new file at targetFolder with properties {name:fileName}

-- 设置显示扩展名
set extension hidden of newFile to false

display notification "已创建:" & fileName with title "新建文本文件"
end tell
end run
```
@wu67 我也有 cdf

which cdf
cdf: aliased to cd "`osascript -e "tell application \\"Finder\\" to get POSIX path of (insertion location as text)"`"
@colaffee 新款至少得能跑 Core AI 的一些模型吧
chat 模式下真不真不知道,agent 模式下选不了 model 纯智*障 写文件都做不到 tell me ,can you write file to demo path?

Sure, I'll check if writing to the demo path is possible.

Execution Steps
半天就个图标在动然后就没反应了,一开始就在 @了的 demo 目录
Jun 12
Replied to a topic by ximaoyang WWDC 苹果 WWDC2026 拉完了
他们知道自己慢了不只半拍 所以 framework 上让开发者 offline /online 的模型都能调用啊

Bring an LLM provider to the Foundation Models framework /339
https://developer.apple.com/videos/play/wwdc2026/339/

Meet Core AI /324
最快最安全的获取外国手机号的方法大概是 中国移动国际的 无忧行 (但 codex 发不到)
@liuliuliuliu 你都被风控了,还是用接码平台的高风险手机号-。-
每次 wwdc 只开完 keynote 一堆所谓的数码博主就开始宣传 wwdc 结束了-。-
他们这群人只是为了流量。
不关心 wwdc 的人自然能只能从他们的嘴里获得更少的信息
Jun 3
Replied to a topic by location123 程序员 Codex 登录貌似不需要验证码了
刚试的,还是要 auth.openai.com/add-phone 852 5 开头还是不行(可能是因为预充值号都被卡了)
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5568 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 82ms · UTC 03:36 · PVG 11:36 · LAX 20:36 · JFK 23:36
♥ Do have faith in what you're doing.