What about https://snowflake.torproject.org/?
Auch bekannt als:
- 0 Posts
- 18 Comments
I think it would be very interesting to convert e.g. a regular Fedora installation into a (so-called “immutable”) Fedora Silverblue installation or vice-versa.
As someone who develops and distributes a small application exclusively on Flathub, I prefer that everyone uses the exact same package on every system. That way I know that if something doesn’t work, the issue should be easy to reproduce.
Recently, there was a situation where a user indicated in the comments of a release announcement that a newly introduced feature “doesn’t work”. It turned out that they installed a third-party package from the AUR (that wasn’t updated yet) without knowing that this isn’t the official and up to date version.
d_k_bo@feddit.orgto Fediverse memes@feddit.uk•Fluff: Petition to Give Feddit.org's Mascot the Liechtenstein NoseEnglish20·3 months agosad Luxembourg noises
But it comes at the cost of obscurity, Codeberg is a big player but any instance you find is isolated, and any devs you entice to help you need to register additional accounts personal to that instance.
It should be noted that Forgejo is working on implementing federation using ForgeFed, which is based on ActivityPub.
Oh, that’s sad. See https://mastodon.social/@compositor@wayland.social for some of their posts.
d_k_bo@feddit.orgto Linux@lemmy.ml•Debian is Ditching X (Twitter) Citing These Reasons231·4 months agoFuck X.com, all my homies use wayland.social
d_k_bo@feddit.orgto Linux@lemmy.ml•[Solved] Convert commonmark links to Headings with spaces to GitHub flavored markdown.9·4 months agoThis is more of a general suggestion: if you use Regular Expression, use https://regex101.com. It provides syntax highlighting, explains the syntax and allows you to test your regexes.
Additionally, I think that
sd
is way more intuitive thansed
.
d_k_bo@feddit.orgto Linux@lemmy.ml•Announcing Faster, Lighter Firefox Downloads for Linux with .tar.xz Packaging!14·6 months agoThe Flatpak is official.
d_k_bo@feddit.orgto Linux@lemmy.ml•Firefox 133 now seems to follow Gnome's accent color!10·6 months agoBut gnome apps don’t do that on XFCE. simple-scan and zenity as an example.
The latest version of both simple-scan and zenity do support custom accent colors. AFAICT, XFCE doesn’t support the XDG accent color setting.
Please don’t implement libadwaita, guys.
This is just extremely misleading. Libadwaita uses the system accent color by default which makes it even easier respect the users preference when developing a GTK application.
Pistachios aren’t actually nuts. They’re drupes
d_k_bo@feddit.orgto Linux@lemmy.ml•PSA: Remember to also check hidden directories you don't even know about for waste of space12·7 months agoTo explain it a bit further: when you move a file/directory on the same mount point, moving the file/directory is essentially just a rename operation, which doesn’t involve copying the data itself and is a very cheap operation. If you move a file/directory across mount points, you need to (recursively) copy the file/directory, copy file metadata and (recursively) delete the old file/directory, which is slow and error-prone.
d_k_bo@feddit.orgto Linux@lemmy.ml•PSA: Remember to also check hidden directories you don't even know about for waste of space95·7 months agothe hidden “trashbin”, .Trash-$(uid), invented by Ubuntu
This isn’t some “idiotic principle invented by Ubuntu”, it just follows the freedesktop.org Trash specification. For many users, it can be really beneficial, see also the spec’s introduction:
An ability to recover accidentally deleted files has become the de facto standard for today’s desktop user experience.
Users do not expect that anything they delete is permanently gone. Instead, they are used to a “Trash can” metaphor. A deleted document ends up in a “Trash can”, and stays there at least for some time — until the can is manually or automatically cleaned.
Whether an application like Prism Launcher should use the trash can or delete the files directly is an entirely different question.
d_k_bo@feddit.orgto Linux@lemmy.ml•What is it with this `externally-managed-environment` pip install error?16·7 months agoThe error message is very detailed and there is nothing to add to it.
If you want to install an application/CLI tool, use
pipx
or your system package manager. If you want to install a library, use a virtual environment (e.g. by usingpython -m venv
) or your system package manager.
Only in informal communication. Medical software and official documents (like you ID card) usually use cm.
d_k_bo@feddit.orgto Linux@lemmy.ml•Samba Secures A Big Investment From Germany's Sovereign Tech Fund - Phoronix51·8 months agoSPRIND GmbH is also known as „Bundesagentur für Sprunginnovationen“ and owned by the Federal Republic of Germany. See https://de.wikipedia.org/wiki/Bundesagentur_für_Sprunginnovationen and https://www.sprind.org
They even implemented it in Firefox: moz://a redirects to https://www.mozilla.org/en-US/about/manifesto/
You could also try micro, which is a terminal text editor with mouse support, syntax highlighting and many more features that you know from GUI text editors.