this post was submitted on 02 Aug 2025
12 points (75.0% liked)
SaltyCaramelApple
118 readers
22 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:
- Thoughtful critique, real-world experience, and respectful disagreement
- Sharing tips, solutions, workarounds, and overlooked features
- Questioning decisions without turning everything into a complaint thread
- Welcoming users at any level of experience or enthusiasm
This is not a place for:
- Trolling, pile-ons, or knee-jerk negativity
- Brand loyalty debates
- Personal attacks, sarcasm aimed at other users, or rhetorical grandstanding
- Gatekeeping based on technical skill, platform history, or product ownership
- Derogatory references to cults or fanboyism. I don’t actually believe those things really exist anymore. If you wanna talk about them in a historical context, that’s totally fine.
You use Apple. You think about it. (Maybe you think different). That’s all it takes to participate here.
founded 1 month ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Through what app though?
I don’t understand the question.
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.
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.
Ah. Yeah, that makes sense it would be more likely to happen with a web GUI. You might wanna make a bug report, cuz there are some things they could do to mitigate this if it seems like a common potential problem.