1
Fork 0

Make it less big

This commit is contained in:
Jan-Erik Rediger 2018-02-12 12:08:52 +01:00
parent 91a85cf958
commit ee6971c648

View file

@ -11,7 +11,7 @@ Trying to briefly collect articles/posts/code/documentation I read in the past w
(A day late due to last week's travel and sickness)
## Blog post: [Tokio Internals](https://cafbit.com/post/tokio_internals/)
### Blog post: [Tokio Internals](https://cafbit.com/post/tokio_internals/)
David Simmons dives deep into [tokio-core](https://crates.io/crates/tokio-core), [futures](https://crates.io/crates/futures) and asynchronous programming in Rust in general.
This article helped me quite a bit to understand how all the different things work together.
@ -19,7 +19,7 @@ It's the missing documentation for the named crates and combines a look into the
(I had this saved for a while, but never managed to read it)
## Video: [Containers aka crazy user space fun](https://www.youtube.com/watch?v=7mzbIOtcIaQ)
### Video: [Containers aka crazy user space fun](https://www.youtube.com/watch?v=7mzbIOtcIaQ)
[Jessie Frazelle](https://twitter.com/jessfraz) keynoted linux.conf.au 2018 with a tour through the container ecosystem.
She explains what a container even is, how it sandboxes things and which knobs you can turn to lessen its security.