MoLoPoLY

  • 17 Posts
  • 42 Comments
Joined 9 months ago
cake
Cake day: December 30th, 2023

help-circle







  • MoLoPoLYOPtontfy@discuss.ntfy.shHow to manage topics?
    link
    fedilink
    English
    arrow-up
    1
    ·
    19 days ago

    In the meantime, i have tried to find a SELECT, to find the topics, maybe this should help: First you should find your internal userid in /var/lib/ntfy/user.db
    SELECT idFROMuserWHEREuser = '<your_username>';

    and later on, you can use this userid in /var/cache/ntfy/cache.db, to find the topics:
    SELECT DISTINCT topicFROMmessagesWHEREuser = '<your_user_id>';

    Now you have a starting point, to delete messages, with unneeded topics. I don’t know, if this enough, but I think so. But it would be nice, if there is a better way.




  • MoLoPoLYOPtoSatisfactory@lemmy.worldGame freeze after landing
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    23 days ago

    I could solve the issue with other startparameters in steam. I now use gamemoderun mangohud %command% -vulkan. So it seems, the issue was since i run with DX12 instead of Vulkan.

    BTW: never noticed that there was a nicely animated presentation on the display in the pod. I can only see it with the -vulkan parameter.


  • Yeah the driver situation is not the best on Linux, because nVidia doesn’t make official OpenSource Linux driver’s. It’s better the last months, but not that ewsy, as on Windows. It’s a lot better with AMD regarding driver’s on Linux, but to find a good Laptop with AMD graphics is not that easy.


  • I have played before with DX12 but had visual glitches, when something moves fast. But never had issues with Vulkan on Linux. Additionally for some reason, i have a little bit more fps, as on Windows on the same Laptop (Linux 64 fps, Windows 56fps).

    But I don’t have Windows installed anymore, because I don’t need it.

    Anyhow, if I don’t miss “the story”, it will be fine for me.















  • Darktable? It’s a RAW developer and photo managing software on Linux, Windows and Mac, a little bit like Adobe Lightroom, but OpenSource. If GPS coordinates are in the RAW, sidecar or jpg files, the photos can be displayed in the map module. Much better, if you have a GPX file and no GPS data embedded, you can assign the photos to the GPX route, as long the timestamp of DateTimeOriginal in Exif is accurate. If the timestamp differs, you can specify the difference.

    Maybe Digikam can do the same. But I don’t like the KDE framework which is used there. Digikam is available for Linux and Windows (yes, I know it’s strange).


  • If you can selfhost, you can try my SyncMarks AddOn. It will work on any webextension compatible browser, e.g Firefox, Chrome, Chromium, Edge, Brave, Kiwi and so on. You can sync across all Browsers.

    The backend is working with selfhosted PHP/MySQL (or SQLITE) stack. If you can’t use this, you can fallback to WebDAV as backend, but with limited functionality.

    The addon can work together with the standard sync mechanisms in all these browsers, but it’s up to you if you want that.

    If the addon is not installed, you can access the backend url with any browser and use it as WebApp. With apps like Tasker or HTTPShortcuts, you can share any url, from any to the backend.