Replicate - Run AI with an API
Run open-source machine learning models with a cloud API
replicate.com [1]
This is so easy compared to self hosting stable diffusion yourself. It even has a nice api that you can hit with curl or python. The pricing seems competitive as well. Bookmarking this to try next time I need something like it.
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://replicate.com/
[2]: /thoughts/
Published
All published posts
2493 posts
latest post 2026-05-11
Publishing rhythm
How to Deliver Code Every Day
I recently calculated that I merge 0.8 pull requests every day into my team repo. āHow to Deliver Code Every 0.8 Daysā didnāt sing, so letās say I merge about one PR every day, delivering o...
Jake Worth Ā· jakeworth.com [1]
Great set of tips here!
No waiting. No āwaiting until tomorrowā or āItās Friday, letās wait until Mondayā to deploy. If your deploys are so slow that deploying an hour before the end of the day is a risk, thatās a separate problem. If youāre afraid of a Friday deploy, your system is too brittle, or you donāt have foolproof rollback procedures, or you donāt have people you trust on call to resolve it. Each of these is a problem that you can fix.
This one I find interesting I think there are some industries where customers come in large waves over the weekend, and a weekend bug can not only ruin someones day off, take longer to fix, but also cost a lot of money.
Not deploying on Friday is totally what that team should be doing.
Most of us are not that team. Most of us work on small teams supporting some sort of product that Should be able to be tested and rolled back. I completely agree with Jake here, if your not willing to...
You Have to Get Fast to Get Good at Programming
Great programmers arenāt fast because theyāre great. Theyāre great because theyāre fast.
Jake Worth Ā· jakeworth.com [1]
Be Fast, Practice, Hone your craft. Thereās a lot to be said here about honing your craft for editing text, picking up a few extra WPM, learning vim shortcuts.
Also just build shit. The more you build new and different things the more not only your text editing will just roll out, your skills to see patterns in code and architecture will flourish.
Read their bios, and the answer is always no. They loved to play, sure. They had some base talent, typically. But they also invested an absurd amount of time into that skill set.
This! is actually what turned me on to Post Malone. I remember hearing his story in how he was just known as the guy with a guitar because he was always playing it between class and everything.
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://www.jakeworth.com/posts/be-fast/
[2]: /thoughts/
Refactoring one line links into wikilinks
Previously I had setup a feature of my website to expand one line links into a
card. This was not a standard, even to the point that some formatters wrap the
links with , thus breaking my custom plugin. Moving to the
wikilink standard will allow my markdown posts to work accross more site
builders without custom integrations.
Expand One Line Links [1]
What is a wikilink # [2]
Wikilinks are standard to a lot of wikis written in markdown.
markdown-it-wikilinks [3]
The wikilink syntax is a slug wrapped in double square brackets.
[[ slug ]]
Marksman lsp will even autocomplete these for you, its pretty sweet.
Note
I recently implemented hover for wikilinks and and am pretty stoked about the
result. Check this one out sick wikilink hover [4].
Vim Quickfix # [5]
You could use vimgrep to fill your quickfix list will all of the one line links
but I am less familiar with vimgrep and kept missing posts for some reason, I
think it was something in my file glob missing some directori...
about this site
I registered waylonwalker.com and started making content for it in 2017 after a
big industry downturn in 2016 that left me scared for what would happen if I
were laid off. The company I was working for at the time did itās first major
downsizing in history sending many really good engineers out to look for new
opportunities in a world flooded with many in the same situation. This was
very similar to what happened to the tech industry in 2024.
This was very similar to what happened to the tech industry in 2024.
See Waylon Walker [1] for more about me.
What is this site? # [2]
- Itās a blog
- Digital Garden
- Learn in public
- TIL
- portfolio
- my personal corner of the internet
Itās [NOT]{.text-red-500 .text-6xl .font-bold} Perfect # [3]
- There will be mistakes
- I will learn
- Grammar will be fine, but never perfect
- Code will run on my machine, but not guaranteed to be perfect
- There will be days when the whole site is broken
It started as a blog # [4]
This site...
Just starred eol-dr [1] by pypeaday [2]. Itās an exciting project with a lot to offer.
A crowd-sourced guide to help techs help their non-tech spouses / partners / parents / kids when we are at the end-of-life
References:
[1]: https://github.com/pypeaday/eol-dr
[2]: https://github.com/pypeaday
sick wikilink hover
Today I set up some sick wikilink hover effects using tailwind see A Case For Tailwindcss [1]. When you hover over them they show an image preview
of the link that you are going to. I cant find where I have seen this but it
comes from some docs sites.
Iāll finish this article later, just excited to see it up.
References:
[1]: /a-case-for-tailwindcss/
External Link
X (formerly Twitter) Ā· x.com [1]
This one is too funny. opening a sixel image in the terminal when logging into prod.
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/Zellij_dev/status/1574675207935107072
[2]: /thoughts/
text-decoration-line - Typography
Utilities for controlling the decoration of text.
tailwindcss.com [1]
Tailwind calls strikethrough line-through. This caught me off guard and took me a minute to find.
Control how text is decorated with the underline, no-underline, and line-through utilities.
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://tailwindcss.com/docs/text-decoration
[2]: /thoughts/
Digital Gardening for Non-Technical Folks
How to build a digital garden without touching code
maggieappleton.com [1]
Maggie is a fantastic proponent to the digital gardening movement. In this article she proposes 3 ways for someone to start their own digital garden with low friction and no code.
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://maggieappleton.com/nontechnical-gardening
[2]: /thoughts/
We have a right to repair! with Kyle Wiens, Founder and CEO at iFixit (Changelog Interviews #582)
This week Adam went solo ā talking to Kyle Wiens, Founder and CEO at iFixit, about all things Right to Repair. They discussed the latest win here in the US with Oregon passing an electronics Righ...
Changelog Ā· changelog.com [1]
This is one of my favorite changelog episodes of all time. I had no idea all the work that has gone into the right to repair and ifixit. They talk a lot about apple and its trend to be less repairable from unservicable air pods to serialized components within iphone.
A lot of legal talk that was far more interesting that I thought it would be. Recently winning the right to repair case against John Deere, and creating repairability scores for devices to be placed in stores like energy guide is.
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://changelog.com/podcast/582
[2]: /thoughts/
markata
This post is a work in progress.
Markata is the static site generator that I created to build my website about this site [1]. I built it for me and I enjoy using it. I know everying
it can do and I can extend it to do more easily. I have set it up for some
friends to also use it and am proud that it helps them publish their content.
Itās a meme to create your own static site generator to make your website. Yes
its funny, I donāt recommend it if your not ready for the level of work that
comes with it, but at the end of the day itās very rewarding and a great way to
learn.
Static Sites were all the rage # [2]
JAMStack was š„
Gatsby and Next.js hit the scene as the next generation of static site builders
and were getting big around the time I started building my site in 2017. They
were based on react. I dove into react and learned it enough to build my
website, but I really lacked the depth of knowledge in the js ecosystem to
really work on it effectively. For instance when it got ...
my linked in work history
My linked in work history is empty. I made up a position about content
developer that tracks how long Iāve been blogging. I think i did this because
LinkedIn requires it. Either way this is public knowledge and fine sharing.
Social Engineering # [1]
If you have taken any security class for your job seriously you have already
been told not to share your work with most companies to the public, this is
private information that only opens you up for social engineering attacks
against that company.
I care about privacy and security # [2]
I care about the security of these companies I work for and their reputation,
so I refuse to publically share it.
Need to know # [3]
If somehow you need to know where I work itās my choice to tell you. I donāt
need to advertise to every social engineering hacker where I work on the
platform that they go to get that information from.
References:
[1]: #social-engineering
[2]: #i-care-about-privacy-and-security
[3]: #need-to-know
Your LinkedIn is Garbage
Your linkedin link sits at the top of your resume, its one of the first things
I see when I open your resume, but yet it gives me no more information that the
damn resume you sent me.
Save that space on your resume for something useful.
So you want that /in/me on your resume # [1]
Fine if you want it on your resume make it actually useful for someone reading
your resume.
Actually post something # [2]
If I am reading resumeās and I actually take the time to look at your linkedin
I want to see you post something. Take a side, make an opinion and post it.
Learn something new, make a post about it. If you have a blog and you make a
good post share it there.
Your work history belongs on your resume # [3]
Any security 101 tells you that you should not share your work history on
linked in. You should not share photos of you at your workplace that include
sensitive information such as your badge.
Your work history on LinkedIn is for hackers to steal and use for social
engineering.
...
Try Out the Latest Linux Gnome DE With DistroBox
Discover a step-by-step guide to installing and experiencing the latest Linux Gnome desktop environment with DistroBox.
Linux TLDR Ā· linuxtldr.com [1]
Get gnome running in distrobox.
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://linuxtldr.com/gnome-de-in-distrobox/
[2]: /thoughts/
STLGears.com
The Free STL Gear Designer For 3D Printing
stlgears.com [1]
This is a pretty nice gear generator. I printed a few gears today and it worked great so far.
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://www.stlgears.com/generators/3dprint
[2]: /thoughts/
GitHub - eraser-dev/eraser: š§¹ Cleaning up images from Kubernetes nodes
š§¹ Cleaning up images from Kubernetes nodes. Contribute to eraser-dev/eraser development by creating an account on GitHub.
GitHub Ā· github.com [1]
This is kinda sick, its a tool to clean up container images in a k8s cluster.
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://github.com/eraser-dev/eraser?tab=readme-ov-file
[2]: /thoughts/
I recently discovered eraser [1] by eraser-dev [2], and itās truly impressive.
š§¹ Cleaning up images from Kubernetes nodes
References:
[1]: https://github.com/eraser-dev/eraser
[2]: https://github.com/eraser-dev
Distrobox
Use any linux distribution inside your terminal.
distrobox.it [1]
distrobox gives you distrobox-host-exec to run commands on the host. This is handy to get access to host level clis that you probably wouldnāt want to run from the container like podman, docker, flatpak.
DESCRIPTION
distrobox-host-exec lets one execute command on the host, while inside of a container.
Under the hood, distrobox-host-exec uses host-spawn a project that lets us execute commands back on the host. If the tool is not found the user will be prompted to install it.
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://distrobox.it/usage/distrobox-host-exec/
[2]: /thoughts/
Are We Anti-Cheat Yet?
areweanticheatyet.com [1]
A comprehensive community built index of anti-cheat support for linux very similar to proton, but specific to anticheat support.
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://areweanticheatyet.com/
[2]: /thoughts/