4
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 05 Oct 2023
4 points (62.5% liked)
Asklemmy
44272 readers
798 users here now
A loosely moderated place to ask open-ended questions
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- !lemmy411@lemmy.ca: a community for finding communities
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
founded 5 years ago
MODERATORS
I don't see a need, extensions are there for helping software more than helping people.
It's actually the opposite. To my knowlegde, Windows is the only OS that I've used that uses the file extension to determine the contents, but then they hide it from the user. So maybe file extensions are only for windows?
How does osx know how to open a PDF not named .PDF?
Check out https://en.m.wikipedia.org/wiki/Uniform_Type_Identifier for more info.
PDFs have a MIME type of
application/pdf
per the spec, but you might still encounter some with MIME types likeapplication/x-pdf
. MacOS reads the MIME type of a file, then assigns thecom.adobe.pdf
UTI (if it wasn’t already assigned by another Mac application).Huh, TIL. Thanks!