-
Epic that this Joslin came back 7 years later to complete this. I thought el Toro was dead, aparantly not. Dude got robbed by a broke ass truck, this must have been eating his soul for the last 7 years.
Note
This post is a thought [1]. Itās a short note that I make
about someone elseās content online #thoughts
References:
[1]: /thoughts/
Archive
All published posts
2469 posts
latest post 2026-05-08
Publishing rhythm
Big W: A Family Tradition
A quick look into where we came from and what inspires us to do what it takes to build a solid reputation.
Big W Engineering Solutions Ā· bigwengineering.com [1]
I first met Adam in college, he seemed like quite a character on the outside, but was always quite smart and often leaned towards realistic solutions to problems rather than over complicating things. He was part of the SAE Formula car, well known for taking a simple problem and trying to turn it into a real formula one carbon fiber solution. I remember a period where he was a fan of old world blacksmithing as they would say at the time. He even got a few very simple and light parts on the car that were easy to make unlike the carbon fiber alternatives. By the time I was there he was more of a leader and did not do a lot of design on any whole system, but would take out class projects for a component or help with some hard problems. This company feels like it is a great extension of who he was a that time, with about 15 years of professional experience tacked on.
Note
This post is a thought [2]. Itās a short note that I make
about someone elseās content online #thoughts
References:
[1]: htt...
If youāre into interesting projects, donāt miss out on gittype [1], created by unhappychoice [2].
A CLI code-typing game that turns your source code into typing challenges
References:
[1]: https://github.com/unhappychoice/gittype
[2]: https://github.com/unhappychoice
zmk two hand hold down
I donāt know about you, but I donāt re-flash my keyboard enough to ever remember
where I put the bootloader. Sometimes its the last thing I think about in a
refactor and I end up cornering myself into a place where I cant get into that
layer anymore. Iāve started putting hardware switches on my newer builds, but
some older builds donāt have a hardware one, so it requires disassembly and
jumping the microcontroller. Even when I have one though, I gotta flip my
board over and its annoying sometimes, so I prefer to have a keystroke for it.
Two Hand hold down # [1]
What Iāve landed on recently is the idea of a two hand hold down combo for the
bootloader. These combos are ones that there is no way I can hit without
picking my hands up from their normal homerow position and pressing four keys
simultaneously with pointer and thumbs.
Here are some example layouts from keymap-editor [2]
[3]
40% layout - similar to corne
[4]
Here it is on my Sonās 3x5 macropad
[5]
Here it is on my 3x...
Why Make a Website in 2025
Inspired by
Jim [1] and
Dave [2]
Itās Fun # [3]
If itās not something that you enjoy, you might as well move on there are far
better ways to spend your time in 2025. Only the weirdos read this shit
anymore, the masses have long moved on to curated social media feeds, and on to
chatting with llms. I enjoy spending some time in the digital garden every
once in awhile tweaking templates, creating markata [4] plugins to do
interesting things. I enjoy expressing my thoughts, or at least shouting them
into the ether.
Iāll be the first to admit that I often go to an llm for first pass at many
things that I could look up in a guide or š² the docs.
I enjoy reading others # [5]
This year I have made extra effort to add more and more people into my
Reader [6]. I enjoy reading content from people I chose to follow and can
remove whenever I want. I enjoy reading actual human thoughts and not ai
generated content all day.
I even will create Thoughts [7] based on these posts that I find inter...
External Link
X (formerly Twitter) Ā· x.com [1]
Iāve never tried generated columns, but it is something that Iām interested in. It is nice to have things computed and in the database if you ever need to query on them. My brain is now churning with possibilities and quesions, does this work with Alembic? How does this compare to views?
[2]
Note
This post is a thought [3]. Itās a short note that I make
about someone elseās content online #thoughts
References:
[1]: https://x.com/MeetGor21/status/1967818642768470447
[2]: https://dropper.waylonwalker.com/api/file/2b763b3d-1709-47e6-a13d-bfec7baef47d.png
[3]: /thoughts/
I needed to display some hover text in a web app that I am using tailwind and
jinja on. It has no js, and no build other than the tailwind. I want this to
remain simple. Turns out
that you can use a span with a title attribute to get hover text in
HTML [1].
<p>
I needed to display some hover text in a web app that I am using tailwind and
jinja on. It has no js, and no build other than the tailwind. I want this to
remain <span style='cursor: help; color:yellow;' title='respective to the
python developer I am and the team it is used for'>simple</span>.
</p>
References:
[1]: /html/
-
3d-printing is so freaking cool. I love the idea that someone could get a hyperspecific tool to their needs for super cheap. Whether it works permanently or to try out one that you want to spend thousands of dollars on to have well done from some high end materials this is a great application.
Note
This post is a thought [1]. Itās a short note that I make
about someone elseās content online #thoughts
References:
[1]: /thoughts/
A New Chapter
In a recent turn of events, I find myself at a bit of a crossroads with an exciting new job on the horizon! In this post, I introduce myself and discuss my vision for the new blog.
Jesse Leite Ā· jesseleite.com [1]
Sub to this man. I met Jesse long ago as we both spoke at the same remote vim conf. He is into vim, weird keyboards, and medroid what more could you ask for. Now react and exlixer. I only know https://statamic.com/ through Jesse, they have the sickest branding ever. Now I will need to see what this savvycal [2] is about.
https://jesseleite.com/feed
Note
This post is a thought [3]. Itās a short note that I make
about someone elseās content online #thoughts
References:
[1]: https://jesseleite.com/2025/a-new-chapter
[2]: https://x.com/savvycal
[3]: /thoughts/
"Pacman is currently in use, please wait." / Pacman & Package Upgrade Issues / Arch Linux Forums
bbs.archlinux.org [1]
I ran into this issue today, never have I ever before though. Omarchy looking a bit sus on me. This was even after a fresh boot, no pacman process running. just realized I forgot to check yay which it has installed for me. I had to force it in.
sudo rm /var/lib/pacman/db.lck
Note
This post is a thought [2]. Itās a short note that I make
about someone elseās content online #thoughts
References:
[1]: https://bbs.archlinux.org/viewtopic.php?id=67729
[2]: /thoughts/
Today I learned how to use tar over ssh to save hours in file transfers. I
keep all of my projects in ~/git [1] (very creative I know, Iāve done it for years
and havenāt changed). I just swapped out my main desktop from bazzite to
hyprland, and wanted to get all of my projects back. Before killing my
bazzite install I moved everything over (16GB of many small files), it took
over 14 hours, maybe longer. I had started in the morning and just let it
churn.
This was not going to happen for re-seeding all of my projects on my new
system, I knew there had to be a better way, I looked at rsync, but for seeding
I ran into this tar over ssh technique and it only took me 6m51s to pull all of
my projects off of my remote server.
ssh [email protected] 'tar -C /tank/git -cpf - .' \
| tar -C "$HOME/git" -xpf -
References:
[1]: /glossary/git/
mmulet [1] has done a fantastic job with term.everything [2]. Highly recommend taking a look.
Run any GUI app in the terminalā
References:
[1]: https://github.com/mmulet
[2]: https://github.com/mmulet/term.everything
store
Iāve been 3d printing for years, and create a lot of my own designs. Many of
them are hyper specific to me, but for the ones that I think others might find
useful I will be putting up here for sale, you can buy prints that will show up
to your door in a few days. Iām leaning on the slant3d print farm so this
depends on your proximity to them. The prints are typically black petg, if you
would like a different color reach out to me and I will see what other options
we have, or for an additional fee I can print it myself and ship out
special colors.
These are all designs that I made and actually use myself, they bring me joy
knowing that I made just the thing that I wanted to exist and if you buy
something I hope that it brings you this joy as well.
Skateboard Wall Mount # [1]
Iāve used these skateboard wall mounts for years, I have 5 in my office
featuring new decks in the queue, and probably 10 in the garage to display used
decks, and fully assembled boards for me and my kids. I u...
-
When you fill all of your time with a bunch of other things, it becomes really hard to become a friendly person. Prime talked about trying to learn how to drop the hurry in his life, and how to not always be in a frenzy of going from one thing to the next. Itās something that puts us in a state that its hard to remember to be friendly. Hard to remember that theres always time for coffee [1].
I do my best to always leave time for coffee, whether at home with my wife and kids, as well as at work. I am in a very unique place at work where I have a rare set of skills for the industry I am in. This comes with a lot of people insterested in how to do things like running data pipelines or managing server infrastructure. I always take time for these conversations, I find them interesting, and useful. Sometimes you end up with someone who asks the same questions every 6 months, other times, you have someone flourish from these conversations. Iām not saying to take on work from every other team in the org, but giving 30 minutes to help mentor others can go a long ways.
Iām still not the best, I still get wrapped up in my own stuff just like prime calls out. I sometimes get frustrated...
Iāve been leaning on
lazy-self-installing-python-scripts [1]
more and more, but I did not realize how much tooling that
uv [2]
gives you to help manage your scripts.
uv init --script up
uv add --script up typer rich
uv remove --script up rich
sed -i '1i #!/usr/bin/env -S uv run --script' up
chmod +x up
./up
The result is a script that looks like this, its executable as what looks like
regular command in your shell.
#!/usr/bin/env -S uv run --script
# /// script
# requires-python = ">=3.13"
# dependencies = [
# "typer",
# ]
# ///
def main() -> None:
print("Hello from up!")
if __name__ == "__main__":
main()
References:
[1]: https://treyhunner.com/2024/12/lazy-self-installing-python-scripts-with-uv/
[2]: https://docs.astral.sh/uv/getting-started/installation/
External Link
X (formerly Twitter) Ā· x.com [1]
This is a really great animation of latency across different aws regions based on us-east-1.
Note
This post is a thought [2]. Itās a short note that I make
about someone elseās content online #thoughts
References:
[1]: https://x.com/BenjDicken/status/1963998076198105475
[2]: /thoughts/
Hollow Knight: Silksong is breaking Steam, Nintendoās eShop
Valve's usually stable platform struggles thanks in part to lack of pre-loading options.
Ars Technica Ā· arstechnica.com [1]
Only 1 hour into the release of silksong, and itās taken down all of the eshops, and steamdb dows 100K concurrent players. The Humble store ran out of steam keys for silksong already.
You guys better not break this thing before I get off work and My son gets home cause we are playing this tonight!!
I just Check steamDB [2], and they have 441K concurrent players right now. An Indie game! This shows when you treat your fans right and make something incredible they stand behind you.
Note
This post is a thought [3]. Itās a short note that I make
about someone elseās content online #thoughts
References:
[1]: https://arstechnica.com/gaming/2025/09/hollow-knight-silksong-is-breaking-steam/
[2]: https://steamdb.info/app/1030300/charts/
[3]: /thoughts/
Trump says: With this order, I am announcing āAmerica by Design,ā a national initiative to improve experiences for Americans, starting by breathing new life into the design of sites where peopl...
Chris Coyier Ā· chriscoyier.net [1]
Everything is becoming political these days! I hate it. I regularly hear a friend say these podcasts need to set the politics to the side, but you know what its fukin hard when the gov is upending every corner of life and rebranding it with their own new twist. The billionaire class is winning and it looks like there aināt a thing we can do about it. Hereās another example of someone taking head of an office they have no business being in. An entire set of working class folks let go for this guy to take over. And what does he want to do, make govt services as satisfying as apple. Apple is cutting edge, it is not something that is one bit sustainable. Their launch sites are generally super heavy, hard to scroll, slow, over animated, but damn they are satisfying the first time you scroll through them, after that just let me through.
Note
This post is a thought [2]. Itās a short note that I make
about someone elseās content online #thoughts
Referenc...
Home
Free online tools for people creating pixel art and other low-spec art.
Lospec Ā· lospec.com [1]
My son introduced me to lospec.com, It has a great set of color palettes and amazing pixel art inspiration. I particularly liked royal armoury [2] and of course Iām a bit partial to hollow [3].
Note
This post is a thought [4]. Itās a short note that I make
about someone elseās content online #thoughts
References:
[1]: https://lospec.com/
[2]: https://lospec.com/palette-list/royal-armoury
[3]: https://lospec.com/palette-list/hollow
[4]: /thoughts/
Justin Searls
@searls
GPT-5 + Codex is so fast that when I expressed suspicion that a script was returning too few results (via | wc -l), Codex corrected me that I should have passed --count instead. Sure enough, tā¦
justinā¤searlsā¤co Ā· justin.searls.co [1]
This is hilarious, the llm shames him for not utilizing the --count flag, THAT DIDNāT EXIST WHEN HE RAN THE CLI!
Note
This post is a thought [2]. Itās a short note that I make
about someone elseās content online #thoughts
References:
[1]: https://justin.searls.co/takes/2025-09-03-14h21m54s/
[2]: /thoughts/
Vibe code is legacy code
Updates and articles from the Val Town team
blog.val.town [1]
Brilliantly said. Vibe coding [2] is legacy code. Itās code that we forget exists. Code that no one touches, you replace it. If you touch it you are more likely to break it.
The worst possible situation is to have a non-programmer vibe code a large project that they intend to maintain. This would be the equivalent of giving a credit card to a child without first explaining the concept of debt.
As you can imagine, the first phase is ecstatic. I can wave this little piece of plastic in stores and take whatever I want! ā¦
Read more in the full post [1]
Note
This post is a thought [3]. Itās a short note that I make
about someone elseās content online #thoughts
References:
[1]: https://blog.val.town/vibe-code
[2]: /vibe-coding/
[3]: /thoughts/
When To Vibe Code
I enjoyed this post from Theo and think it deserves re-iterated, revisited, and
to remind myself of some of these things.
https://youtu.be/6TMPWvPG5GA?si=guQem4R8dLOMBntP&t=1356 [1]
The skill/read spectrum # [2]
[3]
The first diagram describes that there has become a spectrum of agentic coding
from vibe coding [4] where you donāt ready anything, to looking at everything in
detail, across a group of people who donāt have a clue what the code says to
people who could do it way better if they took the time.
The importance spectrum # [5]
He argues here that its ok to bounce between A,B, and D, but C becomes
dangerous. Iād argue that he brought up a 3rd spectrum that is important later
on, āhow critical is thisā. I think the I donāt know, donāt care, didnāt read,
but the thing did its job is quite fine, but donāt know, donāt care, mission
critical is the main issue we are seeing with agentic coding, primarily in the
didnāt read but critical Zone.
The Rules # [6]
This is the list...
Rich Pixels
Neat Python library by Darren Burns adding pixel image support to the Rich terminal library, using tricks to render an image using full or half-height colored blocks. Here's the key ā¦
Simon Willisonās Weblog Ā· simonwillison.net [1]
I saw this post from Simon and I had to give it a go and got some pretty good results. His script is a small cli wrapper around Darren Burnsās Rich Pixels [2]. It works well even through tmux, since there is no terminal magic, just unicode blocks.
[3]
[4]
[5]
Some not so good, and needed the terminal font size cranked up.
[6]
[7]
Note
This post is a thought [8]. Itās a short note that I make
about someone elseās content online #thoughts
References:
[1]: https://simonwillison.net/2025/Sep/2/rich-pixels/#atom-everything
[2]: https://github.com/darrenburns/rich-pixels
[3]: https://dropper.waylonwalker.com/api/file/024bf3e0-9c38-4c1e-ad5c-ed0156c9a99b.png
[4]: https://dropper.waylonwalker.com/api/file/4bf522eb-4207-4a23-b5d0-626cefc8bdca.png
[5]: https://dropper.waylonwalker.com/api/file/d061e85f-98cf-4b3c-871c-e01611022b44.png
[6]: https://dropper.waylonwalker.com/api/file/a532f113-185e-44ef-bcf8-30eed7e3f62a.png
[7]: https:/...
This one is one that Iāve been using quite often, I didāt have a hotkey for it,
I just used the rm shell command.
!!rm %<TAB><CR>
When you type !! from normal mode it will automatically put you in command
mode with .! pre-filled, then you just type rm and <TAB> to
auto-complete the current file name, and <CR> to execute the command.
:.!rm %<TAB><CR>
Making it better # [1]
The one quirk that I donāt like about this is that the buffer remains open
after deleting, and sometimes I forget to close it and end up re-creating it by
mistake when running :wall or :xall.
Create a DeleteFile command with vim command.
:command! DeleteFile execute "!rm %" | bdelete!
Create a DeleteFile command with lua.
vim.api.nvim_create_user_command(
'DeleteFile',
function()
-- Delete the current file from disk
vim.cmd('!rm %')
-- Close the buffer without saving
vim.cmd('bdelete!')
end,
{}
)
References:
[1]: #making-it-better
Keycap Cut Away
I was curious how/if my custom keycap design was hitting my switches. So I set
out to find out what the fitup inside of this assembly looks like, but not
theoretically, a fully sliced view into their fit up in the flesh.
The set up # [1]
To setup for this cut, I flooded the edge of a 2x4 with hot glue, and inserted
the cap such that the step was tangent with the edge. This way I could use the
edge as a guide to cut one side off and leave the stem in tact. I took a
handsaw to it and filed it smooth.
[2]
Removal was applying some isopropyl alcohol and it popped right off.
Results # [3]
Actually the results arenāt that interesting. I found that the pictures turned
out really good, but nothing was touching and it sits in the stem exactly as I
thought it did. I had a thought, what if the cap is not allowing the switch to
reach itās full travel, and had no way to know, but now I know.
[4]
Key Up
[5]
Key Down
References:
[1]: #the-set-up
[2]: https://dropper.waylonwalker.com/ap...
Knife Sharpener Small Upgrade
Iāve used this knife sharpener that I printed for a few years now. I thought
that it was based on the Russian designed TSPROF, but in looking through the
history it looks very similar to the USA Edge Pro Inc Apex designs that goes
back to the 1990ās. The angle isnāt quite holding like it used to. Iāve got a
lot of ideas for my own model, but for now Iām going to print some spacers to
help get repeatable angles.
[1]
setting the angle on my sharpener
[2]
Where I want to place a fixed height collar
16deg 31.5mm
17deg 34.8mm
18deg 38.0mm
19deg 40.6mm
20deg 43.8mm
21deg 47.4mm
22deg 50.2mm
23deg 52.0mm
24deg 54.3mm
so I may have went to the next level # [3]
30335f07-9cac-4e66-b908-f0e3cfbf7582.mp4 [4]
References:
[1]: https://dropper.waylonwalker.com/api/file/c587bfe8-e310-429d-a3fd-ee617670f6ef.jpg
[2]: https://dropper.waylonwalker.com/api/file/d09ababd-e1e3-4290-ac35-725181df89b7.jpg
[3]: #so-i-may-have-went-to-the-next-level
[4]: https://dropper.waylonwalker.com/api/file/30335f...