A space biologist by training and a (Arch)Linux user by passion #ArchLinux #Linux #KISS #FOSS #terminal, #python https://www-gem.codeberg.page/

  • 0 Posts
  • 5 Comments
Joined 2 years ago
cake
Cake day: February 17th, 2023

help-circle
  • Tiling WMs are incredibly powerful tools for boosting productivity. Over the years, I’ve tried several: awesome, i3, and dwm. Eventually, I settled on bspwm, which I’ve used for years. It offers far more than you’d expect from a traditional tiling WM—especially thanks to its excellent IPC. That’s why I couldn’t switch to Wayland for the longest time—none of the available options came close to what bspwm gave me.

    But just two days ago, I discovered niri, and it completely changed my perspective. It felt like the first time I ever used a tiling WM—like a whole new world had opened up.

    Niri fits into the same category as bspwm but takes window management even further. It introduces infinite horizontal scrolling, a novel approach that complements traditional tiling layouts. Combined with a robust IPC (something essential for my workflow), niri allows you to arrange windows dynamically in ways I’ve never seen before—including tabbed layouts that act as a vertical counterpart to its horizontal scroll.

    Here’s a short video that only scratches the surface of niri’s potential, but it’s enough to spark your imagination about how customizable and flexible it really is. Personally, I’m deeply grateful to the developers for giving me a reason—and a way—to finally switch to Wayland. I had been desperately waiting for a reliable, robust, and fully-featured tiling WM for Wayland—and what I got was a unicorn I never even imagined.


  • Not being a developer myself, the wording may not be the best sorry. The take home message was that Mastodon seems more prone to external development based on its protocol and the fact that more than 20 apps already exist (all platforms included).

    Outside of using several apps to use Mastodon, I personaly rely on its API only to add Mastodon posts as comments on my static blog.


  • As far as I know Bluesky protocol is open-source but not its main app. Also, there are several apps available to use Mastodon. Additionally, note that Bluesky uses the AT Protocol (developed by Bluesky) while Mastodon uses ActivityPub (W3C standard) which is more friendly for third-party devs.

    As far as federation is concerned it’s still mostly centralized with Bluesky while Mastodon is fully federated.

    Something I personaly like as well with Mastodon is that the feeds don’t use algorithms.



  • I rely on cli tools for a lot of things too. Here’s a list:

    tmux: terminal multiplexer
    zsh (with fzf zsh completion): shell
    fzf: fuzzy finder
    doas: sudo replacement
    bat: cat replacement
    fd: find replacement
    advcpmv: cp/mv replacement
    eza: ls replacement
    zenith: htop replacement
    trash-cli: trash management
    neomutt: email client (notmuch is a most recommended addition)
    neovim (and plugins): text/code editor
    buku: internet bookmarks manager
    tut: mastodon client
    ucollage: image viewer
    udevil: (un)mounting removable devices and networks without a password
    magic-tape: youtube search/download and more
    rofi: used with scripts to do a lot of things
    pass: password manager
    yazi: file explorer
    iwd: wireless manager
    khal: calendar and webdav sync with vdirsyncer
    taskjuggler: complete task manager
    newsboat: feed aggregator
    fwupd: firmware updater
    chawan: web browser
    ncmpcpp: mpd-client
    duf: disk usage
    abook: contacts manager

    I have some of them detailed here.
    This GitHub also has a long list.

    Edit: added abook and duf to the list