

Not to be that person but I’m curious what made you go with AppImage over Flatpak, given that you already mentioned using the Flatpak as an alternative ^^"
Not to be that person but I’m curious what made you go with AppImage over Flatpak, given that you already mentioned using the Flatpak as an alternative ^^"
YAML would such a nice language for config files but then it turns out that “no” is falsy and so a list of Scandinavian countries turns from
into
I wish there was like a JSON5 equivalent for YAML that just reduces its scope lol
(and no, TOML also looks ugly :P)
They already use GitHub for a bunch of other projects. See https://github.com/mozilla/ and https://github.com/mozilla-mobile/
The linked message is from 2019, i.e. per-M1 Apple laptops and at a time when arm in datacenter was just starting out.
Tbh, I feel like it’s kinda pointless to discuss a comment made by someone over 4-years ago. Both the environment and the person itself can change a lot in that time.
Or just use long-forms like
tar --create --file pics.tar ./pics
instead of
tar -cf pics.tar ./pics
or
tar --extract --file pics.tar```
instead of
tar -xf pics.tar
which is honestly way easier to remember... \^\^
So basically it’s just another GNOME release gotcha.
AFAIK, the extension developer needs to explicitly set each version of Gnome they support. Even when the Gnome version doesn’t have any breaking changes, the extension developer still needs to update their extension to enable their extension for the new Gnome version.
On that note, screen sharing worked just fine for me on Wayland Fedora 38 with Zoom Flatpak.
So far, Fedora has been rock solid for me ^^
I just really dislike the whole left/right tribalism. Politics is a lot more complex than left/right and just marking someone as either just increases polarisation…
As someone running a Framework 13 with Fedora 38 with 1.5 fractional scaling using Wayland I cannot say I experienced the same issue. Everything kinda just worked out of the box.
Personally I couldn’t go back from HiDPI screens. The lower resolution just makes stuff look blurry IMO.
Yup, this. Started update via Gnome Software, walked away from my laptop to make some coffee, restarted when I came back and it was done. ^^
Fedora has a KDE spin and gets some updates faster than even Arch (e.g. new Gnome releases) while also being considered stable. Heck even the the Asahi Linux project switched from Arch to Fedora as a base recently.
If you really need something from the AUR you can just use distrobox to generate an arch container and install the AUR package in there. You can then export it from distrobox to your application list with a single comment so that the fact that it’s running inside distrobox becomes completely transparent.
That way you have a stable but up-to-date base while also still having access to AUR.
That being said, in my 7 years on Linux I never needed something that was only accessible in AUR but maybe that’s just me ¯\_(ツ)_/¯
Been using the PoC extension for a few days now and I’m absolutely in love with it <3
Note that the people behind the Asahi don’t yet recommend getting a MacBook for the sole reason of running Asahi on it.
Honestly just switch to a manufacturer that provides security updates for longer periods of time. My iPhone 5S, released nearly 10 years ago and is still getting them. Fairphone is another great example.
Yup, 40% of that AMD share is the Steam Deck.
This article is kinda misleading. Nearly 40% of Linux devices is the Steam Deck which is AMD only. Subtracting the Steam Deck AMD usage on Linux more or less matches that on Windows.
See the Steam hardware survey for the numbers that this blog spam article is reporting on: https://store.steampowered.com/hwsurvey/?platform=linux
Opt-out helps you capture the group of users that simply do not care about telemetry.
As someone who recently started developing an open-source GUI application for a few thousand users I cannot stress enough how instrumental telemetry has been in fixing a variety of crashes.
As someone who owns a PinePhone I can tell you that a lot more work needs to be done first. postmarketOS is ok but being Alpine based means you have to forever deal with all the issues that come with it including its primitive package manager. And mobian also kept breaking ever other half a year or so requiring manual config changes etc.
What we need IMO, is a more reliable spin like Fedora, maybe even something immutable like Silverblue to ensure the stability required for a daily driver device while also being quick to deploy the latest versions of releases.
There’s also the whole app ecosystem aspect but between advances in Waydroid and convergent GTK apps, I’m more concerned about the underlying base OS than the app ecosystem ^^