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. ![Helmet Hidden In Design](https://dropper.waylonwalker.com/api/file/4cf7ea72-ad4b-421e-92ad-9d08e47b469a.png) > Wyatt sat with me through the design, I probably would not have gone this deep without him, he thought the helmet look was hilarious ![Knife Sharpener Double Hinge First Try](https://dropper.waylonwalker.com/api/file/30335f07-9cac-4e66-b908-f0e3cfbf7582.mp4) > Notice one of the biggest problems with this one here is how much is slides around ![Knife Sharpener Double Hinge Wing Nut](https://dropper.waylonwalker.com/api/file/27b5c23f-69a3-4e7b-a468-5a6767e1cb2e.png) > This wing nut really set it apart ## Hollow Knight Progress on the Hollow Knight Keeb Run. SILKSONG in 2 WEEKS!! ![Getting The Lumafly Lantern In My Hollow Knight Keeb Run](https://dropper.waylonwalker.com/api/file/2ea5790c-66d7-401d-95c7-c81a2bccb743.mp4) ![Unlocking Royal Waterways In Hollow Knight Keeb Run](https://dropper.waylonwalker.com/api/file/3713bdd1-c645-46c5-85d2-451356383842.mp4) ![Entering Royal Waterway Hollow Knight Keeb Run](https://dropper.waylonwalker.com/api/file/58235f4d-701f-4ddc-a26d-ab5f9e0bdbfc.mp4) ![Unlock Royal Waterway Bench In Hollow Knight Keeb](https://dropper.waylonwalker.com/api/file/bdf1985b-6a32-4bf4-9f9a-d6f814db7136.mp4) ## todays script Made a little script to grab these ``` python 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"]})') ```