27

  1. 每日一句分享:

    浏览器起初只是一个简单的远程文档查看器,后来被迫成为一个应用程序平台。由于浏览器一开始没设计为这个用途,后来互联网的诸多问题都是这个事实造成的。

  2. 快餐文分享:

    php8 发布 https://www.php.net/releases/8.0/en.php

    摘要: PHP 8.0 is a major update of the PHP language. It contains many new features and optimizations including named arguments, union types, attributes, constructor property promotion, match expression, nullsafe operator, JIT, and improvements in the type system, error handling, and consistency.

    PHP无论怎么更新,给我感觉还是一如既往的丑,设计得毫无章法。

  3. 快餐文分享:

    The Few, the Tired, the Open Source Coders

    https://www.wired.com/story/open-source-coders-few-tired/

    摘要:But open source success, Thornton quickly found, has a dark side. He felt inundated. Countless people wrote him and Otto every week with bug reports, demands for new features, questions, praise. Thornton would finish his day job and then spend four or five hours every night frantically working on Bootstrap—managing queries, writing new code. “I couldn't grab dinner with someone after work,” he says, because he felt like he'd be letting users down: I shouldn't be out enjoying myself. I should be working on Bootstrap!

    文章以 BootstrapUI 作者 Thornton 为例,描述了 在没有资本背书的情况下 开源工作者的现状,很残酷也很无奈。开源代表的就是一份责任,如果没有一个良好的反馈机制,很难走下去。

  4. 每日一句分享: 2005年的一天,伊利诺伊州的一位母亲注册了 Flickr,上传了自己孩子的一些照片,然后忘记了这个帐户的存在。 多年以后,这些孩子的照片被发现存储在一个数据库中,用于训练世界最复杂的一些人脸识别的智能系统。

  5. 好文分享:

    和死神赛跑:趁父亲还在世,我想用人工智能留住他

    https://mp.weixin.qq.com/s/yVcCRpIrCN-O8eekJYNzmw

    摘要: 机器人应该永远以我父亲的口吻说话吗,还是应该有的时候停止扮演父亲的角色,承认它是计算机?机器人应该知道我父亲患有癌症吗?

    这是一个真实且感人至深的故事,文章翻译得很好,值得阅读。

  6. 快餐文分享:

    A nice app on Elm street

    https://madewithlove.com/using-elm-with-react-a-nice-app-on-elm-street/

    摘要:Elm is both a language and an architecture – it is a functional, compiled to JS, strictly-typed, immutable and pure, opinionated language to build web applications.

    Elm 是 Facebook react 开发团队近些年推出的编程语言,是一种构建 web 应用的方式。

    其设计思想以及语法特性 与 Haskell 很相近。

    说句不好听的,这种学术派的产物 就算有大厂背书也很难推广到实际业务。

    Haskell 的命运我们都看到了,除了狂热粉一直在吹捧,其他连点浪花都没有。

  7. 快餐文分享:

    The Eco-Programmer's Guide

    http://john.mercouris.online/eco-programmer-guide.html

    摘要:Emissions from CPUs a big a problem. Due to the nature of software scaling, small performance increases lead to massive differences in power consumption and global CO2 emissions. 文章呼吁开发者 为了更好的环境,更少的排放,应停止使用 Electron 等构建HTML5应用的技术。

  8. 之前积累过的环保观点:

    1. 4G 上网的二氧化碳排放比 WIFI 上网高4~7倍。

    2. cloudflare 公司宣布,新推出的 Bot fight 功能所释放的二氧化碳,将通过种树弥补。根据计算,一个 CPU 内核每年释放8公斤二氧化碳,而一棵树吸收21公斤二氧化碳,因此计算量每新增2.5个 CPU 年,该公司将种植一棵树。

    3. 训练一个大型 AI 模型会排放近30吨二氧化碳,相当于5辆小汽车终身的二氧化碳排放量(包含制造期间的二氧化碳)。

  9. 每日一句分享:Web 2.0时代最大的思想革命本质不是前后端分离,而是把网页当作独立的应用程序(app)。前后端分离只是实现这一新架构的必然结果。

  10. 快餐文分享:

    New language features since Java 8 to 15

    https://advancedweb.hu/new-language-features-since-java-8-to-15/

    文章介绍了 Java 8 - 15 版本以来的新特性,并附有代码。

  11. 书籍分享:

    introduction-to-bash-scripting

    https://github.com/bobbyiliev/introduction-to-bash-scripting

    书中介绍了 Shell 的基本语法特性,并用多个案例带你实战。

    虽然此书一共才122页,但内容很全面,由浅入深。值得阅读。

Last updated