Forwarded from Segment@tion fault
Кстати R и R logo можно распространять по Creative Commons или GNU GPL v2, по выбору
😡1
Forwarded from Блог*
#rust #meme
Trademark-safe way to use the ®ust logo
The policy is:
You may not change any Logo except to
scale it. This means you may not add
decorative elements, change the colors,
change the proportions, distort it, add
elements, or combine it with other logos.
There is nothing about combining the logo with itself.
Trademark-safe way to use the ®ust logo
The policy is:
You may not change any Logo except to
scale it. This means you may not add
decorative elements, change the colors,
change the proportions, distort it, add
elements, or combine it with other logos.
There is nothing about combining the logo with itself.
😁9🏆2😡1
How did Dennis Ritchie Produce his PhD Thesis?
A Typographical Mystery
Dennis Ritchie, the creator of the C programming language and, with Ken Thompson, the co-creator of the Unix operating system, completed his Harvard PhD thesis on recursive function theory in early 1968. But for unknown reasons, he never officially received his degree, and the thesis itself disappeared for nearly 50 years. This strange set of circumstances raises at least three broad questions:
• What was the technical contribution of the thesis?
• Why wasn’t the degree granted?
• How was the thesis prepared?
This paper investigates the third question: how was a long and typographically complicated mathematical thesis produced at a very early stage in the history of computerized document preparation?
https://www.cs.princeton.edu/~bwk/dmr/doceng22.pdf
A Typographical Mystery
Dennis Ritchie, the creator of the C programming language and, with Ken Thompson, the co-creator of the Unix operating system, completed his Harvard PhD thesis on recursive function theory in early 1968. But for unknown reasons, he never officially received his degree, and the thesis itself disappeared for nearly 50 years. This strange set of circumstances raises at least three broad questions:
• What was the technical contribution of the thesis?
• Why wasn’t the degree granted?
• How was the thesis prepared?
This paper investigates the third question: how was a long and typographically complicated mathematical thesis produced at a very early stage in the history of computerized document preparation?
https://www.cs.princeton.edu/~bwk/dmr/doceng22.pdf
👍3😡1
Любопытный модуль для redis-а, который позволяет работать с protobuf
Он добавляет команды
Path
PB.SET
PB.GET
PB.DEL
PB.APPEND
PB.LEN
PB.CLEAR
PB.MERGE
PB.TYPE
PB.SCHEMA
и позволяет хранить и обновлять protobuf объекты
https://github.com/sewenew/redis-protobuf
Он добавляет команды
Path
PB.SET
PB.GET
PB.DEL
PB.APPEND
PB.LEN
PB.CLEAR
PB.MERGE
PB.TYPE
PB.SCHEMA
и позволяет хранить и обновлять protobuf объекты
https://github.com/sewenew/redis-protobuf
🤔3💊1😡1
Как делать хорошие типы ошибок в русте #rust https://sabrinajewson.org/blog/errors
Sabrina Jewson
Modular Errors in Rust
It is thankfully common wisdom nowadays that documentation must be placed as near as possible to the code it documents, and should be fine-grained to a minimal unit of describability (the thing being documented). The practice provides numerous benefits to…
😡2