厦门市民个人信用“白鹭分”发布 覆盖诚信生活各领域 -本网原创 – 东南网

“我们现在正在与一些区行政服务中心对接白鹭分信用应用服务,对于白鹭分分值高的市民,可以免排队优先办理;忘记带材料了也没关系,可以选择信用容缺办理,承诺后面再补交就可以。”信息集团大数据运营公司相关负责人表示,除个人行政审批容缺受理、资质与荣誉称号申请优先核定等政务信用服务外,“白鹭分”还将被广泛应用到图书馆免押金借阅、厦门的信用乘车、公共自行车免押金租用、入校健身快速审核、智慧医疗信用付、信用租房、厦鼓渡轮免排队信用购票、无人便利店信用购物等民生信用服务,为市民生活的方方面面提供便利。   Source: 厦门市民个人信用“白鹭分”发布 覆盖诚信生活各领域 -本网原创 – 东南网   “信息集团大数据运营公司”  

Google Earth Studio

A web-based animation tool for Google Earth’s satellite and 3D imagery. Wow! Source: Google Earth Studio

Being nice is the new punk

On social media, accusations of fascism are flung from left and right like confetti. Culture war terminology, most of it unpleasant, has seeped into the collective consciousness. ‘Gammon’ and ‘gaslight’ were both shortlisted as candidates for the Collins dictionary word of 2018. Outrage marketing, horrifically, is an actual thing. The degradation of civility online happened […]

Wirth’s law – Wikipedia

Wirth’s law is an adage on computer performance which states that software is getting slower more rapidly than hardware becomes faster. Source: Wirth’s law – Wikipedia

Unintended Consequences and Goodhart’s Law – Towards Data Science

Goodhart’s Law is expressed simply as: “When a measure becomes a target, it ceases to be a good measure.” In other words, when we set one specific goal, people will tend to optimize for that objective regardless of the consequences. Source: Unintended Consequences and Goodhart’s Law – Towards Data Science

记一次Kubernetes/Docker网络排障 | | 酷 壳 – CoolShell

因为当时还在开车,在等红灯的时候,我感觉到有点像 NAT 的网络中服务端开启了 tcp_tw_recycle 和 tcp_tw_reuse 的症况(详细参看《TCP的那些事(上)》),所以,让用户查看了一上TCP参数,发现用户一个TCP的参数都没有改,全是默认的,于是我们排除了TCP参数的问题。 Source: 记一次Kubernetes/Docker网络排障 | | 酷 壳 – CoolShell

与 JOSE 战斗的日子 – 写给 iOS 开发者的密码学入门手册 (基础)

基础 – 什么是 JWT 以及 JOSE (本文) 理论 – JOSE 中的签名和验证流程 实践 – 如何使用 Security.framework 处理 JOSE 中的验证 全部读完的话应该能对网络相关的密码学有一个肤浅的了解,特别是常见的签名算法和密钥种类,编码规则,怎么处理拿到的密钥,怎么做签名验证等等。如果你在工作中有相关需求,但不知道如何下手的话,可以仔细阅读整个系列,并参看开源的 LINE SDK Swift 的相关实现,甚至直接 copy 部分代码 (如果可以的话,也请顺便点一下 star)。如果你只是感兴趣想要简单了解的话,可以只看 JOSE 和 JWT 的基础概念和理论流程部分的内容,作为知识面的扩展,等以后有实际需要了再回头看实践部分的内容。 https://onevcat.com/2018/12/jose-1/