-
Kelsey says several times in this interview, you donāt need kubernetes. If you are running one node you donāt need kubernetes. My question though is, would you use kubernetes? Ya I get it if you are a web developer, data scientist, backend dev, but if you are looking to bee a whole ass engineer, or infrastructure engineer, you know kubernetes, Should you use kubernetes on single node?
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
Models
Pydantic Docs Ā· docs.pydantic.dev [1]
I came accross from_attributes today it allows creation of pydantic models from objects such as a sqlalchemy Base Model or while nesting pydantic models. I believe in the past I have ran into some inconsistencies with nesting pydantic models and Iāll bet one had from_attributes set and another did not.
Arbitrary class instances¶
(Formerly known as āORM Modeā/from_orm).
Pydantic models can also be created from arbitrary class instances by reading the instance > attributes corresponding to the model field names. One common application of this functionality is integration with object-relational mappings (ORMs).
To do this, set the from_attributes config value to True (see the documentation on Configuration for more details).
The example here uses SQLAlchemy, but the same approach should work for any ORM.
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://docs.pydantic.dev/latest/concepts/models/#rebuilding-model-schema
[2]: /thoughts/
-
Dang strong stance that tmux and zellij should not exist. I really do get his point though. Theres a good number of terminal features I often miss out on because I run tmux. Its an app that runs apps, and doesnāt let all of the signals back to the host. But its fantastic at what it does, and brings so much to the table that the little bit of downside it brings is well worth it to me. The other thing missing in this discussion is that I can take my hotkeys and session workflow to any machine just by running tmux. I do not need to run a certain terminal, or install it headlessly on a server to get special features just for it.
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/
cold builds
Here are a list of some cold builds from my site. Iāve ran this site for a
long time and would like to have some references to go back to, and wish I had
kept a few profiles of cold builds laying around to compare with. The time is
now lets keep some cold build links around for reference.
[1]
01/27/2025 # [2]
- https://ec314b08.waylonwalker-com.pages.dev/_profile/ - 429s - markata==0.9.0.dev5 has md_video open cache on every post issue
- https://27f117fd.waylonwalker-com.pages.dev/_profile/ - 112s- markata==0.9.0.dev5 after fixing md_video issue
- https://e6b8f64a.waylonwalker-com.pages.dev/_profile/ - 16s - markata==0.9.0.dev5 1 post not skipped, this one
- https://10b778b4.waylonwalker-com.pages.dev/_profile/ - 5.65s - markata==0.9.0.dev5 fully hot cache build with no changes
References:
[1]: https://dropper.waylonwalker.com/api/file/cd8f9d96-948a-4e94-aa3d-2c352bb5657b.png
[2]: #01272025
pesos
Pesos is the act of Publish Elsewhere Syncicate to Own Site. It is an indieweb
concept that I recently started applying to my own site.
here does it skip again
Note
See <https://indieweb.org/PESOS> for more information, they have a ton of
information about the indieweb
In short it is the concept of pulling data from other sites that you use and
republishing it to your own site. This gives a single source of information
for you, and protection against sites and apis changing or rug pulling. Other
people might have a lot more use cases for this, but I already begin a lot of
my data right on my site.
GitHub stars # [1]
I am using the github api to get a list of my stars and then create posts in
the github repo for my blog. This allows me to keep track of things I star on
GitHub in my own way, and share them out with my rss feeds.
[2]
References:
[1]: #github-stars
[2]: https://dropper.waylonwalker.com/api/file/2380f814-a8cb-45d1-bb5b-538d171933e3.webp
Check out veekaybee [1] and their project gitfeed [2].
Feed of posts from Bluesky that have a GitHub link
References:
[1]: https://github.com/veekaybee
[2]: https://github.com/veekaybee/gitfeed
I came across llama.vim [1] from ggml-org [2], and itās packed with great features and ideas.
Vim plugin for LLM-assisted code/text completion
References:
[1]: https://github.com/ggml-org/llama.vim
[2]: https://github.com/ggml-org
hover z-index and positioning
I broke my sick wikilink hover [1] recently in a refactor, today I did some
diving in to figure out what happened.
Before # [2]
As you can see in the screenshot below, the link is in a list of links, and
when the hover image pops up it sits behind all of the other text. The z-index
of the list-item is supposed to be raised above the others on hover.
[3]
Manually setting z-index to 20 in the inspector I noticed this message from
devtools, āThe position: static property prevents z-index from having an
effect. Try setting position to something other than static.ā, looking back at
some of my refactoring I had relative in an old template and it was lost.
[4]
After # [5]
After properly setting position to relative on the list-item, the hover image
is raised above the others.
[6]
References:
[1]: /sick-wikilink-hover/
[2]: #before
[3]: https://dropper.waylonwalker.com/api/file/b3158b49-5c0f-4e52-b3e3-47ba67f5c801.webp
[4]: https://dropper.waylonwalker.com/api/file/1c7fb24c-b77d...
Top Python libraries of 2024
Dive into our 10th annual Python Libraries roundup for 2024, now featuring separate curated lists for General Use and AI / ML / Data tools. Discover this year's most innovative additions to the eco...
Tryolabs Ā· tryolabs.com [1]
Really good listicle of new modern top python libraries from 2024. Very well done article with images, links, and an actually quality listicle with many things Iāve never even heard of.
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://tryolabs.com/blog/top-python-libraries-2024
[2]: /thoughts/
[1]
Good overview of seaborn color palettes. They have all sorts of different types, some designed to purposfully give each color the same weight for catecorization. Some designd to give linear differences in value, some have a parabolic feel with a diverging nature.
Note
This post is a thought [2]. Itās a short note that I make
about someone elseās content online #thoughts
References:
[1]: /static/https://seaborn.pydata.org/tutorial/color_palettes.html
[2]: /thoughts/
analytics
Iāve been posting on this site since 2016, when layoffs were rolling through
the company I worked for at the time. Starting a personal blog and a pile of
side projects felt like one of the best things I could do for my resume, so off
I went. This site is built on markata [1], more about that in the
/colophon.
[2]
The old version of this page embedded static SVGs from my Python Markata build.
Those files are gone in the markata-go site, so this page now renders the
yearly posting history directly from the current content set.
Post Contributions All Time Monthly # [3]
Contribution Graph Error: Invalid JSON configuration
invalid character '%' looking for beginning of object key string
Post Contributions in 2026 # [4]
Post Contributions in 2025 # [5]
Post Contributions in 2024 # [6]
Post Contributions in 2023 # [7]
2023 was a very busy year for me and I started slowing down. About mid year I
felt like I had a lot that I wanted to get out, but felt like I couldnāt,
because I...
ublue-os [1] has done a fantastic job with ucore [2]. Highly recommend taking a look.
An OCI base image of Fedora CoreOS with batteries included
References:
[1]: https://github.com/ublue-os
[2]: https://github.com/ublue-os/ucore
Just starred bazzite [1] by ublue-os [2]. Itās an exciting project with a lot to offer.
Bazzite is a cloud native image built upon Fedora Atomic Desktops that brings the best of Linux gaming to all of your devices - including your favorite handheld.
References:
[1]: https://github.com/ublue-os/bazzite
[2]: https://github.com/ublue-os
poolers.postgresql.cnpg.io CRD metadata.annotations Too long Ā· Issue #325 Ā· cloudnative-pg/charts
Unable to deploy helm chart using ArgoCD. Getting following error Failed sync attempt to : one or more objects failed to apply, reason: CustomResourceDefinition.apiextensions.k8s.io "poolers.postgr...
GitHub Ā· github.com [1]
Iāve never seen or needed to use a serversideapply in kubernetes before, but I ran into this same issue in my k3s homelab [2] while installing cloudnative-pg.
You can do it with argo
apiVersion: argoproj.io/v1alpha1
kind: Application
spec:
syncPolicy:
syncOptions:
- ServerSideApply=true
and you can do it with kubectl
kubectl apply --server-side --force-conflicts -f cnpg-1.25.0.yaml
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://github.com/cloudnative-pg/charts/issues/325
[2]: /homelab/
[3]: /thoughts/
I fixed lists in my blog
A small improvement to my blog today. I was checking out my /now post and
noticed that lists have left padding but no discs or numbers. I popped open my
tailwind/app.css added these lines and rebuilt.
#post-body li {
@apply list-disc;
}
#post-body ol {
@apply list-decimal;
}
And rebuild, which I actually do with ā casey just [1], but showing the
command here for clarity.
npx tailwindcss --input tailwind/app.css --output static/app-39.css
WHY the applies # [2]
Before # [3]
[4]
After # [5]
[6]
References:
[1]: /casey-just/
[2]: #why-the-applies
[3]: #before
[4]: https://dropper.waylonwalker.com/api/file/5c48f763-5ef6-49b0-9e8f-5167ab046f05.webp
[5]: #after
[6]: https://dropper.waylonwalker.com/api/file/0cf1c5d9-0948-444f-9a6c-387d22b9db43.webp
I built out a tool for myself to manage my nvim configuration, and I wanted to
quickly see which one I am running in my starship prompt. Hereās the config I
ended up with. It warns if the NVIM_APPNAME environment variable is not set, and
it shows which nvim I am using if it is set.
[custom.nvim-manager-system]
when = '[[ ! -n "${NVIM_APPNAME}" ]]'
style = "bold yellow"
symbol = '[ī® ](fg:#15AABF)'
format = '$symbol[USING SYSTEM NVIM]($style)'
[env_var.NVIM_APPNAME]
style = "green"
symbol = '[ī® ](fg:#15AABF)'
format = '[$symbol${env_value}]($style)'
variable = "NVIM_APPNAME"
snorlax [1] by moonbeam-nyc [2] is a game-changer in its space. Excited to see how it evolves.
wake and sleep Kubernetes deployments on a schedule
References:
[1]: https://github.com/moonbeam-nyc/snorlax
[2]: https://github.com/moonbeam-nyc
I came across headlamp [1] from kubernetes-sigs [2], and itās packed with great features and ideas.
A Kubernetes web UI that is fully-featured, user-friendly and extensible
References:
[1]: https://github.com/kubernetes-sigs/headlamp
[2]: https://github.com/kubernetes-sigs
Just starred headlamp [1] by headlamp-k8s [2]. Itās an exciting project with a lot to offer.
A Kubernetes web UI that is fully-featured, user-friendly and extensible
References:
[1]: https://github.com/headlamp-k8s/headlamp
[2]: https://github.com/headlamp-k8s
If youāre into interesting projects, donāt miss out on gitui [1], created by gitui-org [2].
Blazing š„ fast terminal-ui for git [3] written in rust š¦
References:
[1]: https://github.com/gitui-org/gitui
[2]: https://github.com/gitui-org
[3]: /glossary/git/
The work on gitui [1] by extrawurst [2].
Blazing š„ fast terminal-ui for git [3] written in rust š¦
References:
[1]: https://github.com/extrawurst/gitui
[2]: https://github.com/extrawurst
[3]: /glossary/git/
Nerd Fonts - Iconic font aggregator, glyphs/icons collection, & fonts patcher
Iconic font aggregator, collection, & patcher: 9,000+ glyph/icons, 60+ patched fonts: Hack, Source Code Pro, more. Popular glyph collections: Font Awesome, Octicons, Material Design Icons, and more
Nerd Fonts Ā· nerdfonts.com [1]
Nerdfont cheatsheet is a fantastic way to copy paste icons into your shell. I just used it to juice up my starship prompt with my current $NVIM_APPNAME managed by nvim-manager [2]
[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://www.nerdfonts.com/cheat-sheet
[2]: /nvim-manager/
[3]: https://dropper.waylonwalker.com/api/file/3635351b-c006-4cff-8011-85c3b14bfc8f.webp
[4]: /thoughts/
I recently noticed that my og [1] images were missing emoji. They were taken using
headless chrome in a container. I fixed it by adding an emoji font in the
containerfile / dockerfile.
RUN apt-get update && apt-get install -y \
# Add fonts with emoji support
fonts-noto-color-emoji \
&& rm -rf /var/lib/apt/lists/*
Before # [2]
Hereās what they were looking like with broken emoji fonts.
[3]
After # [4]
And now with the fixed emoji font.
[5]
I put thought bubbles on my thoughts posts and stars on my github stars posts
References:
[1]: /og/
[2]: #before
[3]: https://dropper.waylonwalker.com/api/file/6e9060f2-0e15-4f22-88b6-b6ec5ddb34de.webp
[4]: #after
[5]: https://dropper.waylonwalker.com/api/file/8ed5e338-50c2-4130-8cce-549ecc802f01.webp
one2nc [1] has done a fantastic job with cloudlens [2]. Highly recommend taking a look.
k9s like CLI for AWS and GCP
References:
[1]: https://github.com/one2nc
[2]: https://github.com/one2nc/cloudlens
I like dlvhdrās [1] project gh-dash [2].
A beautiful CLI dashboard for GitHub š
References:
[1]: https://github.com/dlvhdr
[2]: https://github.com/dlvhdr/gh-dash
I recently discovered kube-no-trouble [1] by doitintl [2], and itās truly impressive.
Easily check your clusters for use of deprecated APIs
References:
[1]: https://github.com/doitintl/kube-no-trouble
[2]: https://github.com/doitintl
Manufacturer Recertified Drives | Enterprise Grade
Manufacturer Recertified enterprise drives work and look like new. Rebuilt by the manufacturer and quality tested to ensure they function as new, our recertified drives save on cost. Shop now!
ServerPartDeals.com Ā· serverpartdeals.com [1]
For my next drive upgrade in my homelab [2] I am gong to be using one of these factory recertified drives from serverpartdeals.com. Found them on an LTT video awhile back. They are some lightly used and recertified, fully burnt in drives.
Shop for drives that are certified once again by the manufacturer to work like new. Factory ReCertified drives are cost-effective alternatives compared to factory-sealed new counter parts. Additionally, unlike in mass production, the re-certification process involves closer attention to the overall operation of the hardware so that the re-certification will not have to happen a 2nd time
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://serverpartdeals.com/collections/manufacturer-recertified-drives
[2]: /homelab/
[3]: /thoughts/
GitHub - bootandy/dust: A more intuitive version of du in rust
A more intuitive version of du in rust. Contribute to bootandy/dust development by creating an account on GitHub.
GitHub Ā· github.com [1]
dust is one of my favorite rust rewrite tools. Its so useful for narrowing down file system bloat and cleaning up some disk space on your nearly full disks. It runs right in your terminal and gives you a nice bar graph on the top directories in use.
[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://github.com/bootandy/dust?tab=readme-ov-file
[2]: https://dropper.waylonwalker.com/api/file/31b206fd-d508-451e-ba96-860c5d8110d1.webp
[3]: /thoughts/
Check out dust [1] by bootandy [2]. Itās a well-crafted project with great potential.
A more intuitive version of du in rust
References:
[1]: https://github.com/bootandy/dust
[2]: https://github.com/bootandy
Keycloak
Keycloak - the open source identity and access management solution. Add single-sign-on and authentication to applications and secure services with minimum effort.
Keycloak Ā· keycloak.org [1]
Keycloak looks like an interesting way to setup sso. Itās part of the cncf so itās got a good backing. I want something better for argo workflows and this might be it. Iām curious what else I can tie into 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://www.keycloak.org/
[2]: /thoughts/
Iām impressed by mini.ai [1] from nvim-mini [2].
Neovim Lua plugin to extend and create a/i textobjects. Part of āmini.nvimā library.
References:
[1]: https://github.com/nvim-mini/mini.ai
[2]: https://github.com/nvim-mini
Check out echasnovski [1] and their project mini.ai [2].
Neovim Lua plugin to extend and create a/i textobjects. Part of āmini.nvimā library.
References:
[1]: https://github.com/echasnovski
[2]: https://github.com/echasnovski/mini.ai
-
Donāt stop learning! Stop trying because you have a doomer outlook on ai, llms, industry and think they are taking over. If you have no hope for the future, if you stop now you are cementing in that you will be no good and the ai will be better. Many, maybe most of us in this industry go here by hard work, long nights of learning, trying to solve problems that our job had. If llms take over then the world is going to be a whole lot different, it will be a world you cannot predict or plan for. For now put your head down and succeed in the world we have today.
TEEJ has some great thoughts on this whole sentiment, put this on for you morning walk or whatever you do.
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/
The work on swark [1] by swark-io [2].
Create architecture diagrams from code automatically using large language models (LLMs).
References:
[1]: https://github.com/swark-io/swark
[2]: https://github.com/swark-io
a night of rounds
Tonight my son and I played rounds, I pulled clips of all the final rounds of
each set of rounds. We play hardly any games with guns in them, this is one of
the few exceptions, it feels quite whimsical, fun, and strategic, and not at
all realistic or first person. The strategy part really brings me back to the
fps games I would play with friends in my teens.
Round 1 - Orange # [1]
I thought I had him on this one. I had this rare power up that allows me to
shot through walls. It came down to the very last round and he had too much
firepowerfor me.
Sorry, your browser doesn't support embedded videos.
Round 2 - Blue # [2]
The final round of round 2 was Super fast. I felt like I nerfed my homing
power up by adding fastball to it and it didnāt really home in anymore. What
made it so quick, I think he had glass cannon and I laid down two well placed
shots.
Sorry, your browser doesn't support embedded videos.
Round 3 - Orange # [3]
Round three he got some really good cards, but t...
wondercraft session one
My son and I are starting a new Minecraft server today called wondercraft.
setup # [1]
We are running a few mods on this server notably FTB Ultimine for less grindy
resource gathering, Sodium for shaders, and Universal Shops.
[2]
We are runninng on Minecraft 1.20.1, I think this is because it was the
latest supported by Universal Shops, its at least one major release old at this
point.
[3]
I grabbed a few shaders, the ones that you see in this post are rethinking
voxels.
[4]
spawn # [5]
We initially spawned in a plains biome near an acacia and forest biome. We
ended up going straight for the forest, only coming back for some sheep and
wheat seeds.
[6]
Night one Zombie fight # [7]
On the first night we had the obligitory zombie fight before getting beds and bases set.
[8]
Salmon Wrangler # [9]
I was the designated food provider. I setup a small wheat farm with about 64
seeds, then went out to hunt down some salmon for the immediate food need. I
ended up with about...
-
I like the charts that Theo brings to to these videos. Shout out for a positive k8s reference and not shitting on it.
[2]
Htmx brings html [3]/css just a bit further down the complexity graph with little to no extra effort, while react allows us to go all the way full complexity at the cost of build and dev complexity to go from zero to 100 as soon as its introduced.
[4]
htmx brings us back to the ease of jquery ajax without any complex swapping or json parsing, all of the object parsing and html templating is done in the backend, the front end just tracks where to put it. HTMX couples the frontend and backend much tigher, since all of the front end html is generated in the backend, done correctly it is not possible for the front end to get out of sync and try to do things that the back end does not know how to handle, vice versa.
[5]
Note
This post is a thought [6]. Itās a short note that I make
about someone elseās content online #thoughts
References:
[1]: /htmx/
[2]: https://dropper.waylonwalker.com/api/file/6b2d4ec0-98f2-4e58-8ab4-936b7356e7f4.webp
[3]: /html/
[4]: https://dropper.waylonwalker.com/api/file/71ac480a-4e45-4777-87eb-a9d2d8775cca.webp
[5]: https://...
Why I Write
Staff Software Engineer at GitHub specializing in developer productivity, AI-assisted development, and accessibility. Creator of The Balanced Engineer newsletter and co-host of the Overcommitted po...
Brittany Ellich Ā· brittanyellich.com [1]
Itās interesting how many people in tech maintain a blog. I think part of this brings us back to web 1.0 days when so many individual websites owned the web it was a free for all unindexed land and you got to own a small piece of it.
I agree with most of Brittanyās points here I write a lot to keep my skills sharp, and to refer back to. Brittany mentions keeping all her old posts, even the cringy ones. Iām all with you here, Iām just wodering how you look back at anything you wrote in the past and not get a bit of that feel, maybe its just me, but I see cringe and mistakes gallore, but it all makes me better moving forward.
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://brittanyellich.com/why-i-write/
[2]: /thoughts/
Availability
Staff Software Engineer at GitHub specializing in developer productivity, AI-assisted development, and accessibility. Creator of The Balanced Engineer newsletter and co-host of the Overcommitted po...
Brittany Ellich Ā· brittanyellich.com [1]
nice overview of availability measurements and what they really mean. The crazy world we live in today depends on so many things runnig, its also so hard to measure your uptime, The uptime metrics can mean a lot of different things. The site is up and accepting traffic, but can users make changes or submit orders, there is a lot more to it than just up or down. I really appreciate Brittanyās story from Nike nested in there.
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://brittanyellich.com/note/availability/
[2]: /thoughts/
nRF52840 Wireless Controller Development Board - kriscables
SuperMini nRF52840 Wireless Controller Development Board
kriscables - Custom Ergo Keyboards and Cables Ā· kriscables.com [1]
The SuperMini nrf52840 is a sick controller for building keyboards, affordable, easy to get, and compact. Bluetooth and wired setup just works in zmk. This page has a nice image of the pinout.
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://kriscables.com/supermini-nrf52840/
[2]: /thoughts/
nvim-manager
I recently built a cli application as a nearly-one-shot-app called
nvim-manager [1]. It manages your
nvim dotfiles install.
[2]
Why # [3]
How is nvim manager any better # [4]
nvim-manager allows you to install pinned versions of your dotfiles, your
friends dotfiles, and distros in ~/.config. This allows you to have stable
versions that will not break installed while you change things.
Iām sure most of us have experienced the pain of installing one plugin, only to
update all of your plugins and break something.
Or, you have small changes on every machine you use, because they are all just
a bit different and now you have big merge conflicts to deal with.
All of this aside you can install a distro to get you by, or a known working
version of your own dotfiles.
So all these versions in ~/.config # [5]
ya, thats the magic of NVIM_APPNAME, I can boot up any of these intalled
working versions in an instant with NVIM_APPNAME=nvim-waylonwalker-v0.0.1 nvim. I can still cowboy up an...
/now
This page is meant to be simple view into what is happening in my life right now. Inspired by @NowNowNow [1]. and Derek Sivers.
Last Update 2025-10-29
- Silksong has my attention, itās great
- Working on new features for dropper
- Vibe coding [2] sucks
- Images will soon be able to be resized and be more efficient over the network.
- Trying to branch out and add more than software to the blog. Things like design and 3d printing.
---
Last Update 2025-05-22 14:27:47
- Working on [[ninesui]]
- Working on [[krayt]]
- learning observability with grafana
- Fairly happy with markata [3], at the moment, less focus and some small fixes
- The blog is fully k8s, love the experience
- replacing Google apps with self hosted [4] apps [[replacing-google-search-apps-with-self-hosted-web-apps]]
- Doing a second run through hollow knight home row layout [5]
- Also second run of animal well
- put a pause on the thps gap project Posts tagged: thps-gaps [6]
- working on a split version...
one-shot-s3-cleanup
So I made a mistake in an app I am working on and ended up creating thumbnails
of thumbnails, and thumbnails of thumbnails of thumbnails⦠etc. I was able to
delete them all, but I wanted to make a one-shot script to do it.
[1]
One Shot App # [2]
I got the idea of the one shot app from Simon
Willison [3] and
replicated his setup in a chatgpt project
[4]
Initial Prompt # [5]
a mistake was made in my s3 bucket and I've created a bunch of extra files
write a script that deletes all files that contain _thumb_thumb
⬢ [devtainer] ⯠aws s3 ls s3://dropper
2024-12-29 14:32:32 16158 02271f4c-be18-4bea-b23e-d00f9fe42b9f.webp
2025-01-11 14:20:49 2878 02271f4c-be18-4bea-b23e-d00f9fe42b9f_thumb.webp
2025-01-11 14:21:17 2858 02271f4c-be18-4bea-b23e-d00f9fe42b9f_thumb_thumb.webp
2025-01-11 14:21:44 2856 02271f4c-be18-4bea-b23e-d00f9fe42b9f_thumb_thumb_thumb.webp
2025-01-11 14:21:44 2856 02271f4c-be18-4bea-b23e-d00f9fe42b9f_thumb_thumb_thumb_thumb.webp
2024-12-27 10:25:36 2812 06422c09-d0da...
Quick Start - kotaemon Docs
cinnamon.github.io [1]
interesting UI for RAG based workflows, i.e. chatting with your documents. It looks like it can run a number of models, feels like ollama with RAG and a nice web ui.
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://cinnamon.github.io/kotaemon/
[2]: /thoughts/
Bluesky is more like Twitter than X is
joelhooks.com [1]
Bluesky is almost excatly like twitter was when I joined years ago. Itās gone crazy lately bogged deep in politics, bots, and ads. Iāve seen like two scroll pages of ads in a row, its nuts. What I did not know before Joel pointed out here is that the feed I am looking at is my following feed, its only feed of people I follow in descending order. On bluesky you get to pick your feed!!! This feels like tweetdeck did back when we were able to run that. You could tune in search terms and save them it was glorious. Bluesky has some really interesting ones that you can use like popular with friends, only posts, my bangers, that have a pre defined algorithms.
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://joelhooks.com/bluesky
[2]: /thoughts/
-
This man is responsible for making gaming on linux what it is today. Such a heartfelt story to hear that reviving his dadās machine was at the core of what drove him to do what he has done for the wider gaming on linux community. Update on your schedule, remove all the tracking and bloatware, this is what drove him to start using linux before making it accessible for his Dad.
But really do update, this is not your 2002 PHP box, things need updated and regular updates help the process.
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/
Today I learned that the docs in postiz are a bit behind, (fantastic docs btw,
they are to the point, and cover almost all of what you need). The docs state
that you need to include an R2 bucket to handle uploads.
This issue [1] shows that
more work has been done, one of which is local storage. The compose
file [2] they use in the
quick start has the required env variables to set this up.
STORAGE_PROVIDER: "local"
UPLOAD_DIRECTORY: "/uploads"
NEXT_PUBLIC_UPLOAD_DIRECTORY: "/uploads"
looking into my running instance I can see my images there.
⬢ [devtainer] ⯠podman exec postiz ls /uploads/2025/01/09
811747b3f703f5d9a7f10aff5103412ff0.jpeg
a221db10a76f0c414171ab417379b09ec.jpeg
References:
[1]: https://github.com/gitroomhq/postiz-app/issues/322
[2]: https://docs.postiz.com/installation/docker-compose
we beat trailmakers
Today we broke through the atmosphere in trailmakers ready for pickup from
those back at mission conrol.
I havenāt posted a lot of gaming content to by blog, idk why, but I think I
am going to start, especially for the ones that are good memories with my
son.
Today we hit 100% of the required parts required to build the space ship and
leave the atmosphere of the planet that the story is set in. Trailmakers is a
game where you design and build your own vehicles. The campaign mode standed
is a story where you are in a high tech freighter ship that crash lands on a
distant planet. Your crew back home can come as far as the planet your on but
cannot break through the atmosphere. Your job is to collect all the wreckage
and gain all the parts required for a space ship build to take you out of the
atmosphere to meet them.
[1]
[2]
There were a couple really heavy salvages to gather up, this one is high in the
floating islands and is the cockpit fo the space ship.
[3]
I thought thi...
External Link
devcommunity.x.com [1]
Just tried using my twitter api key for the first time in quite awhile. Apps now need to be tied to projects in order to work. It looks like projects are where pricing comes into play. Thankfully they still give a free tier for doing small time things for myself. You can really see the effect that llms have on these things though as it is 5x more expensive to read posts than to make posts currently. Data is the new gold for these kind of companies.
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://devcommunity.x.com/t/v2-suddenly-getting-client-not-enrolled-today/195456
[2]: /thoughts/
GitHub - containers/podman-compose: a script to run docker-compose.yml using podman
a script to run docker-compose.yml using podman. Contribute to containers/podman-compose development by creating an account on GitHub.
GitHub Ā· github.com [1]
Wild that the podman-compose github readme calls out k3s as an alternative.
[2]
compose definitely has its place, especially for local development on a developers machine, its so much easier to stand up and get things like hot reload up and running smooth.
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://github.com/containers/podman-compose
[2]: https://dropper.waylonwalker.com/api/file/9326cd6f-3f27-4703-85fd-a3b16f7bdc92.webp
[3]: /thoughts/