The model is open source, but not the whole site. It was made to help in programmation, so sometimes it makes funny answers when you ask something that has nothing to do with programmation and it tries to answer giving you a Python code.
I’d suggest trying FairEmail on your phone, email.faircode.eu, before trying to set up an email server.
I would ask if you have good knowledge of IMAP. That allows access to a unified inbox from several devices and you don’t have to own the server. It is far preferable to webmail for me.
I host my own email server and use many devices all over IMAP. If you need a server, nixos-mailserver is my recommendation. You could then try Roundcube on top but I bet you will use IMAP instead before you get there.
Prompt after a crash, include verbatim data sent, send only this time or opt in for automatic reporting, IMHO best practice as a user who respects the need for valueable analytics
A looong time ago, I tried using WebDAV for internal network use and I feel like there was an issue with it I didn’t like and stopped using it and instead went with smb. The issue miiight have been that if I was copying a file to a WebDAV server it didn’t give you a file copy progress? Can’t fully remember. Either way, does WebDAV give you a file copy progress now?
I think you’re right, I’ve since moved on to Linux for my OS, but never had a reason to use WebDAV, so haven’t had the chance to test it with Linux WebDAV clients
As an OSS user, and developper, OPT-OUT is a shitty practice. It should be opt-in to users who face crashes issues if they want to share that data (they care enough to provide their info to the dev to fix it). I know this makes users sound entitled, but otherwise the “opt-out” permission will be exploited by someone which will make users even more paranoid about OSS apps.
Do not collect more data than you need. If you need IP for some reason then that needs to be relevant. Is your app geographically based, for instance? And does the location or IP impact how the app works?
Beyond that, if you’re collecting personal or sensitive data it should be opt-in from a privacy focused perspective.
It takes years to build a good reputation in OSS, and only one dumb thing (like opt-out of personal data) to ruin it.
(Yes, IPs may be considered personal data in that they can be used to identify individuals, and so subject to the GDPR and, potentially, the very high fines associated with that. Unless you’re evil, don’t collect any personal or identifying data unless you absolutely have to, and very triple sure the user knows what you’re sending and why)
It does look like it’s pretty functional as is though. It’s one of the closer Flash alternatives I managed find that’s open source. I find despite all the hate Flash got, it was an amazing piece of technology. It was fast, easy to use, and people made a lot of amazing stuff with it because the barrier to entry was really low. I imagine Flash helped a lot of people learn to program as well because they’d start picking up a bit of scripting here and there playing with it.
There really isn’t any popular alternative to Flash today, and I think that’s kind of a bummer.
There really isn’t any popular alternative to Flash today, and I think that’s kind of a bummer.
WASM is looking increasingly good these days.
Have a look at egui for instance, and just see how fluid and perfomant it is on all platforms - and that is running without using any insecure/clunky/buggy plugins.
The only issue (with egui) is that it’s basically Rust so it’s not exactly newbie friendly, but that’s just a tooling issue. Hopefully in time we can get more newbie friendly tools, and with increasing number of apps using HTML these days, we might just see something as easy to use as Flash soon enough. :)
Sure, in terms of underlying functionality WASM or even plain Js can do everything Flash did. What I’m talking about is lack of tooling and accessibility for non technical people to create content. Macromedia Flash was a really easy to use tool that anybody could quickly get started with and make something. You didn’t have to have any programming knowledge at all. Maybe we’ll see newbie friendly tools built on top of WASM someday, but currently there’s really not much happening in this space.
Gdevelop is very nifty, but yeah it’s complex enough to be intimidating for somebody with no development experience. I think the beauty of Flash was just how accessible the tooling for it was. Anybody could get started with it in minutes.
This doesn’t really have anything to do with open source software. It’s more of a privacy topic. You can harvest as much data as you want and still be GPL.
Hmm sounds like a Webmail client, like Roundcube. Luckily (at least from my point of view) it has no ‘unified inbox’, but you can have as many mail accounts you want, with one login, from different vendors. You can selhost it easily. I use it on a Raspberry Pi with one login and have then access to gmail, yahoo and some other accounts.
To mimic a ‘unified inbox’ you can forward all the different accounts, to one ‘major’ account, so that you receive every mail in this inbox. Than you can create a ‘sending alias’, to answer the incoming mails with the proper SMTP service. Nothing easier than that with Roundcube.
opensource
Hot
This magazine is from a federated server and may be incomplete. Browse more on the original instance.