2025-08-23 Notes ━━━━━━━━━━━━━━━━ Today, some great work on the knife sharpener re-design. I've been using the same one since I first got my ender 3 3d printer, and have wanted to make some... Date: August 23, 2025 Knife Sharpener ─────────────── Today, some great work on the knife sharpener re-design. I’ve been using the same one since I first got my ender 3 3d printer, and have wanted to make some changes ever since. Image: Helmet Hidden In Design │ Wyatt sat with me through the design, I probably would not have gone this deep without him, he thought the helmet look was hilarious Video: │ Notice one of the biggest problems with this one here is how much is slides around Image: Knife Sharpener Double Hinge Wing Nut │ This wing nut really set it apart Hollow Knight ───────────── Progress on the Hollow Knight Keeb Run. SILKSONG in 2 WEEKS!! Video: Video: Video: Video: todays script ───────────── Made a little script to grab these [code] for post in m.feeds.today.posts: if post.get('image', None): print(f'![{post["title"]}]({post["image"]})') else: print(f'[{post["title"]}]({post["url"]})')