Issue 2021-W02

Published on

Subscribe to new issues of the bulletin via the RSS feed or via email.

This week has been about colours, NLP, design patterns in Rust, taking notes and SQLite encryption.

# Rust Design Patterns

A collection of design patterns to solve known problems in Rust.

# calcolor

A service to inspect and learn about colours.

# SQLCipher

A SQLite extension adding on-the-fly encryption, tamper detection, strong key derivation and memory sanitisation.

# How to take notes

An article exploring ways to take notes that help achieve a goal. Although it targets students it can easily transfer to taking notes in a meeting.

# Ecco

A Python library for explaining Natural Language Processing models using interactive visualizations.

# Hecto: Build your own text editor in Rust

A tutorial on how to build a text editor in Rust.