GitHub Stars
GitHub stars posts
If you’re into interesting projects, don’t miss out on homelab-compose, created by Doomlab7.
A repository for the applications I run via docker-compose in my homelab
I recently discovered smallpond by deepseek-ai, and it’s truly impressive.
A lightweight data processing framework built on DuckDB and 3FS.
I think I’m getting really close to having a good workflow setup for using pyapp. Such an amazing project to allow developers to create applications in python without passing on the hassle of python and managing installs to the user.
Watching Wes fiddle through this with what a sane person would write in a normal day application and not applying the tricks for this kind of battle is how I feel when trying to do leetcode.
This is such a cool idea, I tend to not use laptops at all because they are so uncomfortable I just wait till I’m back at my desk. This solves two main issues I have with laptops, the posture to use them is shit, the keyboards that come on them is not what I want to use. I’ve solved the latter with my own custom keyboard.
Just starred system-upgrade-controller by rancher. It’s an exciting project with a lot to offer.
In your Kubernetes, upgrading your nodes
Just starred arcade by pythonarcade. It’s an exciting project with a lot to offer.
Easy to use Python library for creating 2D arcade games.
OpenTools is an index for mcp servers to work with new agentic workflows like roo code and windsurf.
I really like this idea for a homelab jbod. Hardware Haven builds out Just a Bunch Of Disks using some pretty affordable hardware and has up to 16 disks added to his homelab with the os having full access to use with zfs.
Nice overview to getting started in zmk
Check out tailscale and their project github-action.
A GitHub Action to connect your workflow to your Tailscale network.
I recently discovered kubevpn by kubenetworks, and it’s truly impressive.
KubeVPN offers a Cloud Native Dev Environment that connects to kubernetes cluster network.
I run tailwind for my personal blog, whenever I update it, pre-commit goes in and fixes end of file. I’m sick of these things fighting each other, since it is a generated app it is going to et ignored from pre-commit from now on.
Zuberios Mantic clamp, would ya look at it. This thing looks like a handy tool for soldering. Excited to give it a try.
Damn this looks good, I’ve been casually keeping my eye out for something like this for quite awhile, I think this will come in handy for keeb builds. Printing one out as I post this, damn I love 3d-printing.
Zach’s site looks sick colors are all on point, the fonts are so good. I really like the idea of a style-guide. I think I might be renaming my Sample post to style-guide now.
Astral uses just in CI, kinda cool to stumble into this setup in the wild.
run: just release-run ${{ secrets.GITHUB_TOKEN }} ${{ github.event.inputs.sha }} ${{ github.event.inputs.tag }}
And her is the accompanying justfile. you can see how it accepts arguments, and starts calling out to other just recipes.