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

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

help-circle


  • Syncthing is excellent for phone sync.
    What I did was have it running on a system in the network of the nas, mount the nas on that system, and place the backups folder in the nas.

    If you have a system that reliably runs, or can get syncthing running on the nas, I recommend doing that.
    Synology has docker iirc, there aught to be a syncthing container.
    Else, slapping a pi zero into the nas’ network should do the trick and be fully independent of what the nas is.







  • 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 @Branch_Ranch@lemmy.world 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.