Niri release 0.1.3 - the horizontally scrolling tiling wayland WM

morrowind@lemmy.ml to Linux@lemmy.ml – 126 points –
Release v0.1.3 ยท YaLTeR/niri
github.com
17

You are viewing a single comment

That's great, but yours is not the universal experience since different tasks have different RAM requirements, even within the realm of programming. I had RAM shortages when I was running the Haskell LSP server and compiler at the same time on a largish project. Haskell's type checker does a lot more than other mainstream languages' which is how it delivers such strong correctness guarantees. You trade RAM for scrutiny. Then the LSP server has to be fast so it has to do a lot of caching, and you get an additional trade of yet more RAM for speed.

Sure, if you're in very specific workflows, but with how cheap memory is, zram, etc it's hardly a problem anymore for the everyday user

Yes, but some of us aren't the everyday user.