

Pretty sure that has been a feature for at least 2 years. It seems like a reasonable compromise.
Pretty sure that has been a feature for at least 2 years. It seems like a reasonable compromise.
Food safety recalls. Source/relevance would depend on your country. Not sure that it meets the criteria for “great”, but I found it better than hoping that relevant recalls would make it to a new source I read.
Apple has turned out to “prevent the chrome monopoly” far more effectively then firefox has.
Turns out that owning the platform (Android, iOS) counts for a lot. I like having an independent option.
Technically true, but FOSS isn’t “free” in the sense that someone is contributing labor to build and maintain the software. Free to use, but not free to make. I personally wouldn’t expect or shame a person for using FOSS without contributing. But if you make a profitable business off a FOSS project, it seems reasonable to expect some form of contribution back to the project - not because it is technically required, but because who better to sponsor a project than someone profiting from it?
If you can host thelounge on your LAN and access it over VPN on the go, it makes for a very nice IRC experience.
Otherwise, ssh (termux or whatever) to your irc host running irssi or weechat
I haven’t used either command, but based on what I see in the manual, rcd tells rclone to start listening for remote commands whereas rc is used to issue remote commands.
Try it out by going to a folder with some files and typing: rclone rcd .
That should open a tab in your web browser with a list of your files.
There are situations where being able to send commands to rclone remotely would be helpful, but I’m not sure that you need to do that in this case.
I’m far from an expert, but I don’t know of rclone doing versioning, or a continuous sync like syncthing. Also haven’t used proton, so take my thoughts with a grain of salt.
Stage 1 Run rclone config to set up the proton remote. rclone config should take you through a wizard and will eventually ask you to authenticate somehow with the remote. Once that is done and saved, you’ll exit the rclone config wizard and be back at the command line.
Then you would run a test command like: rclone ls :
If it worked, you should see a list of files/folders on Proton. If not, you’ll have to go back to rclone config and edit the remote to fix whatever went wrong.
Stage 2
Test out copying the folders with a command something like: rclone copy localfile/folder remotename:remotepath
Do some testing to get the hang of the command, but it is pretty straightforward.
Stage 3
I don’t know how many files or how big the files are, but I assume not too many and not too big. I also don’t know which version of Linux you have, but I assume you have access to systemd, cron, or both.
You’ll make a basic shell script that runs the command you practiced in stage 2. Easy peasy, put it in a text file with a shebang at the beginning, make it executable, and give it a go. It should run exactly how it did when you typed the command out manually.
Finally, you will write a systemd timer or a cron/crontab entry to execute that script at some frequency.
So just to summarize:
All three of those links are very outdated - I do not recommend trying to use any of them.
Can you be more specific about what you are trying to do exactly? I know rclone is confusing to get started on, in part because it does so many different things and the documentation requires some background/outside knowledge.
Sad news. Here is a link to an impact study (PDF), which describes many (all?) of the projects that benefited from funding. But a few you may recognize include Lemmy, Kbin, and Mastodon:
opensuse aeon (Linux). Immutable and designed to just work and keep working. https://en.opensuse.org/Portal:Aeon
I did back of the envelope math a while back where if active users of large self-hosted communities (such as /r/selfhosted) put $5/month into donations to the most used self-hosted software projects, ~20 projects could get ~$75,000/year of income. Not enough to build a company around, but enough to live well on in many parts of the world as a sole developer or enough for a maintainer to pay for other developer contribution.
I think the open source community fails to organize around the fact that development and maintenance isn’t free, but that as a massive user group, it takes minimal contribution from each to make an impact. Can better messaging and “structure” break the free rider problem?
Thanks for sharing. Anything in particular that was broken, or just a bad experience overall? I thought about spinning it up for family group video chats, but I guess I can cross that one off the list.
I don’t have experience using it, but it is worth looking at BigBlueButton.
Tumbleweed is generally the place to be. I think it is easier to target for packagers and is the basis for most of the interesting stuff going on in the distro. The immutable versions (now named Aeon and Kalpa) use something like a stripped down Tumbleweed at the core, with applications mostly containerized. Think tight rolling core that has strong automated tests and rather safe, with applications mostly isolated in Flatpak to prevent library conflicts and such.
Did you check the opensuse community repos? Search here: https://software.opensuse.org/ - lots of stuff that isn’t included in the core / official.
Nothing gets solved overnight. I realize that f-droid isn’t the be all end all, but hey, be the change you want to see in the world. Maybe Aurora is a stop-gap, but maximize your use of f-droid alternatives and support the developers however you can. Be active in alternatives to the big-tech sites, like posting in beehaw communities.
Poaching something I posted on Reddit /r/selfhosted at the beginning of the year:
Back of the envelope math. Assuming 30,000 active users here on /r/selfhosted x $50/yr = $1.5M / 20 -> $75,000 per year. In other words, if /r/selfhosted gave $50 per person per year, “we” could contribute $1.5M to open source projects we use. Some projects probably wouldn’t know what to do with resources and/or don’t have the infrastructure in place to receive anything, so not a panacea. But for the well organized and developed projects?
It’s sort of wild if you think about it. There are probably 10-12 very popular self-hosted applications with a very long tail, but 20-25 probably captures a very healthy cross section of use. Not every project or developer can accept monetary donations or use them effectively. But $75,000/year is median household income in the US.
There are almost certainly many more open source software and app users than there are self-hosted people - I’d imagine the self-host people are a subset. So what if we add open source software and mobile apps to the collective pool we could financially contribute to - again, $50/year/per able user - maybe the number of supportable applications goes up to 50 or 80.
Leading the thought experiment to a logical conclusion - if 80 open source projects received $75,000/year in donation income (at a minor cost to those able to pay and none to the vast majority), enough in most parts of the world to support a person and possibly a family, we would have more amazing, privacy respecting options. It doesn’t necessarily solve everything, most people naturally free-ride, and organizing many small contributions at a massive scale isn’t a solved problem itself. But, my point is that users collectively have way more power than we realize.
One other thing I forgot to mention - transparency of the lead developer and service provider is overlooked, imo, as a criteria for picking a secure messaging client. That background information on jami wasn’t terribly clear to me when I looked a couple of years ago; it does seem better now.
It is a nice p2p, e2ee messaging app/service that doesn’t use phone numbers, e-mail or other domain addresses as an identifier. I think it used to be GNU Ring, and can be used as a SIP client.
If it’s mostly about motion detection and false positives, it’s hard to avoid the object detection stuff if you aren’t doing that already. I stopped using Blue Iris before it started integrating object detection and I can’t speak to it at all. I liked the setup I had with ZoneMinder, Zoneminder Event Server, and the associated machine learning hooks, but the developer behind the event server and ML stuff left and it isn’t particularly well integrated. I like how quickly and comprehensively Viseron (https://github.com/roflcoopter/viseron) has progressed. Very sleek software, engaged developer, uses YOLOv7, and even supports an openvino backend. Well worth a look.
I’m not saying that you need to understand every aspect of how something works to use it, but OMEMO provides forward secrecy - it is in the first paragraph of the wikipedia article. Delta Chat explicitly does not. Finding the right tool for your needs/expectations is important. We don’t blame a hammer for failing to cut wood.