Linus on compiler warnings and code reviews

Hacker News

On Wed, Sep 2, 2015 at 10:35 PM, David Miller wrote:>> Another merge window, another set of networking changes. I've heard> rumblings that the lightweight tunnels infrastructure has been voted> networking change of the year... and others say that the…

23 September 2015

Ridiculously Simple React.js Forms – Without Flux, ES6, JSX, Libraries

Hacker News

Update August 2018: A newer, more complete introduction to React’s fundamentals is available at my course “React (without the buzzwords)”. It uses the latest version of React, and covers many topics that “Learn Raw React” is missing, including component…

21 September 2015

Baidu launches free OCR API (and nobody noticed?)

Hacker News

On June 1, 2015 Baidu -the biggest search engine in China- launched a new cloud service: Free OCR API (百度OCR文字识别). The catch? The documentation is in Chinese only. Thus, even so the launch was already three months ago, I could not locate a single English…

21 September 2015

Did ATS Change Since the GM?

Use Your Loaf

Copyright © 2019 - K Harrison Privacy and Cookies Terms of Use, I did not think I would be writing about App Transport Security two weeks running. Last week I wrote up my notes on how I was debugging ATS. I was testing the Twitter search API which uses…

21 September 2015

The best iPad stylus

Engadget

This post was done in partnership with The Wirecutter, a buyer's guide to the best technology. Read the full article here. We spent 15 hours testing a total of 13 iPad styluses with a graphic designer and independently arrived at the same conclusi...

18 September 2015

'Let's Encrypt' project issues its first free certificate

Engadget

Last year, the Electronic Frontier Foundation along with Mozilla and Cisco launched an initiative called "Let's Encrypt" that promised to hand out free certificates anyone can use. Today, the team has released its first one -- it's only available t...

15 September 2015

Promise-arrays: A set of tools to filter/map arrays asynchronously

Hacker News

A super small library to help you map and filter arrays with async operations. The only hard dependency is Promise so it needs to be present some how in your project (polyfill or native). Compatible with NodeJS, CommonJS, AMD and Browser Globals. $ npm…

14 September 2015