France Is Building Its Own Google Workspace – With Django
bhusalmanish.com.np
France Is Building Its Own Google Workspace – With Django
1–8 of 8 posts
Re: France Is Building Its Own Google Workspace – With Django
#2So what happens to the 500,000+ users when Trump tells MS to nuke the repo/infra ?
Re: France Is Building Its Own Google Workspace – With Django
#3Re: France Is Building Its Own Google Workspace – With Django
#4And yet, the project is hosted on MS github... So much for sovereignty :facepalm So what happens to the 500,000+ users when Trump tells MS to nuke the repo/infra ?
Re: France Is Building Its Own Google Workspace – With Django
#5god, out of all the technologies of yesteryear, why Django?
Re: France Is Building Its Own Google Workspace – With Django
#6god, out of all the technologies of yesteryear, why Django?
To be fair, the problems it's trying to solve are also from "yesteryear" and do not require some groundbreaking new tech. But out of interest what would you pick instead?
Especially when it comes to long-running projects like what's attempted here, Python, even being a technology from yesteryear, isn't even suited for problems of yesteryear.
With projects like these maintainability is your #1 concern, so referential transparency (greatly reinforced by laziness-by-default) and purity are indispensable and irreplaceable here.
The next concern is adequate performance, and Haskell has that in heaps.
The final concern is the capability to find programmers, and there are heaps of those in Haskell land.
Re: France Is Building Its Own Google Workspace – With Django
#7France Aiming to Replace Zoom, Google Meet, Microsoft Teams, etc
Re: France Is Building Its Own Google Workspace – With Django
#8And yet, the project is hosted on MS github... So much for sovereignty :facepalm So what happens to the 500,000+ users when Trump tells MS to nuke the repo/infra ?
that isn't much of a problem - git repositories can be re-hosted somewhere else. carrying the bug tracker over is another issue entirely.
And also, this means devs/contributors have to give their data to MS.
Since the whole point of the project is sovereignty, it should have started with setting up their own gitea/gitlab/etc. instances and domains.