Rust data structures with circular references

An Open Source Vibrotactile Haptics Platform for On-Body Applications.

Anycast in Segment Routing

Issue #125

11/16/2021

{{PreviewText}} 

¯\_( ͡❛ ͜ʖ ͡❛)_/¯
Realized I forgot to mention in the previous issue that I wrote my first technical article over the weekend. Let me know if you have any feedback! Someone already commented that I should use excalidraw so that my diagrams look like a talented 5 year old drew them, rather than a regular one. Here's that issue!

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

Rust data structures with circular references

Published: 11 November 2021
Tags: rust


Rust's marvelous memory safety system comes at a cost; it's kind of a pain to implement data structures that have circular references. In this exploratory article, Eli Bendersky tries several different approaches for implementing structures that have circular references (like binary search trees).


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

An Open Source Vibrotactile Haptics Platform for On-Body Applications.

Published: 12 November 2021
Tags: hardware


I'm guessing how we interface with technology is going to change a lot in the next 50 years. In this article, Artem Dementyev presents a "low-power miniature electronics board" that might be one of the first steps in having extensive tactile sensation with technology (this is how I can imagine it being used). Artem dives into the inner workings of board and describes all of its functionality.


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

Anycast in Segment Routing

Published: 9 November 2021
Tags: networking


There are a lot of technologies that go into making the internet work. Among these, routing protocols are of vital importance. Dmytro Shypovalov's technical article explains how segment routing, a modern variant of source routing that is being developed within the SPRING and IPv6 working groups of the IETF, can enable the use of anycast routing to be more widespread.


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: 2517

Opens: 1146

Clicks: 346

Link Clicks Clicks % Unique Clicks Unique Clicks %
Rust data structures with circular references 118 49.37% 108 49.54
An Open Source Vibrotactile Haptics Platform for On-Body Applications. 58 24.27% 52 23.85
Anycast in Segment Routing 63 26.36% 58 26.61

Previous

Back to Issues

Next