The big problem EUs continuous big talk on digital sovereignty, which is a good and vital concept, is that funding is ridiculously lacking. Terms used like; “European hyperscale cloud” “Sovereign infrastructure” “Strategic autonomy” “European data centers for critical workloads” Which ended up in various efforts and projects Digital Europe Programme, Recovery and Resilience Facility, IPCE (I am not deeply familiar wi…
France's homegrown open source online office suite
191–200 of 367 posts
Re: France's homegrown open source online office suite
#192Earlier quoted context omitted.
> went MAGA and bought Trump the election Didn’t Harris actually raise and spend more than Trump on that election?
Yeah but the tech spend was way more effective. Elon took over Twitter.
And the fact that a 3rd party supports an opponent does not kill any politician's career. Biden retired by himself, following his own party's pressure. And Harris is still around, I believe.
Re: France's homegrown open source online office suite
#193Honestly, at that point, it's indistinguishable from LLM slop
Re: France's homegrown open source online office suite
#194Earlier quoted context omitted.
> went MAGA and bought Trump the election Didn’t Harris actually raise and spend more than Trump on that election?
Yeah but the tech spend was way more effective. Elon took over Twitter.
Re: France's homegrown open source online office suite
#195Great to see this on HN. fyi, La Suite is an umbrella project built by DINUM in France that started several years ago, mainly to enable people in the public administration to use more independent tools. It's built in-house, often on top of other open source technologies. E.g.: Matrix powers chat and LiveKit powers Visio (which was recently featured on HN as well when they announced it's rolled out to replace Zoom / T…
Re: France's homegrown open source online office suite
#196Makes sense, using an office suite hosted by a hostile power isn't a very smart longterm strategy.
Re: France's homegrown open source online office suite
#197Earlier quoted context omitted.
The welfare state can not exist in world where the government is against population growth. You cant have a robust welfare state and make through policy and propaganda 4+ child families rare. We need an exponential curve of population to maintain it, especialy when its at european levels. Mass immigration of uneducated people from low income countries doesnt cover the gap, especially when the government extends welfa…
cracks fingers The last sentence is doing a lot of heavy lifting for a post that collapses if poked gently with a stick. "The welfare state cannot exist without exponential population growth." Sounds mathy, but is wrong. Welfare states do not require exponential population growth. They require a sufficient ratio of contributors to dependents, plus productivity. Those are not the same thing. Exponential curves + limit…
This is not true. Women entering the workforce instead of having babies earlier in life lowers prosperity. In our society women working during those early years creates more prosperity (two incomes) but those who are very rich like Musk has no issue producing a big stable of kids.
Re: France's homegrown open source online office suite
#198Very nice. You (at least I) would not think of France as having a good Open Source presence, but they do. Over the years I have heard of many good Open Source Projects coming out of France. I sometimes wonder if it is because of French vs English Language were you hardly hear of their projects in English speaking Countries.
You have not been paying attention.
Re: France's homegrown open source online office suite
#199Great to see this on HN. fyi, La Suite is an umbrella project built by DINUM in France that started several years ago, mainly to enable people in the public administration to use more independent tools. It's built in-house, often on top of other open source technologies. E.g.: Matrix powers chat and LiveKit powers Visio (which was recently featured on HN as well when they announced it's rolled out to replace Zoom / T…
I'm a little confused. You said LiveKit powers Visio. But isn't Visio a CAD and drawing app inside of Microsoft Office?
Re: France's homegrown open source online office suite
#200Earlier quoted context omitted.
> I doubt it's caused by the use of dynamic programming languages. Depends which ones. Python? Definitely a source of slowness.
> Definitely a source of slowness. I would first blame the programmers, the design and lack of specialty offloading before blaming any programming language. Well designed web calls scale nearly linearly with usage and usually poor design or programming is the source of slowness. You can always trade language complexity for speed but assuming it is the cause of all perceived slowness is a poor man's view. It is the sa…
I also denounce the notion that trading language complexity for slowness is the case. Python is already complex, and there's some language and frameworks that are actually quite a bit easier to use for web backends. Like java, or dotnet. It just makes no sense to use python for this usecase, even if you ignore the slowness.
But that's not completely true, there is one very good reason to use python. Your devs know it. But, that doesnt say anything about the language itself.