[-] Painfinity@lemmy.dbzer0.com 8 points 2 months ago

Climate Town, is this you??

[-] Painfinity@lemmy.dbzer0.com 6 points 3 months ago

Honestly, after seeing that there's truly no GOG equivalent for movies, neither now nor probably ever, this is the solution I like the most.

If I want something fast, I get the file through "other means". If I like it and want to support the production behind it, I add it to a list and at the end of the year I do what you've said.

This way I neither accumulate DVDs nor throw them in the trash, I support the production, I make my neighbors happy and get a high quality file on top. Sometimes it's the simplest things, thanks for the reminder and the idea :) Hopefully in the future this will all be possible digitally.

[-] Painfinity@lemmy.dbzer0.com 6 points 3 months ago

"Wait, so you're telling me you can watch a movie you bought without using the official app?"

[-] Painfinity@lemmy.dbzer0.com 8 points 3 months ago

You're right but the same argument goes for the music industry, yet they still allow direct downloads. I have phrased it incorrectly, I certainly don't expect a solution for everything from you kind people, I'm simply taken aback by the fact that it truly wasn't my bad googling skills that prevented me from finding such a service, it's that for visual media there simply isn't one.

To your other point, there are many people involved in the creation of music as well, altough not as many as those involved in movies and such. After I've made my purchase, may that be a DVD for a movie or a song on Qobuz, I do assume that my money passes through many more intermediaries and studios and execs that all want their cut before it finally gets distributed to the people that it took to create the content. That's another huge can of worms. I was simply looking for a service that offered a digital file for money, just like with DVDs but without the plastic.

[-] Painfinity@lemmy.dbzer0.com 6 points 6 months ago

Thank you so much for the hint, I sporadically read the word "rpm-ostree" but never thought that it was related to my issue. I'll do some research on it tomorrow and keep you updated!

[-] Painfinity@lemmy.dbzer0.com 5 points 8 months ago

Ahh yes, the well known dilemma of "data portability", also know as "If you can't leave with your stuff, you might as well stay with us". That's something I'd definitively recommend you look out for in the future, here, I'll make the first step for you [for Joplin]:

  • Joplin stores all your notes on your device and allows you to export them in several nonproprietary formats, including markdown and HTML, which are human readable and directly importable by generally all open-source note apps. Joplin being open-source helps too, as it means that anyone can directly add new ways of exporting notes into different formats should you ever want to switch. Joplin is not perfect since it still changes your files during usage, but one could argue that it's well within reason since it adds several features on top that the raw markdown format doesn't have.

As for your problem at hand, imma be honest chief, it's not going to be perfect. You have two options, but both of those options will require that you manually adjust some notes, that's just a consequence of today's world in which different note apps are built completely different and there not being a universally agreed on format that can easily contain all the contents of a single note in one file. Synology using their weird format doesn't make it easier either so you're going to have to put in the work to break out of that file format first. This is true regardless if you ultimately decide to switch to Obsidian, SilverBullet, MoeMemos, Nextcloud Notes, you name it. With Joplin at least, you'll be able to automate the import of 98,9% of all your notes, but even that still means that you'll have to manually adjust some notes. Here are your options:

  1. Automate the process:

  2. Copy-paste each note:

    • This sounds tedious at first, but once you get in the flow, it isn't that bad. It isn't doable if you have 10'000+ notes, but in my case, I got it in a few hours. Remember that even if it takes you one hour a day for a week to move them all, since you're switching to a nonproprietary format you only have to do this once and then you're set for life. This person on the Synology forum had your same problem and ended up choosing this option.

Lastly, my personal experience: I moved from Google Keep to Joplin and I know nothing about scripts or code, so I copy-pasted most of my notes manually into Joplin, downloaded the attachments and added them manually, then reformatted the notes manually. It was a pain in the ass. But nowhere near as painful as importing 1000, 20'000, hell possibly 100'000 notes that will probably accumulate in the years to come. Importing them in a different note app would be straight up inhuman or at the very least impossible without a script, so I'd personally recommend you and your family make the switch to a more flexible file format right now, while you still can.

Good luck!

[-] Painfinity@lemmy.dbzer0.com 7 points 8 months ago

Why stop there, we could make a religion out of this!

[-] Painfinity@lemmy.dbzer0.com 5 points 8 months ago* (last edited 8 months ago)

My fellow self-hosting noob, I gotchu!

Here are three solutions that are easy as pie:

  1. Keep using Syncthing, but add additional devices to that folder to ensure one is always online and ready to receive and sync.
    • Pro: You can use an old laptop, a PC at home, your parent's phone and so on. It's like your own torrent network, as long as one peer is online it will always be synced.
    • Con: Your notes will be on those devices too. But in my personal experience Joplin notes don't take much space and as for privacy, you can always E2EE them.

 

  1. Use a different sync method that uses an always-on server for guaranteed sync.
    • I used Nextcloud for half a year and it worked flawlessly. I used the free 8GB hosting that tab.digital offers. Maybe give them a try again?
    • Alternatively, for an even faster experience (almost "Joplin server" levels of speed), use the S3 sync method in combination with Storj.io. They give you 25GB of free, decentralized, open-source, E2EE storage. You can DM me you need help setting up the S3 "bridge" with Joplin but it's fairly easy.
    • You could also use OneDrive or Dropbox and encrypt your notes end-to-end first, but let's assume you want to try to move away from closed-source services, not the opposite. Although the thought of making them pay the electricity bills without giving them your data can be quite amusing :P

 

  1. Use Elfhosted.
    • It's a newcomer in the "managed self-hosting" space that specializes in installing and setting-up all kinds of open-source software on a server for you. For some it's not really self-hosting since you don't have root access to the server, but at least it's not "Google Drive" levels of control and we're trying to get away from that. The guys at Elfhosted give you 10$ for free (no payment method required) to use on all of their offerings and as luck would have it, they also offer a Joplin server instance. The Joplin server instance costs 0.05$ a day, meaning that with those initial 10$ you could try it out for 6 months for free. As far as I can tell, at that price it can't be beaten, not even by a VPS. I used it two weeks ago and had no issues. You even get cool features like note sharing, multiple users and note collaboration. Or, always with Elfhosted, you could just use a Syncthing instance that's always-on, although they price that at 0.10$ a day.

 

P.s. There's a Joplin community on Lemmy too, at !joplinapp@sopuli.xyz. Happy syncing!

Edit: Hell, here's a fourth solution: Just use something like the FOSS app Round Sync and set it up so that it backs up your local Syncthing folder to a cloud of your choice (like those mentioned above) every 24h, or 2h, or even every 15 minutes. That way, once you come home and power on your laptop, your phone will automatically sync all your notes via Syncthing, but in the event that you lose your phone, you will have a "checkpoint" as recent as you want it to be. This way, you don't have to change your current setup and at the same time you're prepared in case something bad does happen. And in my case seeing that "Joplin Notes: Backup Completed" notification every 24h is something beautiful.

[-] Painfinity@lemmy.dbzer0.com 5 points 8 months ago

I don't know anything about what you just asked but man, if there's such a thing as a well formatted post, then this is it!

[-] Painfinity@lemmy.dbzer0.com 7 points 9 months ago* (last edited 9 months ago)

If I remember correctly they added this feature right around the time they announced Stremio Web (basically their web interface/web-app).

The web-app was mainly intended for devices that cannot download the fully fledged app (coughIOS....cough). I think this "remote HTTPS connection" is related to that: You basically have the fully fledged Stremio app on one device, the limited web-app on another device, and use this remote server setting to give the web-app all the missing features as long as you have the fully fledged Stremio app running on one device. Never got it to work though.

Maybe this helps:

If you want to "share" you stream to friends, you could also look into the Peario add-on. They don't need to have Stremio installed, share the Peario link, press ready and you're done. Didn't manage to get subtitles working though.

Edit: correction about Peario.

[-] Painfinity@lemmy.dbzer0.com 6 points 9 months ago

No worries, 'twas a very interesting read!

[-] Painfinity@lemmy.dbzer0.com 6 points 9 months ago

Ahhh yes, google dorks, the duller brother.

view more: ‹ prev next ›

Painfinity

joined 1 year ago