I personally like combining both on desktop. Scrolling for web and occasional file browser or terminal, tiling for coding and ricing, tiling for messaging apps, etc. It depends on the need. That's why I went with MangoWC. I keep niri for my laptop though (where I also don't want blur anyway).
JC1
That is cool. I use dcli which is quite nice to use and easily manages dotfiles and scripts. I see you've added post install hooks which would allow to manage dotfiles for example.
I really like to use a declarative package manager on a different distro than NixOS. My current install is managed entirely by that tool with specific scripts that modify some config files like fstab for instance.
To use Excel with macros, I don't even think the web version will cut it. Your only option is to use something like winboat to use excel inside a windows docker container as far as I know.
🤣 Exactly what I was asking myself. If their justification is "this group wasn't massacred, this group was instead", how the fuck is that better? I never understand how people can be so willing in justifying authoritarian regimes and massacres...
I mean... The pro LLM people must surely have a tool to do OCR and analyse natural language of documents... I personally don't trust these that much, but they surely do much more than me.
Yes, just lightly press on the brake pedal.
Immich photos are one of the main thing I backup. I use duplicacy and I backup to backblaze B2 storage. It does incremental backups. Same thing with docker persistent data or other things I consider important.
Why this complicated setup? Komodo handles auto update by itself. It also update the whole stack at once, so no shutdown of the BD while the app stays up. Just have 2 checkboxes to tick.
The less stuff the better, it's essential in case you have a failure. I only have to redeploy komodo, then all my stacks will be ready to get back online. I even removed watchtower.
Yeggi, their search is also way better.
This is especially French. In Quebec we have very different insults. Here we could for example say : Ostie de calisse de tabarnak de crisse d'épais de viarge. We can use some of those words as verbs too, like : M'en va t'en crisser une! Or m'en va t'en calisser une. It can also be positive like : ça c'est une calisse de bonne toune! Shouting a "Tabarnak!" Is very satisfying.
The main difference is that French insults are mainly centered around sex. In Quebec it's mainly around religion.
There is a whole article on Wikipedia https://en.m.wikipedia.org/wiki/Quebec_French_profanity
I have a surface go 3 and a surface pro 7. I installed Arch on both and also enabled secure boot. Installing Arch works, but wifi on the installation drive doesn't work. I plug in a usb hub with Ethernet and I'm fine after. Enabling secure boot is harder, but it can work.
To manage my docker containers I migrated from and to multiple tools. I started directly with Unraid with individual containers. Then I discovered docker compose and stacks. So I migrated to portainer. Splitting the postgres and mariadb databases were the worst thing in this. Then I tried dockge, so migrated from portainer to that. It lacked some portainer functionality, but was fine for a short while.
Finally I discovered Komodo and migrated to that as it's FOSS. Now I'm only on Komodo, I have no server limit (5 on portainer), had all the functionality of portainer and more. It is my go-to docker manager and the one I recommend to everyone. The only "issue" is that you need to write the name of the stack and click confirm twice if you want to redeploy, restart, stop, destroy. Or you have to click confirm twice after saving when you edit your files. Not much of an issue and it can also protect from accidental clicks. My next step will be to migrate my stacks compose and env files from UI defined to files on the server that I can sync.