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
- 0 Posts
- 51 Comments
JC1@lemmy.cato
Linux@lemmy.ml•Supac - a declarative package manager for linux, scriptable in nushell
1·1 month agoThat 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.
Yes, just lightly press on the brake pedal.
JC1@lemmy.cato
Selfhosted@lemmy.world•Immich 2.1 Released with Better Slideshow Shuffle, New NotificationsEnglish
2·5 months agoImmich 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.
JC1@lemmy.cato
Selfhosted@lemmy.world•Immich 2.1 Released with Better Slideshow Shuffle, New NotificationsEnglish
1·5 months agoWhy 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.
JC1@lemmy.cato
3DPrinting@lemmy.world•What are your go-to sites to find free 3D files to print?English
4·8 months agoYeggi, their search is also way better.
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.
JC1@lemmy.cato
Canada@lemmy.ca•Well would you just look at this. Isn't that something?
17·11 months agoWhile I agree, it surly is not how the CPC sees it. The CPC had an historic participation and only a circonscription had to vote for Pierre. In a way, he was rejected by his constituents, but not by Canada. If it wasn’t for the NDP partisans that voted liberals, we probably would have a conservative government. So yeah… I’m not hopeful for the future, next elections might be deceiving.
JC1@lemmy.cato
Canada@lemmy.ca•Which Party Has the Best Blueprint for Fixing the Housing Crisis?
4·11 months agoImmigration makes the housing demand worse, but most anti-immigration arguments completely forget that they help with the supply by bringing manpower to build the homes. So in a healthy market, it would balance it out. Unfortunately, both of you touch on a few points that makes this market unhealthy, so supply is restricted way too much. Bringing more manpower doesn’t help since it’s not the bottleneck.
The anti-immigration arguments are mainly from the racist right that looks for a boogyman while ignoring the real causes of our issues.
Didn’t follow that, thx for the info! I’ll look to use freecad instead.
I tried Onshape and now switched to ondsel which is freecad but with a different user interface.
I’ve had success with it. I find onshape to be a little easier to work with, but I find owning my files more important.
I just switched my .ca domains to canspace.ca. They were the chespest I found for Canadian domains. Had to contact them, they had a fast response time and they were helpful. I had a .cc domain too, but I decided I wasn’t renewing it and swapped for a .ca instead.
JC1@lemmy.cato
Canada@lemmy.ca•Feds sign $8 billion preliminary contract for new navy destroyers while Parliament sidelined
1·1 year agoPlease arm chair general, let’s invest in drones and send you specifically to patrol our northern waterways. I’d like to see you intercept a Russian or American vessel violating our territorial waters with your drones.
I don’t say that drones are bad, it’s just 2 entirely different tools.
No problem qtile was by far my favorite WM when I used X11. Enjoy your setup!
Is this qtile on Wayland or X11? I used to love qtile, but Wayland features weren’t on par with hyprland. If it’s Wayland, how do you like it?
JC1@lemmy.cato
Selfhosted@lemmy.world•Your favorite lesser known docker container?English
3·1 year agoThat is actually very useful. I’m saving that for later.
I had muscle memory, but I think it was QRRASE or something like that then put on weapon. Next time you attack, you cast a row of exploding icicles that put wet status and electrocute your enemies and really slow them down. Almost nothing in the game can resist. It makes the game stupid easy. You kill any boss in a few hits. You can also cast it around you, but it’s way too easy to kill yourself. The combo is hard to pull off the few first time, but once you get the touch, you’re unstoppable.
Also, cast SAFE on you regularly, easy to remember and its a very strong defense.
A lot of people use a combination of QFQFASA beam. It’s high damage, but you’re a sitting duck, never liked it.
What’s important is the combos. There are very powerful combos that render the game very easy.


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.