Snapshot Insight: Displaying Kernel & OS Info in Snapperan idea by lansuse DescriptionIn suse leap's grub menu, if I choose "Start bootloader from a read-only snapshot," I will see each snapshot's OS version and kernel version, but I cannot see this information using the snapper or btrfs commands. |
Smart-Home Reverse Engineering and Automationan idea by pstivanin DescriptionThis project focuses on expanding smart-home automation by reverse-engineering several closed systems, developing missing integrations, and unifying them into a fully automated Home Assistant environment. The work includes protocol analysis, custom API design, and deep automation logic, combined with improvements to monitoring and camera workflows. The outcome will be a coherent ecosystem with enhanced control, transparency, and automation for heating, circulation, security, and access systems. |
Mail client with mailing list workflow support in Rusta project by acervesato Description |
Dog Food Checker – Bash Script to Android Appan idea by Squinata Project Description / Overview: I have developed a Bash script that helps dog owners determine which foods are safe for their dogs to eat. The script currently takes a food item as input and returns whether it is safe, unsafe, or should be given in moderation. I have started creating an Android app that will provide a mobile-friendly interface for this functionality, making it easier for users to quickly check foods while on the go. |
Centralized Redfish Monitoring & Firmware Management for Intel Serversan idea by Squinata Project Overview: |
Smart lighting with Pico 2a project by jmodak DescriptionI 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: |
|
MLM - Rework BV pipeline and create personal BV pipelinean idea by maximenoel18 DescriptionLeverage the terraform functionalities to be able to deploy highly configurable Build Validation Pipeline. |
|
POC to store SUSE Observability topology in Clickhousea project by rbeckers DescriptionSUSE Observability pre-processes topology data during ingestion and stores it in its custom graph database. |
SUSE browser 3D arcade gamean idea by gleo Description |
Explore openQA MCP protocolan idea by pdostal DescriptionOur openQA now does support the MCP protocol. |
Can AI be used to pass our [litmos] trainings?a project by jbohac DescriptionI am an AI skeptic. |
Transactional Wrappera project by jsrain Some tools do not work in immutable / transactional system out-of-the-box (e.g. because they write to read-only part of the system) and need to be invoked via transactional-update. |
Balcony bird feeder with IP camera and image recognitiona project by opithart Description |
Weaver: Workflow Engine for Automating Various Executions and Routinesa project by srbaker Description |
|
Learn more about various AI toolsan idea by HvdHeuvel DescriptionLook at the various AI tools like n8n, Claude & others |
DNS management with DNSControla project by itorres Description |
ReFrame: Yet another Wayland remote desktop.a project by AZhou Description |
Learn how to use the Relm4 Rust GUI cratea project by xiaoguang_wang Relm4 is based on gtk4-rs and compatible with libadwaita. The gtk4-rs crate provides all the tools necessary to develop applications. Building on this foundation, Relm4 makes developing more idiomatic, simpler, and faster. |
Learn the modeling and case studies approach with spreadsheetsan idea by GraceWang DescriptionRead the book |
|
AI Workflowa project by xguo DescriptionIntroduction to AI Workflows |
Porting the Release Tool from Python to Goa project by gyribeiro DescriptionPort release tool from Python to Go to learn language features and industry best practices. The project prioritizes proper Go architecture (concurrency, interfaces, error handling) over direct translation, concluding with a performance benchmark comparison between the two implementations. |
|
|
Background Coding Agenta project by mmanno Description |
Home Assistant and 433.92 MHz Weather Stationsan idea by jarndt DescriptionIntegration of Home Assistant with weather stations using radio to emit weather data on 433.92 MHz. While some potential automation examples that can come out of this are highlighted, this project will not actually deal with those examples but rather with the integration between the weather station and Home Assistant. The idea is to use a radio USB dongle, the rtl-433 software, and an MQTT bus to facilitate the introduction of the metrics into Home Assistant. Home Assistant already has integration for consuming metrics off an MQTT bus. |
"what is it" file and directory analysis via MCP and local LLM, for console and KDEa project by rsimai DescriptionUsers sometimes wonder what files or directories they find on their local PC are good for. If they can't determine from the filename or metadata, there should an easy way to quickly analyze the content and at least guess the meaning. An LLM could help with that, through the use of a filesystem MCP and to-text-converters for typical file types. Ideally this is integrated into the desktop environment but works as well from a console. All data is processed locally or "on premise", no artifacts remain or leave the system. |
Create a go module to wrap happy-compta.fra project by cbosdonnat Description |
Integrate Kube-OVN BGP + ECMP/BFD HA routing to Harvester to deliver faster, more resilient overlay networking for VM workloads.an idea by rrajendran DescriptionIntegrate Kube-OVN’s BGP speaker and its L3 HA ECMP + BFD static route capabilities into the Harvester networking stack, to enhance Harvester’s network resilience, performance, and multi-path connectivity. This project will deploy and configure kube-ovn-speaker on Harvester nodes, annotate VM/subnet/network resources for BGP advertisement, and leverage custom VPCs with ECMP and BFD to provide highly available external gateway paths. |
Explore popular general AI tech and usage in performance testan idea by renxt0310 Description(Explore popular general AI tech and usage in performance test. |
|
MCP for SGa project by barendartchuk Description |
warewulf TPM based securityan idea by mslacken Description |
Kernel Fuzzing: Understanding Syzkaller and Coverage Improvementsa project by jpovoas DescriptionI want to set up a local kernel fuzzing environment using Syzkaller [0] to better understand its architecture. My focus will be on input mutation logic, subsystem modeling, and how coverage descriptions are currently structured. I'm particularly interested in rapidly evolving subsystems like io_uring and BPF to see where fuzzing descriptions might be incomplete or outdated. I'd like to write at least one custom syzlang definition to better understand the process and identify potential coverage improvements. |
Delve into Linux kernel maintenancea project by oleksiiorel DescriptionWhat does Linux kernel maintenance actually mean? How does SUSE kernel maintenance look like? |
|
Uyuni read-only replicaa project by cbosdonnat Description |
Take project management coursesa project by btat DescriptionEnroll in project management courses to learn about professional project management skills and apply them to daily work. |
SUSE Observability DX boosta project by aovechkin Description |
Explore/Research Harvester and YES Certificationa project by Jackman1 DescriptionSpend time looking into various options for "including" Harvester in YES Hardware Certification - testing Lenovo hardware systems in lab for power problems. |
Looking at Rust if it could be an interesting programming languagea project by jsmeix Get some basic understanding of Rust security related features from a general point of view. |
Liz - Prompt autocompletea project by ftorchia DescriptionLiz is the Rancher AI assistant for cluster operations. |
CameraCapa project by dmair A linux c++, Qt based v4l2 camera periodic still frame capture app with motion detection. |
|
WASM in Rancher Dashboarda project by prak DescriptionAn exploration of loading and running WASM code in Rancher Dashboard. |
Learn about Kernel Live Patchinga project by anicka DescriptionThis Hack Week project is to gain practical experience in the source-based Linux kernel live patching workflow, using the tooling and processes described by the Live Patching team. The goal is to successfully create a simple live patch by following the end-to-end development cycle. |
Play with different AI stuffa project by aginies Descriptionthere is a lot of stuff to explore, client, LLM and other intersting stuff. |