From fefc0bc0a71556eb75352e2b611e50eb5d3bf9c2 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Fri, 18 Jul 2025 23:28:49 +0300 Subject: README: Link LWN article --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1deb0cbb..a3b04cf6 100644 --- a/README.md +++ b/README.md @@ -81,16 +81,20 @@ I've seen someone use it fine on an Eee PC 900 from 2008, of all things. ## Media -[niri: Making a Wayland compositor in Rust](https://youtu.be/Kmz8ODolnDg?list=PLRdS-n5seLRqrmWDQY4KDqtRMfIwU0U3T) +[niri: Making a Wayland compositor in Rust](https://youtu.be/Kmz8ODolnDg?list=PLRdS-n5seLRqrmWDQY4KDqtRMfIwU0U3T) · *December 2024* My talk from the 2024 Moscow RustCon about niri, and how I do randomized property testing and profiling, and measure input latency. The talk is in Russian, but I prepared full English subtitles that you can find in YouTube's subtitle language selector. -[An interview with Ivan, the developer behind Niri](https://www.trommelspeicher.de/podcast/special_the_developer_behind_niri) +[An interview with Ivan, the developer behind Niri](https://www.trommelspeicher.de/podcast/special_the_developer_behind_niri) · *June 2025* -A June 2025 interview by a German tech podcast Das Triumvirat (in English). +An interview by a German tech podcast Das Triumvirat (in English). We talk about niri development and history, and my experience building and maintaining niri. +[A tour of the niri scrolling-tiling Wayland compositor](https://lwn.net/Articles/1025866/) · *July 2025* + +An LWN article with a nice overview and introduction to niri. + ## Contributing If you'd like to help with niri, there are plenty of both coding- and non-coding-related ways to do so. -- cgit