GitHub Stars

GitHub stars posts

1859 posts latest post 2026-05-24
Publishing rhythm
May 2026 | 23 posts
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/
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 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/