Published

All published posts

2588 posts latest post 2026-08-10 simple view
Publishing rhythm
Jul 2026 | 15 posts

daily 2026-08-10

Moving waylonwalker.com to the builder admin

1 min
Nvim Cap Installed
Installed a new nvim cap
Caps Review With Individual Key Override
caps review with individual key override
Comparing Depth Of Color In Esc Keys
Running some test prints on keycaps using some different fonts, the group on the left(top) was done first with .4mm depth and the right(bottom) was done with a 2mm depth, the colors came out much more vibrant without the black blending in.
Chicken Fried Rice In August
A banger home flat top cook of chicken fried rice.
Mid Print On A New Set Of Caps
The ledends were cut quite a bit deeper in this set I think the color is going to come out much more vibrant
First Set Of Caps Printed From Caps.waylonwalker.com
This first set of caps printed for real off my new https://caps.waylonwalker.com app came out really well, I can tell the legend cut is not deep enough and the two colors are mixing too much. I'm actually surprised at how much I like the thinner sets better than the thicker sets, I thought thicker would have done better prints.
Caps Got Good Adhesion
No raft straight on the bed with a .4mm sink into the plate stuck really well, none fell off mid print. I've strugged to get grids of caps to print well in the past.
First iteration of the caps app is working, I cannot believe it.
Blogging and blog setups Jack Baty's blog — posts, journal, notes. baty.net · baty.net [1] Damn this hits. I’m trying to change it up, but I’m far on the right. constantly greasing the pipeline and writing about it. or lately just not writing at all. [2] Shots fired from Rakhim [3] References: [1]: https://baty.net/notes/2026/08/blogging-and-blog-setups/ [2]: https://dropper.waylonwalker.com/api/file/43533900-fc9f-4dcb-842f-207d8154aa70.webp [3]: https://rakhim.org/honestly-undefined/19/
It Kept Printing Sideways
After a particularly tall print vibrations had moved my ams under the gantry of my bambu a1 so when it started its next print, it lifted it up, its safe, no printer was harmed, but this was a close call.
This was the biggest routing job I've done yet on the bosch colt, it really worked the motor. I ended up feeling like high speed was controlling its speed better and keeping it cooler, contrary to what I would think was right.

thinking about headlines

I updated [plaindown](https://waylonwalker.com/) to support _cool_ heading formats, and I'm digging it, markata you are next. Time to make the web weird again and really start writing more again. ![b7e0cda4-779c-4ffa-9865-1e1981fcb91b.webp](https://dropper.wayl.one/file/b7e0cda4-779c-4ffa-9865-1e1981fcb91b.webp) --- ## The code to make it ~~easy~~ ^**fun**^ to write Here's the `markdown` that wrote it followed by the output here. ``` md # Build **good places** for _interesting people_. ## Make room for ==the weird idea.== Some normal paragraph text between headings. ## Build a `personal web` that feels ^**yours**^. More ordinary prose. ## Follow the [~small~ web](https://waylonwalker.com), not the cr^owd^. ## Make a ~~perfect~~ memorable site. ## Leave space for ==**strange little ideas.**== ## Sometimes the ~~obvious answer~~ ==weird answer== is the interesting one. ## A **good theme** makes _quiet words_, `technical words`, and ==loud words== belong together. ## ==A...
- I really like the art style of this game. Love that someone is making something Hollow Knight like in their own style. The bosses though… oddly a little close to hollow knight characters. [1] Those flowers [2] How is this not one of the city guards References: [1]: https://dropper.waylonwalker.com/api/file/e13a0d9a-a012-49a9-b7ab-e3fb9c4d3e84.webp [2]: https://dropper.waylonwalker.com/api/file/f3366447-2474-40e5-b1bb-ac136464f70d.webp
- Interesting tangent here on sleep, Adam talks about jet lag and his experience taking abien to shift his sleep schedule. In his experience it helped fix the sleep schedule, but did nothing to change how he actually felt during that time of re orienting in a new drastically different time zone. He was reminded of all of the sleep studies they did on mythbusters and how they found that it did not matter so much how much “sleep” you got that lying there still and quiet was nearly as effective as sleeping. Knowing this will, like others mentioned, will greatly relieve the sleep pressure I feel on nights of restlessness.

Ping 66

Human say few word, machine make big wow
I Feel Called Out For Burning Things In The Oven
I Feel Called Out For Burning Things In The Oven
highlighter drawing
I made this highlighter drawing as a challenge with Ayla

Helix has got to have one of the easiest configurations. It is this easy to get the markata-go lsp in helix.

markata-go lsp setup --editor helix
# Helix languages.toml (usually ~/.config/helix/languages.toml)
[language-server.markata-go]
command = "markata-go"
args = ["lsp"]

[[language]]
name = "markdown"
language-servers = ["markata-go"]