thomaswilson-sveltekit/.netlify/server/chunks/2022-02-04-vibe-check-0-c8eb5675.js
2022-04-16 11:50:44 +01:00

46 lines
4 KiB
JavaScript

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 `<p>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. </p>
<p>Some highlights from this month include: </p>
<ul><li>Turning 30, taking the day off work, and sitting in the sun drinking a coffee, reading Marcus Aurelius. I\u2019ve read <em>Meditations</em> a lot, but not for a couple of years. There are parts of it I\u2019m proud to have internalised. There are other parts that are good to hear. </li>
<li>Going for a Christmas dinner nearly five weeks post-fact. Or maybe forty-seven early. It was wonderful, but boy has the pandemic made it easy to forget that some people ironically eat dinner at 22:00. That\u2019s insane to me, I should be in bed.</li>
<li>Taking my first outdoor road cycle of 2022. The days are short and the weather mild (if a little windy), my stamina has legitimately been shot, but it felt good to be out. </li>
<li>The days are getting longer. It\u2019s now not dark when I finish work. I can take an evening stroll or run (so long as it\u2019s <em>immediately</em> after work) and it\u2019s not dark. </li>
<li>I\u2019ve seen a lot of robins. </li></ul>
<p>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. </p>
<p>This month I\u2019ve been reading:</p>
<ul><li><a href="${"https://www.hive.co.uk/Product/Anthony-Horowitz/A-Line-to-Kill--from-the-global-bestselling-author-of-Moonflower-Murders/25942616"}" rel="${"nofollow"}">A Line To Kill</a> by Anthony Horowitz. This whole series (<em>Hawthorn and Horowitz</em>) is an absolute delight. </li>
<li><a href="${"https://www.hive.co.uk/Product/Marcus-Aurelius/Meditations/356664"}" rel="${"nofollow"}">Meditations</a> by Marcus Aurelius.</li>
<li><a href="${"https://www.hive.co.uk/Product/James-Clear/Atomic-Habits--the-life-changing-million-copy-1-bestseller/22336599"}" rel="${"nofollow"}">Atomic Habits</a> by James Clear. It\u2019s a clich\xE9 and I\u2019m late to the party, but definitely worth reading. </li>
<li><a href="${"https://www.hive.co.uk/Product/TJ-Klune/Under-the-Whispering-Door/26207314"}" rel="${"nofollow"}">Under the Whispering Door</a> by TJ Klune. It\u2019s a fiction book about death.</li></ul>`;
});