Earlier quoted context omitted.
To make matters worse, they are using Django. I can't take the EU serious any more.
What an asinine comment, Django is good enough for several billion dollar companies. It's probably good enough to use in a government capacity too.
France's homegrown open source online office suite
81–90 of 367 posts
Re: France's homegrown open source online office suite
#82Earlier quoted context omitted.
Or maybe the solution must be one rooted in reducing taxes. Make investing extremely attractively, and stop relying on taxes to solve everything.
I do not agree, I don't want EU to turn to US. Taxes should be on a level to support the welfare state.
Re: France's homegrown open source online office suite
#83Earlier quoted context omitted.
Or maybe the solution must be one rooted in reducing taxes. Make investing extremely attractively, and stop relying on taxes to solve everything.
I do not agree, I don't want EU to turn to US. Taxes should be on a level to support the welfare state.
Re: France's homegrown open source online office suite
#84Okay this is nowhere near an "Office suite". It is a cloud collaboration suite with a glorified markdown editor and with some extra utilities around. Almost nobody buys stuff like Google Docs and Microsoft Office for this reason. From my experience using open-source collaboration groupware like Nextcloud, their solutions written in dynamic programming languages like PHP and Python are always woefully slow. Only thing…
Or maybe the solution must be one rooted in reducing taxes. Make investing extremely attractively, and stop relying on taxes to solve everything.
Re: France's homegrown open source online office suite
#85Okay this is nowhere near an "Office suite". It is a cloud collaboration suite with a glorified markdown editor and with some extra utilities around. Almost nobody buys stuff like Google Docs and Microsoft Office for this reason. From my experience using open-source collaboration groupware like Nextcloud, their solutions written in dynamic programming languages like PHP and Python are always woefully slow. Only thing…
Re: France's homegrown open source online office suite
#86Okay this is nowhere near an "Office suite". It is a cloud collaboration suite with a glorified markdown editor and with some extra utilities around. Almost nobody buys stuff like Google Docs and Microsoft Office for this reason. From my experience using open-source collaboration groupware like Nextcloud, their solutions written in dynamic programming languages like PHP and Python are always woefully slow. Only thing…
My personal setup is Emacs/org-mode, using babel for the rest; I use Python with Polars, Plotly, and very occasionally SymPy just to avoid using Maxima if I'm already in Python. I see no reason at all to use LibreOffice, MS Office, or anything similar. This is what's actually needed. Billions should be invested in IT training, not in copies of software from another era designed to let untrained secretarial staff use a desktop.
Re: France's homegrown open source online office suite
#87Earlier quoted context omitted.
What would you use instead?
Something like this that's proven itself: https://www.figma.com/blog/webassembly-cut-figmas-load-time-... TLDR: C++, WASM, and some form of GRPC with C++ on the server side as well. Because you need a language that's fast, can contain high complexity and large programs without collapsing (which is a short list of languages) and can work fast for the bits that need speed.
Re: France's homegrown open source online office suite
#88Earlier quoted context omitted.
I do not agree, I don't want EU to turn to US. Taxes should be on a level to support the welfare state.
[flagged]
Also nobody is talking about taxing income even more.
I do agree however with the sanity part, although I think of a whole different subset of people than you.
Re: France's homegrown open source online office suite
#89Earlier quoted context omitted.
Something like this that's proven itself: https://www.figma.com/blog/webassembly-cut-figmas-load-time-... TLDR: C++, WASM, and some form of GRPC with C++ on the server side as well. Because you need a language that's fast, can contain high complexity and large programs without collapsing (which is a short list of languages) and can work fast for the bits that need speed.
I’m my opinion, you have to be kinda masochist to choose C++ for this. Web development is hard in C++. But thanks for answering honestly.
There's new languages where it's a bit of an open question still where they lie on the spectrum. Go would be one of them. I'd guess somewhere between Python and Java. Javascript I would argue is between perl and python. And Rust ... well ... good question.
An office suite is a gigantic application, which will need feature upon feature upon feature upon feature. If you want it working on the web, I'd propose something like C++ and WASM.
Re: France's homegrown open source online office suite
#90Why is Django so popular among open-source projects like these, especially government funded? I’ve never happened to see a commercial project use it in my twenty years in the field. Ruby/Go or even bun or node would be much more approachable and performant options today.