V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
V2EX  ›  run2  ›  全部回复第 1 页 / 共 428 页
回复总数  8545
1  2  3  4  5  6  7  8  9  10 ... 428  
@winnerczwx OP 不是写的“特别对于老年群体”吗?
@bcllemon 有隐性损失,对方的 app 违规被下架的话,OP 的(开发者,如果有的话)账号可能会被连坐
>后面电脑又突发恶疾,莫名其妙间歇断网,所以我就点重启,关机时这里卡住在系统桌面大概 20 多秒,随后关机。( Apple 真垃圾!)(合理怀疑是不是这里出现什么 BUG 导致后续的密码问题)
没人怀疑是中了什么病毒/恶意脚本 这个时候密码已经被恶意第三方改了吗?
wifi 没觉察到,dev beta2, ble 耳机断连明显 准备试试 pub beta1
7 月 7 日
回复了 linlincie 创建的主题 iPhone iOS 27 beta3
@lanhl 请问 rewrite 用的什么,网页+qx 提示成功了但刷新还是真实位置 谢谢
7 月 7 日
回复了 zitup 创建的主题 分享发现 小宇宙认证竟然还需要手持身份证?
podcast 你直接发 Apple Podcasts Connect 啊
7 月 7 日
回复了 linlincie 创建的主题 iPhone iOS 27 beta3
@root8 每次都有的,只是以前没提示
---
iOS27 是不是完全不能用 wloc ,好像降级可惜没备份😂
希望提供删除功能,有些辣🐔app 真的后悔下载,但那样子那些共享账号的就搞笑了😂
之前还有以图搜产品必须开相机权限
7 月 3 日
回复了 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)"`"
7 月 1 日
回复了 wang794822947 创建的主题 Apple 新款 APPLE TV 什么时候出, 9 月会出么?
@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
1  2  3  4  5  6  7  8  9  10 ... 428  
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5983 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 65ms · UTC 02:37 · PVG 10:37 · LAX 19:37 · JFK 22:37
♥ Do have faith in what you're doing.