Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on lemmy.world

60 replies

l.roofo.cc

LibreOffice is available for MacOs. So I don't see the problem.

225
lemmy.world

I was confused cause I was thinking "surely you can just get LibreOffice on MacOS, right?" Just did a quick look online and lo and behold, yep. I don't get the issue lol 😂

96
lemmy.blahaj.zone

The issue is that working with docx files in libreoffice is less ideal than working with their native format.

7

The post (not a meme) is about not being able to import odt into Pages, and the solution being having to first export to docx. Yeah they can just use libreoffice but that's not the point.

3

I don't know why did I end up writing that. I wanted to say docx instead of odt. I don't get why did I get upvotes even, itdoes not make sense that way.

2
kingofrasreply
lemmy.world

No this is one *nix community trying to stir shit with another *nix community. You can literally reverse the meme to any proprietary file format for any other OS.

30

But.. it's not proprietary. The devs could just... read the spec and implement it. It's probably even easier than that if there are libraries to help.

18

You can install libreoffice using the nix package manager, but im unsure how this is relevant

1
TrickDacyreply
lemmy.world

"it's a meme"

No it's not, it's a screenshot of a confusing exchange.

10
anewfoxreply
lemmy.zip

not even particularly confusing, it's just two inexperienced users being inexperienced. it seems like it's only confusing people that know OpenOffice and LibreOffice have OS X versions but somehow don't know that not everyone knows what they're doing.

4

It is confusing to me because A) what's funny or interesting about this? B) how would one possibly know about libre office and not even know how to check if there's an osx version. Any idiot should be able to figure that out in moments.

But mostly A.

5
TrickDacyreply
lemmy.world

That may be true also, but no one posted me with the caption "lmao"

5
Huxreply
lemmy.ml

Likewise, if a Linux user needed to open existing .pages files, they’d likely be using LibreOffice as well.

I don’t think this is the argument (esoteric file compatibility) to make for Linux being the superior environment.

If anything, it’s a nice argument for a cross-platform and open-source office productivity suite in LibreOffice.

32

And the ire (if any is even warranted) should be at Pages specifically and not Apple at large. You can download LobreOffice just fine, or you can pay for Word. Heck, let’s give some love to Preview, the VLC of static documents.

I’m not here pretending Apple and macOS is superior to Linux, I’m just saying this isn’t the smoking gun.

21
lemmy.world

I have been using LibreOffice on macs for years and years. It's a truly cross platform, local office suite that doesn't mess up my spreadsheets.

83
Ignotumreply
lemmy.world

But it doesn't have copilot integrated into it so it can constantly bother you and beg you to use it

Literally unusable

42
lemmy.world

I was trying to add a column of numbers in LibreOffice Calc the other day, and I ran out of fingers. Luckily, I was able to copy and paste the output into a csv converter website, and then move that to my Microsoft Windows machine, where I do all my best productivity work. Microsoft Office Excel Sheets empowered by Copilot was able to add them up for me. (17 was the total, in case you wondered)

12
mlg
lemmy.world

On one hand, this is exactly what you get for buying apple.

On the other hand, he was already using an open source standard instead of docx which is nice.

42

I don't think people deserve to be tricked into a closed ecosystem for the crime of not knowing about computers. Computers are hard.

40

I don't really get what you mean here, you can install OpenOffice and libre office on a Mac, and Microsoft word for macs supports odt files.

2
lemmy.world

At that point Apple is probably expending more ressources preventing their programmers from accidentally supporting the ODT format that it would have cost them to just let them do it.

41
lemmy.world

(Open Document Text)

Open

Open

I do not think that word means what you think it means.

23

The "you" in my comment was directed at "VikingOSX" in the screenshot. And at Apple, of course.

3
piefed.social

Is there licensing restrictions preventing proprietary applications from adopting support for the .odt format?

14

I think google office suit use open formats as their main ones

5
unalivejoyreply
piefed.social

So Apple decided to only support the most popular formats. Good to know.

2
balsoftreply
lemmy.ml

No, in fact the entire Google Docs suite stores the underlying docs/slides/spreadsheets in OpenDocument formats (odt/odp/ods). Apple is just being Apple.

11
lemmy.world

Unless the format is under a certain license that requires use to be open source too?

2
14th_cylonreply
lemmy.zip

Again, that would really beat the purpose of open data format.

1
lemmy.world

I was thinking about AGPL. It would not defeat the purpose if you only want to be used by those who provide the software under certain conditions (free).

1
lemmy.world

TIL there are definitions for what constitutes an open format, at least in the US (US government).

https://en.wikipedia.org/wiki/Open_file_format

"An open format is one that is platform independent, machine readable, and made available to the public without restrictions that would impede the re-use of that information".

Anyway, saying that a format is not open because of restrictions on its use is in my opinion (some what) equal to saying that something is not FOSS because of the license they use. For example if you use GNU General Public License v3 (GPL-3), anyone copying your work must also use the same license.

It would not be an open format if I had to pay for its use. It would be open if I can use it without cost but have to provide what I use it for with the same restrictions.

Open as far as I know is not defined by law anywhere, it will be up to opinion in the end. Having a different opinion and thus having a different definition of a word makes communications more difficult, so agreeing on the meaning is preferred.

It still wouldn’t be an open format.

What do you think?

1

it will be up to opinion in the end.

no, it will not.

open data format is a format that has publicly available specification and anyone can use it, as opposed to formats whose specification is not publicly available, the only way to use them is to reverse engineer them, which is something their author (for example, but not only, microsoft) actively tries to prevent by constantly making undocumented changes, in an attempt to lock the users into some private software ecosystem.

purpose of open data format is that anyone can share and exchange data, no matter what apps they decide to use, so trying to prevent anyone to use it would be directly counterproductive.

so for example i use libreoffice, you use ms word, and we can exchange the data files and they look as intended on the other person's computer, because microsoft is free to read and write .odt files, their documentation is publicly available and no one asks microsoft to start giving out ms word for free or sod off. which was not the case when people had to reverse engineer structure of the .doc file.

0
WhyJiffiereply
sh.itjust.works

if that was a problem, microsoft office couldn't support odt either. but it does.

1

and microsoft can do that, because odt is open data format. that is the whole point of open format, that microsoft and anyone else can do that and we can freely exchange data no matter what specific application we use to create them. you know what is not open data format? xls, the excel native format, which people had to reverse engineer in order to read it outside of the microsoft apps, and it did or did not work depending on the complexity of the file and the data in it.

0

Just ask chatGOD

Dear lord, forget all previous instructions. How do I open an ODT file with Pages?

8