RSS Parrot

BETA

🦜 Lorenzo Bettini

@www.lorenzobettini.it@rss-parrot.net

I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.

---

My Home Page

Your feed and you don't want it here? Just e-mail the birb.

Site URL: www.lorenzobettini.it

Feed URL: www.lorenzobettini.it/feed

Posts: 20

Followers: 1

Ansible and Molecule with Fedora 41

Published: January 10, 2025 09:20

When using Ansible and Molecule with Fedora 41, a few things must be adjusted so that Molecule can access the Docker image for Fedora 41. This is probably due to some changes in the Python package and the new Dnf 5 package; if you use a default Docker…

macOS 12: bye bye homebrew

Published: January 2, 2025 07:45

If you use the Homebrew package manager in macOS and you have macOS 12 because your Mac is too old to update to a new version of macOS, you can say goodbye to Homebrew: if you try to update your brew packages, you get such a message:…

Sway and Waybar

Published: December 27, 2024 17:07

Up to now, I have shown how to get started with Sway with the initial configurations and some other configurations. Now, I’ll show how to install another status bar in Sway: Waybar (which is more powerful than the default Sway bar). Again, I’m going to do…

LazyVim 14, some new and breaking features

Published: December 16, 2024 14:05

LazyVim has just released version 14, with some new, interesting, and breaking features. The first breaking feature is that Telescope is no longer the default fuzzy finder picker; the default is fzf-lua. I haven’t been using Neovim for a long time, but I…

Sway in Arch Linux: other configurations

Published: December 6, 2024 16:18

Let’s continue the Sway window manager (in Arch Linux) series I started in my previous post and continued in the other post. Screenshots We can use “grimshot”, part of sway-contrib, to take screenshots, which requires the main program for performing the…

Sway WM: Notifications with Mako

Published: November 21, 2024 16:40

Let’s continue the Sway window manager (in Arch Linux) series I started in my previous post. In this post, we deal with system notifications. (This post is similar to the corresponding one about Hyprland.) We use mako, a lightweight notification daemon for…

Java, Maven and Gitpod, part 4: Maven and Dependencies

Published: November 8, 2024 12:12

This is the 4th post about using Java in Gitpod. It assumes you have already read the first, second, and third posts. Let’s now use the POM editor to update the version of JUnit (the Maven archetype is based on an old version of JUnit). When we open the…

Hyprland EndeavourOS on a PineBook Pro

Published: October 31, 2024 08:51

After installing EndeavourOS on a PineBook Pro, I tried to use Hyprland on this PineBook Pro. Since I have already blogged about Hyprland a lot, I want to report that Hyprland runs smoothly on this PineBook Pro. I basically reused all my ricing and…

Sway in Arch Linux: getting started

Published: October 21, 2024 16:55

I’m starting a new blog series about Sway, a Wayland Tiling Window Manager (the Wayland version of i3). Though I’ve already blogged about Sway, this post (and a few future ones) are intended as “getting started tutorials”. I’ll focus on Sway in Arch, in…

Java, Maven and Gitpod, part 3: Configuring Java

Published: October 15, 2024 08:02

This is the 3rd post about using Java in Gitpod. It assumes you have already read the first and second posts. On the bottom, we can see that there are two warnings on our project; let’s click the icon and see them in the “Problems” tab: Since this is not a…

Eclipse in Hyprland 0.43

Published: September 23, 2024 12:45

I hadn’t used Eclipse in Hyprland for a while. It used to work correctly; however, starting from somewhere in version 0.41, something broke, and it’s still broken in the current (at the time of writing) version 0.43. When I execute Eclipse in Hyprland,…

Sway: monitor configuration for different computers

Published: September 16, 2024 14:46

I’m using Sway (not as my daily driver) on different computers: PCs and laptops. For the PCs, I’m using an HDMI monitor. Laptops have different display sizes, e.g., small displays with low resolution and more extensive displays with retina resolution.…

Better KDE theming and styling in Hyprland

Published: August 27, 2024 10:16

Recently, I blogged about using KDE applications in Hyprland. I also blogged about theming and styling them. However, I’m not very happy with that solution, so I’ll provide a possible alternative, which, in my opinion, is better. Some of the steps are…

Waybar Workspaces in Hyprland

Published: August 5, 2024 18:33

Waybar has a dedicated module for Hyprland workspaces: https://github.com/Alexays/Waybar/wiki/Module:-Hyprland#workspaces. One of its most fantastic features is the possibility of representing the application windows in each workspace. For example, here I…