# Mac

## Mac是开发的平台

Mac的核心基于Darwin（BSD的衍生版本），天然继承了Unix/BSD的服务端优势，同时又具备了超越Windows的图形交互界面，并且有大量优秀的商业软件可以使用，非常适合作为日常的开发工作平台。

强烈推荐 [macOS Setup Guide](https://sourabhbajaj.com/mac-setup/) ，可以参考配置一个基本的开发开发环境，特别是vim等基本工具和各种开发语言。

## 吐槽

* Music Play实在太难用了

想要同步本地mp3音乐到iPhone需要多步曲折完成：1. 将 mp3 音乐通过QuickTime Player打开，然后Export成音乐格式（.m4a） 2. 将m4a音乐添加到iTunes中，但是还没有完，不能同步 3. 选择添加的音乐，然后选择添加到音乐库

> 这是因为使用了iCloud音乐库，始终需要通过iCloud同步音乐库，这样就不能使用本地iTunes音乐同步。实在让人摸不着头脑。iTunes + Muisc 是一对功能强大然而却及其反直觉的软件，太难用了。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://huataihuang.gitbook.io/cloud-atlas-draft/develop/mac.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
