You can't justify a bridge by the number of people swimming across a river.
https://www.reddit.com/r/fuckcars/comments/xj99do/you_cant_justify_a_bridge_by_the_number_of_people/
When a measure becomes a target, it ceases to be a good measure.
font-feature = -calt | |
font-feature = -liga | |
font-feature = -dlig | |
copy-on-select = clipboard | |
keybind = super+right=next_tab | |
keybind = super+left=previous_tab |
You can't justify a bridge by the number of people swimming across a river.
https://www.reddit.com/r/fuckcars/comments/xj99do/you_cant_justify_a_bridge_by_the_number_of_people/
When a measure becomes a target, it ceases to be a good measure.
#!/bin/bash | |
set -euo pipefail | |
# https://engineering.giphy.com/how-to-make-gifs-with-ffmpeg/ | |
# convert *.mov to *.gif | |
for f in *.mov; do | |
out=${f//.mov/.gif} |
// WIP | |
// build a list of showsa | |
let shows = []; | |
document.querySelectorAll(".mix.detail-information").forEach(div => { | |
let show = { | |
title: div.querySelector(".show-title").innerText, | |
soldOut: false |
https://www.howtogeek.com/403162/how-to-disable-the-windows-10-startup-delay/
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Serialize
Create DWORD StartupDelayInMSec
, set to 0
or 1000
or something.
package main | |
import ( | |
"archive/tar" | |
"crypto/sha256" | |
"errors" | |
"fmt" | |
"io" | |
"log" | |
"os" |
// ==UserScript== | |
// @name JIRA thingo | |
// @namespace https://roflware.com/ | |
// @version 0.1 | |
// @description Adds helpful task(s) to Jira | |
// @author Robert McNeil | |
// @match https://jira.cfops.it/browse/* | |
// @grant none | |
// ==/UserScript== |
version: '2' | |
services: | |
influxdb: | |
image: influxdb:alpine | |
environment: | |
- HTTP_AUTH_ENABLED=true | |
ports: | |
- "127.0.0.1:8086:8086" | |
volumes: |
Though I couldn't get a SPARSE-based image working, so I just used UDIF (read/write disk image) instead. Took a few goes however as I may not have ejected the previous sparse disks properly.
Virtualbox was pretty slow at loading and in the end it didn't find the installation target disk, so it was all for nothing - possibly because I'm using 5.1.26 instead of the 5.1.28 mentioned in the article.
I hereby claim:
To claim this, I am signing this object: