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
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
@murongxdb 有感于另外一个问怎么新建文件的帖子,我问了 ai 怎么给 tauri 添加 app intent 的支持,了解了冰山一角😂
对比一下 Activity monitor (marktext 是专门下的,markedit 是之前日常用的) 都是打开你 repo 里的 readme 的单窗口(有个小问题,Markra p.img 这些 badge 渲染是一行一个,不在一行,marktext 显示基本和 GitHub 上一致)

没点进 repo 前以为是 electron 的,居然是 tauri 的 👍
@Hellert 让我破防的是,还有人让关 sip 就是为了解决新建文件的问题,硬黑啊
最不折腾的方法:
在 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 发不到)
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5346 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 19ms · UTC 08:35 · PVG 16:35 · LAX 01:35 · JFK 04:35
♥ Do have faith in what you're doing.