I’ve been struggling with something that sounds simple but is surprisingly annoying:

capturing content quickly across devices in a self-hosted environment.

On Android there’s share, on iOS shortcuts, on desktop copy/paste… but everything feels fragmented.

I often end up losing things or postponing them just because capturing isn’t frictionless.

Curious how others handle this.

  • Rivalarrival@lemmy.today
    link
    fedilink
    English
    arrow-up
    2
    ·
    8 hours ago

    Syncthing functions as a sort of decentralized Dropbox or Google drive, by keeping folder content synchronized across any number of devices. I haven’t tried the iOS clients, but android, Linux, and windows work great.

    • oldany@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      7 hours ago

      Yeah Syncthing solves the “where does the data live” part really well.

      What I kept struggling with is the step before that — actually capturing something in the moment, from whatever context you’re in.

      Even with sync in place, I always felt like I still had to decide where to put things and which tool to use.

      That’s where it starts to break down for me.

        • oldany@lemmy.worldOP
          link
          fedilink
          English
          arrow-up
          2
          ·
          2 hours ago

          Good question 🙂

          For me it’s mostly the small, in-the-moment things:

          • a link I want to check later
          • a quick thought or idea
          • a snippet of text or code
          • something I see on my phone that I don’t want to lose
          • sometimes even just a reminder or “I should look into this”

          Not really structured notes — more like “things that appear during the day” that I don’t want to think about organizing right away.

          That’s also why tools like Joplin or OneNote never quite fit for me in that specific moment — they work great once you sit down to write something, but not as much as a quick, frictionless entry point.

          • Lka1988@lemmy.dbzer0.com
            link
            fedilink
            English
            arrow-up
            1
            ·
            edit-2
            2 hours ago

            Right on. I actually saw your response to the other person down lower right after posting this 😂

            I’m curious to see how you tackle this puzzle. I usually just text myself with this kind of thing, but I know that doesn’t work for everyone…

            • oldany@lemmy.worldOP
              link
              fedilink
              English
              arrow-up
              1
              ·
              2 hours ago

              Yeah exactly — that’s pretty much the pattern I kept falling into too.

              “Texting myself” works, but it still feels like you’re bending a tool to do something it wasn’t really designed for.

              What I was trying to fix was that exact moment before that — when something appears and you either capture it instantly… or lose it.

              So instead of choosing the tool each time, I tried to make the entry point always the same, and push the “what is this?” decision later.

              Curious if that resonates with how you use it day-to-day.

      • Rivalarrival@lemmy.today
        link
        fedilink
        English
        arrow-up
        1
        ·
        7 hours ago

        On my phone, my Screenshot folder is syncthing’d to my desktop, so most of the time, capturing something in the moment is as simple as dragging three fingers down my screen. My Camera and default Download folders are also syncthing’d, so just taking a picture or saving something from a browser has it captured across my devices.

        I also use Tududi, which has Telegram integration, for the quick note. Taking the note is just a matter of sending a message in Telegram, which is available on all my devices. Signal’s “Note To Self” feature is also useful; I trust it more than Telegram for sensitive data. In Firefox on my desktop, I have “Automatic Tab Opener” (Browser extension) pulling up my Tududi inbox every hour, reminding me to actually deal with the notes I have previously taken.

        • oldany@lemmy.worldOP
          link
          fedilink
          English
          arrow-up
          1
          ·
          6 hours ago

          That’s actually a really solid setup.

          What always got me personally is exactly that — over time I’d end up with multiple “entry points” depending on context (screenshot, chat, browser, notes…).

          Each one works, but I’d still need to mentally switch between them depending on what I’m capturing.

          I kept wishing for something where the entry point is always the same, no matter the context.

          • Rivalarrival@lemmy.today
            link
            fedilink
            English
            arrow-up
            1
            ·
            3 hours ago

            What always got me personally is exactly that — over time I’d end up with multiple “entry points” depending on context (screenshot, chat, browser, notes…).

            So long as you’re manually processing everything, screenshots work for all of that. You can take a note in any text box anywhere, and screenshot it. Chat message? Screenshot. Browser? Screenshot. Notes? Screenshot. You can even take a photo and then screenshot it to capture it into your workflow.

            I have Shutter (apt install shutter) on my desktop, and I’ve changed the Print Screen key to shortcut to “shutter -s”. This lets me capture an area of my screen with one button (and a mouse drag). Bam, more screenshot.

            The downsides of screenshot are obvious, of course: Extracting the text from the screenshot is a bit of a pain in the ass. If you really want to keep the same entry point, though, you could setup a script to OCR newly captured screenshot/photos to extract the text. An OCR-friendly font might make that pretty reliable.

            Now I want to improve my setup…

            • oldany@lemmy.worldOP
              link
              fedilink
              English
              arrow-up
              1
              ·
              3 hours ago

              That’s actually a really interesting direction — using screenshots as a universal entry point.

              It kind of shows how strong the need is for a single capture flow, even if it means bending everything into one format.

              What always stopped me there is exactly what you mentioned — once you need OCR, scripts, post-processing… it starts adding friction again.

              I kept wondering if the entry point could stay just as universal, but without needing to transform the content first.

              • Rivalarrival@lemmy.today
                link
                fedilink
                English
                arrow-up
                1
                ·
                2 hours ago

                The screenshot folder itself is certainly not limited to just screenshots. Any file you can save can be kept in there. To my mind, the “entry point” is “saving a file to this particular folder”, regardless of the specific method used to do the saving. The screenshot is just an extremely convenient way to do that.

                I just thought of a way to improve this technique with Tasker. Tasker can work with the clipboard, edit files, and take a screenshot. So, you could set up a gesture to trigger a task in Tasker. Tasker can then take the screenshot, dumping it into the folder. Tasker can then check the clipboard; if there is text in your clipboard, it can prepend it to a single “TODO.txt” in your screenshot folder.

                Linux could be configured much the same way, using shutter and xclip to capture the screenshot and clipboard, respectively.

                • oldany@lemmy.worldOP
                  link
                  fedilink
                  English
                  arrow-up
                  1
                  ·
                  2 hours ago

                  Yeah that makes sense — treating a folder as the universal entry point is a clever way to unify things.

                  I think that’s exactly the direction: trying to reduce everything to a single “drop zone”.

                  Where I personally kept feeling friction is that you still need something in between to get things into that folder (scripts, gestures, automations, etc.).

                  So the entry point becomes “save to this folder”, but the way you get there still depends on context.

                  That’s the part I always found hard to make truly uniform.

                  • Rivalarrival@lemmy.today
                    link
                    fedilink
                    English
                    arrow-up
                    1
                    ·
                    2 hours ago

                    Let’s try this a different way…

                    How do you want to indicate something should be retained? What is the single, physical act you want to perform to tell the operating system “this thing needs to be captured”?