@EastonMan 看的新闻
+碎碎念
+膜大佬
+偶尔猫猫
+伊斯通听的歌
#TIL
如何去除 PDF 的 metadata
exiftool -all= some.pdf
qpdf --linearize some.pdf - > some.cleaned.pdf
Daniel Lemire's blog
Streamlined iteration: exploring keys and values in C++20

source
▓▓▓▓▓▓░░░░░░░░░░░░░░ 30%
Arch Linux: Recent news updates
Valkey to replace Redis in the [extra] Repository

Valkey, a high-performance key/value datastore, will be replacing redis in the [extra] repository. This change is due to Redis modifying its license from BSD-3-Clause to RSALv2 and SSPLv1 on March 20th, 2024[0].

Arch Linux Package Maintainers intend to support the availability of the redis package for roughly 14 days from the day of this post, to enable a smooth transition to valkey. After the 14 day transition period has ended, the redis package will be moved to the AUR. Also, from this point forward, the redis package will not receive any additional updates and should be considered deprecated until it is removed.

Users are recommended to begin transitioning their use of Redis to Valkey as soon as possible to avoid possible complications after the 14 day transition window closes.

[0] https://github.com/redis/redis/commit/0b34396924eca4edc524469886dc5be6c77ec4ed

source
(author: Andrew Crerar)
通知:由于美国加征关税,GitHub访问响应码现已从200上调至403
Matt Keeter
A warning story about continuity

source
(author: Matt Keeter ([email protected]))
杰哥的{运维,编程,调板子}小笔记
TLS 实现探究

source
杰哥的{运维,编程,调板子}小笔记
glibc 内存分配器实现探究

source
Back to Top