This is quite dishonest, they make it seem like they develop the apps themselves. But they don't and they give no credit to the actual original apps. Librem Chat = Riot.im Librem Social = Mastodon (specifically the Tusky app) Librem Mail = K9 Mail Librem Tunnel = OpenVPN
Librem One – A growing bundle of ethical services
91–100 of 136 posts
Re: Librem One – A growing bundle of ethical services
#92This is quite dishonest, they make it seem like they develop the apps themselves. But they don't and they give no credit to the actual original apps. Librem Chat = Riot.im Librem Social = Mastodon (specifically the Tusky app) Librem Mail = K9 Mail Librem Tunnel = OpenVPN
The VPN isn't a hosted service? Just the client software? A few others mention they are connected to subscription systems, such as the back-up service. So it seems to be more than just repackaged software, but software + service + support (the big barrier for most OS adoption - requiring the customer to set up and configure 6 different services). Either way, anything that gets people using more encrypted open-source…
Re: Librem One – A growing bundle of ethical services
#93This is quite dishonest, they make it seem like they develop the apps themselves. But they don't and they give no credit to the actual original apps. Librem Chat = Riot.im Librem Social = Mastodon (specifically the Tusky app) Librem Mail = K9 Mail Librem Tunnel = OpenVPN
I wonder if they just took those apps and rebranded them or if they contacted those projects and asked for their permission (even if legally not required). I mean, I like what Librem does in general and I also think that marketing those apps as a uniform service (without distracting attributions) is definitely a pro for consumers, but if I would be one of the contributors to those projects I might be a bit pissed off…
Re: Librem One – A growing bundle of ethical services
#94This is quite dishonest, they make it seem like they develop the apps themselves. But they don't and they give no credit to the actual original apps. Librem Chat = Riot.im Librem Social = Mastodon (specifically the Tusky app) Librem Mail = K9 Mail Librem Tunnel = OpenVPN
This is something that I've noticed too. I really want to like this but they are claiming to charge people for apps that they don't own and are already free. If they said that they simply take care of all complicated hosting or simplified the process I'd be more optimistic about this.
Re: Librem One – A growing bundle of ethical services
#95Earlier quoted context omitted.
This is something that I've noticed too. I really want to like this but they are claiming to charge people for apps that they don't own and are already free. If they said that they simply take care of all complicated hosting or simplified the process I'd be more optimistic about this.
> I really want to like this but they are claiming to charge people for apps that they don't own and are already free. Selling people collections of software (which you didn’t code yourself, you simply repackaged) on floppy disk or tape was an old-school practice in the Free Software world and generally considered perfectly fair.
Re: Librem One – A growing bundle of ethical services
#96Re: Librem One – A growing bundle of ethical services
#97Earlier quoted context omitted.
The VPN isn't a hosted service? Just the client software? A few others mention they are connected to subscription systems, such as the back-up service. So it seems to be more than just repackaged software, but software + service + support (the big barrier for most OS adoption - requiring the customer to set up and configure 6 different services). Either way, anything that gets people using more encrypted open-source…
A VPN can't be a hosted service because it needs to sit on the machine you're trying to protect.
From the page it's clear they are also providing hosted file and email servers via subscription in addition to the branded-clients. Which is why I asked specifically about VPN hosting.
Re: Librem One – A growing bundle of ethical services
#98I like Librem, though I am a little concerned here. I prefer if hardware and services comes from different companies. Even well intentioned, it can be easy for a company to fall into vertical integration... Imagine a Librem 5 working best with their own service, and support for alternatives being a little weaker or less prioritized.
I mean that is a significant reason mobile development is fragmented. Some things have to be tailored for the device if you want any kind of mass appeal or reliability. I think it would be a huge mistake to NOT tailor a specific experience for a Linux phone since it would then be doomed to obscurity (more than just by fact of not being Android or IOS) like the million Linux desktop distributions that never "just get…
If all you want is a "Linux phone", you could buy a PinePhone for $150 or work on porting postmarketOS to an Android phone. The Librem 5 clearly has higher ambitions and could prove to be a more mass-market product.
Re: Librem One – A growing bundle of ethical services
#99This is quite dishonest, they make it seem like they develop the apps themselves. But they don't and they give no credit to the actual original apps. Librem Chat = Riot.im Librem Social = Mastodon (specifically the Tusky app) Librem Mail = K9 Mail Librem Tunnel = OpenVPN
I actually think it's great if there is commercial use of open source. That means they can reinvest development time into the projects, because their customers will depend on those projects. The alternative seems to be walled gardens. Other companies do similar things, such as Fastmail which develops the open source IMAP server Cyrus [1]. I've been a happy Fastmail customer for years. Cyrus is still free for anyone t…
Like 5% to Riot, 5% to Mastodon, 5% to K9.
Could also give to the GNOME Foundation, Linux Foundation, and OpenVPN, but I think those are pretty sustainable already.
I'd easily pay $10 a month for this if they make it clear they're going to give back to the open source projects included.
Re: Librem One – A growing bundle of ethical services
#100Earlier quoted context omitted.
https://github.com/matrix-org/synapse/blob/master/docs/postg... has the details. Fwiw, we're addressing the sqlite issue by stopping servers from federating for now if they are on sqlite ( https://github.com/matrix-org/synapse/pull/5078 ). Sorry you got bitten by this.
It happens, guessing SQLite was default at one point or suggested by the install guide that was followed. Kinda surprised it has survived thus far, never really thought of SQLite as something for high volume, multi-user messaging. Gonna go try the migration guide here :P