Keyoxide: aspe:keyoxide.org:KI5WYVI3WGWSIGMOKOOOGF4JAE (think PGP key but modern and easier to use)

  • 0 Posts
  • 50 Comments
Joined 1 year ago
cake
Cake day: June 18th, 2023

help-circle





  • In markdown, there is the notation []() for links. Reddit allowed it too for examples, and generally a lot of programs and platforms that have mild text formatting use markdown.
    [some text](https://example.org/some-link) will turn into some text

    Lemmy has basically extended this with ![]() which shows the content of the link
    ![some text](https://upload.wikimedia.org/wikipedia/commons/7/70/Example.png) will turn into some text

    Where did that “some text” go? It’s basically the placeholder for when the image is loading or failed to load, the correct term is the alt-text.

    The image @[email protected] was asking about uses the text
    ![](https://ttrpg.network/pictrs/image/396cb01b-6b2b-4351-9cd5-0742c2914719.png)
    It has no alt text. Any frontent that has an image upload button or similar will upload the image somewhere, take the link, and put it into your post like this.

    I hope your frontend renders code-blocks and escapes with backslash (\) correctly, else this may look weird to you.






  • That would be a fail of the fingerprinting protection. A properly set up TOR browser for example should not allow that detection by any means. If you know how to detect it, please report it as a critical vulnerability.

    I could think of maybe some edge case behavior in webrenderer or js cavas etc., which would mainly expose info on the specific browser and underlying hardware, but that is all of course blocked of or fixed in hardened browsers.

    Further, if you have a reliable method, you could sell it off to for example Netflix, who are trying to block higher resolutions for Linux browsers but are currently foiled by changing the useragent (if you have widevine set up).








  • 1.18.0 doesn’t show that for me, neither does 1.19.0

    screenshots

    The version update notes said “removed because android doesn’t do that anymore” or something like that. It might depend on the android version, which is extra stupid because many roms don’t enforce that restriction, and you can mod that restriction out if you have root (which is part of many general root/lsposed modpacks).

    I am running A13, but I was running A10 before and that didn’t show it either


  • In my experience that is quite rare though. Probably less than 10% of the downgrades you’ll do will actually not work.
    On the other hand if the app has important data you want to preserve, the other ways of doing so are a) hunt down the apk manually, with the fdroid website not having a convenient download button for older versions, or b) use something like neo backup to make a backup, uninstall, install the older version, and revert the backup except the apk. Both are 1 minute for what could be one button press.

    Edit: looking at the fdroid page the download buttons are there now, still you need to search up that page, it’ll probably still take a minute using that method. Why use fdroid if you need to google apks like a caveman in the end anyway?


  • Then make it an option in the experimental section of the settings.
    If an app cannot accept the updated data, if it has even been launched in the new version, the worst that can happen is that it doesn’t work. You can still uninstall, or you can clear the data. You can also pop up a warning before downgrading, explaining the possibility of needing to clear the apps data.
    It is still an essential feature for many.
    Uninstalling and reinstalling is not only inconvenient, it can also change values like the apps id, that can be essential for advanced users.

    For me, the app had an update that removed a feature I relied on without replacing it, making it worse as a result. This therefore makes a valid example to the point made above, that people may not enable automatic updates because updates aren’t always better, sometimes they make an app worse.