this post was submitted on 02 Aug 2025
11 points (73.9% liked)

SaltyCaramelApple

118 readers
31 users here now

DESCRIPTION: A space for anyone who uses Apple products, appreciates what they get right, and wants to talk plainly about what they don’t. This is a friendly place for healthy criticism. You don’t have to love the company. You don’t have to hate it either. If you want honest discussion about Apple hardware, software, ecosystem choices, design decisions, frustrations, or pleasant surprises, you’re welcome here.

RULES: This is a place for:

This is not a place for:

You use Apple. You think about it. (Maybe you think different). That’s all it takes to participate here.

founded 1 month ago
MODERATORS
 

I use a lot of programming and sef hosting things at home. I have to enter passwords and write basic text files which have to be accurately read by all devices.

I, for the life of me, could not manage to solve a problem about a password. I tried many forums and what not and eventually a person on one of the forum said that my syntax is incorrect. I was so confused because I have done the exact same thing hundreds of times and it never caused an issue.

What I wanted to write was (quotes are a part of it) 'xyz'. This is what my PC writes. iOS decides that it should be ‘xyz’. There is a subtle difference in the quotes if you look carefully.

I wanted to trash by iPhone and buy an Android so bad at that moment.

Anyways that setting can be changed by turning off smart punctuation in keyboard settings. But the point is trashy defaults with no clear communication about it.

This whole post might be stupid and petty but it is pushing me to stop using everything Apple.

top 26 comments
sorted by: hot top controversial new old
[–] WolfLink@sh.itjust.works 3 points 15 hours ago (1 children)

You can also hold down on the ‘ key and ' will pop up.

But really if you are coding on your phone frequently enough this is a major occurrence, get an external keyboard, an app designed for coding, or a device other than your phone.

[–] npdean@lemmy.today 1 points 10 hours ago (1 children)

I used an external keyboard. It did the same thing on iOS. I cannot use an app because I have to use a GUI for some apps.

I use SSH for most other things.

[–] WolfLink@sh.itjust.works 2 points 7 hours ago (1 children)

Well I would blame the specific app you are using.

Try a different ssh app. I personally use iSH, which is an emulated alpine Linux shell, which may be kind of overkill but I find it convenient for doing things with ssh or small python scripts. It automatically defaults to ' instead of ‘ and also offers some other convenient keyboard settings, like ways to send the escape key.

[–] npdean@lemmy.today 1 points 5 hours ago

The issue is not while using SSH. It is while using the web GUI of the apps themselves.

[–] zqps@sh.itjust.works 1 points 14 hours ago (2 children)

Honestly not a great example. There are countless cases where iOS is designed such that a feature or process works in a specific way, and if that doesn't work for you, then you're the problem. Especially with customization. Extremely basic Android stuff like widgets, a homescreen you can rearrange, and alternative keyboards took over a decade to be finally adopted by Apple. Swiping still isn't a thing AFAIK.

[–] npdean@lemmy.today 2 points 10 hours ago (1 children)

If I am the problem, the solution is not using iOS.

What is swiping?

[–] zqps@sh.itjust.works 1 points 6 hours ago (1 children)

Dragging your finger across the keyboard instead of typing. It's a lot faster.

It was popularized by third-party Android keyboards like Swype and SwiftKey about a decade ago, and has been integrated into the default keyboards for many years now.

[–] npdean@lemmy.today 1 points 5 hours ago (1 children)

It has been around on iOS for quite some time

[–] zqps@sh.itjust.works 1 points 12 minutes ago

Ah, good to know. Anyway, such simple qol improvements take years to arrive on iOS, and the core issue is that you're not given any choice in Apple's walled garden until they bequeath them upon you in exactly the way they see fit.

[–] RoadTrain@lemdro.id 1 points 15 hours ago (1 children)

There is a subtle difference in the quotes

Anyways that setting can be changed by turning off smart punctuation in keyboard settings

I wanted to trash by iPhone

it is pushing me to stop using everything Apple.

If such a minor inconvenience that can be trivially worked around is enough to get you to destroy an iPhone and stop using Apple products altogether, what will you do when you inevitably encounter something of similar magnitude on Android? Do you think there are no bugs, inconsistencies, or questionable choices on Android?

I encounter the same smart quotes issue every now and then when I copy-paste commands from Word documents. Such documents are usually sent by customers or written by other employees. Should I quit my job over this?

[–] npdean@lemmy.today 0 points 10 hours ago

It was the final straw kind of a thing. I have been having many issues or feeling restricted due to the lack of some options in iOS.

[–] kibiz0r@midwest.social 11 points 1 day ago (1 children)

Fwiw, the iOS SDK provides a way for text fields to declare that “smart punctuation” should be disabled when typing into them.

For example, my terminal app always has it disabled. Password fields default to having smart punctuation disabled.

So I’m kinda curious how you’re doing it.

[–] npdean@lemmy.today 1 points 1 day ago (2 children)

I am entering passwords in plaintext as environment variables for docker.

[–] kibiz0r@midwest.social 5 points 1 day ago (2 children)
[–] npdean@lemmy.today 1 points 21 hours ago (2 children)

I don’t understand the question.

[–] kibiz0r@midwest.social 1 points 16 hours ago (1 children)

What app are you running in order to edit the text files?

My guess is you’re using something meant for word processing, not working with dev tools, which could mean you’ll run into more problems than this.

Line endings, tabs vs spaces, BOM, etc. could become hard-to-debug errors if you’re not using a tool that’s designed with code/config files in mind.

[–] npdean@lemmy.today 1 points 10 hours ago

I use SSH for most things, so it does not become a problem. For some things, I have to use a web GUI where this happened. But it is not coding that I do in the browser, I just enter some variables into docker compose files or search some things.

[–] 6nk06@sh.itjust.works 0 points 20 hours ago (1 children)

You should urgently understand the question. You would know that it's not an issue of iOS.

[–] kibiz0r@midwest.social 2 points 16 hours ago

Please see the sidebar regarding welcoming people of any experience level and not gatekeeping based on technical skill

[–] grue@lemmy.world 1 points 22 hours ago

Probably TextEdit or some other general-purpose text editor.

[–] 6nk06@sh.itjust.works 1 points 1 day ago (1 children)

iOS decides

You should paste the password from your password manager, and I'm pretty sure you're not doing that. Also why are you using iOS for Docker? If it's true, you would have the same issue with Android.

[–] npdean@lemmy.today 1 points 21 hours ago (1 children)

I have to use quotes around the password, that is the issue.

[–] 6nk06@sh.itjust.works -3 points 20 hours ago (2 children)

Again, no issue if you use a password manager. Use a password manager FFS.

[–] mobotsar@sh.itjust.works 1 points 1 hour ago

Even if you have a password manager you have to type the quotes around the password.

[–] npdean@lemmy.today 1 points 19 hours ago

You probably don’t understand my use case. I have to enter the password in clear text in a configuration file on a server.