barbara

joined 2 years ago
[–] barbara@lemmy.ml 16 points 6 months ago

Yes. I trust and support KDE

[–] barbara@lemmy.ml 1 points 6 months ago

I skipped a lot in the middle/bottom. I was mainly looking for what the main PG maintainers wrote. Mull isn't a new app. There was a big discussion around it in autumn and over the years as well. Including mull was mostly carefully thought through, like it was when brave got a recommendation. The voices were loud after brave was added. For me, there's no risk in using mull and I'm glad that it's recognized as a good browser although the "risk" title should just be a "warning" instead.

[–] barbara@lemmy.ml 1 points 6 months ago (2 children)

That issue is closed and the description is rewritten but mull stays https://github.com/privacyguides/privacyguides.org/commit/1ce99410188a6af7a1cbe578ac072e83f77edd2d

It's now written as if it was dangerous to use mull which isn't but it's better than not recommending it at all. Mull is a great browser even though it's missing per site process isolation. It just doesn't pose a threat to most people.

Missing this feature likely won't pose an issue for low-risk web browsers who keep their browser up-to-date ...

[–] barbara@lemmy.ml 8 points 6 months ago* (last edited 6 months ago) (2 children)

You can use any text editor, e.g. kate, open a terminal and use typst watch document.typ or simply typst w document.typ and have any pdf viewer at the side. It'll auto update the new output in real time.

Your screenshot actually shows the webeditor of typst.

This is the app you shared:

The web app is not open source. If you want multi user collaboration, use another text editor.

[–] barbara@lemmy.ml 1 points 7 months ago

Warum ist sowas nicht in der Verfassung geregelt?

[–] barbara@lemmy.ml 2 points 7 months ago

That's great. Kudos!

 

Mull is a privacy oriented and deblobbed Android browser based on Firefox. Compared to Firefox, it offers much greater fingerprinting protection out of the box, and disables JavaScript Just-in-Time (JIT) compilation for enhanced security. It also removes all proprietary elements from Firefox, such as replacing Google Play Services references.

1
submitted 7 months ago* (last edited 7 months ago) by barbara@lemmy.ml to c/opensource@lemmy.ml
 

Is there any good speech to text transcription app?

1
submitted 7 months ago* (last edited 7 months ago) by barbara@lemmy.ml to c/privacy@lemmy.ml
 

Is it possivle to debloat a fire tv stick? I.e. remove all amazon related apps and replace the launcher. The info I find online is scattered around and depends on the version.

[–] barbara@lemmy.ml 1 points 7 months ago (1 children)

Currently, it is a little bit difficult to find. There is an android and a different ios marknote app. KDE's marknote app still has few stars on github

3
submitted 8 months ago* (last edited 8 months ago) by barbara@lemmy.ml to c/selfhosted@lemmy.world
 

My main resource is the podman documentation

There is a podman-auto-update.service systemd service. It was not enabled on my fedora atomic GNOME installation.

You can start it with systemctl start podman-auto-update.service It'll auto update daily at 00:00.

For a container to auto update, you have to add

    labels:
      - "io.containers.autoupdate=registry"

to the compose.yml file, otherwise it won't be updated. (only auto update if you specify it)

Make sure that the image is specified correctly with the source, e.g. ghcr.io/advplyr/audiobookshelf or docker.io/jellyfin/jellyfin.

You can then run podman auto-update --dry-run and if you are satisifed with it, test the first auto update with podman auto-update.