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: () => _2022_02_04_vibe_check_0, metadata: () => metadata }); module.exports = __toCommonJS(stdin_exports); var import_index_10ac95e2 = require("./index-10ac95e2.js"); const metadata = { "title": "Vibe Check #0", "author": "Thomas Wilson", "date": "2022-02-04T18:46:00.000Z", "slug": "2022-02-04-vibe-check-0", "draft": false }; const _2022_02_04_vibe_check_0 = (0, import_index_10ac95e2.c)(($$result, $$props, $$bindings, slots) => { return `

January 2022 was a good month. It\u2019s weird how slow the start of the year feels, until it\u2019s over. The days get longer, and it feels like momentum is returning to my life, which is cool.

Some highlights from this month include:

2022 feels as though it\u2019s off to a gentle start to me personally. There have been (good) growing pains at work, as product and engineering leave their infancy, and processes and people start to get put in place. It\u2019s been truly remarkable to return my attention to the design of accessible, clean user interfaces. There\u2019s a lot of dust in those books, or wastage in those muscles (depending on the harshness of your preferred analogy). It\u2019s good though - I love design, and I love some of the engineering conversations we\u2019ve been having recently.

This month I\u2019ve been reading:

`; });