jsuriano
Brazil
A CLI for Harvester
a project by mohamed.belgaied
Harvester does not officially come with a CLI tool, the user is supposed to interact with Harvester mostly through the UI. Though it is theoretically possible to use kubectl to interact with Harvester, the manipulation of Kubevirt YAML objects is absolutely not user friendly. Inspired by tools like multipass from Canonical to easily and rapidly create one of multiple VMs, I began the development of Harvester CLI. Currently, it works but Harvester CLI needs some love to be up-to-date with Harvester v1.0.2 and needs some bug fixes and improvements as well.
Cluster API Provider for Harvester
a project by rcase
Contribute to terraform-provider-libvirt
a project by pinvernizzi
Description
SUSE Health Check Tools
a project by roseswe
SUSE HC Tools Overview
Play with the userfaultfd(2) system call and download on demand using HTTP Range Requests with Golang
a project by rbranco
Description
Rewrite Distrobox in go (POC)
a project by fabriziosestito
Description
Rewriting Distrobox in Go.
Create a go module to wrap happy-compta.fr
a project by cbosdonnat
Description
HTTP API for nftables
an idea by crameleon
Background
Add support for todo.sr.ht to git-bug
an idea by mcepl
Description
I am a big fan of distributed issue tracking and the best (and possibly) only credible such issue tracker is now git-bug. It has bridges to another centralized issue trackers, so user can download (and modify) issues on GitHub, GitLab, Launchpad, Jira). I am also a fan of SourceHut, which has its own issue tracker, so I would like it bridge the two. Alas, I don’t know much about Go programming language (which the git-bug is written) and absolutely nothing about GraphQL (which todo.sr.ht uses for communication). AI to the rescue. I would like to vibe code (and eventually debug and make functional) bridge to the SourceHut issue tracker.
Help Create A Chat Control Resistant Turnkey Chatmail/Deltachat Relay Stack - Rootless Podman Compose, OpenSUSE BCI, Hardened, & SELinux
a project by 3nd5h1771fy
Description
terraform-provider-feilong
a project by e_bischoff
Project Description
Q2Boot - A handy QEMU VM launcher
a project by amanzini
Description
go-git: unlocking SHA256-based repository cloning ahead of git v3
a project by pgomes
Description
The go-git library implements the git internals in pure Go, so that any Go application can handle not only Git repositories, but also lower-level primitives (e.g. packfiles, idxfiles, etc) without needing to shell out to the git binary.
Create a Cloud-Native policy engine with notifying capabilities to optimize resource usage
a project by gbazzotti
Description
Updatecli Autodiscovery supporting WASM plugins
a project by olblak
Description
Rancher/k8s Trouble-Maker
a project by tonyhansen
Technical talks at universities
a project by agamez
Description
OpenPlatform Self-Service Portal
a project by tmuntan1
Description
The Agentic Rancher Experiment: Do Androids Dream of Electric Cattle?
a project by moio
Rancher is a beast of a codebase. Let's investigate if the new 2025 generation of GitHub Autonomous Coding Agents and Copilot Workspaces can actually tame it. 
Self-Scaling LLM Infrastructure Powered by Rancher
a project by ademicev0
Self-Scaling LLM Infrastructure Powered by Rancher

Preparing KubeVirtBMC for project transfer to the KubeVirt organization
a project by zchang
Description
Kubernetes-Based ML Lifecycle Automation
a project by lmiranda
Description
This project aims to build a complete end-to-end Machine Learning pipeline running entirely on Kubernetes, using Go, and containerized ML components.
Improve the picotm Transaction Manager
a project by tdz
Picotm is a system-level transaction manager. It provides transactional semantics to low-level C operations, such as
pudc - A PID 1 process that barks to the internet
a project by mssola
Description
Smart lighting with Pico 2
a project by jmodak
Description
I am trying to create a smart-lighting project with a Raspberry Pi Pico that reacts to a movie's visuals and audio that involves combining two distinct functions:
Testing and adding GNU/Linux distributions on Uyuni
a project by juliogonzalezgil
Join the Gitter channel! https://gitter.im/uyuni-project/hackweek
git-fs: file system representation of a git repository
a project by fgonzalez
Description
This project aims to create a Linux equivalent to the git/fs concept from git9. Now, I'm aware that git provides worktrees, but they are not enough for many use cases. Having a read-only representation of the whole repository simplifies scripting by quite a bit and, most importantly, reduces disk space usage. For instance, during kernel livepatching development, we need to process and analyze the source code of hundreds of kernel versions simultaneously.This is rather painful with git-worktrees, as each kernel branch requires no less than 1G of disk space.