225 private links
A kind is a type constructor that takes a type, and produces a new type.
The quthor recreates a map function
The rustypaste project is hosted on github: https://github.com/orhun/rustypaste
A framework for embedded systems
A great feedback
Now I get it.
Pingora is a Rust framework to build fast, reliable and programmable networked systems. Pingora is battle tested as it has been serving more than 40 million Internet requests per second for more than a few years.
Les chercheurs chinois ont mesuré la concentration en minuscules particules de plastique de plusieurs échantillons d’eau. La moyenne était de 1 milligramme par litre d’eau. Cette concentration, remesurée après que l’eau a bouilli pendant cinq minutes puis refroidi, avait diminuée de 80 %.
The white house post https://www.whitehouse.gov/oncd/briefing-room/2024/02/26/press-release-technical-report/
The report Back to the building blocks:
a path toward secure and mesureable software
The official support of universities and companies or industries: Statements of Support for Software Measurability and Memory Safety
This cookbook is intended for new Rust programmers, so that they may quickly get an overview of the capabilities of the Rust crate ecosystem. It is also intended for experienced Rust programmers, who should find in the recipes an easy reminder of how to accomplish common tasks.
A future cargo for python?
A blog post on it: https://astral.sh/blog/uv
There are comments reported from different people
Mann kann erst skalieren, dann optimieren, wenn es ein Drittels des Tages dauert. Der erste Prozess, um PDFs zu erzeugen, ist total innefizient. Es zeigt auch, dass Optimierungen der letzte Schritt des Produkts ist. Sie haben damit lange gelebt. Die Architektur ist eine gute Beispiel für horizontale Skalierung.
Most of the security vulnerabilities come from IEF: Insecure Exposed Functions. They are functions available to the outside that should not, such as a public dropDatabase()
for example.
Next comes Routing Abuse tied for second with memory corruption issues. Rust has strongly type strings, so these errors occur less in Rust. The example of HTTP headers is great: Rust does not parse the header name as strings. They are present or not instead.
The average developer is more concerned with shipping the product now and worry about fixing bugs later than how security can be designed from the start.
I also got the same result after the first attempt