Investigate ruby apis for jenkins and libvirtan idea by vmoravec And consider making use of them in QA infrastructure |
Get started with upstream work in ODL/OPNFVa project by mmnelemane The goals: - Learn enough Java fundamentals to understand OpenDaylight code |
orca: build OCI images from Dockerfilesa project by cyphar Currently the main complaint people have about OCI tooling is the lack of a transition from Docker to OCI. With umoci you have a lot of low-level image configuration abilities, and skopeo and runC cover the other major parts of the picture, but you need something to tie them together. |
Kubernetes + MLa project by mcounts I tried to work blockchain into this, just so we could cover the trifecta of buzz words. Sadly I could not maintain saintly and do this. |
|
Hamsta plugin: Tasks Distributed Scheduling Executionan idea by bwliu A series of tasks are automatically distributed on several machines. It can greatly reduce more running time than using just one machine. |
Emulate MEN FPGAs in Qemuan invention by morbidrsa For testing some of the upstream Linux drivers we maintain it is necessary to emulate the hardware as we're getting bug reports for the upstream drivers but have no chance to test fixes. |
Write some scripts to enhance testan idea by leli
|
Enhance the xmlformat.pl script with sentence-wrappingan idea by tbazant [comment]: # Wrapping text inside DocBook XML files after the sentence ends seems more useful than wrapping it at specified line length - for example diffs are more tidy. |
Simple time scale for active record modelsa project by digitaltomm |
Save pytorch models in OCI registriesa project by jguilhermevanz Description |
Investigate Improvements to patchtoolsa project by lee_duncan Description |
YaST Developer Happiness: Reboot the Documentationan invention by mvidner PLAN |
orr: openSUSE rvm replacementan idea by hennevogel
|
My own picture gallery using Flickr APIa project by mvancura Flickr provides not only a large space for photos but also nice features around, including tags and other metadata allowing sorting of photos by different criteria - but one is very limited in the design of something like "frontpage" of such galleries. The solution is to use 3rd party JS solutions using Flickr API, like nanogallery. |
Learn Kyber multiqueue I/O scheduleran idea by gqjiang There are some multiqueue I/O scheduler nowadays, such as bfq and kyber. And bfq is really complex (about 10K LOC)and error prone from my understanding, since kyber only has less than 1k LOC, it should be more easier and practical to read/play it in one week. |
|
ClusterMon Wrapper - Pacemaker Cluster Monitoring that customers can re-usean idea by roseswe |
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. |
XRechnung Viewer and Toolsa project by kfreitag |
Rancher/k8s Trouble-Makera project by tonyhansen |
Rancher Cluster Lifecycle Visualizeran idea by jferraz Description |
|
|
Hacking irc-gitter bridgea project by juliogonzalezgil GitLab provides a bridge to connect to Gitter using an IRC client. |
Speech Emotion Recognition with Python/MLan idea by vliaskovitis |
Create a graphic scene using Vulkan APIa project by jtorres |
Fine Tuning LLaMa2an invention by rtorrero |
Create object oriented API for perl's YAML::XS module, with YAML 1.2 Supporta project by tinita Description |
Chef Cookbook Attributes file documentation parsera project by iartarisi Write a tool to generate documentation (README.md) from chef cookbook attributes files including the comments that describe the attributes. The goal is to use this with the openstack chef cookbooks from https://github.com/stackforge/ and maybe integrate it the upstream Gerrit as a Jenkins job. |
Focus on web security for OpenSUSE projectsan invention by emanuelecappello Description |
Learning Gosu - 2D game development library (with ruby bindings)a project by digitaltomm Links: |
kCFI Releasea project by jmoreira kCFI is a tool that enables the compilation of commodity Operating Systems with Control-Flow Integrity protection. kCFI first prototype was developed/implemented during a PhD program held in the University of Campinas, in Brazil. Although fully functional, the tool remains in a very experimental shape, needing to be refactored prior to being released. |
Porting Moolticute App to openSUSEan idea by suntorytimed Porting Moolticute App to openSUSE |
Setup openQA environment on my desktopan idea by zoecao I will upgrade the system to Leap15.1 on my desktop and setup openQA environment. |
|
openSUSE Community Edition of Packtrackan idea by simotek DescriptionPacktrack is currently an internal tool used by the packaging team to collect information from multiple tools. While a public instance of packtrack running from public data would be more limited then the internal instance, we believe it would still be pretty useful for the openSUSE Community. |
Look into distrobox as a launcher of desktop and applications on ALPan idea by yfjiang Project Description |
KVM for Nvidia Jetson TK1a project by a_faerber The Nvidia Jetson TK1 is an SBC with Nvidia Tegra K1 SoC (quad-core Cortex-A15, 32-bit ARMv7). |
Turbulent Molecular Dynamics Simulations in Ca project by dwaas During hack week I will carry on the research I started to write my thesis. The work is called "Turbulence Driven Clustering in Nematic Active Particles" and will (hopefully) make it into a Physical Review Letters paper. |
investigate GTK4.0a project by qzhao I want to study GTK 4.0's new feature. |
QA Data Analysis Tool(Framework)a project by lzwang A frame work for automatically analysis the result of the performance test. The tool can be used manully as well as used throught openAPI. |
Study DBusa project by cxiong As DBus a main component in Linux user space, in this hackweek I plan to learn more about it. |
Try some funny Wireless Display Software for openSUSEa project by acho Steps: |
youdid: Time based Github project dashboardan idea by njones Get an overview of your activity on a particular Github project. |
openSUSE Kubic Get Startedan idea by zzhou Play with openSUSE Kubic, and explore the possibility to modernize our own engineering workflow. |
Implement something like Time Slider on Solarisa project by yudaike |
Gen-AI chatbots and test-automation of generated responsesa project by mdati Description |
Generate OSV Security Dataan invention by msmeissn Implement generation of OSV security data |
Experiment with no-mmu Linux (STM32F429I-DISCO)an invention by a_faerber A broad range of ARMv7-A boards have been enabled in openSUSE already. I would like to complement my experiences by bringing up Linux on an ARMv7-M board, the STM32F429I discovery board, featuring a Cortex-M4 and 8 MB SDRAM. |
Enlightenment systray improvementsa project by simotek The systray module hasn't been ported to the new gadgets system so the aim is to port it. |
ocfs2: use iomapan idea by goldwynr iomap is a way to map file blocks to the device. Many filesystems such as xfs, ext4 or gfs2, use this common code to perform buffered and direct I/O. The advantage would be smaller codebase in individual filesystem code (ocfs2), lesser defects and better maintainability. |
Customize and testing automation trying my openwrt image on x86 and raspberryan idea by zyuhu Hackweek 19 This project purpose are: |
OTPClient v2.6.0an invention by pstivanin Project Description |
Make tags markdownable on geekos.ioan invention by digitaltomm |
Testbusan invention by okir Create a framework for running tests distributed across a number of hosts. The goal is to be able to run tests for things like |
get a CNC Gcode generator to work on openSUSEa project by bmwiedemann My hobby project is about using Lego mindstorms to turn a lathe / turning machine into a CNC. |
Enlightenment openQA improvements + git build images.a project by simotek
|
Learn Go (language)an invention by vsistek I plan to learn Go, first by going through the official 'Tour of Go', then implementing simple caldav client to help me with work reports. |
Ansible install/management scripts for Pi based Fluxgate compass with Django GUIa project by cdevita The current kplex_monitor repo needs to be reorganized so that it can be installed from scratch on another PI using ansible |
Cloud rearrangement: VM migration path-findingan invention by aspiers There are several use cases where it's beneficial to be able to automatically rearrange VM instances in a cloud into a different |
Update Haskell ecosystem in Tumbleweed to GHC-9.10.xan invention by psimons Description |
Creating test suite using LLM on existing codebase of a solar routeran idea by fcrozat Description |
Rewrite zypprepo puppet modulea project by tampakrap The zypprepo was written around 3 years ago, and was based on the yumrepo built-in type/provider. Nowadays zypprepo misses a lot of functionality, which will be automatically inherited if it gets rewritten to be in sync with the current code of yumrepo (as also discussed in its issues #5 and #9). If time permits, solving issue #4 would be also really useful. |
Familiar with SUSE new released products (SUSE Cloud/Storage/Docker)a project by wanghaisu I want to use this week to familiar with the SUSE products that i don't have time/chance to participate. For instance, SUSE Cloud, SUSE storage, Docker etc... Just like the presentations in SUSEcon 2015 closing keynote. |
Build a tea candle housing from sugar cubesa project by bmwiedemann A nice project for enhancing the winter time: |
Study and try to improve live migration, esp. memory-copya project by fei_Shirley As live migration is widely used in many scenarios nowadays, spend one week time to study it and try to improve its efficiency, e.g. seamlessly migrate with less downgrading the guest. Another challenging part is memory migration, as it involves the dirty memory's detection, record and copy. |
Having a chat with the vacuum cleaneran invention by rhafer The vacuum cleaner from Ecovacs use XMPP (or at least something very similar to it) to communicate with their respective mobile apps. Based on the things available in https://github.com/wpietri/sucks and https://github.com/torbjornaxelsson/bumper I'd like to implement a small replacement for the server side to be able to run that on my local server. |
help clojure upstream with clj-common with some PR and contributionsa project by dmaiocchi Rationale: |
mikrolite - a cli to create lighweight Kubernetes clusters using microvmsan invention by rcase |
hack bundler-audita project by jordimassaguerpla bundler-audit is an open source that scans you Gemfile.lock (if you program with ruby) for known vulnerabilities. |
Make slenkins test happaya project by tian-feng Metadata project provides testsuites as a service. Slenkins test wants to use metadata but requires two new fields. I will add |
Study and card QEMU work flow.a project by XGWang0 During testing virtualization , I usually met some issue and can not position the issue location (host or guest), so I would like to deeply learn QEMU code, card the work flow, understand communication mechanism between host and guest. |
Play with kuberntesan idea by xlai Read k8s docs and try to play with it. |
Refresh the internal SUSE Manager maintenance documentationa project by deneb_alpha Project DescriptionWith this project I would like to refresh/update the confluence documentation describing how SUSE Manager maintenance works and how to process a SUSE Manager update round. |
Write a formula with forms for setting up a container registrya project by mcalmer |
Grub2: make it easy to select the default boot targetan idea by pmladek "grub2-once" allows to print a numbered list of available targets using --list option. It allows to select the boot target using the number. It would be great to add this functionality to the "grub2-set-default" command as well. |
Compatibilux (Game launcher for old and new games and applications)a project by fos There are several game launchers for Linux already (like Lutris or GR-lida), but none of them is focused on compatibility with old Linux games or other ancient native applications. At the same time it is getting more and more difficult to get those old applications to run on modern Linux distributions. |
Improved mhvtl package: fix the out-of-stream kernel driveran idea by lee_duncan The mhvtl tape library emulation package was originally based on the scsi_debug kernel driver, but has long since grown more complicated, with the mhvtl,ko kernel module now passing almost all SCSI commands to user-level daemons via a clunky device interface. It does this with an out-of-band driver, since the design is so bad it would never be accepted upstream. |
Rancher & Gardener: Stronger Togetheran idea by mlnoga Project Description |
Modernize SCC Customer Management and/or Patchfinderan invention by digitaltomm |
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. |
Learn Ruby and Ruby on Railsan invention by alarrosa The main goal is learning Ruby and enough Ruby on Rails to hack on the hackweek tool and fix (what seems to be) a simple issue like this . |
Let's play with RKE, Ansible and Libvirt!a project by ccamacho Project Description |
filesystem checking using symbolic executionan idea by jirislaby I already wrote a description and this shit ate it after I clicked create project (because "go home" overlapped). I won't write the long story second time, sorry. In short: symbolic execution on btrfs and input of death, that is. |
Learn more about Docker and Goan idea by mitiao Learn Docker and Go by reading book of the source code analysis of docker. |
Building Image with KIWIan idea by Jeffreycheung Well, we know that there are many tools in SUSE to build a image and one of them is KIWI. I would like to find time to study and build the image by KIWI during this hackweek. |
Play CAP on AWSa project by fanyadan Have a play with SUSE CAP on AWS during this hackweek. |
Enhance SUSE Manager + Rancher + K3s/RKE Automationa project by nbornstein Project Description |
Add Graphics Mode to WozManiaan invention by e_bischoff Project description |
Background Coding Agenta project by mmanno Description |
|
Deep learning/ AI topics (Continuation from HW 16)a project by arun_kant Planning to do some deep learning course sessions e.g. fastai , google ML crash course etc. Also try to understand common tools (tensorflow, jupyter notebook, numpy, pandas, pytorch) and practices e.g. Convoluation neutral nets, SGD used to solve learning problems. |
Improve GUI interface for FriCASa project by zcjia The current GUI of FriCAS is ancient and difficult to use. I plan to improve that by using modern GUI frameworks, at least to make a working proof-of-concept demo to show this idea works. |
Create container image as replacement to run Multi-Machine testsuite in openQAa project by bchou Purpose: |
Make sense and use of the current AI toolsa project by mbenes DescriptionStarting from the position where I understand the principles behind AI/LLM/ML much better than their practical use, the goal is to learn about the current tools and where they can help me improve my daily job/life and help my team better. There is not preset roadmap. I will see where it all gets me. |
Exploration and PoC of MCP (Model Context Protocol) with Playwrightan idea by abraham.arias Description |
Get started with QTa project by moskyto Learn QT and make something to try it. |
summarize debug methods of libvirtan idea by herbert0890 It's not easy to debug in libvirt. There are always many log output. So I want to summarize some debug methods of libvirt to make it an easy way. |
Rootless Containersan invention by cyphar In many cases, people want to start containers on a system where the administrator is not happy about granting privileges to users or installing any new software. For example, when I was a researcher and wanted to run Python 3 on a computing cluster it was not possible to get the administrator to install Docker or Python 3. |