You are here |
10xlearner.com | ||
| | | |
scriiipt.com
|
|
| | | | Au c?ur de la Pennsylvanie, un groupe de touristes découvrent un village. Les habitants n'ont pas vieillit depuis plus de 300 ans, personne n'a d'enfants, il est impossible de quitter le village une fois qu'on y est entré... | |
| | | |
blog.nuculabs.dev
|
|
| | | | Hi ?? This is a short story on how I got my pull request merged into Apache Flink. It started with the need to set CPU and Memory limits to Flink jobs running under Kubernetes. The first thing I did was to join the user mailing list and ask around if someone has encountered the issue and if there's a solution to it. The people from the mailing list were very friendly and they pointed me to an existing ticket on the Flink jira board, which was exactly what I needed. | |
| | | |
www.foonathan.net
|
|
| | | | In my previous blog post, weve discussed the static constexpr std::integral_constant idiom to specify the size of a range at compile-time. Unlike the standard, our (think-cells) ranges library at think-cell already supports compile-time sizes natively, so I was eager to try the idiom there and see how it works out in practice. namespace tc { template constexpr auto size(Rng&& rng); // runtime-size of a range, like std::ranges::size template requires tc::has_constexpr_size constexpr auto constexpr_size = ... | |
| | | |
andreabergia.com
|
|
| | This post is part of the Languages Opinion series. Languages opinion - part one - JVM Languages opinion - part two - Rust ??thispost Languages opinion - part three - Javascript and Typescript Welcome back to my mini-series about programming languages. In this post, we will talk about one of the most interesting programming languages that I have seen in a long while: Rust. |