diff --git a/content/posts/newsletter-011/index.md b/content/posts/newsletter-011/index.md
index f09562b9f..35249c1b8 100644
--- a/content/posts/newsletter-011/index.md
+++ b/content/posts/newsletter-011/index.md
@@ -291,6 +291,20 @@ they plant flowers which gives them points.
 [tetra]: https://github.com/17cupsofcoffee/Tetra
 [shipyard]: https://github.com/leudz/shipyard
 
+### [Wooting Snake][wooting_snake-git]
+
+![Video of snaky keyboard lights in action](wooting_snake.gif)
+
+[Wooting Snake][wooting_snake-git] is a snake game where the visuals
+are represented on your keyboard lights, instead of a computer screen.
+
+[TanTan] released a [video][wooting_snake-video]
+documenting the process making this project.
+
+[wooting_snake-git]: https://github.com/TanTanDev/wooting_snake
+[wooting_snake-video]: https://youtu.be/OhhscXz-60g
+[TanTan]: https://twitter.com/Tantan22430802
+
 ## Learning Material Updates
 
 ## Library & Tooling Updates
@@ -439,6 +453,18 @@ supporting Rust gamedev libraries and tools such as [GFX], and [WGPU].
 [gluon]: https://github.com/gluon-lang/gluon
 [ars_poc]: https://github.com/katharostech/arsenal/releases/tag/v0.1.0
 
+### [Vimnail][vimnail-git] - a Mouseless Image Editor
+
+![Demo of transforming Ferris](vimnail.gif)
+
+[Vimnail][vimnail-git] is a WIP mode-based image editor inspired by Vim.
+The goal of the project is to be able to compose images without using the mouse.
+
+[TanTan] also released a [devlog video][vimnail-video] about the project.
+
+[vimnail-git]: https://github.com/TanTanDev/vimnail
+[vimnail-video]: https://youtu.be/2cSY43OcuZc
+
 ## Popular Workgroup Issues in Github
 
 <!-- Up to 10 links to interesting issues -->
diff --git a/content/posts/newsletter-011/vimnail.gif b/content/posts/newsletter-011/vimnail.gif
new file mode 100644
index 000000000..55df6c93c
Binary files /dev/null and b/content/posts/newsletter-011/vimnail.gif differ
diff --git a/content/posts/newsletter-011/wooting_snake.gif b/content/posts/newsletter-011/wooting_snake.gif
new file mode 100644
index 000000000..1e4064e6e
Binary files /dev/null and b/content/posts/newsletter-011/wooting_snake.gif differ