• 0 Posts
  • 8 Comments
Joined 1 year ago
cake
Cake day: August 22nd, 2023

help-circle
  • Penpot works perfectly on Linux, and you can even host it yourself in your own computer if you want. It’s web-based and works in both Firefox and Chromium browsers. (I think WebKit ones too, but it’s been a little while since I’ve tried it with Epiphany.)

    I use Penpot myself all the time on Linux, but I’m usually using the hosted version so I can collaborate with others without having to maintain a server. I have also run locally in a container using Podman, even with Podman’s rootless support.

    But to start using it, all anyone needs to do is point their browser of choice to https://design.penpot.app/ and sign in. There is no setup process or installation needed; self-hosting is completely optional.


  • Just pointing this out, as there are non-free services that the apps use:

    Frog is awesome, but note that while Frog works offline for OCR, it has TTS (text to speech) which uses an online service. As long as you avoid having it read to you, it’s all done locally.

    And Dialect always uses an online service. Some of the servers are FOSS, but some aren’t. But everything you type or paste into it is sent somewhere else. (This is the case with using translation websites too, of course.) I’m not saying you shouldn’t use it; I’m just saying that you should be aware.

    Hopefully Dialect will add Bergamot (what both Firefox by default & the “translate locally” extension use for translation) at some point. Dialect has a longstanding issue about it, but no forward motion yet. https://github.com/dialect-app/dialect/issues/183

    For something open source that runs completely on your computer for translations, you’d want Speech Note. https://flathub.org/apps/net.mkiol.SpeechNote It’s Qt based, but works well. In addition to translation, it can do text to speech and speech to text too. You do have to download models first (easily available as a click in the app), but everything, including the text you’re working with, is all done locally.

    I use both Frog and Speech Note all the time on my computer (GNOME on Fedora Linux). They’re excellent.



  • I basically gave up on podcasts on the desktop and only use AntennaPod on my phone. When I’m at my desktop, I have my phone paired with my computer via Bluetooth and play that way. I can pause it on my computer via KDE Connect (GSConnect on GNOME).

    Bluetooth audio from phone to desktop works on Fedora Linux quite well. It probably works on other Linux distros too. I’m guessing it might also work on other OSes like Windows and macOS.

    KDE Connect is available on Android, iOS, KDE (and can run on other desktops too), GNOME (via the GSConnect extension), Windows, and macOS.

    This solves the syncing problem by sidestepping the need for it. My podcast state is always correct and I always have my podcasts with me, even when out and about.





  • the driver’s for my brother laser printer

    I have a Brother printer + scanner too (MFC-L2750DW). Many Brother printers (and a lot of non-Brother printers too) are supported by default in Fedora using a “driverless” method. It’s part of “IPP Everywhere” (https://www.pwg.org/ipp/everywhere.html), AirPrint (Apple), and Direct Print (Microsoft), and most printers support it these days, and Fedora supports all of these. (Other distros likely do too.)

    At least in GNOME (on Silverblue here), if it doesn’t already show up and work, you can click on “Add Printer…” and it should find and add it. KDE and other desktops will likely be different — although hopefully not much different.

    Scanning with “Document Scanner”, aka: “Simple-Scan”, detects my networked Brother printer for scanning without having to do anything too. https://flathub.org/apps/org.gnome.SimpleScan

    I hope this helps!

    undervolting requires turning off secureboot or a patch

    I haven’t looked into undervolting much. I know some people have mentioned CoreCtrl; I haven’t managed to figure it out yet.

    If it requires turning off secureboot or a patch, that’s a bummer and might be why I couldn’t find the settings in CoreCtrl. I haven’t seen this when looking it up a while back, however (but the Internet is big). CoreCtrl setup docs @ https://gitlab.com/corectrl/corectrl/-/wikis/Setup don’t mention either.

    I do see that it requires setting a kernel flag, which on ostree-based distributions is:

    rpm-ostree kargs --append=amdgpu.ppfeaturemask=0xffffffff
    

    (And then reboot.)