Are you high? 😂
Are you high? 😂
Oh, ok. Still crazy though.
having the chance to try to hit the daily unlock request window which lasts less than one minute each day (!!!)
Holy shit, are you serious? Can you elaborate on how does that work? You get an email saying you can do that between 3:27:15 PM and 3:27:50 PM or something?
It’s just reskinned Firefox though.
Commenting mostly to make this post more active because I have very high hopes for COSMIC and really want it to succeed!
Which will be years from now, if ever. I mean, I hope for them as much as you do, but it doesn’t mean there is no problem right now.
I want a good tiling DE solution so much. I really hope COSMIC will fill in that gap.
I recommend checking out satty as well.
I really liked it but unfortunately I was not able to get it to work on Wayland (with Hyprland) at all.
If you have to learn from scratch anyway I would consider caddy and traefik. I think those might be a bit more modern and user-friendly than nginx.
Exactly this! Powerful tiling without the need to build your own DE from scratch sounds incredible!
Thanks for the info. I’m very relieved, I love the bottom bar!
I recently migrated to their hosted plan and can highly recommend. It’s as close as you can get to Google Photos with E2EE right now.
I’ll stick with KeePassXC but I’m still very happy to see them remembering about Linux. I hope Drive will be next, this is something I’m really waiting for.
I have to mention dataclasses
here, especially with frozen=True
.
Seriously, use dataclasses whenever possible, they’re great.
EAFP - “Easier to ask for forgiveness than for permission”.
For those who are (like me) unfamiliar with this… acronym?
Declarative configuration fixes this problem. You don’t really have to write down how to setup something because the configuration is the description.
I use NixOS so in my case all the stuff you described would be defined in a Nix code in a separate Calibre module. I can enable and disable such module at will with a single option in my main config file.
I really recommend looking into immutable, declarative systems. I think NixOS is the most complete solution but there are some other too. I have no experience with them though.