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 1434
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
之前还有以图搜产品必须开相机权限
1 day ago
Replied to a topic by wsjjacky macOS macOS 27 beta 2 一直提示应用内存不足
我进 ac m 才发现 simulator 里 news app 三个扩展还吃了 470MB 物理内存 😂
macos 27+xcode 27 beta
原来还可以用 iPhone 做话筒,原来只知道能扫描,iOS - macOS 隐藏的功能真不少😂, 我还为了用 voiceink 专门买了 DJI mic 早知如此...
@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 的一些模型吧
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   893 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 11ms · UTC 21:28 · PVG 05:28 · LAX 14:28 · JFK 17:28
♥ Do have faith in what you're doing.