aboutsummaryrefslogtreecommitdiff
path: root/src/series
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-05-17 20:46:55 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-05-17 20:46:55 +0200
commit4c3b21f0ba96fcce188f8c55599a4ec8a98a13fe (patch)
treeb746866fdf0c057a734b97f1f8591c8f249df82a /src/series
parentab3ca5e2bf3317933b7bec8d10f92cd4a5686991 (diff)
downloadsebastiano.tronto.net-4c3b21f0ba96fcce188f8c55599a4ec8a98a13fe.tar.gz
sebastiano.tronto.net-4c3b21f0ba96fcce188f8c55599a4ec8a98a13fe.zip
New blog post
Diffstat (limited to 'src/series')
-rw-r--r--src/series/series.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/series/series.md b/src/series/series.md
index a98b85c..2194d90 100644
--- a/src/series/series.md
+++ b/src/series/series.md
@@ -51,12 +51,12 @@ My adventures in learning C++ as a C programmer.
51* Episode 2: [RAII](../blog/2024-12-26-taming-cpp-raii) 51* Episode 2: [RAII](../blog/2024-12-26-taming-cpp-raii)
52* Episode 3: [templates, constraints and concepts](../blog/2025-01-21-taming-cpp-templates) 52* Episode 3: [templates, constraints and concepts](../blog/2025-01-21-taming-cpp-templates)
53 53
54## Learning Rust 54## tmux tricks
55 55
56I have recently started learning Rust, documenting the process in a 56Some tips and tricks for using [tmux](https://en.wikipedia.org/wiki/Tmux),
57small series of blog posts. These posts are all marked by the crab emoji 57the terminal multiplexer. In these posts I try to focus on one practical
58'🦀', which is something of a meme in the Rust community, as far as 58aspect of this application at the time, without going too in depth into
59I understand. 59the inner workings of tmux.
60 60
61* [Cargo culture shock](../blog/2025-06-13-cargo-culture-shock) 61* Trick #1: [battery status indicator](../blog/2024-07-11-tmux-battery)
62* [Stunned by the borrow checker](../blog/2025-06-26-borrow-checker) 62* Trick #2: [copy to clipboard](../blog/2026-05-17-tmux-clipboard)

Generated with cgit - Back to sebastiano.tronto.net