this post was submitted on 16 May 2026
315 points (95.9% liked)

Technology

84783 readers
4785 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] CriticalMiss@lemmy.world -3 points 2 days ago (2 children)

That’s not what I’m saying. They forgot that cloud compute isn’t the only area where America holds EU by the balls. It’s also the software. You can set up 500 data centers all over Europe and companies still won’t migrate away from M365 or GWorkspace. Cloud compute is good, but there also needs to be an effort to reverse engineer American technology and start offering alternatives.

[–] utopiah@lemmy.world 4 points 1 day ago

reverse engineer American technology

Like what? Which technology are you talking about?

[–] kuerbiskernoel@feddit.org 9 points 2 days ago (1 children)

Many companies are currently migrating away from MS/Google. LibreOffice, Collabora, LaTeX, ...

[–] abbadon420@sh.itjust.works 2 points 2 days ago (1 children)

Is latex really an alternative? Sure it is, but it's not very user friendly, which makes that it can't be a larg scale alternative.

[–] kuerbiskernoel@feddit.org 2 points 1 day ago* (last edited 1 day ago) (1 children)

Example from a friend: He is working in construction planning, and they also have to locally check that everything is being constructed as planned. They have to create protocols for all these visits. These protocols are mostly text and pictures, need to always have the same layout and of course they need the company branding etc.

In word they always had to make sure that everything was fine. After they switched to Latex they can now simply write their text there (in an extra tex file that gets imported by the main.tex file, the extra tex file is basically empty). All they need are two commands: \section (and \subsection, \subsubsection) - those are pre-defined but sometimes need minor adjustments, and \begin{figure} (gets autocompleted and they just have to adjust width, path to file, caption, label).

Obviously for people who finished a technical school or studied at a technical university this switch was super easy. And now they never have to worry about formatting again, they just write their protocol, compile, done.

(and in Overleaf they can collaborate and compiling is a button on the GUI or gets triggered by ctrl s)

[–] abbadon420@sh.itjust.works 1 points 1 day ago

That's a good and inspiring example. Thanks for sharing.