var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
for (var name in all)
__defProp(target, name, { get: all[name], enumerable: true });
};
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (let key of __getOwnPropNames(from))
if (!__hasOwnProp.call(to, key) && key !== except)
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
}
return to;
};
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
var stdin_exports = {};
__export(stdin_exports, {
default: () => _2020_08_21_things_i_learned,
metadata: () => metadata
});
module.exports = __toCommonJS(stdin_exports);
var import_index_10ac95e2 = require("./index-10ac95e2.js");
const metadata = {
"title": "Things I learned this week #2",
"author": "Thomas Wilson",
"date": "2020-08-21T00:00:00.000Z",
"slug": "2020-08-21-things-i-learned-2",
"draft": false,
"tags": ["things-i-learned"]
};
const _2020_08_21_things_i_learned = (0, import_index_10ac95e2.c)(($$result, $$props, $$bindings, slots) => {
return `
- This useful thinking tool: good writing starts with observations, and moves to analysis. Making the transition is difficult. One way to spot a mental crutch is to see where you reach for words like \u201Cinterestingly\u201D, \u201Csurprisingly\u201D, or \u201Cnotably\u201D. These all hint at a significance or meaningfulness, but don\u2019t actually clarify it. (source)
- This hot takeaway: Did you know that during the 1970s if you ordered a takeaway coffee it came in a styrofoam cup and a lid without a hole. If you wanted to drink your beverage, you had to take the lid off and then put it back on - can you imagine? Obviously impatient, the hardcore mobile coffee drinkers (think: taxi drivers) kept ripping holes in the lid to drink their Joe on the Go. Where there\u2019s demand, there\u2019s business and thus was born a whole field of design for designing the most safe and ergonomic way to drink coffee from a cup without having to actually take the lid off.
- This Frank etymology: \u201CLingua Franca\u201D describes a common language between a group of people. It emerged in the late 1700s and translates functionally as \u201CLanguage of the Franks\u201D, with Franks being anyone broadly from Westen Europe. The original Lingua Franca was a mixture of simplified Italian, Greek, Old French, Portuguese, Occitan (a Romance language spoken around southern France and northern Italy and Spain - wiki) , Spanish, Arabic, and Turkish (source)
- These Kinswomen: King James II had a thing for witty, plain looking mistresses. Two such mistresses were Arabella Churchill and Catherine Sedley. Arabella is described in The Ladies Dictionary (1694) as being \u201Cof no less Eminence for learning and ingenuous Parts than her Quality\u2026 she had a great facility in poetry and was a celebrated conversant among the Muses\u201D. Despite carrying four children for the man, she was later replaced by 16 year-old (yep) Catherine Sedley, who remarked of being chosen that \u201CIt cannot be my beauty, for he must see I have none\u2026 and it cannot be my wit, for he has not enough to know I have any\u201D. James, buddy - you did not deserve these women.
`;
});