普拉姆的胡言乱语
https://www.appinn.com/areada-android-reader/
该放弃 Lithium 了吗...
Forwarded from Hacker News (yahnc_bot)
RFC 10015: Deprecating Obsolete Key Exchange Methods in TLS 1.2 and DTLS 1.2 https://www.rfc-editor.org/rfc/rfc10015.html
www.rfc-editor.org
RFC 10015: Deprecating Obsolete Key Exchange Methods in TLS 1.2 and DTLS 1.2
For (D)TLS 1.2, this document deprecates the use of two key exchanges, namely Diffie-Hellman (DH) over
a finite field and RSA. It also discourages the use of static Elliptic Curve Diffie-Hellman (ECDH)
cipher suites.
These prescriptions apply only…
a finite field and RSA. It also discourages the use of static Elliptic Curve Diffie-Hellman (ECDH)
cipher suites.
These prescriptions apply only…
Forwarded from Hacker News (yahnc_bot)
Atom is better than RSS, in ways that matter https://chrismorgan.info/atom%3Erss
chrismorgan.info
Atom is better than RSS, in ways that matter — Chris Morgan
Forwarded from Hacker News (yahnc_bot)
Meshdiff – visually compare two STL versions in the browser, client-side https://meshdiff.com/
Meshdiff
Meshdiff — Compare 3D Model Versions
See exactly what changed between two 3D model versions — added material, removed material, dimensional drift. Free, in-browser, STL/3MF/OBJ.
Forwarded from Ziyao Channel | 二代目 (梓瑶 | csrxchg %0, CSR_CRMD)
https://blog.ziyao.cc/fences_on_ia32_amd64.html
纂写了一篇关于 IA-32 & AMD64 上内存屏障的文章。
> 希望本文能帮助到忘记看脚注,需要 quick reference,或者单纯不想对 IA-32 & AMD64 进行为期四小时的内存序大发现的人。
纂写了一篇关于 IA-32 & AMD64 上内存屏障的文章。
> 希望本文能帮助到忘记看脚注,需要 quick reference,或者单纯不想对 IA-32 & AMD64 进行为期四小时的内存序大发现的人。
❤1
Forwarded from Easton Man's Channel (Easton's RSS Bot)
Daniel Lemire's blog
How fast is C++26’s std::hive?
C++26 adds a new container to the standard library: std::hive. It is meant to occupy the ground between std::vector and std::list. Like a vector, it keeps its elements in contiguous blocks of memory, so scanning it does not require you to chase a pointer…