Labnotes

Published

Weekend Reading — All boxes are cat-sized

@coderzombie Can't stop laughing.


Design Objective

Steve Sanderson "A heatmap visualisation of where the door handle should be:"

LiquidText Inking The Liquid Text demo video is brilliant. This is one of the most interesting, tech-augmented, user interaction I've seen in a long while. I've yet to figure out how to actually use this app. But this demo video …

PunchesBears ㅎ㉨ㅎ "The new Samurai Jack is like a masters class in color theory."


Tools of the Trade

Learning CSS Grid Layout How to approach learning grid layout. Solving problems that you actually have rather than trying to learn the entire thing at once.

A Complete Guide to CSS Grid Related, guide and reference for CSS Grid.

Jen Simmons CSS Grid vs Flexbox in a nutshell:

My super simple theory at the moment — if you are putting widths on flex items, you are doing it wrong. Use Grid. (Let’s see if that holds.)

The State of Browser Caching, Revisited The difference between specs and reality. Mark Nottingham reviews the current crop of web browsers, which HTTP cache headers they honor, what heuristics they make, how they deal with status codes, etc.

Shell Scripts Matter How to bash like a pro, including linting, unofficial strict mode, testing, logging, and more.

#!/bin/bash
set -euo pipefail
IFS=$'\n\t'

Using Node.js to Interact with Facebook's Graph API Facebook's API documentation deals with code that runs in the browser. This article fills the missing pieces, and shows you how to use Facebook's API from Node.

Building an Amazon Alexa Skill with Node.js Looks easy enough: "The only real restrictions are that it must accept POST requests over HTTPS and respond with very specifically organized JSON."

ctop Top-like interface for container metrics.

ken keiter

Your startup either dies, or it lives long enough to use JIRA.

Self-driving cars in the browser "The goal of this project was to create a fully self-learning agent, that would be able to control a car in a 2D bottom-down environment. Written solely in JavaScript."

James Ward

Oh Microsoft Word, I know you're proud of your range of templates but I will only ever require a new blank document. Nothing else.

Seeing Theory A visual introduction to statistics and probability. Beautiful and insightful.

Tim Hopper 🔭 "Naive Bayes"


Lingua Scripta

Cory House

Relevant in an ever growing #JavaScript language:

"We are not paid to use every feature of the language." - Douglas Crockford

Common Async/Await Design Patterns in Node.js Retrying failed requests, iterating over database cursor, and running multiple requests in parallel.

// Don't `await`, instead get a cursor
const cursor = db.collection('Movies').find();
// Use `next()` and `await` to exhaust the cursor
for (let doc = await cursor.next(); doc != null; doc = await cursor.next()) {
  console.log(doc.name);
}

Communicating Sequential Processes: an alternative to async generators "In the process, we will also take a look at the ECMAScript proposal that async generators are a part of: asynchronous iteration"

Surprising polymorphism in React applications Even though both objects have the same properties, it matters how they were created.


Lines of Code

daisyowl

if you ever code something that "feels like a hack but it works," just remember that a CPU is literally a rock that we tricked into thinking

Brandon Hays "Oh look it’s one of my old codebases"


Architectural

Complexity and Strategy Concludes:

Determining which components are worth isolating, getting teams to agree and unify on them rather than letting “a thousand flowers bloom” is hard ongoing work. It does not end up looking like a breakthrough — it looks like an engineering team that is just getting things done. That always seemed like a worthy goal to me.

Rod Vagg 🐨 "Rolling your own container orchestration solution"


Peopleware

How should startups think about culture?

Culture is a mirror that reflects back the combined personalities of the people at the company, and so I think the only tool that you have as a founder to define a culture is hiring and firing.

Emily Short

It seems sometimes like 75% of mentoring is telling people that their current challenge is normal and not a sign of personal failing

Sarah Mei

Hi, did you know, English is a mutable language. Definitions of words change over time. We can use the word engineer in a new way!

Andrew Ng

I often advise people to take on projects you're only 70% qualified for, but then learn like crazy to bridge that 30%.

Showerthoughts

Your DNA is just millions of years worth of software updates


Locked Doors

Critical vulnerability in JSON Web Encryption (JWE) - RFC 7516 TL;DR Decryption/Signature verification’ input is always under attacker’s control. Related, JOSE (Javascript Object Signing and Encryption) is a Bad Standard That Everyone Should Avoid.

Virtual machine escape fetches $105,000 at Pwn2Own hacking contest Using JavaScript to achieve code execution inside Microsoft Edge's sandbox, combined with a Windows 10 kernel bug to escape said sandbox, topped with a VMware hardware simulation bug to escape guest OS and compromise the host machine.

We’ve lost control of our personal data (including 33M NetProspex records) I got an alert from ';--have i been pwned?, no acknowledgement from D&B yet. And yes, that's the same D&B that demand you “change your password every 90 days to ensure the security of your account”.

Paul Reinheimer

The more I learn about cryptography, the more I think Alice and Bob should probably just talk in person.

Rob Graham "This is my MacBook login screen, to defend against compelled password disclosure"


Techtopia

Ottawa sex toy maker settles snooping vibrator lawsuit for US$3.75 million The Internet of things that spy on you.

Google Home is playing audio ads for Beauty and the Beast Even Google is ashamed at this turn of events, witness their weasel phrasing: "This isn't an ad; the beauty in the Assistant is that it invites our partners to be our guest and share their tales.”

An artist turned iTunes' 20,000-word terms and conditions into a satirical graphic novel Each page is a different art style, inspired by well known comics. And, of course, the text:

I loved the idea of using a well known text — in its entirety — that everyone has heard about, but very few people have ever actually read. That's something that the Terms share with many classic works of literature.


None of the Above

Woman interrupted during BBC interview Remember BBC dad interview from last week? What might have happened if a mother was interrupted in the same manner?

n-gate.com Jaded reading of Hacker News top posts:

Airbnb raises $1B at $31B valuation, became profitable in 2016
March 10, 2017 (comments)

AirBnB, whose business model is "Uber for toilets," claims it's finally making money, a claim backed up by the fact that it just borrowed another billion dollars. Half of the comments are from people slowly realizing why consumer protection laws exist. The other half are from people trying to figure out what AirBnB is hiding from by not taking the company public.

fiona

i love preparing technical talks, my apartment has never been so clean

Sideways dictionary It's like a dictionary, but using analogies instead of definitions:

HTTPS —
It’s like wearing good headphones. So the music is channelled directly to your ears and no one else gets to hear your favorite Nickelback CD.

@tragicgay "Mom, dad,"

Lack of Oxford Comma Could Cost Maine Company Millions in Overtime Dispute "A 29-page court decision handed down on Monday, was an exercise in high-stakes grammar pedantry that could cost a dairy company in Portland, Me., an estimated $10 million."

Tenny Rudolph

my grandma quit her lil side job and her boss said "im gonna need a 2 weeks notice" and she replied "in 2 weeks ur gonna notice im not here"

juno 🐓 "this poor woman is just trying to clean the leaves"

Yes, Your Sleep Schedule Is Making You Sick This article made me a bit dizzy, it's written to confuse. But looks like you can piece useful advice on managing your sleep schedule, especially dealing with jet-lag.

Frankie

Pi Day is just a fake holiday created by math companies to sell more math.

Allison Hughes "In case any of you are wondering what Tinder is like in San Francisco."

Showerthoughts

We live in strange times where phones catch fire and cigarettes are charged

rae paoletta "cats who prove all boxes are cat-sized: a thread"

🔥 Looking for more? Subscribe to Weekend Reading.

Or grab the RSS feed