this post was submitted on 07 Feb 2024
331 points (96.6% liked)
Technology
59151 readers
2264 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Just because developers name libraries things doesn't make them accurate. Generally when something is misnamed it's because of backwards/intercomaptibility or just design decisions that differ from original implementations and it's no longer feasible/reasonable to refactor to a different name.
Examples: windows 7 was version 6.1, windows 8 was version 6.2, windows 8.1 was version 6.3 Java 5 was versioned as 1.5, continuing the convention from previous releases 1.2-1.4 Hell, where I work we use an automation workflow with functions called stuff like "create_and_assign_citrix_security_groups_to_static_containers" that has long since been adapted to work with vmware and other non-virtualization platforms like k8s. Refactoring those functions would mean refactoring any external automation that uses these libraries, just like refactoring versioning schemas would break compatibility with any external software that relies on an assumption that windows >xp would be 6.X.
I understand what you’re saying, but politely disagree. The OP of this thread asked “isn’t this just AR”. In the context of Apple - yes, it is.
No hate if you disagree, your reasoning is sound. I just think that naming, especially in the new tech space, goes beyond pedantry. We have words that are specific enough to describe two similar technologies, but we only retain shared understanding of those words if we collectively use them. It may be the case that AR evolves to be commonly understood as encompassing both technologies but they are fundamentally different in how they work, whatever we choose to call them.