如果能给你带来安慰,请记住:许多成功人士在你们这个年纪,也并不知晓答案,这没有关系。我学到的一点是:未来不可预测。与其问「会发生什么?」,不如问「当它发生时,我会成为什么样的人?」
Владимир Зеленский. Фото: Liesa Johannssen / Reuters
,更多细节参见51吃瓜
我选择「面向需要在团队内推广 Claude Code 的负责人」生成 PPT,最后生成质量也很不错,内容详尽、元素丰富、排版多样,但是最终导出的 PPT 排版有少量混乱,需要手动微调。
It completed the assignment in one-shot, accounting for all of the many feature constraints specified. The “Python Jupyter Notebook” notebook command at the end is how I manually tested whether the pyo3 bridge worked, and it indeed worked like a charm. There was one mistake that’s my fault however: I naively chose the fontdue Rust crate as the renderer because I remember seeing a benchmark showing it was the fastest at text rendering. However, testing large icon generation exposed a flaw: fontdue achieves its speed by only partially rendering curves, which is a very big problem for icons, so I followed up: