Contexts and capabilities in Rust

Containers 101: attach vs. exec - what's the difference?

A challenger to the throne of vector graphics. SVG is dead, long live TinyVG!

Issue #147

12/23/2021

{{PreviewText}} 

Hi
Yeah definitely going to take a break next week. Finding quality content this week has taken ages, and I can't imagine it'll improve next week. So this is the last issue of this week, and the year! See you in 2022 :)

====================================================================

Contexts and capabilities in Rust

Published: 21 December 2021
Tags: rust


"Very often in programming we find ourselves needing access to some context object in many places in our code". In this exploratory article, Tyler Mandry presents a solution for declaring contexts in Rust that can be provided by the compiler.


====================================================================

Containers 101: attach vs. exec - what's the difference?

Published: 18 December 2021
Tags: docker


Love em or hate em, containers have been and will remain to be around. Ivan Velichko's focuses on distinguishing the difference between exec and attach by looking closely at container management and the implementations of both functions.


====================================================================

A challenger to the throne of vector graphics. SVG is dead, long live TinyVG!

Published: 20 December 2021
Tags: graphics


File formats come into and fade from existence on a daily basis. Popular ones stick around for longer. Felix "xq" Queißner's article explains why SVG isn't a great format to work with, and then goes on to outline the spec for a new format "to have 95% of the features we actually need from SVG (so shapes, colors, gradients, scalability) but not have all the things we typically don't need (animations, scripting, external resources, hierarchical document structure, ...)".


Want to help?

Thank you for reading! If you enjoy the newsletter, I would really appreciate you helping me spread the word by forwarding this to your friends and colleagues!

If you want to discuss or comment on this issue, head on over to this page at A Byte of Coding. You can also subscribe there if you're new!

Have comments or feedback? Just reply to this email or hit me up on Twitter @AByteOfCoding.

Email landed in your promotions tab? Please move it over to primary so you don't miss the latest issues in the future.
Thanks for your Support! 

Thanks to sponsors and supporters like Євген Грицай, Scott Munro, zturak, pek, Emil Hannesbo, and Joe Hill this newsletter is provided to you for free. If you'd like to also show your support and buy me a monthly meal, you can donate on the Patreon page. It's not necessary, but it lets me know that I'm doing a good job and that you're finding value in the content.


Stats (updated daily)

Sent: 2595

Opens: 1297

Clicks: 434

Link Clicks Clicks % Unique Clicks Unique Clicks %
Contexts and capabilities in Rust 132 31.28% 113 32.10
Containers 101: attach vs. exec - what's the difference? 163 38.63% 134 38.07
A challenger to the throne of vector graphics. SVG is dead, long live TinyVG! 127 30.09% 105 29.83

Previous

Back to Issues

Next