(several-post-update): add excerpts.

This commit is contained in:
Eduard Tolosa 2024-04-06 03:00:29 -05:00
parent 3e21c18b4f
commit f63b36c80f
2 changed files with 2 additions and 4 deletions

View file

@ -8,10 +8,9 @@ author: edu4rdshl
image:
path: /wayland-gnome.png
alt: Wayland and Gnome. Image by itsfoss.com
excerpt: I was a Wayland detractor, had very bad experiences with it in the past, but I decided to give it a try again, and it's time to say goodbye to Xorg.
---
I was a Wayland detractor, had very bad experiences with it in the past, but I decided to give it a try again, and it's time to say goodbye to Xorg.
## My past experiences with Wayland
I tried Wayland for the first time in 2016, I was using ArchLinux, tried to create a Wayland setup using Sway on my Intel laptop. The remnants of that setup, can still be found in my [GitHub repo](https://github.com/Edu4rdSHL/linuxscripts/tree/8acc4a6bff033db7291d701169beb8d5c278f3eb/user-config).

View file

@ -8,10 +8,9 @@ author: edu4rdshl
image:
path: /rusnapshot.jpeg
alt: Rusnapshot logo, generated by Google Bard
excerpt: Rusnapshot is a handy tool to manage Btrfs snapshots, written in Rust.
---
Rusnapshot is a handy tool to manage Btrfs snapshots, written in Rust.
## Motivation
I've been using Btrfs for a long time, and of course I use snapshots a lot, but I always felt that the tools available for managing snapshots were not very flexible, some of the limitations I found were: hardcoded snapshot's path, allow to take snapshots of certain subvolumes only, not centralized metadata for easily managing snapshots across multiple computers, etc. So, I decided to create a tool that would make my life easier, and that's how Rusnapshot was born.