Super exited of COSMIC's theming features, it looks a lot like google's material you!
Yeah, my bad 😅
I've forgotten that Canonical is not like Fedora or Red Hat
...but at least flatpak is the savior in the end.
Flatpak definitely has a potential, I use them daily. Haven't had any issues so far
It's not that they don't work better in conjunction, it's canonical's lack of moderation in the snapcraft store.
This could've avoided day one by adding a manual review process (like what they are temporarily doing right now)
I don't know how flathub handles new package submissions, but I think that they definitely need to have a process similar to what other distros have in place for native packages (heck, even Ubuntu's own repos have a review process)
Ahh as an alternative to Activity Pub or whatever it's called?
Seems like it
From wallpaperhub.app
separate federation, they use their own home-grown protocol called ATProto
I love this new song, I would like to see it gain even more traction :3
omggggg, thank youuuuuuuu <3
Fedora Workstation. It's fast and stable.
Everything I use is available either as a Flatpak or a RPM.
Eh, after all, they are all chromium under the hood. So I'd expect similar cpu/ram usage from them.
How dare make me hungry right as I am about to sleep ;w;
That looks yummyyyyy
As a web developer, I agree
But ensuring full compatibility with all three major engines (those being gecko, blink and webkit) is unnecessarily hard, as they have their own subset of features
For example: Webkit does not support extending built-in HTML elements using WebComponent, but Gecko and Blink do support this feature. Or Chrome being the only browser that fully supports the View Transitions API. Or webkit's CSS vendor prefixes
The list goes on and on.
You could fix most of these issues by providing polyfills, but that increases the amount of files that you have to load in order to make a feature work on other browsers.
If only there was some sort of standard... Oh wait, there is one, W3C. Idk what they are doing tho.