V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
V2EX  ›  run2  ›  全部回复第 1 页 / 共 427 页
回复总数  8538
1  2  3  4  5  6  7  8  9  10 ... 427  
18 小时 12 分钟前
回复了 solecc 创建的主题 Apple appstore 下载的软件卸载后为什么没有选项从已购列表里删除
希望提供删除功能,有些辣🐔app 真的后悔下载,但那样子那些共享账号的就搞笑了😂
之前还有以图搜产品必须开相机权限
2 天前
回复了 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 上一致)

https://i.imgur.com/A0mVsBY.png
没点进 repo 前以为是 electron 的,居然是 tauri 的 👍
@Hellert 让我破防的是,还有人让关 sip 就是为了解决新建文件的问题,硬黑啊
最不折腾的方法:
在 macOS 26+ 最标准的 app 应该注册 intent
spotlight search (⌘+空格键) 框直接按⌘+3 输入 New Doc 都能看到很多对应的 intent 了,甚至可以设置快捷键加 tab 可以输入文件名和内容 
https://i.imgur.com/WgmIwRw.jpeg
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 目录
6 月 12 日
回复了 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 的人自然能只能从他们的嘴里获得更少的信息
6 月 3 日
回复了 location123 创建的主题 程序员 Codex 登录貌似不需要验证码了
刚试的,还是要 auth.openai.com/add-phone 852 5 开头还是不行(可能是因为预充值号都被卡了)
亚马逊海外购 yubikey 海关直接不让过 呵呵了
Registration Data Access Protocol (RDAP) 了解一下
1 月 26 日
回复了 Mrazz 创建的主题 Apple iPhone AIR 降到这个价格,心态崩了
eSim profile 数量是人为“硬”伤
1  2  3  4  5  6  7  8  9  10 ... 427  
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3871 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 111ms · UTC 04:31 · PVG 12:31 · LAX 21:31 · JFK 00:31
♥ Do have faith in what you're doing.