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.
Publishing rhythm
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, more about that in the /colophon. The old version of this page embedded static SVGs from my Python Markata build. Those files are gone in the site, so this page now renders the yearly posting history directly from the current content set. Post Contributions All Time Monthly # Contribution Graph Error: Invalid JSON configuration Post Contributions in 2026 # Post Contributions in 2025 # Post Contributions in 2024 # Post Contributions in 2023 # 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 did not have the time to blog, so I added Thoughts on 7/22/2023 with this first thought. Notice the huge uptick that st…
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 I’ve never seen or needed to use a serversideapply in kubernetes before, but I ran into this same issue in my k3s homelab while installing cloudnative-pg. You can do it with argo and you can do it with kubectl
ublue-os has done a fantastic job with ucore. Highly recommend taking a look. An OCI base image of Fedora CoreOS with batteries included
Just starred bazzite by ublue-os. 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.
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 added these lines and rebuilt. And rebuild, which I actually do with ⭐ casey just, but showing the command here for clarity. WHY the applies # Before # After #
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"
Nerd Fonts - Iconic font aggregator, glyphs/icons collection, & fonts patcher Iconic font aggregator, collection, & patcher: 10,000+ glyph/icons, 70+ patched fonts: Hack, Source Code Pro, more. Popular glyph collections: Font Awesome, Octicons, Material Design Icons, and more Nerd Fonts · nerdfonts.com 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 managed by nvim-manager
snorlax by moonbeam-nyc is a game-changer in its space. Excited to see how it evolves. wake and sleep Kubernetes deployments on a schedule
I came across headlamp from kubernetes-sigs, and it’s packed with great features and ideas. A Kubernetes web UI that is fully-featured, user-friendly and extensible
Just starred headlamp by headlamp-k8s. It’s an exciting project with a lot to offer. A Kubernetes web UI that is fully-featured, user-friendly and extensible
If you’re into interesting projects, don’t miss out on gitui, created by gitui-org. Blazing 💥 fast terminal-ui for git written in rust 🦀
The work on gitui by extrawurst. Blazing 💥 fast terminal-ui for git written in rust 🦀
I recently noticed that my og 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 #
Here’s what they were looking like with broken emoji fonts.
After #
And now with the fixed emoji font.
I put thought bubbles on my thoughts posts and stars on my github stars posts
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 For my next drive upgrade in my homelab 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
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 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.
one2nc has done a fantastic job with cloudlens. Highly recommend taking a look. k9s like CLI for AWS and GCP
I like dlvhdr’s project gh-dash. A beautiful CLI dashboard for GitHub 🚀
I recently discovered kube-no-trouble by doitintl, and it’s truly impressive. Easily check your clusters for use of deprecated APIs
Check out dust by bootandy. It’s a well-crafted project with great potential. A more intuitive version of du in rust