A sane DSL for udev rulesan idea by mwilck Description |
AI for Uyuni Test Implementation Productivityan idea by jordimassaguerpla Description |
OIDC Loginproxya project by toe DescriptionReverse proxies can be a useful option to separate authentication logic from application logic. SUSE and openSUSE use "loginproxies" as an authentication layer in front of several services. |
User synchronization controlleran idea by kevinm DescriptionCurrently Rancher maintains a refresh token to synchronise user data between an upstream OIDC provider and the user. |
Support Loupedeck CT hardware on Linuxa project by MMoese DescriptionI have a Loupedeck CT but it really annoys me that this hardware is unsupported on Linux. I already started implementing some software support for this, and some basic interaction (input events to be precise) are already working. There is still quite some work to be done. |
consider xli necessitya project by pgajdos Descriptionxli is SUSE's own fork of XLoadImage |
Make my humble console collection more presentablea project by lpalovsky DescriptionThis year I decided to start collecting game consoles and currently they are just sitting on shelves. |
Add productcompose support to skippkg-findera project by mlin7442 Description |
Remove `flask_restx` dependency from masha project by amunoz Description |
New features in openqa-trigger-from-obs for openQAa project by jlausuch DescriptionImplement new features in openqa-trigger-from-obs to make xml more flexible. |
Better diff'ing experiencean idea by MSirringhaus DescriptionFor diff-ing directories, I usually like to use meld, but it struggles a lot with large trees. |
Add a machine-readable output to dmidecodea project by jdelvare DescriptionThere have been repeated requests for a machine-friendly dmidecode output over the last decade. During Hack Week 19, 5 years ago, I prepared the code to support alternative output formats, but didn't have the time to go further. Last year, Jiri Hnidek from Red Hat Linux posted a proof-of-concept implementation to add JSON output support. This is a fairly large pull request which needs to be carefully reviewed and tested. |
Research how LLMs could help to Linux developers and/or usersa project by anicka DescriptionLarge language models like ChatGPT have demonstrated remarkable capabilities across a variety of applications. However, their potential for enhancing the Linux development and user ecosystem remains largely unexplored. This project seeks to bridge that gap by researching practical applications of LLMs to improve workflows in areas such as backporting, packaging, log analysis, system migration, and more. By identifying patterns that LLMs can leverage, we aim to uncover new efficiencies and automation strategies that can benefit developers, maintainers, and end users alike. |
Bootstrap openSUSE on LoongArcha project by glaubitz Description |
Investigate the openQA installation process for IPMI and PowerVMan idea by rfan1 Description |
Work on kqlite (Lightweight remote SQLite with high availability and auto failover).a project by epenchev DescriptionContinue the work on kqlite (Lightweight remote SQLite with high availability and auto failover). |
Save pytorch models in OCI registriesa project by jguilhermevanz Description |
What can Container be used for and how they work -- learning sessiona project by berndschubert I am more or less completely new to K8s, but I'm interested in learning it. |
Build a GUI with Godota project by Servus007 DescriptionThe main goal is to discover Godot options not to build only games, but also creating GUI with it. |
Complete technical trainingsa project by cvidot DescriptionI would like to use Hack Week as an opportunity to improve my skills and get a better understanding of key topics that are essential for my daily tasks (advanced Linux administration, networking, QA principles, Perl/Bash scripting). |
Learn using LangChain/LangGraph to facilitate LLM application buildinga project by fanyadan DescriptionLearn how to apply LangChain or LangGraph into LLM application building |
SBK simulator enhancementsan idea by kieferchang Description |
Packaging Mu on OBSa project by joeyli DescriptionPackaging Microsoft Mu project |
using cargo-crev for plain git repos (no rust, no cargo crate)an idea by jzerebecki Description |
Uyuni developer-centric documentationan idea by deneb_alpha Description |
Git CI to automate the creation of product definitionan idea by gyribeiro DescriptionAutomate the creation of product definition |
Drag Race - comparative performance testing for pull requestsa project by balanza Description«Sophia, a backend developer, submitted a pull request with optimizations for a critical database query. Once she pushed her code, an automated load test ran, comparing her query against the main branch. Moments later, she saw a new comment automatically added to her PR: the comparison results showed reduced execution time and improved efficiency. Smiling, Sophia messaged her team, “Performance gains confirmed!”» |
Study SPDKa project by chinyahuang DescriptionThe SPDK is used for Longhorn v2 volumes. This project aims to explore the SPDK codebase to understand its functionality and architecture. |
Learn LLM agentsan idea by dsu Description |
Try to render Agama in a TUI browseran idea by ancorgs Description |
Evaluate possibility of using targetcli/tcmu_runner to implement tape library emulation, replacing mhvtlan idea by lee_duncan Description |
Explore procedural generationa project by jcronenberg DescriptionIn my free time I sometimes work on some games with godot. For one project I wanted to explore having a modern city procedurally generated. |
concierge: a distributed object capabilities based secret management tool implemented with Spritely Goblinsa project by gleidi DescriptionThe idea is to build a FOSS command line (for now) secrets management tool, you may have heard of SOPS or Hashicorp Vault, with Spritely Goblins. |
SUMA demo environemnta project by sbehlert DescriptionFor "show and tell" situations it's helpful to have a portable (set of) images available which contains SUMA Server as well as clients. The intend is to create something that can be used on a standard laptop, setup and updated before adding it to the machine, and easily be 'reset'. |
Creating Userspace Livepatching using GNU Compiler Infrastructurean idea by gbelinassi DescriptionLivepatching can be described as replacing a faulty, bugged function with another function that contains the fix for the problem. This process requires the livepatch developer to extract the code from the project in question (e.g. glibc, openssl) in such a way to create a single shared object file (.so) that can be loaded within all processes that uses such library. |
Setup Home Assistant on Pi4 and collect solar panel statsa project by emiura Setup a Home Assistant on Raspberry Pi4 and collect statistics from solar panel energy production |
SLEPerf containerizean idea by jerrytang SLEPerf containerize |
Harvester Optimizationa project by jyu Description |
Investigate rancher rke2 guest clusteran idea by cooper.tseng DescriptionInvestigate the flow of deploying rke2 guest cluster to Harvester. |
jigdo for imagesa project by epaolantonio Description |
Modularization and Modernization of cifs.ko for Enhanced SMB Protocol Supporta project by hcarvalho Creator: |
Learn obs/ibs sync toola project by xlai DescriptionOnce images/repo are built from IBS/OBS, there is a tool to sync the image from IBS/OBS to openqa asset directory and trigger openqa jobs accordingly. |
Setup a new openQA on more powerful serveran idea by JNa Description
|
Learn about OSB and contribute to `kustomize` and `k9s` packages to add ARM archa project by dpock DescriptionThere are already |
Contribute to terraform-provider-libvirta project by pinvernizzi Description |
How green are we? Power consumption & AIan idea by mhaefner Description |
Introducing "Bottles": A Proof of Concept for Multi-Version CRD Management in Kubernetesa project by aruiz Description |
Learn Rust by porting pvctrl.an idea by kallan DescriptionI have a Win32 command line utility that is written in C that I would like to port to Rust. |
Kondoizer 2.0an idea by epromislow Description |
Create an Android app for Syncthing as part of the Syncthing Tray projecta project by mkittler DescriptionThere's already an app but code/features already in Syncthing Tray could be reused to create a nicer app with additional features like managing ignore patterns more easily. The additional UI code for the app could then in turn be re-used by other parts of Syncthing Tray, e.g. to implement further steps in the wizard as requested by some users. This way one "UI wrapper codebase" could serve GNU/Linux, Windows and Android (and in theory MacOS) at the same time which is kind of neat. |