@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
Daniel Lemire's blog
How helpful is AI?

Do large language models (AI) make you 3x faster or only 3% faster? The answer depends on the quality of the work you are producing.
If you need something like a stock photo but not much beyond that, AI can make you 10x faster.
If you need a picture taken at the right time of the right person, AI doesn’t help you much.
If you need a piece of software that an intern could have written, AI can do it 10x faster than the intern.
If you need a piece of software that only 10 engineers in the country can understand, AI doesn’t help you much.
The effect is predictable: finding work if your skill level is low becomes more difficult. However, if you are a highly skilled individual, you can eliminate much of the boilerplate work and focus on what matters. Thus, elite people are going to become even more productive.

source
Back to Top