播放 HDR 视频, 最好选择能调整亮度/对比度/gamma的
HDR 视频格式有能力保存现实世界的高动态范围,但播放时可能受限于显示器和制作人的调色
作为观众,没有什么权威比观众自己的眼睛和感受还要重要
因此,打开视频,找有代表性的帧(最亮/最暗/最正确(比如 Netflix 的 logo)),大胆调节曝光/gamma/饱和度,以充分体验画面的色彩和细节!

奥本海默这种峰值亮度很低的片子不适合用 HDR 模式观看, 反而会限制亮度. 建议下载 SDR 并在 SDR 下调高亮度观看

Dp1 and Dp2 may be shorted on the host/device as close to the receptacle as possible to minimize stub length; Dn1 and Dn2 may also be shorted.多种相机打包 https://rawsamples.ch/index.php/en/all-files-as-7z-archive
多种相机 raw 样片 https://www.dpreview.com/sample-galleries
相机上手体验附 raw 下载 https://www.imaging-resource.com
页面直接预览下载 https://www.signatureedits.com/free-raw-photos
页面直接预览下载 https://shotkit.com/free-raw-photos
有许多教程提到创建 subvolume 举例如下, 这些 path 为什么要有 @ 字样? 事先没有创建这些, 事后如何修改?
@rootfs
btrfs su cr @snapshots
btrfs su cr @home
btrfs su cr @log
btrfs su cr @cache
btrfs su cr @crash
btrfs su cr @tmp
btrfs su cr @spool
caddyfile:
example.com:443 {
tls /home/cer /home/key
log {
output stdout
format console
}
@http11 protocol http/1.1
respond @http11 "leave me" 404
| hash 重要吗? | |
| Rust杂谈 HashMap性能比不上Java? https://www.bilibili.com/video/BV1RTiceCEr6/ | |
| https://github.com/rurban/smhasher | |
| 可以作为索引, 如果有专门讲 hash 的书没有提到 smhasher, 要么过时要么不专业 | |
| 务必 clone 代码自己在自己的机器上测试并得出结论, 不要过于关心其他人的结果 | |
| smhasher 的 Summary 竟然将 rapidhash 放在首位, 这与我的实际测试不符 | |
| 吹牛逼和傲慢在 hash 算法这个领域也有出现 |
| package main | |
| import ( | |
| "fmt" | |
| "math/rand" | |
| "os" | |
| "github.com/miekg/dns" | |
| ) |
因特网上的一个 IP 必定属于某个 AS,也就是一个自治系统。一般一个 AS 里的 IP 具有共性,比如网络质量较高或者较差,欺诈风险较高或者较低。 在使用 mtr 或者 traceroute 查看路由时,通过确认中间路由节点 IP 的 AS,可以确认路由质量。 举例说明,对于常见的 CN2 线路,通过 mtr 看到有经过 59.43.138.70,使用 whois 命令查看 IP 信息如下
~$ whois 59.43.138.70
route: 59.43.0.0/16
descr: Chinatelecom Next Carrying Network backbone
origin: AS4809
mnt-by: MAINT-CHINANET
| root@GL-MV1000:~# iperf3 -c 45.14.107.x -u -b 20MB --get-server-output --bidir | |
| Connecting to host 45.14.107.x, port 5201 | |
| [ 5] local 100.64.189.159 port 47629 connected to 45.14.107.x port 5201 | |
| [ 7] local 100.64.189.159 port 57883 connected to 45.14.107.x port 5201 | |
| [ ID][Role] Interval Transfer Bitrate Jitter Lost/Total Datagrams | |
| [ 5][TX-C] 0.00-1.00 sec 2.38 MBytes 20.0 Mbits/sec 1735 | |
| [ 7][RX-C] 0.00-1.00 sec 2.26 MBytes 19.0 Mbits/sec 0.085 ms 96/1745 (5.5%) | |
| [ 5][TX-C] 1.00-2.00 sec 2.38 MBytes 20.0 Mbits/sec 1736 | |
| [ 7][RX-C] 1.00-2.00 sec 2.26 MBytes 19.0 Mbits/sec 0.112 ms 85/1733 (4.9%) | |
| [ 5][TX-C] 2.00-3.00 sec 2.38 MBytes 20.0 Mbits/sec 1736 |