V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  mons  ›  全部回复第 4 页 / 共 6 页
回复总数  119
1  2  3  4  5  6  
2022-03-27 12:14:23 +08:00
回复了 jsrgqinbin 创建的主题 MacBook Pro 14 的 M1 用 xattr 清不了扩展权限
@dingwen07
@deplivesb

In some permission systems additional symbols in the ls -l display represent additional permission features:

+ (plus) suffix indicates an access control list that can control additional permissions.
. (dot) suffix indicates an SELinux context is present. Details may be listed with the command ls -Z.
@ suffix indicates extended file attributes are present.

https://en.wikipedia.org/wiki/File-system_permissions#Symbolic_notation
2022-03-23 06:50:14 +08:00
回复了 asktao 创建的主题 Safari Safari 打开 Google 会带个 /?client=safari 参数
这应该是 Apple 和 Google 签作为浏览器默认搜索引擎的合同里规定了的,是 Safari 加的。
https://www.macrumors.com/2022/01/05/google-pays-apple-stay-out-of-search/

同理,用 Firefox 默认的 Google 搜索也会加 client=firefox (但可以用自定义搜索引擎的方法去掉
https://superuser.com/a/1439470
2022-03-07 02:03:54 +08:00
回复了 leewi9coder 创建的主题 硬件 显存为什么没有 ECC 的?
https://www.nvidia.com/en-us/design-visualization/rtx-a6000/

GPU Memory 48 GB GDDR6 with error-correcting code (ECC)
2022-03-05 18:51:45 +08:00
回复了 LxnChan 创建的主题 程序员 求推荐 Git 代码托管平台
1. Intel Mac 可以直接用 powermetrics 读 smc 拿 CPU 温度

sudo powermetrics --samplers smc | grep -i "CPU die temperature"

Source: https://apple.stackexchange.com/a/372928

2. M1 Mac 目前好像没法用自带 CLI 读取(没实现),得用 API ,见 https://github.com/yujitach/MenuMeters/commit/5604e769b9bf5cc0a5ee6f0c6f99ecca570f1b37#diff-69ec57a2eaee2a9eae215332a60e6b2ce67e378314670e5112c39029f445ab3aR54-R72

Source: https://stackoverflow.com/a/68864575 )
自建 Gitea 也有 repo mirror 功能。每个 repo 可以单独自定 sync 间隔

https://docs.gitea.io/en-us/repo-mirror/
2022-02-20 11:51:19 +08:00
回复了 Explr 创建的主题 程序员 最近又看 CSAPP,请教无符号数比较问题
> The integer promotions
> Whenever a small integer type is used in an expression, it is implicitly converted to int which is always signed. This is known as the integer promotions or the integer promotion rule.
> Formally, the rule says (C11 6.3.1.1):
>> If an int can represent all values of the original type (as restricted by the width, for a bit-field), the value is converted to an int; otherwise, it is converted to an unsigned int. These are called the integer promotions.
> This means that all small integer types, no matter signedness, get implicitly converted to (signed) int when used in most expressions.

From https://stackoverflow.com/a/46073296
2022-01-29 10:27:08 +08:00
回复了 qq1204076437 创建的主题 Apple App Store 余额可以用于 AC+的按月订阅计划吗
@luojianxhlxt 我在美区看了一下 AC+ 按月只能使用信用卡 /储蓄卡付款。是说国区可以么?
2022-01-28 19:43:24 +08:00
回复了 qq1204076437 创建的主题 Apple App Store 余额可以用于 AC+的按月订阅计划吗
2022-01-24 17:39:31 +08:00
回复了 gaodeng 创建的主题 iCode 春节到了,送一波 Moon FM 兑换码
4LH7RJF4AMW9 已用 感谢
2022-01-03 18:17:29 +08:00
回复了 ah429 创建的主题 MacBook Pro M1Pro 播放 8K 60FPS HDR 出现严重卡顿
这个 YT 8K HDR 视频流只有 AV1 ,M1 系没有 AV1 硬解,现在的 dav1d (AV1 software decoder) 8K 60 CPU 解起来太吃力,所以掉帧。

枚举了一下发现这个视频其实还是保留了 8K VP9 的,但是只有 non-HDR:

272 webm 7680x4320 60 │ 938.60MiB 21937k https │ vp9 21937k video only 4320p60, webm_dash
702 mp4 7680x4320 60 10 │ 1.99GiB 47593k https │ av01.0.17M.10 47593k video only 4320p60 HDR, mp4_dash
2021-12-10 18:36:14 +08:00
回复了 623902748 创建的主题 macOS infuse pro 在 mac m1 max 上播放杜比视界视频色彩异常
2021-12-06 17:08:26 +08:00
回复了 gainsurier 创建的主题 问与答 Youtube 的 8k 60p 和 Netflix 的 4k HDR 的码率分别是多少?
Netflix 4K 不同的剧集差异挺大的,从个位数 8 Mbps 到 20+ Mbps 都见过。NF 有专门的 video encoding team 针对不同的影剧甚至同一部剧不同的集数对 encoder 调参调优。

YouTube 的 8K60 码率一般是 SDR 25~30 Mbps ,8K60 HDR 可以在这个基础上翻倍。

比如这个 SDR 用了 AV1 是 ~28.5Mbps: https://youtu.be/uYq7wgvVETI

>
> ...
> 571 mp4 7680x4320 60 │ 790.46MiB 28536k https │ av01.0.17M.08 28536k video only 4320p60, mp4_dash

以前 YouTube 曾经用 VP9 编码过 8K60 ,但之后 rollout AV1 了就逐渐删掉 VP9 编码的 8K60 流了。

这个 8K60 HDR 的最高一档有 49 Mbps: https://youtu.be/1La4QzGeaaQ

> yt-dlp -F 1La4QzGeaaQ
>
> 702 mp4 7680x4320 60 10 │ 1.94GiB 49354k https │ av01.0.17M.10 49354k video only 4320p60 HDR, mp4_dash


另外可见 YouTube Recommended upload encoding settings ,不过这里的数字是给频道主上传用的,不是观众实际接收到的(而且推荐的还是 H.264 ,不是 VP9/AV1 这种 YouTube 目前主流的格式,只有 YT 只有在 SDR 才会保留 H.264 为了兼容老设备)。但不同分辨率 /帧率相对的码率差距还是有一定参考意义: https://support.google.com/youtube/answer/1722171#zippy=%2Cbitrate
2021-12-03 11:59:50 +08:00
回复了 nbweb 创建的主题 NVIDIA gtx1650 能硬解 8K 吗?
@watermeter #15 1650 (non-Super) 的 NVENC 编码器根据核心型号不同有两个版本 6th/7th gen ,7th gen 但是 NVDEC 解码器都是一样的 4th gen

> NVENC - Encoding
> GeForce GTX 1650 GDDR5 Turing TU117 6th Gen
> GeForce GTX 1650 GDDR6 Turing TU117 6th Gen
> GeForce GTX 1650 GDDR6 Turing TU116/TU106 7th Gen

> NVDEC - Decoding
> GeForce GTX 1650 (all variants) TU117/TU116/TU106 4th Gen

Source: https://developer.nvidia.com/video-encode-and-decode-gpu-support-matrix-new
2021-12-02 12:33:15 +08:00
回复了 nbweb 创建的主题 NVIDIA gtx1650 能硬解 8K 吗?
用 DXVA Checker 看一下硬解能力,理论上 GTX 1650 的 NVDEC 和 RTX 20 系是一样的。

能否硬解与视频编码 /Profile/分辨率都有关。例:

https://i.imgur.com/qKkoyE5.png
@renmu123 4K Blu-ray 用的是 H.265 (HEVC)

https://en.wikipedia.org/wiki/Ultra_HD_Blu-ray

Encoding H.265/MPEG-H Part 2 (HEVC)
2021-11-19 22:36:29 +08:00
回复了 weimo383 创建的主题 职场话题 查了查 glassdoor 貌似硅谷工作并没有那么诱人
你看到的是很可能只是 base pay ,占税前总收入的 40~60%,还没有算入 stock 和 bonus

参见 https://levels.fyi/
是的,说是 motion performance 比较糟糕,不知道是硬件还是软件问题: https://youtu.be/p2xo-hDCgZE?t=782

用了三个周,日常使用感知并不大,没有感觉到明显掉帧。触控板移动光标还是明显比 60Hz MBP 屏流畅的。快速拖窗口的时候得盯着内容看才觉得有点糊。

另外我外接两台 4K144 并没有出现你描述的闪烁 /跳动问题,一台是 27GN950 ,另一台 27GP950
2021-11-18 18:18:55 +08:00
回复了 yojoc 创建的主题 MacBook Pro 有办法自动打开低电量模式吗
sudo pmset -a lowpowermode 1

看 CPU/GPU 功耗用 powermetrics ,或者用 asitop ( powermetrics 套壳,更直观)
1  2  3  4  5  6  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2720 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 40ms · UTC 05:12 · PVG 13:12 · LAX 22:12 · JFK 01:12
Developed with CodeLauncher
♥ Do have faith in what you're doing.