https://ldnwebperf.org/events/caches-all-the-way-down/
(kind of Chromium specific here and there)
- same rendering process, short-lived
- strict matching, same resource type, etc, CSP
- everything (even
no-cache
, except forno-store
)
version: 2.1 | |
+ # Docker Hub authentication managed by the shared `dockerhub-shared` context. | |
+ docker-auth: &docker-auth | |
+ auth: | |
+ username: $DOCKERHUB_USERNAME | |
+ password: $DOCKERHUB_ACCESS_TOKEN | |
jobs: | |
test: |
https://ldnwebperf.org/events/caches-all-the-way-down/
(kind of Chromium specific here and there)
no-cache
, except for no-store
)# OSX for Hackers (Mavericks/Yosemite) | |
# | |
# Source: https://gist.github.com/brandonb927/3195465 | |
#!/bin/sh | |
# Some things taken from here | |
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
# Ask for the administrator password upfront |