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.

you are viewing a single comment's thread
view the rest of the comments
[–] npdean@lemmy.today 1 points 1 day ago (12 children)

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

[–] kibiz0r@midwest.social 5 points 1 day ago (6 children)
[–] npdean@lemmy.today 1 points 20 hours ago (4 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 9 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.

load more comments (2 replies)
load more comments (3 replies)
load more comments (8 replies)