With component-based solutions like Mailu, the junk/non-junk categorization you do in your mail client (via folders, not flags) indeed does inform the training of the spam filter used on incoming mail.
I can confirm that the online process for deleting an account still does not work! Gets into an endless loop sending repeated validation emails. (Firefox with all blockers disabled.)
Thanks for the shout out, Manu! I'll also plug an all-in one Borg + borgmatic Docker image (https://hub.docker.com/r/b3vis/borgmatic/) that I've used to backup to both BorgBase and rsync.net.
A bunch of this resonates with me, having spent many years in climate tech as well. I laughed at the part about selling a pilot to a utility in three months though. That's like super lightning speed in this industry.
That's the old way of doing things. And I've been there. Do I want Tomato Shibby.. or will this other weird ROM work better? Hmm, the home page isn't in English on this one. And this other fork was last released March 2011..
No more of that. Today, buy a router OpenWrt supports and just install the official images and get on with your life.
Yup, totally understood about the second subscription. The challenge is getting that first subscription though, when a particular user hasn't yet signed up for (or even heard of) the service. At that point, it's a fair amount of friction from where I'm sitting.
While this is pretty ingenious, and "solving" open source funding is a noble goal, there's a pretty practical impediment to GitRoyalty working in the real world: For new or existing projects, a big draw of open source is the on-boarding process.. You can download, install, and start playing with a library or application to see if it meets your needs with almost zero friction. And that's a big part of the selection process for any new project.
But with GitRoyalty, you can't even install the software to see if you want to use it or take a dependency on it.. without at minimum ponying up a credit card and signing up for a free trial.
My take is that this roadblock will turn away new users in sufficient numbers that it'll hurt projects with this paywall in place. Users will leave in droves for competing projects with less install friction. Not because they don't believe in paying, but because they don't know if they want to pay yet.
The projects that can afford to turn away users like this are the well-known ones with big-name maintainers, corporate sponsors, and thousands of GitHub stars. But these also happen to be the projects least in need of funding.
As difficult as it is to implement, a better place for a paywall would be after the user has installed the software, evaluated it, and decided to roll it out in production. That would bring the payment closer to the point of value, and also keep the on-boarding friction nice and low.
I can see how it seems that way (that self-publishing gets authors noticed by publishers), but it's actually pretty rare that it works out that way for any given writer. As I understand it, publishers generally don't look favorably upon a self-published author.. unless we're talking pre-published Andy Weir level numbers.
And xanthan gum, another example of this general process (perhaps without the "programming"), has been around since the 1960s: https://en.wikipedia.org/wiki/Xanthan_gum
That's true, although there are now a handful of BorgBackup remote storage vendors (rsync.net, BorgBase, etc.) that you can pay to run the server-side hosting for you. Probably not nearly as cheap as, say, S3.. but it does get closer to "just point your client here and hit go". And they offer additional sauce on top that you'd have to roll yourself with S3.. Backup activity monitoring, etc.
I don't know about "should", but one way to do it is to put both the backup script and the cron job to run it into a single, separate, backup-only container. Then tell that container (via volume mounts, etc.) what volumes to backup from other containers. Example container (non-Restic) that does this: https://hub.docker.com/r/b3vis/borgmatic/