IT博客汇
  • 首页
  • 精华
  • 技术
  • 设计
  • 资讯
  • 扯淡
  • 权利声明
  • 登录 注册

    Weekly Issue-真的需要复杂的解决方案么?

    Yiran\'s Blog发表于 2024-05-12 00:00:00
    love 0
    文章 链接到标题 技术 链接到标题 Tim Paul | Automation and the Jevons paradox Jevons paradox,杰文斯悖论,在经济学中,当技术进步提高了资源使用效率(减少了任何一种使用所需的数量),但使用成本下降导致需求的增加足以导致资源使用增加而不是减少。政府通常认为效率的提高会降低资源消耗,而忽略了出现悖论的可能性。 前段时间和同事讨论路网设计的时候,也提到过这个悖论,在高速公路上增加一条车道会减少拥堵。 这篇文章的后半段讨论的内容我没有想法,对自动化/科技带来的进步对人类的影响,没有认知。 "Good, fast, cheap - pick two" they say. Let’s automate to make things better, not just faster and cheaper. Web APIs: Enriched DX By Disallowing Unknown Fields type Request struct { Message string `json:"message"` } data := `{"message":"Hello.","unknown":"Not a field on the struct."}` decoder := json.NewDecoder(bytes.NewReader([]byte(data))) decoder.DisallowUnknownFields() var req Request if err := decoder.


沪ICP备19023445号-2号
友情链接