Explore >> Select a destination


You are here

www.eliza-ng.me
| | md.ekstrandom.net
16.4 parsecs away

Travel
| | A discussion of the current state of Python multiprocessing for embarassingly-parallel use of large shared objects.
| | www.cppstories.com
17.9 parsecs away

Travel
| | 2018 is almost over (just a few hours left in Poland till midnight). As in previous years, I did a summary of many things that happened in the C++ community. This year seems to be marked with a solid progress towards the standardisation of C++20, using more and more C++17 and as always the growth in the community.
| | www.shuttle.rs
13.4 parsecs away

Travel
| | What makes Rust worth using for backend web services?
| | mark-story.com
26.2 parsecs away

Travel
| I'm working on an infrastructure application that provides a GRPC API to its clients. This will be a high throughput system, so we are building it in Rust using tonic and tokio to build the gRPC API. I wanted to implement request authentication for this system so that the service was resilient to Server-Side-Request-Forgery, and unauthenticated requests.