ofLmvFk's recent timeline updates
ofLmvFk

ofLmvFk

V2EX member #566983, joined on 2021-12-28 08:21:12 +08:00
Per ofLmvFk's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
ofLmvFk's recent replies
3 days ago
Replied to a topic by davinci21s Apple 怪不得苹果要涨价, apple store 都没现货
刚把 64G + 512G 卖掉。现在官网都没有 64G 的内存选择了。
My ID is 624, from xproxy.ai
FRE-81e4269c 谢谢老板~


组成分母
最开始 passkey 设计是硬件绑定的,但是因为有你提及的丢失损坏导致的访问权限丢失,如果只有硬件级别的 key, 那就需要添加多个硬件 passkey 作为备份,比较麻烦。所以设计了可以同步的 passkey.



具体可以看这个

https://fidoalliance.org/white-paper-fido-authentication-for-moderate-assurance-use-cases/
我写了 Automator 个脚本,放在 macos service 里面,就可以右键选中解析





https://gist.github.com/hhheroo/792d4eb83a1158213f4a3cf1ee9a2ec6
Jun 13, 2025
Replied to a topic by hackpro Apple 最近老版 Paste 剪切板应用经常无法启动
![Img]( )

我用的 2.5.6 版本 没有遇到这个问题
9AJFRPY6JJMF 已用,感谢
Jun 6, 2025
Replied to a topic by dhb233 V2EX 解决头像亮瞎眼
@fr13ncl5 感谢 应该差不多了 还修复了提醒页面内容不展示的问题

```css
td:has(img.avatar) {
display: none;
}

td:has(img.avatar) + td[width='10'] {
display: none;
}

img[src^='https://cdn.v2ex.com/avatar'],img[src^='https://cdn.v2ex.com/gravatar'] {
display: none;
}

div.cell[class*='hot_t_'] td:nth-child(1),
div.cell[class*='hot_t_'] td:nth-child(2) {
display: none;
}
```
Jun 6, 2025
Replied to a topic by dhb233 V2EX 解决头像亮瞎眼
直接把头像隐藏

```css
td:has(img.avatar) {
display: none;
}

td:has(img.avatar) + td {
display: none;
}

img.avatar {
display: none;
}

```
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2882 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 12ms · UTC 09:30 · PVG 17:30 · LAX 02:30 · JFK 05:30
♥ Do have faith in what you're doing.