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: () => _2021_03_20_things_i_learned_32, metadata: () => metadata }); module.exports = __toCommonJS(stdin_exports); var import_index_10ac95e2 = require("./index-10ac95e2.js"); const metadata = { "title": "Things I learned this week #32", "author": "Thomas Wilson", "date": "2021-03-20T00:00:00.000Z", "draft": false, "slug": "2021-03-20-things-i-learned-32", "imageUrl": "preview-images/32.png", "tags": ["things-i-learned"] }; const _2021_03_20_things_i_learned_32 = (0, import_index_10ac95e2.c)(($$result, $$props, $$bindings, slots) => { return `

Following on from International Women\u2019s Day last week, news of Sarah Everard\u2019s body being discovered broke on the 10th of March, a week after she went missing from Clapham, London. There have been subsequent vigils (and protests) to remind us all that violent and sexual crimes against women are under-reported and under-convicted, and that any fair and just society needs to build systems that don\u2019t let people think (let alone know) that they can hurt or sexually assault another person and probably get away with it. It\u2019s a bit of a rough or tone-deaf transition, but let\u2019s look at some things I learned this week:

What I\u2019ve had on Rotation

Cool Articles

`; });