Isaac Wyatt
Latest Posts
July 28, 2023 | ๐ฉโ๐ป Write An App: Git First Things First re: Coding This Post is part of the Blog Chain: Write An App (2023) Blog-Chain. Today I had just a little time to check off a small task to set up version control. I started by...
July 27, 2023 | ๐ฉโ๐ป WSL & VSCode Setup, ๐ Bouldering with Goats re: Coding This Post is part of the Blog Chain: Write An App (2023) Blog-Chain. Late last night I: Installed the WSL extension and Remote Development extension for VScode...
July 26, 2023 | ๐ฉโ๐ป Write An App: From 'Coder' to 'Programmer' re: Coding This Post is part of the Blog Chain: Write An App (2023) Blog-Chain. I've begun a journey: For a long time, I've been a coder, but not a programmer (see: Coding)....
July 12, 2023 | ๐ A Birthday Cake from The 7th Guest [!example] Topics: Video Games Recently I ordered a cake for my best friend. I'd never ordered a cake before. I was inspired to order him a cake that is a based on a cake from a video...
July 11, 2023 | ๐ฎ Pillars of Eternity Complete, Valheim Next Last night I finished Pillars of Eternity. The game has a great story, main plot, and sub plots. Admittedly I was confused about the main arc until the end, but I enjoyed all...
July 09, 2023 | โบ Camping at Dashpoint State Park Camping at Dashpoint State Park in Federal Way, Washington. 2025-08-26 Update When updating the meta data tags on this post, I thought it would be worth pointing out that at the time I...
June 20, 2023 | ๐ 3D Printing a Bluey Trophy I used a local library's maker space to make a custom trophy for my friend. This is the first time I had anything 3d printed and was pleased with how easy it was to find 3d models, get help...
June 13, 2023 | ๐จ Nature abhors a Hypecycle Vacuum Here we are on the backside of the hype cycle for crypto, blockchain, social media, sharing-economy, 5G, and half a dozen other internet-enabled "disruptive" technologies. But nature...
June 06, 2023 | ๐ 'Cursed Knowledge' A concept I occasionally come back to is what I refer to as "Cursed Knowledge". Maybe there is already a term for it, or maybe a better term can be made, but this is what I call it. Its the idea of...
June 02, 2023 | ๐ Personal Productivity Charts with Python [!topics] Topics: Coding, GTD Personal Productivity Charts Spent entirely too long to make this chart to look at how effective my GTD workflows are. I exported data from my to-do...
May 27, 2023 | ๐ก TIL: Dijkstra Maps TIL about "Dijkstra Maps" TLDR: a "Dijkstra Map" is a map of the the "costs" (time/effort) associated with traversing each node/edge of a space to a specified location. Commonly applied to video games...
May 25, 2023 | ๐ก TIL, Rust, & DoubleLoop Updates to TIL re: TIL customized feed.njk to only add /posts/ entries to the rss feed with the following 'if' statement in the logic that iterates over the entries. Hobbies re: Coding in Rust The...
May 17, 2023 | ๐โโ๏ธ I'm not a runner, but I run. I don't call myself a "runner" because I feel like it would imply I care about it as part of my identity, community membership, or virtue signaling. But I do run. Sometimes I run well for...
May 14, 2023 | ๐ก TIL: Snoqualmie Falls & Hydroelectric Power TIL Today I visited the Snoqualmie Falls in addition to the scenic view of the waterfall situated below "One Eyed Jack's" of Twin Peaks fame, I was pleased to learn about the...
May 13, 2023 | ๐ก TIL: DNS Resolver in Python TIL re: Coding An example toy dns resolver can be implemented in Python. Julia Evans wrote an excellent "Zine": Implement dns in a weekend. I didnt actually do the tutorial but read through...