

And they have know about it for a long time… https://climateintegrity.org/plastics-fraud
And they have know about it for a long time… https://climateintegrity.org/plastics-fraud
Network Effect is the biggest hurdle for sure. I think it it true for so many other services too. I think we can agree there is no real technical problem to solve, we only look at the technical problems because trying to “fix” the social and political issues is a lot harder. Digital Markets Act is supposed to address this but time will tell if it has any lasting impact (in the EU).
I am so sorry! I took another look at SMS Import / Export and to my surprise it does support scheduled backups! I had seen it before and had overlooked that feature so disqualified it. I’m going to test it now but if you don’t hear back its probably because I made the switch without issue.
I saw this but its missing a key feature: daily backups. SMS Backup & Restore can make a backup every day then I can sync the file out to Nextcloud or similar. It also supports Dropbox if that’s your thing.
This and so many others that are irreplaceable because of the Network effect. Google Maps, Uber and so on…
However if you are looking for a self contained app to bring into the Foss ecosystem then I would recommend making a game that you like?
My first game that I bought on Google Play was Osmos making a version of this that is open source would make me happy…
SMS Backup & Restore? Unless there is an alternative that I’m missing? Play store link
Your average user is comparing the time to setup a new game vs a punch in the face, no contest punch in the face all day! Now if you are getting punched in the face for more than 5 hours then maybe they will start considering an alternative…
YunoHost is trying to make it easier than a synology NAS to install services and get them setup properly but I agree that to configure your network properly is difficult and everyone’s setup is different so specific knowledge is required.
The actual % numbers are probably not that important. Software developers and hardware manufacturers are looking for a critical mass of users of their product. So if 20% of the world switch from Windows to Linux but they are the 20% that only use a web browser then why would the compatibility landscape change? Adobe are not going to do the hard work to support Linux just because schools and libraries switch to Linux. Even if every government mandates using Linux for government offices would Cricut suddenly support Linux?
I think this is the only feature that matters. For a user switching away from Windows I would love to hear about the user experience between buying a system76 (or another Linux system seller) vs a Mac laptop. Complaining that Linux doesn’t work with your hardware is like complaining that the hackintosh that you built doesn’t work with your hardware.
Was just trying to watch the original Star Wars from when I was young and found out that it is simply not available for sale. My money is no good! Then I found this Project 4K77.
+1 servarr It took me a while to navigate the (high) sea of information but eventually I got a setup I like. I started, like you say, just running qBit but found the search results limited and tedious to review manually. Get started with Prowlarr if nothing else. No need to jump in the deep end with everything all at once but once you see how it works you can add other components later.
I selfhost my own email and you are absolutely correct it is musch easier to receive than to send. I use a 3rd party to send all my outgoing mail on my behalf.
Few weeks late to pitch in now but I can +1 docker-mailserver.
It has almost everything included and the configuration files are quite straightforward and flexible enough that you can drop little edits into the individual services if you need to tweak something.
My setup is very close to what you want: I use fetchmail to pull in from my old gmail and yahoo inboxes, I also have my own domain so I configured the MX records so that emails go straight to my server, with a fallback to my email provider (any mail that doesn’t make it directly to my mailserver will still get pulled into my inbox with fetchmail when it comes back online).
Docker-mailserver allows you to set the SMTP of your instance to use your provider. This is important because it means that they do all the reputation stuff so that your emails work properly (and both my home ISP and my VPS provider don’t do sending over pot 25 anyway).
So when I need to connect a new client (like Thunderbird) to my email I don’t need to manually config anything as docker-mailserver has all the auto config messages so its really seamless. At the same time my risk is low because even if my sever is off my provider will still receive anything on my behalf. I can only send using the username I have paid for from my provider and switching between gmail and yahoo is not possible without rewriting configs and restarting services but its not something I want anyway. On the receiving side I can have any number of aliased usernames that will all be received by my server (but only when its on so i use them rarely and for disposable addresses).
Big downsides are:
Most of my complaints stem from the fact that I’m not very good at this but in the end it has been very satisfying to drop the occasional: “I host my own email BTW”
Good luck! Let us know how you get along!