Drafts

Draft and unpublished posts

4 posts latest post 2026-08-19 simple view

STAR WARS Jedi: Fallen Order™

Steam achievements and progress for STAR WARS Jedi: Fallen Order™ - 5.13% complete with 2/39 achievements unlocked.

5 min

Harry Potter: Quidditch Champions

Steam achievements and progress for Harry Potter: Quidditch Champions - 74.19% complete with 23/31 achievements unlocked.

5 min

Human: Fall Flat

Steam achievements and progress for Human: Fall Flat - 48.98% complete with 72/147 achievements unlocked.

11 min

Weeknote 0

Inspired by Simon Willison I'm starting a weeknotes retrospective post to recap the week. The theme this week has been learning and setting up obsidian to...

1 min

SteamWorld NewGame2017

Steam achievements and progress for SteamWorld NewGame2017 - 2.94% complete with 1/34 achievements unlocked.

5 min

Printing 42 keys at once

I’m working on creating some gcode to create a whole set of key caps in one print, it is getting tedious to print them one at a time, and my past experience with my printer proves that printing a bunch of separate pieces increases the chances of failure. I don’t want to end up with 42 keys that are half done and a ball of filament. figuring out the coordinates # [1] To figure out the coordinates I printed one key cap, and manually jogged the printer in position to knock off the cap, then sweep it out of the way. [2] print head in position to knock [3] Position before the knock [4] Position after the sweep gcode # [5] I opened the gcode split it into start.gcode, end.gcode, and part.gcode. start.gcode # [6] ;FLAVOR:Marlin ;TIME:1488 ;Filament used: 0.265511m ;Layer height: 0.12 ;MINX:105.708 ;MINY:101.231 ;MINZ:0.12 ;MAXX:113.512 ;MAXY:118.776 ;MAXZ:17.04 ;TARGET_MACHINE.NAME:Creality Ender-3 S1 Pro ;Generated with Cura_SteamEngine 5.8.0 M82 ;absolute extrusion mode ; End...

The Farmer Was Replaced

Steam achievements and progress for The Farmer Was Replaced - 0.0% complete with 0/59 achievements unlocked.

5 min
The Portajohn Monoblock Keyboard Design
Check out the Portajohn! This custom 42-key monoblock was my first full keyboard build, designed to plop on a laptop, while still exposing the trackpad and able to flip over and toss in a backpack.

Slime Rancher

Steam achievements and progress for Slime Rancher - 57.89% complete with 33/57 achievements unlocked.

7 min

My Reader Project

In 2024 I built my own reader after years of being bitter about google killing reader more than a decade prior. Seealso All the way back in 2020 I made a post on what I wanted to build into my own reader. It went long forgotten until I tried to make this post and slugs clashed. Reader-2020 [1] Built on markata # [2] I built it on top of my own static site generator markata [3], feedparser (🐍 Parsing RSS feeds with Python [4]), some jinja templating, and tailwind. After putting all the work I have into markata, it makes projects like this fairly easy to build out with just a custom loader to load new posts in. References: [1]: /reader-2020/ [2]: #built-on-markata [3]: /markata/ [4]: /parsing-rss-python/

Witch Hunt

Steam achievements and progress for Witch Hunt - 7.32% complete with 3/41 achievements unlocked.

6 min

I've added htmx to my blog

I’ve added htmx [1] to my blog. It’s extra bloatware that I long avoided, but it’s so damn convenient. Ok so it’s not bloatware, but it’s not the theme I was going for. I wanted my site to be as lightweight as possible. I had at one point gone too far and had Mb’s of react that did not provide any value for the end user. can it be done with jinja # [2] {% with feed = markata.feeds.recent_thoughts %} {% include 'feed_sm_partial.html [3]' %} {% endwith %} Feed Partials # [4] markata [5] pre-release 0.8.1.dev10 has been released with support for feed partials on pypi [6]. It’s now part of my blog # [7] Commit aa233 [8] added support for recent posts on each page to be loaded off of this partial. References: [1]: /htmx/ [2]: #can-it-be-done-with-jinja [3]: /html/ [4]: #feed-partials [5]: /markata/ [6]: https://pypi.org/project/markata/0.8.1.dev10/ [7]: #its-now-part-of-my-blog [8]: https://github.com/WaylonWalker/waylonwalker.com/commit/aa23361e8606b62f7e4ca1a9305e6975fcdbc088

latest

My latest blog post is [[ {{ markata.feeds.blogfeed.posts[0].slug }} ]]. Click the link if you are not automatically redirected.
1 min read

tailwind and markdown

This post is a bit of an experiment to see what I can do. Lets start with a block of pink text. I build my blog with my own static site generator called markata [1] Setup Tailwind for Jinja [2] Still Loving Tailwind [3] {.text-pink-500} This text should be pink This text should be not pink --- This text should be pink This text should be not pink --- Now will it work with bulleted lists {.text-pink-500} This block will be pink {.text-pink-500} * Lorem ipsum dolor sit amet, officia excepteur ex fugiat reprehenderit enim * labore culpa sint ad nisi Lorem pariatur mollit ex esse exercitation amet. Nisi * anim cupidatat excepteur officia. Reprehenderit nostrud nostrud ipsum Lorem est This block will not be pink. * Lorem ipsum dolor sit amet, officia excepteur ex fugiat reprehenderit enim * labore culpa sint ad nisi Lorem pariatur mollit ex esse exercitation amet. Nisi * anim cupidatat excepteur officia. Reprehenderit nostrud nostrud ipsum Lorem est --- - Lorem ipsum dol...

PowerWash Simulator

Steam achievements and progress for PowerWash Simulator - 5.0% complete with 5/100 achievements unlocked.

9 min

Portal 2

Steam achievements and progress for Portal 2 - 45.1% complete with 23/51 achievements unlocked.

6 min