Loading...
Loading...
Compare original and translation side by side
"Smart people think of good things that are crazy enough that they just might work, and then they give them away, over and over, until they slowly take over the world." — Anil Dash
"聪明的人会想出足够疯狂但可能可行的好点子,然后不断免费分享,直到它们慢慢席卷全球。" — 阿尼尔·达什(Anil Dash)
"'Markdown' as a name is clever as hell. Get it — it's not markup, it's markdown."
"‘Markdown’这个名字简直太巧妙了。你懂的——它不是标记语言,而是‘降标记’语言。"
"Millions of people were encountering the idea that it was too difficult or inconvenient to write out full HTML by hand."
"数百万人都遇到过这样的困扰:手动编写完整HTML太过困难或不便。"
"The format is based on the ways people had been adding emphasis and formatting to their text for years or even decades."
*asterisks*"该格式基于人们多年甚至几十年来在文本中添加强调和格式的习惯。"
*星号*"Both were spearheaded by a smart technologist who was also more than a little stubborn."
"两者都由一位聪明且略带固执的技术专家牵头。"
"Markdown was part of a community that could build on it right from the start."
"Markdown从一开始就属于一个可以对其进行拓展的社区。"
"Various communities that were implementing Markdown could add their own 'flavors' as they needed."
"各个实现Markdown的社区可以根据需要添加自己的‘适配版本’。"
"You can get people to change their behaviors when they're using a new tool."
"当人们使用新工具时,你可以让他们改变行为。"
"Markdown is a raw material that has to be transformed into HTML, it perfectly fit this new workflow."
"Markdown是需要转换为HTML的原始素材,它完美适配这种新工作流。"
"It only takes one glimpse of a source Markdown file for anyone to understand how they might make a similar file of their own."
"任何人只需瞥一眼Markdown源文件,就能明白如何制作类似的文件。"
"There are no legal restrictions around Markdown. Nobody's been afraid to use the format."
"Markdown没有任何法律限制,没人害怕使用这种格式。"
"Simplicity is the most important consideration in a design."
"简洁是设计中最重要的考量因素。"
| MIT/Stanford ("The Right Thing") | New Jersey ("Worse is Better") |
|---|---|
| Correctness is paramount | Simplicity is paramount |
| Consistency matters | Interface should be simple |
| Completeness required | 80% solution acceptable |
| May sacrifice simplicity | May sacrifice correctness |
| MIT/斯坦福(“正确的事”) | 新泽西(“差胜于好”) |
|---|---|
| 正确性至上 | 简洁性至上 |
| 一致性重要 | 界面应简洁 |
| 需完整 | 接受80%的解决方案 |
| 可能牺牲简洁性 | 可能牺牲正确性 |
"If you're using ALL of C++ in your projects you're 'doing it wrong.' It is not a well-designed language." — @calmbonsai, Hacker News
"如果你的项目中用到了C++的全部特性,那你‘做错了’。它不是一个设计良好的语言。" — @calmbonsai,Hacker News
"Be liberal in what you accept, and conservative in what you send."
"接受要宽松,发送要保守。"
"CommonMark Markdown is a rough superset of HTML, like how YAML is a superset of JSON."
"CommonMark Markdown大致是HTML的超集,就像YAML是JSON的超集一样。"
| Factor | Score |
|---|---|
| Brand | ✅ Clever name |
| Problem | ✅ HTML too verbose |
| Existing behavior | ✅ Email conventions |
| Champion | ✅ John Gruber |
| Community | ✅ Bloggers |
| Timing | ✅ Blog era |
| Simple | ✅ 10 minute learning curve |
| Inspectable | ✅ Raw = readable |
| Free | ✅ No restrictions |
| 因素 | 评分 |
|---|---|
| 品牌 | ✅ 巧妙的名字 |
| 问题 | ✅ HTML过于冗长 |
| 现有行为 | ✅ 邮件规范 |
| 倡导者 | ✅ 约翰·格鲁伯(John Gruber) |
| 社区 | ✅ 博主群体 |
| 时机 | ✅ 博客时代 |
| 简洁性 | ✅ 10分钟学习曲线 |
| 可检查性 | ✅ 原始文件即可读 |
| 免费 | ✅ 无限制 |
| Factor | Score |
|---|---|
| Brand | ❌ Obscure name |
| Problem | ✅ Same as Markdown |
| Existing behavior | ⚠️ Some |
| Champion | ⚠️ Dean Allen (less visible) |
| Community | ⚠️ Smaller |
| Timing | ✅ Same era |
| Simple | ⚠️ Slightly more complex |
| Inspectable | ✅ Yes |
| Free | ✅ Yes |
| 因素 | 评分 |
|---|---|
| 品牌 | ❌ 晦涩的名字 |
| 问题 | ✅ 与Markdown相同 |
| 现有行为 | ⚠️ 部分契合 |
| 倡导者 | ⚠️ 迪恩·艾伦(Dean Allen,知名度较低) |
| 社区 | ⚠️ 规模更小 |
| 时机 | ✅ 同一时代 |
| 简洁性 | ⚠️ 略复杂 |
| 可检查性 | ✅ 是 |
| 免费 | ✅ 是 |
| XML | JSON | |
|---|---|---|
| Verbosity | High | Low |
| Types | Complex | Simple |
| Parsing | Hard | Easy |
| Learning | Weeks | Hours |
| Adoption | Declined | Dominant |
| XML | JSON | |
|---|---|---|
| 冗长性 | 高 | 低 |
| 类型 | 复杂 | 简单 |
| 解析难度 | 难 | 易 |
| 学习周期 | 数周 | 数小时 |
| 采用情况 | 下降 | 主导 |
"The people who make the real Internet and the real innovations also don't look for ways to hurt the world around them, or the people around them."
"构建真正互联网与真正创新的人,也不会想方设法伤害周围的世界或人。"
FORMAT-DESIGNFORMAT-DESIGN"Nearly every bit of the high-tech world, from the most cutting-edge AI systems at the biggest companies, to the casual scraps of code cobbled together by college students, is annotated and described by the same, simple plain text format."
"高科技世界的几乎每一部分,从大公司最前沿的AI系统,到大学生拼凑的零散代码,都由同一种简单的纯文本格式进行注释与描述。"