Small healthcheck tool for Longhorna project by mbrookhuis Project DescriptionWe have often problems (e.g. pods not starting) that are related to Longhorn. In several cases the cause could be as simple as overcommitting the available diskspace. To check this, you have to login to Rancher, select the correct K8S cluster, go to Longhorn and then click through the menus. It would be much simpler if there is simple tool, you can run on the CLI that provides the information. Also it should list if the PVC status. |
Calendar TUI with GCal supporta project by malikirri Project DescriptionDue to lack of good and simple TUI applications for calendars, there's a need to create one. |
Update my own python audio and video time-lapse and motion capture apps and publisha project by dmair Project DescriptionMany years ago, in my own time, I wrote a Qt python application to periodically capture frames from a V4L2 video device (e.g. a webcam) and used it to create daily weather timelapse videos from windows at my home. I have maintained it at home in my own time and this year have added motion detection making it a functional video security tool but with no guarantees. I also wrote a linux audio monitoring app in python using Qt in my own time that captures live signal strength along with 24 hour history of audio signal level/range and audio spectrum. I recently added background noise filtering to the app. In due course I aim to include voice detection, currently I'm assuming via Google's public audio interface. Neither of these is a professional home security app but between them they permit a user to freely monitor video and audio data from a home in a manageable way. Both projects are on github but out-of-date with personal work, I would like to organize and update the github versions of these projects. |
FizzBuzz OSa project by mssola Project DescriptionFizzBuzz OS (or just |
Make rke2 selinux rpm that works with tarball installsan idea by frugiano Project DescriptionCurrently we have selinux policies for rke2 and rancher that are deployed using rpms. Unfortunately these policies only support the rpm installation of rke2 and not the tarball version that is used for airgapped or by Rancher when it installs downstream clusters. |
Framework laptop integrationa project by nkrapp Project DescriptionAlthough openSUSE does run on the Framework laptops out-of-the-box, there is still room to improve the experience. The ultimate goal is to get openSUSE on the list of community supported distros |
Kanidm: A safe and modern IDM systeman idea by firstyear Kanidm is an IDM system written in Rust for modern systems authentication. The github repo has a detailed "getting started" on the readme. Kanidm Github |
New openSUSE-welcomea project by lkocman Project DescriptionLet's revisit our existing openSUSE welcome app. |
Enhance remote and in office social relationshipa project by baldarn Project DescriptionAfter the 2019 covid pandemic, remote and hybrid work has started to become more and more popular. The main drowback of working remotely are social relationship with coworkers. Let's try to improve this, and maybe, also offer a solution for other companies! |
SUSE Prague claw machinea project by anstalker Project DescriptionThe idea is to build a claw machine similar to e.g. this one: |
WanderTracean idea by aporta Project DescriptionThis project aims at exploring novel ways of doing (light) kernel trace/debugging |
D-Bus Translatoran idea by mvidner Project DescriptionFor D-Bus there are several command-line tools that differ in usability |
Nodes Overviewan idea by lrangasamy Project DescriptionA simple application to have an overview of the hosts from a given inventory and see its availability status. |
k8s deployment in KVM / VMware via Terraform and Kubesprayan idea by pdostal Project Description
|
Create language model based on Uyuni documentationan idea by nadvornik Project DescriptionThe goal is to have a language model, that is able to answer technical questions |
Avahi Integration and Network Connectiona project by vojha Avahi Integration and Network ConnectionProject Description |
Protestware - Ethical Considerations of Protest within Opensouce Software Communitiesan idea by etchubykalo Project DescriptionProtest in an important element of free speech. |
Philosophy of Computer Science (in short 'PhoCS' or phonetically 'Fox')a project by awh Project Description'Philosophy of Computer Science' (in short 'PhoCS' or phonetically 'Fox') |
Integration weather sensors on my Allsky camera - raspberry projectan idea by martinsmac Project DescriptionAdd weather station sensors using a Raspberry 3b+ using only Python scripts. |
COOTWbota project by ngetahun Project DescriptionAt SCC, we have a rotating task of COOTW (Commanding Office of the Week). This task involves responding to customer requests from jira and slack help channels, monitoring production systems and doing small chores. Usually, we have documentation to help the COOTW answer questions and quickly find fixes. Most of these are distributed across github, trello and SUSE Support documentation. The aim of this project is to explore the magic of LLMs and create a conversational bot. |
Split initramfs supporta project by ismaell Project DescriptionMany |
solar monitor (part 2)an idea by npower Project DescriptionLast hackweek I worked on a solar monitor for our solar installation detail are here. At the time I didn't have a device to load it on but eventually I got a hold of a raspberry pi (and screen). I ended up building yast for it and got it working. Unfortunately I couldn't get the touch screen to work for it with tumbleweed on pi so I ended up using the debian based raspberry pi OS. This works pretty well except for an annoying wrinkle, it seems a long running yast (using our yast python bindings) ui app burns memory and it ends freezing the raspberry pi nearly once a day so now I have a cron job to kill the X server twice a day (just to be sure) so that the monitor UI is restarted. This is probably the most serious issue (and really I suppose needs attention as it affects anything else using the yast python bindings). There are other issues (and bugs) with the solar monitor that I haven't had a chance to investigate that I would love to work on over hack week |
Delve into softweare-o-oa project by mlin7442 Project Descriptionsoftware.opensuse.org is a web-service part of openSUSE project which give users can search and download RPM packages from openSUSE Build Service, it has capability to mark package is released from the official distributions as a official release package, or get the package from a unsupported project, like EOL'ed distribution and/or user's personal project. I'd like dig into software-o-o source code, try to fix some known issues, like the search result from Leap 15.5 and Leap 15.4 official project has not recognized to be an official release package and are listed in unsupported projects. |
A frameblending filter for OBS Studio well-suited to do game streaminga project by mschreiner Project DescriptionTo experiment and possibly implement a filter for OBS studio, with a focus on doing frame interpolation, while lowering the output's target FPS. |
Support for OVA build in OBS and better support for vmdk disks in kiwia project by gmoro Project DescriptionImplement support for OVA as output for kiwi build in OBS using hooks and open-vmdk |
Embedding a Next.Js React application into Go binarya project by jsantos Project DescriptionGoal for this Hackweek |
Network Throughput Analyzer Tool with Grafana Integrationan idea by sushilhiremath Project DescriptionDevelop simple yet powerful Python-based tool for monitoring and analyzing network throughput on a Linux system. This project leverages the capabilities of Python and standard Linux networking tools to provide insights into network bandwidth utilization and help users understand how their network interfaces are performing.In addition, the project includes the integration of Grafana for visualizing and analyzing the collected network throughput data. |
Create better async hooks for Uyuni state managementa project by Etheryte Project DescriptionCurrently, much of the async code in the frontend parts of Uyuni suffers from susceptibility to out-of-order request issues, race conditions, etc. There are ways we can sidestep them for specific cases, but since it's created more than one L3 at this point it would be nice to address it in a general way. |
Creating a MicroOS flavor with Hyprland as a Wayland Compositora project by c-hagenest Project DescriptionThe goal is to first set-up hyprland on my own Aeon machine and after that creating an image in the OBS for re-use by others, preferably without Gnome in the installed packages. |
Elixir LiveView clone of Etherpad (running on ALP)a project by socon Project DescriptionEtherpad (etherpad.org) is a nice solution to share documentation online, with many plugins and capabilities to scale out. |
Dawnscanner: parsing a simple sinatra applicationan idea by pperego Project DescriptionDawnscanner is a ruby code security static analyzer I created in 2013. In 2021 I kickstarted the project again during HackWeek. |
Learn traffic controla project by jiriwiesner Project DescriptionI need to learn how queueing disciplines work. I need to learn how to use the /usr/sbin/tc tool to change traffic control settings. This is a do-it-yourself project. I do not offer nor require assistance. |
Try openSUSE on MNT Reform (LS1028A)an idea by michals Project DescriptionTry openSUSE on MNT Reform (LS1028A) |
Show Hyperlink on Mouse Double Click or Selectiona project by rcai Project DescriptionThis project aims to develop a userscript that enhances web browsing by automatically turning selected text into clickable hyperlinks when the text matches certain patterns, making it easier to access related web pages. |
Message Based Service Package in Pythona project by seanmarlow Project DescriptionA lot of workloads and scripts are relatively simple and driven by messages. The majority of the code goes towards handling incoming and outgoing messages, queuing/coordinating tasks, logging, handling authentication/authorization and etc. The actual work performed is a small function with a linear set of steps to perform. |
Brainstorming: connecting physical stores with a portal for humansa project by tneau Project DescriptionHave you ever thought of an item you wanted to buy, but did not know where to look? |
Modify initramfs to allow unlocking encrypted disk, autologin and password manager with only one password prompta project by tlebreux Project DescriptionWhen I boot my laptop, I am prompted for 3 passwords: the password for full disk encryption (FDE), the password to login as my user and the password for my password manager. I want to explore a solution to have only to enter a single password to unlock all three. |
Reverse engineer BLE protocol of led lighta project by lnussel Project DescriptionReverse engineer the bluetooth low energy protocol used by a cheap LED ceiling light from Amazon: https://www.amazon.de/dp/B08ZXNG9BS |
TinyTutor - an AI chat-bot powered children's tutora project by dmulder Project DescriptionThis project will create a simple chat-bot for tutoring children for school. Lessons will be pre-configured by feeding in a document and requesting the material be taught to a child in consideration of the child's age, etc. |
Implement a self-servicable Trello replacement in Jiraa project by jplack Approximate an alternative for Trello boards within Jira
|
Adapt Bootstrap code in OBS to support theminga project by enavarro_suse Project DescriptionAfter the release of Bootstrap 5.3, theming is supported, including dark mode. |
Improve database_cleaner.rb script in OBSan idea by enavarro_suse Project DescriptionThere is some code to create database entries in the database cleaner file ( |
WebGL Game ⚽a project by jarodriguez Project DescriptionThis project aims to recreate a small computer game that we played in highschool; it was called "Slime Games". However it ran as a Java applet and so no longer exists on the modern web. |
React Native Todo App with Self-hosted Elixir Backenda project by Servus007 Overview: We're building a mobile to-do list app using React Native and connecting it to a self-hosted Elixir backend. This project aims to create a user-friendly, cross-platform app for task management, with data syncing across devices. |
Talisman, an ActivityPub powered recipe managenent softwarean idea by alessio.biancalana Project DescriptionI've been hacking on this Elixir project for a while and it's time to make it go on fire! |
toniowma project by fabriziosestito toniowm is yet another window manager written in Rust. Project Description |
ESP32 based christmas lightsan idea by alarrosa Project DescriptionLearn about electronics while building an ESP32 controller for the lights of a christmas tree as well as outdoor christmas lights using the wled project |
opensuse-redir-cachean idea by bmwiedemann Project DescriptionI want to extend my PoC at |
Voice in HomeAssistanta project by oholecek Project DescriptionThis year was declared to be a "Year of the Voice" in the HomeAssistant world. And indeed upstream community added a ton of functionality and integrations to make voice operations possible. |
Automated testing of OpenSSL master brancha project by ohollmann Project DescriptionPlay with GitHub/GitLab CI or OBS service to automatically build OpenSSL master branch. |
Logs and journal visualization in Trentoan idea by xarbulu Project DescriptionIn order to add some debugging power to Trento, I want to play with different tools (such as promtail) to see if I can display different logs in the Trento web view. |
Catalog/Online Store for a bakery in Rails 7a project by gfilippetti My wife needs a website to catalog and sell the products of her upcoming bakery, and I need to learn and practice modern Rails. So I'm using this Hack Week to build a modern store using the latest Ruby on Rails best practices, ideally up to the deployment. TO DO |
ESP32 Meteostationa project by emiler Project DescriptionThe goal is to build a custom PCB and firmware for a smart meteostation with ESP32 at it's core. The board should have PoE available. Sparkfun Weather Meter Kit is used for the anemometer, wind vane and rain gauge. |
Use TPM2 Policynv to validate sealed key to prevent downgrade attacka project by michael-chang Project DescriptionCurrently a key rotation via fdectl regenerate-key is used to revoke all released tpm2 sealed keys. However the procedure can be a bit risky as the result to change key slots. Using tpm2 policynv may provide better approach in this regard given a counter or timestamp can be matched to validate tpm keys before using it. |
Open Source Culture in Chinaan idea by sunyan Project DescriptionI am one of founders of openSUSE.Asia summit and actively got involved in Open Source Community, coincidentally I was given a book named "Open Source Culture in China" by the writer Xiaoqing Fan, so I plan to read this book and get to know what is situation of open source in China combining what I have seen and heard, then will think about what can I contribute more to promote open source. |
Yubikey support in GRUB2a project by gary_lin Project DescriptionThe key protector support in GRUB2 is on the way and it currently supports only TPM2. This project is aim to explore the possibility to extend the key protector to support Yubikey to store the LUKS key. |
A command line image collector tool for my gallery websitea project by AZhou Project DescriptionAfter I start to do photography, I created a website as gallery to show my good photos (https://gallery.alynx.one/), I don't want to host such a gallery on my own server because it's only some static images, and GitHub pages is perfect for it. But a easy to use way to submit photos and re-generate the webpage is needed. Currently I write a Telegram bot to do this, it is strange but useful, I don't need to write a whole CMS by hand, just listen to Telegram messages and call the render script. |
WS2812B lights programming with RPI Pico (microcontroller with WIFI)a project by adamm Project DescriptionLet's write some friendly API that will allow WS2812-controlled LEDs to be addressed via RPC. |
terraform-provider-feilonga project by e_bischoff Project DescriptionPeople need to test operating systems and applications on s390 platform. |
80-bit floats support on x86_64 for Valgrinda project by mfranc Project DescriptionValgrind currently lacks support for 80-bit extended precision floating point arithmetic on x86_64 (long double). The current implementation uses 64-bit arithmetic instead, which means that programs running on x86_64 with "long double" give different results when running under Valgrind and natively. People were asking for support for this since like forever, but to date nobody went on implementing it. It's a project for a year, unless somebody has time to work on it full time, but one has to start somewhere. :-) |
Grab precise changes in log file/s between system eventsa project by smhalas Project DescriptionThe goal of this project is to create a tool to monitor changes in a log file or any text file between specific events in the system. |
Waysettingsa project by dspinella Project DescriptionA settings center akin to GNOME/KDE/XFCE settings panel but built for window managers like sway, i3 and hyprland. |
Learning topics in Lithmos and Linkedinan idea by mdati Project DescriptionPlanning to improve knowledge and learning using Okta-Lithmos and Linkedin-Learning platforms on topics useful in testing jobs and start / continue / complete some training. |
End-to-end Confidential VM attestationan idea by rhopkins Project DescriptionWhen considering the protection of data in the cloud, it is vital that the data remains protected at all times. Encryption forms a vital part of this protection with encrypted communications between endpoints and service as well as at-rest encryption within databases, filesystems and other storage. |
A Flight Dynamics Library written in Rust with an Entity Component System architecturea project by vcuadradojuan Project DescriptionThe Entity Component System is Data-driven architectural pattern, using composition over inheritance (contrary to Object Oriented programming). It is used in complex systems such as simulators, games, and Fintech; where the projects specify an array of complex systems that are loosely coupled. Projects where one needs to horizontally expand and change the behavior of a small subset of systems knowing that there will be no unwanted behavioral change carried to others, while at the same time provide a way to expand functionality that can be reused by a big number of the systems. |
Installation server setup utility - continueda project by csalmond Project DescriptionCreate a utility that will simplify setup a SLES machine to be a PXE boot server. This will include installing and setting up tftp, dhcp client/server, nfs server, and vsftp server. Selecting, mounting, exporting, ISO and kiso images for PXE installation and setting up PXE boot menus. |
Generate ignition/combustion files from Uyuni/SUSE Managera project by dvosburg Project DescriptionIgnition and combustion are the json configuration files used in SLE Micro/Leap Micro/Microos/ALP. These originated in Fedora CoreOS - so it is not distribution-specific. |
Experimenting with bootstrap compiler utilizing WASMa project by malikirri Project DescriptionA small group of people has been designing a new programming language, Mangrove, for a while and we're now in process of writing the first iteration(s) of bootstrap compiler(s). Part of our efforts is to research if we could utilize WASM for the first bootstrapping step to make it easier to bootstrap on different platforms. The language won't be using LLVM or any other existing backend to generate the machine code. We're building the whole compiling process ourselves. |
The Missing Middle: Add an intermediate brightness setting for auxiliary LEDs in Andúril 2a project by gkenion Project DescriptionAndúril is an open-source firmware for LED flashlights, which runs on several versions of ATtiny chip. It provides advanced functionality like configurable modes, brightness ramping, safety lockout, etc. via a UI controlled by a single button. |
Python Modules Mass Updatea project by pgajdos Project DescriptionPython modules version updates in Factory. |
Integration of Ironic in Uyuni for automating provisioning of bare metal machines.a project by ygutierrez Project DescriptionResearch about the integration of Ironic in Uyuni for automating provisioning of bare metal machines. |
Agama Minimal Live Imagea project by jreidinger Project DescriptionThe ultimate goal is to create agama live image that is really small iso and with minimal memory requirements. It provides just agama CLI and remote connection to web server. So no embedded browser. |
IBS & tracking tools integration workflow improvementa project by lmiksik Goal for this Hackweekrevisit the workflow and propose changes which will |
git hook that runs on clone; more git-verify signaturesan idea by jzerebecki Project Descriptionhttps://gitlab.com/source-security/git-verify |
Saline (state deployment control and monitoring tool for SUSE Manager/Uyuni)a project by vizhestkov Project DescriptionSaline is an addition for salt used in SUSE Manager/Uyuni aimed to provide better control and visibility for states deploymend in the large scale environments. |
RKE2/K3S working on IBM Powera project by tkelly Project DescriptionMike Friesenegger and Tevor Kelly will attempt to build a Kubernetes cluster on the IBM Power Server in the SE lab in Provo |
Integrate devices to self-hosted Home Asisstant servera project by JonathanKang Project DescriptionI'll integrate my existing smart devices at home to Home Assistant server that I set up a while ago. |
SMTGCCa project by fkastl Project DescriptionThere's a project experimenting with verifying GCC optimizations using SMT solvers. Currently there is only one person working on this project. Analyzing compilers with SMT solvers seems like a cool new topic to me. Let's see how we could help. |
Leverage containers to distribute NFS DRBD storage among pacemaker cluster nodesa project by zzhou Current Situation [bsc#1201271]SUSE HA NFS Storage Guide [1] provides a resilient NFS implementation to the clients even if the NS server node fails over within the cluster. However, it is Active-Passive of the two node cluster. |
study jupyter and try to write a simple kernela project by zcjia Project DescriptionJupyter is a python project that provides a notebook interface for different REPLs. |
Research on GNOME-related technologiesan idea by qzhao How to use vala in future works Project Description |
Learn and play with HAKubean idea by XinLiang Project DescriptionTry to learn about project HAKube (https://github.com/SUSE/HAKube) |
Try more on Rancher and Harvester productsan idea by xlai Project DescriptionGet familiar with Rancher and Harvester products and find out how SLE products are being consumed in those products. |
GameYatra: Personal Hobby Game Projecta project by lthadeus Project DescriptionGameYatra invites players on an adventurous journey through a myriad of games, each presenting a unique narrative and gameplay mechanics. The project aims to provide a fertile ground for learning and delving into game development. This is a personal project to venture into game development. This is going to be a continuous research and development project. Each level is a standalone game, offering a fresh narrative and a distinct gaming experience, all tied together by an overarching quest to reach the top level. |
Reverse Engineer a WiFi-enabled Water Heater and Create Integration for Home Assistantan idea by nicholasyang Project DescriptionRinnai R16E32FBF is a tankless water heater with an internal recirculation pump. It is WiFi-enabled and has a companion app on Android/iOS platform. The app is capable to turn on/off the heater, adjust the temperature setting, turn on/off the pump, report the state of heater and provide statistics about gas consumption. However, there is no APIs for programmatic access. |
Understand the workflow of test framework kdevopsa project by yosun Project DescriptionAs shown in the kdevops frontpage in GitHub, "kdevops provides a framework for automation for optimal Linux kernel development and testing". It currently supports fstests, blktests, pynfs, selftests and so on. |
Tumbleweed on Orange Pi 5 Plus (Rockchip RK3588 board)an idea by gsu Tumbleweed on Orange Pi 5 Plus (Rockchip RK3588 board) |
Get familiar with GNOME OS and openQA tests for ita project by GraceWang Goal for this Hackweek: Get familar with GNOME OS, Set up a local openQA test environment for GNOME OS, Get familar with the existing test cases |
Lua language learninga project by xiaoguang_wang Lua is used as an embedded programming language or an extension language in many system and applications, I want know more about it. |
Inter-Process Communication/Synchronization with Pythonan idea by waynechen55 Project DescriptionInter-Process communication is an old topic and there are already many different methods to achieve this theoretically or in real world. I found sometimes some solutions still not good enough although they can solve the problem without any problem, for example, when the region needs protecting is not small or multiple processes need to modify the same file. |
GNOME 45, openSUSE flatpak adaption on SLE and ALP.an idea by yfjiang Project DescriptionInvestigate GNOME 45 as the latest GNOME desktop. I will spend time on its general enablement on SLE and ALP. |
ComplianceAsCode/conten sysctl chroot awarea project by esampson Project DescriptionThe current template shared/templates/sysctl in https://github.com/ComplianceAsCode/content is not chroot aware. |
Tumbleweed on Mars-CM (RISC-V board)a project by ph03nix RISC-V is awesome, Tumbleweed is awesome, chocolate cake is awesome. I'm planning to combine all of them in one project. Project Description |
Learn Golang contribuing to opensource projectsa project by mbussolotto Project DescriptionGet practice in Golang targeting some "good first issue" on open source projects. You can find some of them in Resources |
Create 2D space shooter gamea project by jcejka Project Bellatrix2D space shooter game written in python and pyglet library. |
Patch search applied to productsa project by otilloy IntroductionWhen issues are found in software (being them security or not), it is not always trivial to find and keep track of all products and versions that could potentially be affected by them. |
Critik8sa project by ftorchia Project Descriptioncritik8s aims to report critical error events that occur in Kubernetes clusters and therefore require manual user intervention. |
SUSE-Rancher docs diagramminga project by jkrug My proposal for hack week is to dive into diagramming for the doc(s) team(s) as I've struggled to give it the decent block of time it needs. There are a few iterative parts: |
Create internal Web UI for OSC to make searching for package maintainers, bug owners etc. easiera project by pvlasin Project DescriptionThe idea is to create and internally host a simple webpage with proper backend code allowing quicker and easier lookup for package maintainers and bug owners from OSC. Nothing fancy, just a page with search box and few radio button parameters to execute the lookup and display the results. Obviously it needs to fulfill security measures when it comes to the access to OSC on the service level and also user access rights to the search page itself (e.g. Okta). Currently the lookup can be done via terminal (which is OK), but there are security measures in place which makes the lookup difficult for some and granting an engineering VPN access just for the sake of this OSC lookup is a bit an overkill for people that do not need it for any other purpose. |
SLEperf containerizea project by jerrytang Project DescriptionSLEPerf containerize |
Language Learning!a project by zzaimeche Project DescriptionIt is time to resurrect the dreaded green owl of legend, and return to learning some languages. |
Deep clean-up of the Uyuni documentation filesan idea by omaric Project DescriptionThis project is planned as a collection of random changes to the documentation files in order to rid them of cluttered in the content, outdated comments, inconsistent style (minor issues), unused parameters, duplications, etc. |
Contribute to documentation *light*a project by chabowski Project DescriptionYou might recall that the SUSE (BCL) documentation team for HW21 offered a project called "EVERYONE can contribute to documentation – See how YOU can join the party". Even if this year, unfortunately, we are not able to host a live workshop event about documentation and how to interact with us, we would like to continuously push awareness that our invitation to contribute to open source and SUSE documentation NEVER expires :-). |
Mini Network Engineera project by jocronenberg Project DescriptionA small game in the style of Mini Motorways and Mini Metro but building a Computer Network. |
Plan 9 filesystem support in GRUBa project by ptesarik Project DescriptionQEMU can serve host files using the 9P2000 protocol. Xen can serve host files using the 9P2000 protocol. Even WSL2 can serve files using the 9P2000 protocol. This makes it a perfect choice to make your kernel under development in your host environment available to your testing VM, right? Well, almost. GRUB2 cannot boot from a Plan9 filesystem share. |
Publish two personally productive projects (preferably on github)a project by dmair Since this will be my first real "from the start" publication the goal for me has more to do with the experience of publishing the projects, use of the public hosting site and access tools, particularly git. The projects that will be published are: |
Logos Competition: openSUSE, Tumbleweed, Leap, Slowroll and Kalpaa project by ddemaio Logos Competition: openSUSE, Tumbleweed, Leap, Slowroll and KalpaThe openSUSE Community is considering a new, distinct openSUSE logo to represent the project as well as four new logos for the following openSUSE distributions; Tumbleweed, Leap, Slowroll and Kalpa. There have been discussions of a new openSUSE logo over the years, but the timing to transition to a new logo wasn’t ideal, until now. |
Sales portalan idea by bthomas Project DescriptionLet's make our daily work easier! |
Port NeuVector zero-trust security functions to host/VMan idea by feih Project DescriptionToday, NeuVector only support container environment. It does a lot of security functions and many of those are actually not limited to only protect containers technically. Sometimes, we are seeing requests/asks about providing similar functions to protect servers & VMs. So, it is technically possible. Some of the zero-trust security protections are still pretty unique if we port it over to host/VM side. Welcome if you are interested to help and give it a try! |
Predefined app security policy template for NeuVectoran idea by feih Project DescriptionIdea is to predefine a set of security policies for popular container applications just for example MySQL, Nginx etc..., with these predefined security policies, users can just download unpack it to use. No need to worry too much about detailed security settings/configurations for this application container. The policies could be any policies that Kubernetes supported and/or NeuVector supported. |
Research on Solar router/optimizer with Home Assistanta project by fcrozat Project DescriptionWhen you have solar panels and your home energy consumption is below solar production, you might want to store the energy (or resell it to your energy company). |
OBS Studio for noobsa project by FridayKetchup OBS studio is free and open source software for video recording and live streaming. As SUSE Ambassador I do a lot of video creation and editing. As Open Source Ambassador I prefer to work with (F)OSS instead of some proprietary standards in the market. |
SPA (single page application) proxy for OBS APIa project by adamm Project DescriptionFor many many years, OBS uses Cookies for authentication purposes. This is not really web application friendly and kind of insecure. For instance, all applications on *.opensuse.org domain that get a web request when you are logged into OBS, they get your authentication credentials too. Secondly, if you want to write a 3rd party tool, you can't just use another domain and do random API requests due to this legacy authentication method. |
Interactive Information and Support Portal For GREan idea by MichaelRalphs Project Description: We would like to create an interactive portal tool that can be used by all employees where they can get information, support and updates on Global Real estate topics such as; SUSE offices, work from home, Health and Safety and security. |
WebUI for your dataa project by avicenzi A single place to view every bit of data you have. Problem |
Parental controls on Tumbleweed/Aeona project by fcrozat Project DescriptionEvaluate the various parental controls options to be used on Tumbleweed / Aeon, pick and choose one or more (depending on the needs) and make sure they are properly packaged on openSUSE Tumbleweed (if not available on Flathub) and can be integrated on a computer for a kid. |
Enhance product migration feature in Uyuni(SUSE Manager) to migrate from regular SLES to SLES4SAPa project by admehmood Project DescriptionCurrently, Uyuni(SUSE Manager) offers a product migration feature, but it doesn't support migration from SLE to SLES4SAP. Users are required to run a separate script to perform this migration, which may not be ideal, especially if Uyuni is already installed. Additionally, the script's requirements vary with each service pack. |
Carveout time during the week to jump into ALPan idea by Jackman1 Project DescriptionI will be working during the week of Hack Week but will use this opportunity to also spend time reviewing ALP on various hardware platforms. |
Rebasing of the current MicroOS installationa project by epaolantonio Project DescriptionIt would be nice being able to "rebase" a MicroOS/Aeon/Kalpa installation. This can be useful, for example, to undo changes done manually with |
Write a card game for up to 4 playersa project by asmorodskyi I have my favorite card game from childhood . Unfortunately description is available only in Russian https://uk.wikipedia.org/wiki/%D0%94%D0%B5%D0%B1%D0%B5%D1%80%D1%86%D1%8C . Currently my friends spreed across the globe and here in Germany no one except my wife knows the rules . I would like to to have ability to play this game with my friends like I did in school/univercity. Project Description |
HAKube UI plugin for Ranchera project by epenchev Project DescriptionHAKube UI plugin for Rancher |
K3s and FreeBSDan idea by bdowns Project DescriptionGet k3s running on FreeBSD. |
Cast: A simple alternative to the Make build toola project by bbachmann Project DescriptionGNU Make has been a popular software tool used for automating simple build, test, and general source code management tasks for a long time. You'll find Makefiles in many software repositories – we use it on many projects as SUSE! For the most part, Make does its job, but often what people want to do with it is not exactly what it was designed for. Specifically, Make users often use Makefiles as a means a means of building out a set of commands that can be applied to their repository. But therein lies the problem: Make was not designed to build quick command line utilities at all, and it quickly becomes a nightmare as soon as the user wants to include arguments or options in their commands. The common alternative is simply to build out a tangled mess of build scripts. |
Rust based mini webserver with all the modern bells and whistlesa project by darix Project DescriptionJust hook up a webserver framework for rust with things like opentelemetry for tracing, prometheus endpoint for monitoring, structured logging (to systemd) instead of line based logging. |
AI frontend to Bugzillaan idea by paolodepa Project DescriptionOver the years, our bugzilla database has grown up in size, becoming a very valuable source of truth for most support and development cases; still searching for specific items is quite tricky and the results do not always match the expectations. |
Grafana dashboard for solar panel dataa project by emiura Create a dashboard based on grafana running on raspberry pi3 Decided to scrap all the previous attempt for a dashboard for solar power generation graphs and going for a simpler version running grafana. |
Port Agama's manager to Rusta project by IGonzalezSosa Initially, the Agama D-Bus service was written 100% in Ruby. For many things, it relies on YaST, so it makes sense to use the same language. It was great to have something working quickly, but it also had some drawbacks. The main problem is that, as YaST is not thread-safe, we separated the service into different processes (storage, software, localization, etc.). The system became most responsive but at the cost of eating a lot of RAM. Moving to Rust |
Update Rancher Terraform Quickstart to leverage Elastic IP addressesa project by kevinmayres Make Rancher and NeuVector AWS QuickStart persistent across Shutdown.Specifically update this AWS portion of the QuickStart to leverage Amazon Elastic IP Addresses, making the stack persistent across shutdowns startups. Designed to save budget when not using. While Terraform is designed to build and tear-down, sometimes we add additional customizations post-build which we want to be persistent for the next demo, PoC, or development experiment. Not losing the public IP assigned to cluster API, etc. would allow persistency across shutdown. |
Bugzilla mobile clientan idea by paolodepa Project DescriptionDISCLAIMER: I'm not a skilled mobile developer so anybody willing to share ideas, technologies and whatsnot is more than welcome to join the discussion! |
Exploring DPDK within containersa project by paolodepa Project DescriptionContainerization is here to stay and seems to be the next big thing also in the upcoming OSes releases. |
Create a new markup language with parser in rusta project by nkrapp Project DescriptionWrite a parser for my own markup language in rust using parser combinators. The idea originated from a joke about creating a markup language similar to markdown called "fml". |
Improved Product Development Processa project by rtsvetkov Renew the Product Development Process to accommodating the Latest StandardsGoal for this Hackweek |
SSH key distribution solutiona project by vgrinco Project DescriptionSSH key distribution solution that is in comply with POSIX LDAP requirements and UserDB usernames. |
Port the Jetpac game to the NESa project by mssola Project DescriptionI want to do a port of the jetpac videogame to the NES. I have already done the first steps during my spare time, but a full week focusing just on this would be awesome. |
Cluster-Tester for SAP HANA System Replication Clustera project by fmherschel Project DescriptionCluster-Tester for SAP HANA System Replication Cluster. The tester checks all SAPHanaSR attributes and tries to fins out, if the cluster is in a good status (before, during and after the test-case). |
Kanidm - Account Policya project by firstyear Project DescriptionKanidm is a identity management system (a store of accounts, groups and more) that supports authentication to opensuse, web sites, networks, and more. The project has a focus on respect of humans, correctness, simplicity and performance. In previous hackweeks we have implemented cryptographic authentication (webauthn), wasm based web UI, replication foundations and more. |
(Rust) Manage systems in NetBox using NetBox-Synca project by chock Netbox-SyncImagine this, you are managing your infrastructure for your lab or server farm using the popular NetBox tool. Everytime you install a new machine you connect to it and collect all the system's information to enter into NetBox. Including stuff like system resources, architecture, vendor, type and all the network interfaces. Tedious isn't it? |
Implement Generative AI for SUSE Asset management (using Amazon Bedrock)a project by mpiala Project DescriptionAs Generative AI is everywhere around, we want to research its possibilities, how it can help SUSE, its employees and customers. |
Bring up-to-date daps infrastructure to Debian/Ubuntu distributionsa project by tbazant Project Descriptiondaps (https://opensuse.github.io/daps/) is now part of debian/ubuntu repositories. the problem is that its old version that supports DocBook up to 5.0 The aim of this project is to bring up-to-date daps infrastructure to debian/ubuntu, including DocBook 5.2, geekodoc, vale and maybe others |
Nuke AWSa project by mtrachier Project DescriptionImplement /rebuy-de/aws-nuke to make sure no resources are left in AWS after automated tests. |
Interactive tool to manipulate profiling dataa project by gbertazi Project DescriptionI find myself often rerunning the same preprocessing tasks on perf captures, like one-liner scripts to merge/split per-cpu data, time-slice them, filter for specific events and finally plot charts (flamegraphs, heat map, ...). Each time one of these tools run perf-script, just loading 30s worth of events from a large machine can consume precious seconds in my modern laptop. The idea is to provide an interactive tool a la GDB and drgn where we can load the events once and manipulate them interactively to generate different visualizations. |
Ridesharing App Development - Blablacar Clonean idea by ridesharingscript Project DescriptionGoal for this Hackweek |
Create a website for Agamaan idea by IGonzalezSosa Current statusAt this point, Agama's Git Hub repository works as the project's website. The README presents the project, explains the architecture, and contains a good share of links to other interesting pieces of information (APIs, design documents, etc.). However, it might be hard to make sense of all that information spread through several documents. |
Open Source ONVIF Camera Implementationa project by nbelouin Project DescriptionTo put it simple, the goal of this project is to be able to publish any gstreamer input pipeline as a valid and discoverable ONVIF Camera device (i.e implementing profile S and maybe T). |
Cluster API Provider for Harvestera project by rcase Project DescriptionThe goal is to build a new Cluster API (CAPI) "infrastructure provider" for Harvester. This will enable people to create Kubernetes clusters running on VMs created by Harvester using a declarative spec. |
Learn HPC and get Harvester Deployed and Running on Top of HPCan idea by mweiss2 Project DescriptionBecause I never had in touch with HPC and Supercomputer - I would like to learn more about our HPC offerings and solutions and then find a way to deploy Harvester on top of HPC. |
SAR Performance Data Plottera project by roseswe SAR Performance Data PlotterSAR stands for System Activity Report. It is a tool used to monitor system activity on Linux systems. The sar command is part of the sysstat package and captures a set of statistical information such as CPU load, memory paging, memory utilization, swap usage, network I/O, and much more. |
Gameboy emulator written in Goa project by mikeletux Project DescriptionThis project aims to write a minimal Gameboy emulator using Go programming language. |
Let's play with RKE, Ansible and Libvirt!a project by ccamacho Project DescriptionThere are a bunch of K8s distros out there, why dont trying deploying RKE on a Libvirt host using Ansible? |
Apple Silicon openSUSE spina project by vgrinco Project DescriptionThe folks at Asahi linux have been working on porting linux on the Apple Silicon. In a recent blog post they announced they will be joining forces with Fedora on releasing a Fedora Asahi Remix. I would be happy to see this level of collaboration between Asahi and openSUSE community, too. |
A set of utilities to produce a "from scratch" OCI/Docker container using Opensuse/SLE rpmsa project by ldragon Project DescriptionI recently used melange and apko to build a from scratch image. The result was a set of auditable and easy to use container and apk repository. The toolkit reduces the work need to make from scratch images with minimal work on the actual docker container(which can be quite painful if you've tried making a from scratch image on your own). |
Test Results for openQA on GitHuba project by livdywan Project DescriptionJobs in openQA are usually reviewed via the web UI. Inspecting os-autoinst logs requires significant insight into the inner workings. Tests run in a CI such as GitHub are thus not easy to debug. |
influxdb-rails 2.0a project by hennevogel Release v2.0 of the gem and dashboards TODO: https://github.com/influxdata/influxdb-rails/issues?q=is%3Aopen%20is%3Aissue%20project%3Ainfluxdata%2F118 |
Basic calendar interface for upcoming openSUSE meetingsa project by lkocman Project DescriptionThe openSUSE Project has a problem, not enough people are engaged in the development. In order to fix this, we need a less obscure way to learn about contributing. One of the ways to do that is enabling people to discover various open meetings that happen for planning of various areas of project progress. |
Speed up downloading RPM packages from mirror in zyppera project by dheidler Project DescriptionWhen zypper downloads many RPMs as part of an update, the download phase can be greatly sped up. |
Rust lexer for Elixir's Makeup syntax highlighteran idea by alessio.biancalana Project DescriptionA Rust lexer for Elixir's Makeup syntax highlighter, allowing snippets of Rust code to be highlighted when rendering documentation using HexDoc. |
cgar - sar for cgroupsan idea by s_schmidt In regards to troubleshoot a misbehaving systems |
watchtower - tool to collect, transform and export security metricsa project by pgomes Project DescriptionCollect, transform and export security metrics from GitHub repositories from multiple orgs into a prometheus pushgateway. |
Hack Week 22 - Dice Physics Simulator on Unityan idea by elariekerboull Project DescriptionCreate a 3D virtual dice box with a variable number of different dices (from D4 to D100) where those dices can be thrown in a realistic way and the results are summed up and displayed to the user. |
Full Disk Encryption with yubikeya project by okir Full Disk Encryption with yubikeyMy reason for writing this utility is to support Full Disk Encryption |
Replace Star Adventurer controller with ESP32a project by nadvornik Project DescriptionThe goal of this project is to upgrade controller board |
Learn some small and interest DL projectan idea by jerrytang Project DescriptionLearn some deep learning Project from github |
Watch a session of "essence of linear algebra" and read some book about algorithma project by yosun Project DescriptionFrom recent news, I found math material I read during college is too bad to take part in using. One of the best ways to create some links in my previous math knowledge(if still left some) is to get some quick knowledge from some video sessions by 3Blue1Brown. |
Improve debugging of kernel workquesa project by pmladek Project DescriptionLinus kernel has a subsystem called workqueues. It provides pool of generic |
Essential Block programming for kidsan idea by calmeidadeoliveira Project DescriptionLast Hackweek I did together with my kids (9 and 12 year old) the "https://hackweek.opensuse.org/projects/minecraft-basics-for-kids" project. |
Allsky camera on raspberry projecta project by martinsmac Project DescriptionUse this all sky to monitoring sky - if clear to use on astronomy. It is helpfully to use remotes telescopes, and verify if sky is clear to observations, or monitoring raining/amout clouds. |
Explore NVIDIA GPU on SLEan idea by Julie_CAO Project DescriptionSUSE began to be partener with NVIDIA a few years ago on GPU on SLE. We have 2 A30 NVIDIA GPU cards installed in our test machines. I had some tasks about testing vGPU, but there is more interesting things can be explored on what a GPU card can do and how SLE does to work with a GPU card. |
Learn internals of wlroots / sway compositoran idea by vliaskovitis Project DescriptionLearn internals of wlroots tiling compositor (used in sway) |
Code Coverage of spacewalk-java aka Suma Server after a full TestSuite executiona project by oscar-barrios Project DescriptionGitHub Card: https://github.com/SUSE/spacewalk/issues/8583 |
Unrealtonea project by emiler Project DescriptionDevice for connecting an electric guitar or bass to a computer via USB-C. It is basically just a glorified A/D converter, although with a twist. It can emulate proprietary commercial devices for use with applications such as Rocksmith. The name comes from the official device for Rocksmith, which is named Realtone Cable. |
Explore the integration between OBS and GitHuba project by pdostal Project DescriptionThe goals: |
Create a better tool to keep track of my musical projectan idea by JRivrain Project DescriptionI work in part-time, the rest of the time, I try to write songs. |
Authenticated hashes for BTRFSa project by dsterba Project DescriptionImplement a checksum algorithm for BTRFS that uses and authenticated (keyed) hash. There are 2 cryptographically secure hashes supported by btrfs, sha256 and blake2b. |
Event collector in Harvesteran idea by jianwang Project DescriptionGoal for this Hackweek |
Experimenting with ALPa project by xguo Project DescriptionExperimenting with ALP |
BPF feature support tablea project by shunghsiyu Project Description(e)BPF has grown in features over the years, and it's sometimes rather confusing for (e)BPF application developers as to what features are available for them; and while tools like bpftool support feature detection, it only detects the feature available to the current running kernel. |
Linux on Cavium CN23XX cardsa project by tsbogend Before Cavium switched to ARM64 CPUs they developed quite powerful MIPS based SOCs. The current upstream Linux kernel already supports some Octeon SOCs, but not the latest versions. Goal of this Hack Week project is to use the latest Cavium SDK to update the Linux kernel code to let it running on CN23XX network cards. |
Status pagean idea by crameleon Project DescriptionThe idea is to build a status page fed with dynamic updates from our Zabbix monitoring tool, whilst still allowing for manual entries. The solution should be low in maintenance. |
Learn more about containers.a project by cxiong Project DescriptionDevelop a deeper understanding of containers. |
OpenQA test list views improvementa project by mdati Project DescriptionCreate views of OpenQA Test results in Grafana, grouped i.e. for Version, Builds, Flavor, Arch, in order to have a global view list, but also capability to explore details of each test, for a more integrated faults investigation environment. |
Containerized git server/client for playground and tutorialsa project by mberti Project DescriptionCreate a set of container images for serving a mock git server and mock git clients in a Kubernetes cluster that can be used as building blocks for an interactive git playground. |
Explore ChatGPT's programming language capabilitiesa project by jcejka Project DescriptionExplore ChatGPT and it's ability to generate and modify source code in various programming languages. |
Visualization of historical sar(1) archivesa project by ggherdovich Project DescriptionThe |
Samba in Kubernetes (for openSUSE)a project by dmulder Project DescriptionThe SINK project is a set of containers and tools for Samba in Kubernetes. The images and tooling for the project are designed for Fedora and RH systems. The ultimate goal of this project is to tweak the tooling for use with our build service, etc. |
drgn: implement crash top-level commandsa project by marxin Project DescriptionThe goal of the project is to implement a collection of top-level |
Containerizing an Go HTTPS Audio Streaming Server with Dockera project by annablendermann Project DescriptionDuring HackWeek 2022, I built a small HTTPS Audio Streaming Server in Go and this week I want to containerize that application with Docker. I also want to try deploying that application to different places, perhaps GitHub or a Digital Ocean node. |
E9s: Epinio TUIa project by ecandino Project DescriptionMany Kubernetes' users are using K9s to manage their clusters from the terminal. To let them enjoy the same experience it would be nice to have an Epinio TUI (terminal ui application) to manage the Epinio resources. |
Thinkpad T470: Bios Update in Live systeman idea by sndirsch Due to Bug#1203748 ("Laptop very slow in battery mode (Lenovo Thinkpad T470) ...") I need a BIOS update for my Thinkpad T470.
I will try to do a BIOS update in Live system, since it's only possible via |
Offline GPS navigation for Bangle.js 2 watcha project by fos Project DescriptionThe Open Source watch Bangle.js 2 has built in GPS, so let's try to use that for offline navigation (i.e. generate a list of waypoints in the Bangle.js App Loader and show the next event (e.g. "Turn left into Example St. in 80 meters"). |
Learn database theory and realize a simplest one as SQLitea project by renxt0310 Project DescriptionBased on SQLite3. |
be able to gather useful solar data in one placean idea by npower Project DescriptionRecently got a (simple) solar system installed, however the useful data is available from multiple sources each of which doesn't really tell me (easily) what is going on at all times |
openSUSE MicroOS based NASa project by dmach Project DescriptionTry running openSUSE MicroOS on a home NAS. |
Create a DRM driver for VGA video cardsa project by tdz Yes, those VGA video cards. The goal of this project is to implement a DRM graphics driver for such devices. While actual hardware is hard to obtain or even run today, qemu emulates VGA output. VGA has a number of limitations, which make this project interesting. |
mrouted: Join multicast groups via IPIP or GRE tunnelsa project by e_bischoff Goal for this Hackweekmrouted is the de facto standard for DVMRP multicast routing on Linux and other Unices. |
Explore text-to-image diffusion modelan idea by djz88 Project DescriptionGoal is to explore text-to-image diffusion models, get it run, understand basics and how to write efficiently what we want to be rendered. Well known ai in this field is Midjourney but there are Open-source alternatives as well. |
Uyuni: add SLE-Micro acceptance testsan idea by mbussolotto Project DescriptionUyuni: add SLE-Micro acceptance tests |
study mu project instance + shimutil toolan idea by dtseng Project Description
|
ARM SCMI studya project by clin Project DescriptionStudy/Trace SCMI code stack in ARM Trusted Firmware, such as build flow, included drivers, and protocols. |
Improve Qualcomm SOC msm8994/msm8992 kernel mainline supporta project by pvorel Project DescriptionDue previous hackweek (https://hackweek.opensuse.org/projects/test-mainline-kernel-on-an-older-qualcomm-soc-msm89xx-explore-mainline-kernel-qualcomm-mainlining) both msm8994 angler and msm8992 bullhead are booting and due other activity (including my work) both have working SD card, but that's just start. Add support for other functionality. |
Add the conditional scenario support to skippkg-findera project by mlin7442 Project DescriptionThe Leap built ftp-tree is from a customized kiwi file, the ignored packages listed in this kiwi file is according to a predefined packagelist, not like openSUSE Tumbleweed or any other openSUSE distribution, this |
Look at Microsoft Mu projecta project by joeyli Look at Microsoft Mu project Read documents of Project Mu and will look at git |
Implement something like Time Slider on Solarisa project by yudaike Project DescriptionTime Slider is a Solaris feature, which utilizes ZFS to provide a graphical way for restoring individual files from automatically scheduled snapshots. Since we have btrfs on SLE/openSUSE now it's probably an interesting project to implement something similar. |
Look into distrobox as a launcher of desktop and applications on ALPan idea by yfjiang Project DescriptionLook into distrobox as a launcher of desktop and applications on the latest ALP image. |
XRechnung Viewer and Toolsan idea by kfreitag Project DescriptionThere is a brand new project to provide free software for end users to work with XRechnung files. |
Simple time scale for active record modelsa project by digitaltomm Project DescriptionGoal of this project is to have a simple way to configure the collection of historical data |
Read ML4 HANA performance test setup documentan idea by Xiaojing_liu Project DescriptionRead the document: ML4HANAPerformanceTestSetup_Guide |
Explore a popular desktop distro -- Steam Deck OSa project by zcjia Project DescriptionI'd like to explore a very popular desktop Linux distribution from last year -- the Steam Deck OS. It is said to be immutable, so I hope to get some inspiration from it to help our ALP. |
Add support for resolving package conflicts interactively in PackageKita project by JonathanKang Project DescriptionThis has been a missing feature in PackageKit. I'll try implementing this in PackageKit itself and its zypp backend. |
Learn about ALPa project by XinLiang Learn about ALPhttps://documentation.suse.com/alp/all/html/alp/index.html |
Port zypp-gui to GTK4an idea by xiaoguang_wang Project Descriptionzypp-gui is a tool to download and update system. |
K3S Control Planes as a servicea project by ademicev0 Project DescriptionWe know that Kubernetes clusters need control planes but running them in dedicated VMs might not be always efficient, instead, we can run them as pods within the management cluster. |
container storage researchan idea by qzhao Study container storage technology and how the filesystem supports it. |
Salt formula for Certhuban idea by crameleon Project DescriptionDeploying individual ACME clients on many clients makes maintenance and troubleshooting of individual certificate renewal failures troublesome and error prone. As an idea for a solution, I would like to combine parts of Certhub (https://certhub.io/) and SaltStack to make for a central solution which can be deployed in an organization. The solution should allow for domains to use different ACME servers if needed. |
unbound resolvconfa project by michals Project DescriptionReplace resolvconf with a tool that generates unbound(8) configuration instead of resolv.conf. |
Man pages in a containeran idea by doreilly Project DescriptionMicroOS and Jeos images don't have their man pages installed to save space. This means having to switch to a browser or a full system just to look things up. |
Fleet standalone UIan idea by raul.cabello Project DescriptionFleet can be used without Rancher, however there is no UI available at the moment. The idea is to create an UI that can be used without Rancher. It should be similar to the Continuous Delivery section in Rancher. |
Rancher Manager of Managers with KCPa project by rcase Project DescriptionWith the desire for Rancher Manager to scale to managing 1000s of clusters (10,000 i hear you say) we could try and have 1 instance of Rancher Manager doing it all. But could we have a Manager of Managers? How could we support multi-tenancy where each Rancher Manager has different versions etc? |
Improve OpenSCAP support in Uyunia project by admehmood Project DescriptionSUSE Manager and Uyuni do support OpenSCAP and user can make use of it to keep the compliance status in check. |
You don't have access to your ext4 disc from a Mac or Window, oh, I don't want to buy a software... whay not using a container?an idea by ilausuch Project DescriptionI did a simple search and I do not find anything. This is a crazy idea, is it possible? |
Create a library to extract and standardize data from Progress and Bugzilla (or other systems), and process them to generate metrics of performancea project by ilausuch Project DescriptionSince now we have a system that take real time data from progress to generate metrics |
continue working on dashboard for solar panel statusan idea by emiura Project DescriptionSolar panel dashboard in python |
Build a Unikernel that runs WebAssemblya project by flavio_castelli Project DescriptionThis project aims to build a unikernel that has a sole purpose: run WebAssembly applications. |
Learn about AI, ML, neural networks and see what's possible with SUSE Linuxa project by rsimai Everybody is talking about (and with) ChatGPT. I tried it and was impressed by how well the language model behaves and finally how real and humanly it appears, despite the obvious nonsense that it outputs. I was wondering how machine learning practically works and how to build a neural network. Project Description |
Learn about kubernetes by creating a k3s HA setupa project by rsimai This is mostly a learning activity for myself, others may benefit from documentation. Project Description |
Helping to Inform the Rancher Roadmapan idea by Dando31 Project DescriptionWe receive lots of feature requests from the customer base and the community. |
Add Object support to QLogo.an idea by jsikes Project DescriptionQLogo is a project that mirrors UCBLogo. It is implemented in C++ and Qt. UCBLogo recently added support for object-oriented programming. This project is to add support for object-oriented programming to QLogo. |
Building a CNF solution for Edge environmenta project by lizhang Project DescriptionNetwork management is very important for cloud and Edge. CNF(cloud-native network function) is next-generation VNF. |
Digital painting using free and opensource softwarea project by lpalovsky Main goal is to take a step back from work related areas and do something creative and relaxing. In my free time I occasionally do digital paintings/drawings where I usually try to use free and opensource software: Painting: Krita |
OSSelot collaboration on legal reviews of community packagesa project by lkocman Project DescriptionLegal reviews have been a quite painful part of our development process. The current situation in Factory waits for legaldb for a limited amount of time and simply proceeds further if the review is not "approved" within a few hours. |
Give some love to spec-cleanera project by kstreitova Project Descriptionspec-cleaner is an open-source project and command-line tool for automating the process of cleaning and improving RPM specfile quality and assuring that it follows a specific style guide. It can replace old elements with new ones and reorganize the specfile so it's clean and more readable. |
Automatic Bugs classification ML NLP DNNan idea by rtsvetkov Bugs classification using machine learning I've made a prototype using TensorFlow |
What personas are using Rancher?a project by Dando31 Project DescriptionWhat personas are using Rancher? There is scope to get further insights into who uses Rancher and what part of the software delivers value to those individual personas. |
Add xterm.js to D-Installer web interfacean idea by IGonzalezSosa Project DescriptionHaving a terminal you can use at installation time, especially while debugging, is pretty handy. With YaST, you can open a terminal anytime (ctrl+alt+shift+x) in the graphical installation. In the case of D-Installer, you need to switch to a TTY (e.g., ctrl+alt+f1) and stop seeing the installation screen. If you are installing remotely (unless you are using VNC in YaST), you must rely on SSH. |
Gameboy Emulatora project by jcronenberg Project DescriptionSome time ago I started writing an i8080 emulator as an exercise to learn more about Rust, Emulators and low-level understanding of how CPUs work. I never finished it though. Since the Gameboy is basically a slightly modified version of the i8080 for this Hackweek I want to use the existing skeleton that I have and write a full emulator for the Gameboy CPU. |
Add support for the Medion Life P4000 Smartwatch to Gadgetbridgea project by dancermak Project DescriptionAldi was/is selling the Medion Life P4000 Smartwatch, which is currently only supported by Medion's proprietary Fitness Pro App. It would be great to add support for this Smartwatch to Gadgetbridge, so that it can be used on a Android Smartphone without proprietary apps. |
Iguana and WebAssemblya project by oholecek Project DescriptionIguana installer/rescue initrd uses containers for all its functionality. However there is incredible development in WebAssembly (WASM) space where WASM images uses the same infrastructure as OCI images. |
Investigate if VSCodium can be used as a convenient DocBook editora project by tbazant Project Description & Goal for this HackweekVSCodium is a feature rich text editor. The goal of this project is to find out which of its extensions to use for better DpcBook editing experience and how to add own features, for example, |
Rewrite the D-Installer CLIa project by IGonzalezSosa Project DescriptionBefore the openSUSE 2022, we built a prototype of a command line interface for D-Installer just for demonstration purposes. It implements a limited set of functions and, apart from packaging changes, it has not received any relevant update for months. |
Use a container storage to store the OS system roota project by dcassany Project DescriptionStore the OS root-tree on a container storage. The idea is to build a minimal golang tool capable to init a container storage to a custom location, store remote OCI images in there and mount them into a custom mountpoint. Next step is to craft a dracut based initrd including such a tool to mount the OS at boot. Finally, craft a disk with an EFI partition including the kernel, initrd and systemd-boot. |
Research hardware certification into containers (SLES Kubernetes offerings)an idea by Jackman1 Project Description:The YES Certification team has received requests to certify hardware up the stack into containers. I'll need to be working most of hackweek but want to spend some time looking into what hardware certifications "could" look like with containers. |
Complete the port of flatpak to appstream from appstream-gliba project by ldragon Project DescriptionCurrently flatpak uses appstream-glib to parse and generate appstream files however, appstream-glib is no longer maintained and this has resulted in many features not being propagated to flatpak. There is currently 2 prs porting flatpak & flatpak-builder to appstream. |
Understand and review klp-convert patchseta project by mpdesouza Project Descriptionklp-convert is a tool that is trying to be merged into the Linux Kernel to help livepatching non exported functions. Since kallsymsoneachsymbol and kallsymslookup_name were unexported, klp-convert appeared to solve the issue by creating relocation entries for non-export functions in the final livepatch module. |
caching proxy for openSUSE reposa project by bmwiedemann Project Descriptioncodename: opensuse-redir-cache |
Uyuni test suite improvementsa project by dgedon Project DescriptionUyuni is the upstream community project from which the very popular SUSE Manager is derived. It uses its own QE test suite wirtten in Cucumber and Ruby. Currently the Uyuni test suite runs with Ruby 2.5.9 which is EOL since 2021. This is because the most current Ruby version for openSUSE Leap 15.4, which the test suite controller runs on, is still Ruby 2.5.9. Updating the Ruby version allows us to modernize the test suite code base and to use more recent Ruby gems that do not support the old Ruby version anymore. |
Create a custom elemental image that bundles k3sa project by dgiebert Project DescriptionWith the discontinuation of k3os, there is no minimal Linux available that bundles the OS with k3s, but with Elemental one can create custom images that can be extended. The community has been asking for this, but we don't have an immediate need for enterprise customers, so it hasn't been prioritized. |
Make iguana-workflow to support multiple container frontendsa project by oholecek Project DescriptionIguana is an attempt to have 100% stable initramfs which functionality is enhanced by containers. |
Help Ansel: Fork of Darktable, the open source photography workflow application and raw developera project by AZhou Project DescriptionDarktable is an open source RAW development tool that can run on Linux, its UI is based on GTK and supports many cameras. And Ansel (firstly called R-Darktable) is a fork by Aurélien PIERRE, who (as he claimed) is a core-dev and resident color science guy of Darktable. |
Improve Docker registry listing toola project by rbranco Project Descriptionregview is a heavily modified fork of the (no longer maintained) reg tool by Jess Frazelle for listing images in a Docker registry. Some features of reg were removed (like the webserver, to make it only cli) and others added. Some bugs were fixed (and PR's submitted) and others added as well. |
Explore Steam Deck issues in openSUSE Tumbleweeda project by tschmitz Project DescriptionThe Steam Deck is a portable gaming handheld built around platform technology similar to the one found in AMD mobile laptops. Vendor Valve ships a custom Linux distribution with downstream patches on this device, but booting into other distributions is possible. Connecting the Steam Deck to a dock can turn it into a compact workstation. |
Base Linuxa project by dspinella Project DescriptionBase Linux is a new distribution developed from scratch. It aims to have the stricter packaging system, to be customizable and to work as a base for other Linux distributions in all kind of environments, from desktop to servers and embedded systems. |
chatterboxan idea by gbaccini Project Descriptionchatterbox is a tool for composing RESTful conversations with an endpoint. |
Make orthos/cobbler more ansible awarean idea by trenn Enhance ansible usage in orthosWhat is this about |
Implement text based OCR in openQAa project by clanig Project DescriptionCurrently openQA requires a reference image to be stored to do OCR based comparisons. It is not possible to pass a character string to openQA which should be compared to the text in the screenshot. |
Enhance SUSE Manager + Rancher + K3s/RKE Automationa project by nbornstein Project DescriptionAutomation of Rancher, K3s, RKE, RKE2 through Salt and SUSE Manager |
Proof of Concept for a Perl binding to libfyamla project by tinita Project DescriptionSimilar to YAML::LibYAML::API and YAML::XS it would be nice to have a Perl binding to libfyaml. |
Run autoupdate-perl in CIa project by tinita Project DescriptionCurrently autpupdate-perl runs on a cloud server. It updates perl modules in autoupdate, but also the whole CPAN-{A,B,...} projects. |
Package libfyamla project by tinita Project Descriptionlibfyaml is a modern alternative to libyaml that passes |
Automate testing for openSCAP / ComplianceAsCode with CI or openQAan idea by c-hagenest Project DescriptionOur current workflow for contributing to compliance as code requires manual testing. Automated testing either through the upstream CI or openQA would lower development time. |
Create a graphic scene using Vulkan APIa project by jtorres Project DescriptionCreate a graphic scene where I can see a cube and maybe add to it some textures or modify its geometry. |
zypper plugin for discovering reverse dependenciesa project by bzoltan1 Often when we test maintenance updates or when we decide to push an update for a package we want to know what that change may cause. Right now it is really difficult to figure out what package depends on a given package. Motivation |
Typo-forgiving zypper search plugina project by cdywan Sometimes you search for a package, and you don't find it because you're not typing it right. Of course there's regex support behind the scenes but it requires conscious effort to make use of. Motivation |
High Available NFS Cluster Concepta project by roseswe Project DescriptionOverall: Existing NFS-HA Consulting solution exists (for SLES15 SP1 and SP2+) and is in production at customers. Goal is to improve this solution, enhance the documentation and make it more robust. |
Study the book of 'The Go programming language'a project by leli The Go programming language is an open source language and very popular. Study the book content and try to practice some project examples in the book. |
Finish stardict compatible dictionary appa project by metan Project descriptionI do have a proof-of-concept stardict compatible dictionary app that is absurdly fast on today's hardware that I want to finish. |
Try container based openQA and migrate it to another servera project by waynechen55 Project DescriptionTry container based openQA, including openQA webui, worker, postgres and etc. Setup complete openQA environment using various containers. I am expecting a more convenient way to deploy openQA service and, at the same time, migrate the service to another server. |
Update Haskell ecosystem in Tumbleweed to GHC-9.6.xa project by psimons Project DescriptionWe are currently at GHC-9.4.x, which a bit old. So I'd like to take a shot at the latest version of the compiler, GHC-9.6.x. This is gonna be interesting because the new version requires major updates to all kinds of libraries and base packages, which typically means patching lots of packages to make them build again. A significant part of the development effort will be live-streamed on Twitch so that others can collaborate easily. |
k3ka project by hgalalabdelazizahmed Project DescriptionA kubernetes controller that spins a dev k3s cluster within your existing kubernetes cluster, the idea is derived from k3d but instead of using docker on the desktop machine to spin a k3s cluster, I will be using kubernetes itself as the host for these clusters. |
Try-out training managementa project by mstrigl Project DescriptionOur club has try-out trainings for kids that are interested in Ice-hockey. They can come 5 times free of charge and then they need to sign a contract. Actually this is done with excel lists which is not nice and is not working very well. |
Stand-Alone Two-Node HA K3s Clustera project by alex.arnoldy Project DescriptionEdge environments need highly available infrastructure but due to scale, they also need to reduce costs wherever possible. Lowering compute hardware costs by 1/3 can be the difference between success and failure in launching an edge Kubernetes offering. |
Humidity sensors with dashboarda project by joachimwerner Build a network of ("edge") humidity sensors using Raspberry Pis with SenseHats and additional cheaper sensorsFor our house, I want to make sure I can track the effectiveness of regularly ventilating the rooms by adding humidity sensors and tracking the measurements over time. |
Polish and improve ansible roles in GeekOopsa project by ph03nix Project DescriptionGeeko-ops is a collection of community-driven Ansible roles for SLES/openSUSE based distributions. |
Dictu Languagea project by bdowns328 Project DescriptionDictu is a new scripting language with features and capabilities of other major languages without giving up speed but also providing a familiar syntax and user experience. The hackweek effort would be a hard push towards features pushing Dictu closer to mainstream adoption. |
Rancher QA Blog Spacea project by jamcghee Project DescriptionThe intent of this Project is to create a website to allow the creation, posting, and sharing of Blog posts created by the Rancher QA Team. These posts will cover a broad level of subjects surrounding the Rancher space, and can be very high level walk throughs, very technical discussions, etc. This website is intended to be publicly available for viewing, and blogs will be targeted toward helping users, but contributors will only be internal. |
Setup patchew instance for kernel mailinglistsa project by mbrugger Setup a patchew instancepatchew allows you to easily track patch series sent to a mailinglist and see the diff between the different series. |
A weighting based ABR treean idea by dtseng Project DescriptionA new algorithm is proposed to resolve this skew issue of RB-Tree. |
select vs epoll in socket i/o muxan idea by dtseng Project DescriptionTo fit a big number growing of TCP connections in the data center, epoll mechanism is suggested to replace select system call to improve the performance of socket i/o multiplex. |
Learn OpenEMS project (Open Energy Management System)a project by witekbedyk Project DescriptionOpenEMS — the Open Source Energy Management System — is a modular platform for energy management applications. It was developed around the requirements of monitoring, controlling, and integrating energy storage together with renewable energy sources and complementary devices and services like electric vehicle charging stations, heat-pumps, electrolysers, time-of-use electricity tariffs and more. |
Graphing stats from a remote solar MPPT charge controllera project by brunoleon Graphing stats from a remote solar MPPT charge controllerGoal for this Hackweek |
Support virtual monitors for VNC in gnome-remote-desktopa project by vliaskovitis Project DescriptionCurrently gnome-remote-desktop only supports remote-assistance sessions, where a VNC connection is tied to a physical local session . WIth this use case, the monitor configuration is provided by the server (mutter/gnome-remote-desktop), and this configuration matches the physical session monitor on the server. |
expand a "CMS" written in python/flaska project by MMoese Project DescriptionI'm 2nd head of a non-profit association, our goals are to help musicians and kids that want to learn playing an instrument, but whose parents cannot afford buying instruments or paying for musical education. |
A React-based alternative to our beloved bug/issue tracker finglongera project by avshiliaev Project DescriptionSince we use different systems to report bugs (Bugzilla) and track their fixes (GitHub), we have a dedicated tool to keep our boards in sync and up-to-date between those two. The tool we use today is called finglonger and it's written in clojure which makes it rather difficult to maintain and expand. |
web-based testing tracker for aquarist-labs's s3gwa project by jluis Project DescriptionKeeping a consolidated view of a project's progress is a non-trivial endeavor. There are far too many moving parts from its inception, such as planning, issue tracking, development, and testing. All the while one must keep track of some form of metrics to ensure that there's progress, and that the progress is happening in the right direction (or whatever is considered the right direction at the moment). |
AWS Terraform Modulesa project by mtrachier Project DescriptionProvide modules in Terraform registry for getting users started using Kubernetes on AWS. |
Cgroup support for supportconfiga project by firoyang Project DescriptionMake supportconfig aware cgroup. |
Migrate web hosts over from easy engine on AWS to k8s/RKEa project by ngildersleeve Project DescriptionI'm looking to migrate all of my websites from easy engine (which is a primarily Wordpress based shell framework) to k8s/RKE, possibly with Rancher. This will allow me to |
Advanced suspend/resume controla project by sbrabec Project DescriptionI am often work remotely on my desktop. Remote work on the desktop is complicated by a nice desktop feature – automatic suspend. There already exists a desktop integration, so the desktop applications could prevent the suspend. But sshd is not included yet. |
Creating a drum machine with pytestan idea by ONalmpantis I want to refresh/improve my python skills so I ll make a drum machine Resources |
Saline: Salt state appliement monitoringa project by vzhestkov Project DescriptionIn case of applying states for a huge number of minions it's very hard to monitor the status of applying the states. |
reflinkable rpmsa project by lnussel Project DescriptionRPMs with reflinkable content that leverage CoW filesystem features could help to minimize disk writes and space usage, reduce cpu cycles and download bandwidth for updates. |
D-Bus secure message communicationa project by alix82 Project DescriptionD-Bus is a easy to use message-oriented mechanism that allows communication between multiple processes running concurrently on the same machine. Any application running on the session bus can install a monitor hook over the bus to listen to all exchanged messages. Sensitive information such as mail passwords will be exchanged in plain text. A malicious software can easily listen and parse all those sensitive messages. |
Explore the future of samba in the cloudan idea by scabrero Project DescriptionExplore how samba could fit in the cloud world: |
Openqa framework in emacsa project by ybonatakis Project DescriptionThe main idea is a framework to interact with openqa with a modern UI from within Emacs. |
Learning podman with selinux enableda project by gosipyan Project DescriptionPodman is an open-source, Linux-based tool that builds Docker-compatible container images |
Package workflow experimentsa project by jfehlig Project DescriptionMost developers are comfortable with the workflows of git hosting services like gitlab and github, including their CI/CD capabilities. This project aims to experiment with new downstream package development and maintenance workflows based on upstream git repositories cloned at gitlab.suse.de. I'll be using the libvirt package for these experiments since it typically contains a healthy mixture of downstream-only patches along with upstream cherry picks. |
Lightweight container runtime on Maca project by bnewberry Project DescriptionCreate a lightweight virtual machine manager for a container runtime on Mac. |
flipbook.picsan idea by gleo Node.js Flipbook PDF generator, to convert videos into printables. Project Description |
Build an Audio Streaming Server in Golang for Ableton Lite Recordingsa project by annablendermann Project DescriptionI have a small recording studio at home that I use for acoustic recordings using a 2i2 Focusite and Ableton Lite, but no streaming server for my output files. I want to be able to process/mix and share multiple rough drafts of .mp3 or .wav files with my musician friends without sharing them to a public platform yet. I've also been learning golang and seeing how it's a popular choice for audio processing, can use this to dive deeper into it. |
Create a CLI tool for interacting with Rancher Support Matrixa project by dpock Rancher Support Matrix CLI HelperA tool to bring the Rancher Support Matrix info into your CLI. |
Bring to life the Studio Kiosk in Frankenstrassea project by digitaltomm Project DescriptionMake use of the Studio Kiosk in front of my office: |
Minecraft basics for kidsan idea by calmeidadeoliveira Project DescriptionSome of my son's friends are learning the basics in coding Minicraft. My son (9 years old) is poking me since weeks to learn as well, but I had no time to look for resources to teach him. |
Generate a GraphQL API for Uyuni's reporting DB and consume ita project by j_renner Project DescriptionGenerate a GraphQL API for the new reporting database of Uyuni (using hasura.io) and implement a very simple UI using a modern frontend framework (e.g. nuxt.js). |
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. |
OMEMO Hexchat pluginan idea by dknorr Project Descriptioni want to build a hexchat plugin, so i can run a omemo-secured conversation over irc with someone who also has an omemo implementation |
Moderated Meetings for opensuse Jitsia project by LSchroeder Project DescriptionPackage and Deploy: |
A CLI for Harvestera project by mohamed.belgaied Project DescriptionHarvester CLI is a command line interface tool written in Go, designed to simplify interfacing with a Harvester cluster as a user. It is especially useful for testing purposes as you can easily and rapidly create VMs in Harvester by providing a simple command such as: |
Nanos Unikernelan idea by rpalethorpe Project DescriptionNanos is a "unikernel" providing a subset of Linux kernel features. It only allows a single process to run, but has multiple threads. It maintains the kernel-land to user-land boundary unlike other unikernels (so perhaps isn't strictly a unikernel). |
Utilize eBPF for network policya project by jianwang Project DescriptionUtilize eBPF for network policy in (nested) virtualization environment. |
mac80211_hwsim toola project by cfconrad Project DescriptionWrite a userland tool, to utilize the netlink interface of the of the mac80211_hwsim kernel driver. |
Explore Crev as collaborative code audita project by pperego Project DescriptionCrev [1] is a collaborative code audit idea. Since it's common that more security engineers can work on the same projects, or there can be a different person auditing a piece of code after some time, there is the need to keep track of the code audit notes in a non-repudiable way. |
Install BLOB-less U-Boot in SPI of Pine64 ROCKPro64 and boot from NVMe diska project by clanig Project DescriptionThis project is about installing a fully open source ARM machine. It was not originally a Hack Week project and some information gathering was already done before. |
Learn about Rancher productsa project by mgrifalconi Project DescriptionSUSE and Rancher joined a while ago, but other than k3s, I have no good understanding about Rancher products and I feel I should get a better idea on what are their purpose and strengths. |
Paper reading cluba project by LarsMB Project DescriptionMost of us remember a period of our lives when we had time to stay somewhat uptodate on the research and developments in our area of expertise. However, this often falls short during our day-to-day work, as we get bogged down in the engineering problems of the real world, and the struggle of explaining even basic concepts to laypeople :-) |
Building my own cluster on Raspberry Pi 4 with K3Sa project by mlin7442 Project DescriptionI'm not familiar with Rancher K3S, I'm always want to have a opportunity to understand it more, since I've 3 Raspberry Pi 4, I will building a cluster on them with K3S. This will based on openSUSE 15.4. |
Updatecli Kubernetes Operatora project by olblak Project DescriptionImplementing an Updatecli Kubernetes operator. |
Build Kernel from sources - openSUSE wayan idea by asmorodskyi Find documentation on how to re-build openSUSE Kernel from sources and tweak some Kernel build variables Goal for this Hackweek |
Explore Djangoa project by djz88 Explore djangoLearn and work with Django framework by writing/enhancing an application. |
Learn and research the ALP security frameworka project by bchou Project DescriptionI will spend hackweek time getting more familiar with the security framework of ALP, as I am a WG member. There are many documents can be referenced. |
Implement a "Fuel Gauge" for Harvestera project by mrussell Project DescriptionAs an attempt to stick with the theme of this Hack Week - the idea is that we implement a way to funnel out information (probably on an out of the box Grafana chart or something) about: |
QJobViewera project by apappas Project DescriptionA viewer for openQA jobs written in Qt. |
Extend k3s-ansible to support new functionalities (or fork/create new one)a project by nicoladm Project DescriptionThe project k3s-ansible helps to easily install and manage k3s clusters and it's particularly handy for users who use ansible for daily operations. |
Brew an IA-generated beer recipean idea by rtorrero This project has two goals: - To get familiar with AI, machine learning, deep learning and language models in particular |
BPFTRACEa project by fanyadan Project DescriptionJust have play with bpftrace on some real kernel bugs. |
rust security reviews and cargo-creva project by jzerebecki Project DescriptionLook into things that make security/code reviews of rust code easier and play with cargo-crev. |
kubedumpan idea by joshmeranda Project DescriptionDevelop a tool to collect runtime information about a kubernetes cluster. |
Base container images multi language compiler on local codea project by mdati Create a selector of BCI-language containers, python, java, go, etc, to pull and build the proper image |
Product Migration support in SSMan idea by admehmood Project DescriptionCurrently, in SUSE Manager it is not possible from UI to perform Product Migration of multiple clients in a single go. If a user has a high number of clients that needs migration, it could be a pretty cumbersome action. We do provide API support but not everyone is good with scripts and it would be nice to provide an easy-to-use API to do this. |
Hack into Ellingson Mineral and download a garbage filean idea by mseidl81 We should be chased by the FBI.Finally I'll need group of elite hackers to prove our innocence. |
py-ensa project by ngetahun Project DescriptionImplement the ethereum domain name service in python. Domain name resolution for Ethereum Domain Names per EIP-137 RFC[1]. |
Misc: Make samba rpc service scheduler generic and/or learn some Rusta project by npower Make a generic worker/scheduler api for use within samba based on existing dcerpc daemon (and various rpc services)Goal for this Hackweek #1 |
WireGuard VPN on MicroOS/Raspberry Pian idea by doreilly Project DescriptionMicroOS is perfect for running a WireGuard server on a RPi to provide remote access to a home network. It is lightweight, reliable, auto updating and easy to secure. |
Retail Branch Server + SUMA Server on one machinea project by nadvornik Project DescriptionSUMA for Retail 4.3 introduced containerized branch server. In theory, it should be possible to run the container on the same machine as SUMA server. This would be equivalent to the Combo server in the old SLEPOS product. |
indoor air quality sensora project by rsimai DescriptionI noticed during home office times as well as with multiple people in one office how quickly air quality drops, which affects concentration and finally performance, as it causes tiredness and headache. I want a device that continuously measures the quality and reminds me in time to make adjustments to the airco (if available) or when to air the room, or take a break outside. Parameters to measure are at least temperature, humidity and CO2 level. The device should be stand-alone and potentially battery powered, with the option to connect to other devices such as PCs or smart phones through Wifi, Bluetooth, Serial, ... |
Rewrite libkdumpfile Python binding using CFFIa project by ptesarik Project DescriptionThe libkdumpfile library includes Python bindings. They are implemented as manually created C code for CPython. This is hard to maintain and/or port to alternative Python implementations. |
Make DNF5 package manager ready for openSUSEa project by dmach Project DescriptionDNF 5 is a package manager that is currently in development and will land in the future Fedora and RHEL versions. |
learn and play around luks and fido2an idea by oertel read up on things like https://0pointer.net/blog/authenticated-boot-and-disk-encryption-on-linux.html |
Model checking the BPF verifiera project by shunghsiyu Project DescriptionBPF verifier plays a crucial role in securing the system (though less so now that unprivileged BPF is disabled by default in both upstream and SLES), and bugs in the verifier has lead to privilege escalation vulnerabilities in the past (e.g. CVE-2021-3490). |
Cobbler Angular Web Interfacea project by SchoolGuy Project DescriptionThe old Cobbler webinterface was built into the server, leading to a huge dependency stack only required for a few people. |
consolidate mm debugging tools and package thema project by mhocko Project DescriptionDifferent people use different ad-hoc tools to debug Linux kernel MM (memory management) related issues. I have couple of those myself. They fall into two main categories. One set for proper data collection and the other for some high level analysis. Our customers would benefit from the former and we (L3 labs from the later). Having them in a single package sounds quite reasonable to me. |
ignite.opensuse.orga project by lkocman Let's do what we can to get https://github.com/openSUSE/fuel-ignition running as ignite.opensuse.org respectively ignite-stage.opensuse.org Project Description |
Learn about Fleetan idea by kwk Project DescriptionI want to learn more about Fleet (https://fleet.rancher.io/) and GitOps |
Poking technologies for enrolling customer key to kernel trusted keyringa project by joeyli Project DescriptionThe keys in db or mok can be used to verify boot loader and kernel binary for booting. But upstream kernel doesn't trust them for enrolling to trusted keyring because they are enrolled outside the boundaries of kernel. Which means that IMA can not use db/mok keys for verification. |
Weekly balanced family menu planner (learn JS, Node.JS, React, MongoDB)a project by pherranz Project DescriptionWe're always struggling at home with the lunches and dinners. Most of the time we realize that by the end of the week that our diet has diverged from what WHO and many other organizations suggest. My idea is to create a scalable database of meals, a web interface and some logic that generates a balanced meal plan for a 5-day or 7-day week. |
Learn more about Application Security (AppSec) Open Source Tools and Testing Techniquesan idea by heidi.bronson Project DescriptionApplication security (AppSec) is a threat that all organizations are facing. While we have QA engineers and security teams to help avoid these threats, true AppSec can only be obtained by giving developers the tools to find and fix vulnerabilities before their code is pushed into the deployment pipeline. As a software engineer, I want to make sure that my applications are secure. During this hackweek, I want to study the OWASP Top 10 vulnerabilities, related testing techniques, and open source tools that can be used to test our applications and keep them safe from malicious actors. |
Add MBR binary format support to the fq command line toola project by tobilehman
|
Enhance internal process for providing localization dropsan idea by ta-ro Project DescriptionWe regularly hand off documentation sources to localization. I'd like to improve some minor details in this process. |
Ebook Reader word translatora project by dmulder Project DescriptionWhen learning a new language, it's useful to read books in your target language. The trouble is, it's difficult and time consuming to look up the meanings of new words you encounter while trying to read. The purpose of this project is to create an ebook reader which allows you to highlight individual words and translate them quickly (similar to how duolingo stories lets you click on words to explain their meaning). |
Add combustion support to the terraform-provider-libvirta project by oholecek Project DescriptionTerraform libvirt provider has support for cloud-init and ignition VM configuration options. Last remaining popular option is for Combustion which is very useful when working with MicroOS systems. |
Improve the UX/UI of User Storya project by cyntss Project DescriptionUser Story is an open-source project that allows organizations to collect customer feedback displayed in the form of an open roadmap to enable open collaboration between developers/companies and their customers. It helps identify high-priority issues and features and it serves as a tool for project managers to plan according to what customers actually want. |
Learn Rust from scratcha project by pherranz Project DescriptionAs I do not work as a developer per se, I love developing new code and learning new technologies that arise in this world. The Rust language is defined as Rust is a multi-paradigm, general-purpose programming language. Rust emphasizes performance, type safety, and concurrency. |
retrocomputing: learn the architecture of MIPS for PS1 and build an assemblera project by david.anes Project DescriptionThe idea is to learn about the PlayStation 1 CPU and GPU. |
generic zswap dedupa project by ailiopoulos Project Descriptionzswap [1] is a linux kernel component that provides in-memory compression for swap pages. It already provides a limited form of deduplication: if a page is filled with the same value (e.g. all-zeroes) then only that value is kept instead of compressing the contents. |
Explore containerized desktop and pure-wayland desktopan idea by zcjia Project DescriptionI want to explore various distros/technologies that utilize containerized desktop and pure-wayland desktop, so that I can gain more experience and ideas on how ALP desktop should look like. |
Continue work on "ostatus"a project by aplanas Project Descriptionostatus is a command line tool designed to answer questions like "what deviations has my system from a fresh installed system", at least in term of installed packages. |
Audio steganography for music digital signaturesan idea by shawnhao Project DescriptionThere are lots of indie musicians who are not very aware of protecting their copyright and it is hard to determine plagiarism in music. I believe a digital signature could be useful to present copyright on court without damaging and altering the soundings of a song. But I am also aware that a signature alone may not be sufficient to protect copyrights and it is able to bypass it. |
Learn kubernetesan idea by XinLiang - Learn key concepts of k8s- Learn how to write k8s crd or operator |
salt formula for uyuni proxy setupan idea by mbussolotto Project DescriptionGoal is to write a salt formula for setup a uyuni proxy. |
Learn a doc about containeran idea by zoecao Goal for this HackweekKnow how to use it and setup an environment based on the doc. |
KernelCI performance regression dash boarda project by wagi Project DescriptionKernelCI is gaining more and more attraction for CI builds and test runs by the upstream community. Though at this point, there is no dash board to track or visualize regressions over time. |
Learn about Service Managementa project by lrupp Project DescriptionIt's time to learn a bit more about best practices in service management organization. This includes especially Service Level Agreements and the creation of a Service Catalog. |
Reading SLES15 "Security and Hardening Guide"an idea by llzhao Project DescriptionGoal for this Hackweek |
Audio controlled smart devicesa project by bzoltan1 Project DescriptionUse vosk library and Shelly cloud API to voice control smart home devices like Shelly bulbs. |
Add automatic loading of salt autosign grains to saltbootan idea by oholecek Project DescriptionSaltboot is a system of salt states and custom initrd for automated image deployment integrated with SUSE Manager/Uyuni. |
Write a formula with forms for setting up a container registrya project by mcalmer Project DescriptionLearn about formulars with forms and write a formula which setup a container registry. |
openSUSE wiki improvements (specially Portal:Packaging)a project by gmoro Project DescriptionFollowing a recent discussion with the Packaging team at SUSE we will do a revamp of https://en.opensuse.org/Portal:Packaging |
SUSE SE Marketing tools and Demosa project by nbatsford Project DescriptionOur project is to develop Tools and demos which can be deployed using Helm on Rancher. |
Improve unaligned fs read behavior for u-bootan idea by wqu_suse Project DescriptionAlthough U-boot has a fuse like interface to support different filesystems, the unaligned read is in fact completely handled by the underlying fses. |
Explore linuxboota project by clin What is linuxboot?LinuxBoot is a firmware for modern servers that replaces specific firmware functionality like the UEFI DXE phase with a Linux kernel and runtime. |
Securing and improving home/server networka project by ohollmann Project DescriptionNow, when mikrotik supports WireGuard there is no need to stay with OpenVPN. Let's try to setup WireGuard and investigate it's options, test performance etc. |
Show Me The Key: A screenkey alternative that works under Wayland via libinputa project by AZhou (Improve last hackweek's project.) https://showmethekey.alynx.one/ |
Improve zypp-gui toola project by xiaoguang_wang zypp-gui is a gui tool to update the system and install the packages in openSUSE distro. It's written by rust. https://github.com/sunwxg/zypp-gui |
Aperture: a simple game engine written in C based on OpenGLa project by StarryWang Project DescriptionThis project was initially created for my graduation project. Currently, I've finished |
YaST log grouping, better visualization of the loga project by lslezak DescriptionTL;DR: I'd like to have something like this for YaST log. |
FTrace Visualization Toola project by jesingh Project DescriptionA visualization tool that directly digests ftrace function traces and provides easier to understand timing diagrams with the ability to quickly look up functions from within the program. |
Adopt Typescript in D-Installera project by IGonzalezSosa Project DescriptionIn January, we announced the D-Installer project, an attempt to build a web-based installer on top of YaST and Cockpit. Since then, the codebase has grown significantly, especially the JavaScript part. |
DIY flight sim throttle quadranta project by lpalovsky Project DescriptionThe idea is to create a DIY throttle quadrant for flight simulators like MSFS or X-plane. |
Use ESP-01S as WiFi to UART bridgea project by iivanov Project DescriptionCurrently with just with 8 RPi devices cables occupy most of the space in the 'rack. Reduce the clutter with replacing USB to UART converter with WiFi to UART ones. |
Learning ROSa project by zhonglidong Project DescriptionThe Robot Operating System (ROS) is a set of software libraries and tools for building robot applications. From drivers and state-of-the-art algorithms to powerful developer tools, ROS has the open source tools you need for your next robotics project. |
Write a CLI program for OneDeva project by cxiong Project DescriptionDevelop a CLI (Python) for OneDev. |
CI/CD pipeline with Gitlab/Docker/Kubernetesa project by waynechen55 Project DescriptionCI/CD, which stands for continuous integration (CI) and continuous delivery (CD), creates a faster and more precise way of combining the work of different people into one cohesive product. In application development and operations (DevOps), CI/CD streamlines application coding, testing and deployment by giving teams a single repository for storing work and automation tools to consistently combine and test the code to ensure it works. |
Learn move knowledge about build website and improve qa xfstests dashboarda project by yosun BackgroundA dashboard for testing and analysis xfstests results just initial this year. It has a lot of performance issues to fix, and it also needed to add more features to get usable. Also bootstrap looks very easy to use, plan to learn some frontend knowledge for fun. |
Tool to collect relevant data from images and containers tested in openQAa project by jlausuch Project DescriptionThis idea has been partially implemented for JeOS images, where we are collecting some data from the images whenever a new build ends up in openQA. For instance, https://openqa.opensuse.org/tests/2419705#step/image_info/9 is collecting the size of the image, as well as total number of RPMs, the list of RPMs with their size and some filesystem information. |
generate a python tool to create test suites from migration test matrixan idea by leli Project DescriptionI will generate the python tool to create test suites from migration test matrix instead of the old tool with VB. |
TeX macros for a puzzle gamea project by mcalabkova MotivationThere is plenty of puzzle games (see Šifrovačky.cz), but currently none designed for children. With my husband we are thinking of starting/reviving one and creation of a fine typesetting system is one of the preliminary steps. The macros could also be used by other puzzle games in need of a new typesetting system (I could publish them if I liked my work). |
Learning boot loadera project by qzhao Learning boot loader related knowledgeLearn about boot manager, including trusted computing, disk encryption, EFI, storage and more |
Improve Scrum Master Dashboarda project by ilausuch Project DescriptionNow in Public Cloud and Containers QE team we are using https://github.com/BillAnastasiadis/qe-c-backlog-assistant. But we want to go far from here to be capable of provide more information and analysis |
Create a distributed midi keyboard for kidsan idea by ilausuch Project DescriptionThe idea is to create a midi keyboard where every kid could be responsible of a note. This is a part of some workshops to show the children of a montessori school about how the music can create emotions. |
Project Verifree : internal key server(s)a project by mcaj Project descriptionThe project Verifree is about GPG key server. The goal is build a Key server, where users are able to |
Installation server setup utilityan idea by csalmond Project DescriptionCreate a utility that will simplify setup a SLES machine to be a PXE boot server. This will include installing and setting up tftp, dhcp client/server, nfs server, and vsftp server. Selecting, mounting, exporting, ISO and kiso images for PXE installation and setting up PXE boot menus. |
Video For Linux 2 Camera monitor, frame capture, day/night exposure control and timelapse generator in pythona project by dmair Use the V4L2 API in a PySide qt6.3 application to capture frames, monitor and adjust image exposure from a camera Frame capture is functional |
Project Skyscraper - PoC of a Cloud Governance Dashboarda project by tmuntan1 Project DescriptionWe would like to create a single interface for teams to manage our cloud governance. |
Learn network related knowledgea project by XGWang0 Project DescriptionPlan to learn network related knowledge to benefit to performance test |
Find openQA jobs which using specific test modulea project by rfan1 [Description]: # A simple web package can find openQA jobs/jobgroups which use specific test module [Status]: # In plan |
Blog about our ScummVM Freeware games packagesa project by sndirsch Blog about ScummVM Freeware games of our openSUSE Build Service games projectStatus |
FIDO2 emulationa project by mkoutny Project DescriptionFIDO2 is set of specifications for multi-factor authentication. It is based on asymmetric cryptography with secrets stored in a HW token. The token must support the protocol to be usable. |
Modular kernel packaginga project by mwilck Project DescriptionCreate a PoC for a modular packaged kernel. This means: |
Having closer look at openQA and search for comparably simple improvement optionsa project by clanig Project DescriptionThe project is about getting more familiar technically with the openQA code and checking for improvement options in dependence of the expected impact and effort. |
early stage kdump supporta project by mbrugger Project DescriptionWhen we experience a early boot crash, we are not able to analyze the kernel dump, as user-space wasn't able to load the crash system. The idea is to make the crash system compiled into the host kernel (think of initramfs) so that we can create a kernel dump really early in the boot process. |
Family with Kubevirta project by xguo Project DescriptionTry to family with Kubevirt in SLE |
Family with MicroOSa project by xguo Project DescriptionTry to family with MicroOS for ALP Virtualization |
fontinfo.opensuse.organ idea by pgajdos Project DescriptionEither resolve github.com/pgajdos/fontinfo issues or R.I.P. fontinfo.opensuse.org. |
apptainer with jobbera project by mslacken Apptainer job execution layerjobber is small self contained perl script which does simple execution of serial jobs. |
Catch up on information/training video's from SUSEcon, technical reviews, etc.an idea by Jackman1 I have not been able to keep up with various information, technical review, tech days and SUSEcon videos. That's what I will be doing. I will have to continue to work part of the time as well, but will take time to review available learning resources. |
Enable full-disk-encryption key sharing for bootloader -> kernelan idea by ismaell Project DescriptionFull disk encryption currently requires each stage to gain knowledge of the keys independently, which means asking the user or bundling the key (in the initramfs). |
Improve Full-Disk-Encryption support in openSUSEa project by ismaell Project DescriptionThe main goal is to enable the use of plain dm-crypt (as btrfs makes LVM2 unnecessary overhead) and a separate ephemeral key for the swap partition. |
Prettier dashboard for solar panel statusa project by emiura Project DescriptionMy current dashboard for solar panel status runs on a raspberry PI and it is based on lighthttp and a couple of shell and python scripts, but it is very ugly. |
geekoops - reusable ansible roles for openSUSEa project by ph03nix Project DescriptionI started the geekoops project last year for hosting some generic ansible roles for openSUSE. |
Setup A Linux Cross Referencer for SUSE kernelsa project by tdz Project DescriptionThere's Elixir for browsing mainline Linux releases. We should set up a similar system for SUSE kernel releases. |
ioBroker for home-based laba project by hrommel1 Project Descriptionuse ioBroker to power-control home-based lab with as low as possible carbon footprint |
Open Source book reader for visually impaired/blinda project by DKarakasilis Project DescriptionI was talking with a friend the other day who is blind. He briefly explained to me how he reads books (the regular, paper printed ones). So, he is taking a photo of each page, passes that to the OCR to extract the text in digital form, then passes that to some text to speech engine to read it out loud. |
Solar water heating control panel using ESP32a project by alarrosa Project DescriptionI have in my house a solar panel to heat water that is controlled by a "dummy" control panel from which I can see the current temperature of the water in the solar panel and the water in the tank. There's a pump that moves water from the tank into the solar panel and back into the tank in order to heat it when the temperature of the solar panel is x degrees higher than the temperature in the water tank. There's also a resistance in the water tank that can be turned on to heat the water when there's no sunlight. |
Hack around c3osa project by EDiGiacinto Project DescriptionC3OS is a lightweight Kubernetes-focused GNU/Linux elemental derivative that optionally supports automatic node discovery, automatic role assignment and optionally VPN out of the box with no kubernetes networking configuration required. |
Extended Catalog of SUSE Slideware Templatesa project by dominic_vieira Project DescriptionThere are lots of interesting presentations happening all throughout SUSE on all manner of subjects. Presenters have found all kinds of creative ways to showcase their content using different shapes, templates, and other tools to convey important information. If you're looking to start a new presentation, the current slide templates are great to get started with but often time presenters have to look elsewhere for design inspiration. The goal of this project is to create a centralized "extended catalog" of Powerpoint and Impress templates, as a compliment to the existing templates, and make them available to SUSE employees through ImageRelay, that can serve as inspiration and templates for those looking to create rich and complex presentations based on examples built by fellow SUSE employees. |
openSUSE on Fairphonean idea by FridayKetchup I am curious if we can run openSUSE or another SUSE OS (SLES/Micro) on a Fairphone. Status: To start at the beginning |
Developer documentation for edliban idea by neilbrown Project Descriptionedlib is an editor that I am writing - because I got too annoyed by emacs. |
Polish a few GFXprim appsa project by metan DescriptionGFXprim is a minimalistic widget library written in C I've been toying with for the last ten years. At this point there are several useful application written in it such as music player, pdf browser, map viewer etc. |
Some modern webUI feature in openQAan idea by okurz motivationWant to learn JavaScript and current frameworks and improve openQA |
Discover X11 or Wayland displays with Akria project by atgracey Project DescriptionI want to be able to schedule a k8s workload when a display is attached. This is useful for wallboards or other workloads that need a screen. |
Acetylenean idea by phillipsj Project DescriptionA Windows init system based on ignition and combustion for Humans. |
OS self documentation, health check and troubleshootingan idea by roseswe Project DescriptionThe aim of this hackweek project is to improve the utility "cfg2html" so that it is even more usable under SLES and perhaps also under Rancher. |
ClusterMon Wrapper - Pacemaker Cluster Monitoring that customers can re-usean idea by roseswe Project DescriptionSUSE Linux Enterprise High Availability Extension (SLE HAE) is based on pacemaker as the cluster engine, corosync as the message layer and hundreds of resource agents. These resource agents (RA) can be used for almost all imaginable HA use cases. |
Learn to do 3D animations for product documentation in Blendera project by rainerkoenig Project DescriptionSometimes open source products lack of a good and inspiring documentation. So my idea is to brush up my Blender skills to a level that I'm able to do some tiny 3D animations to explain workflows and procedures better. |
Linux training manual for openSUSE localised for South Africaa project by aslamr Project DescriptionUpdate Linux training manuals that were created in 2011 under a CC share-alike license for opensuse. In 2011 Inwent, GIZ and FOSSFA created training material using the LPI exams requirements. This project is to update the content of that manual. |
[Part 2] Self assessment application for learning a (human) languagea project by mssola Project DescriptionBasically, I want to continue to what I did last time (link). Back then I got some really good results, but I didn't quite make it to a state in which the application is totally useful. |
Azure Active Directory for Linuxan idea by lramage Project DescriptionImplementing Single Sign-On and Two-Factor Authentication for Office 365 on Linux |
Build Modern Unix Collectionan idea by hennevogel Get modern-unix tools build on OBS without too invasive distro changes |
Containerized home mirrora project by lkocman I'm running a simple home mirror, but I managed to get into a situation where I have to use a bunch of custom excludes. I think we should be able to offer what people want nowadays.\ |
openSUSE build supported by SUSE ITa project by vgrinco Project DescriptionSUSE IT needs help from fellow geekos with release engineering skills to define the requirements, process, infrastructure, and tools for building an openSUSE-based distribution bundled with SUSE IT-supported application stack. The resulting OS build will be offered as a standard distribution for new SUSE employees in addition to the existing Operating System library. |
Self Watering Indoor Vegetable Gardena project by kberger65 Project DescriptionThis first part of this project will build a moisture sensor using an ESP32 board and circuit python. I am hoping to implement a notification method using SMS or Email. Additionally, future plans include adding a Web based interface to view historical data as well as optionally adding some mini pumps that will water the plants once a specified moisture level (very little detected) has been reached. |
Improve yamltidya project by tinita Project Descriptionyamltidy is a tidier/linter for YAML files. It's pretty new. |
Scripted CardDAV address book modification in PHPa project by holgisms Project DescriptionRunning a self coded PHP application that - among other stuff - manages address data stored in some database. In order to have that address data not just in my application but also in mail clients or on mobile phones, I exported the data to an CardDAV address book of an ownCloud server. But whenever address data within my application is changed or new addresses are added, I also need to modify the data on the ownCloud server. In order to avoid that, I'd like to utilize a simple CardDAV library in PHP to automate that step. |
Package docker compose v2an idea by hennevogel Package compose and compose-switch to replace the python-docker-compose. |
Switch software-o-o to parse repomd dataa project by hennevogel Currently software.opensuse.org search is using the OBS binary search for everything, even for packages inside the openSUSE distributions. Let's switch this to use repomd data from download.opensuse.org |
Uyuni/SUSE Manager Server Helm chart on k3sa project by moio Building on the lessons learned in the previous HackWeek, attack the Server specifically to create a set of containers deployable on k3s via Helm. |
software.opensuse.org replacementa project by lkocman Project DescriptionLet's write a decent replacement for software-o-o. We want to choose the right technologies for the project, as technologies and missing volunteers is where we failed this time. |
Looking for alternatives to do hardware monitoring or extend the existing method'sa project by berndschubert Project DescriptionLooking for ways to capture hardware-specific data and use them later to predict unexpected behaviors. Tools can be collectd, prometheus-nodeexporter, ipmiexporter , grafana-agent or other. |
Support Config Analyticsa project by bwgartner Project DescriptionFurther refine (based on last year's sca-L0 project) the automation and the functionality of an L0 approach to collect, analyze and provide notifications and next-step guidance across the data pipeline from an individual system all the way to an initial support request review. In general this is like an AIOps/ITOps edge-core workflow. |
Multi-cloud Lightweight metadata CLIa project by seanmarlow Project DescriptionThe goal of this project is to create a lightweight multi-cloud metadata CLI for Public Cloud environments. There are cloud specific packages that exist but they all have different API and many are developed in Python which is quite heavy for cloud images, especially containers. Leveraging a compiled language will help with keeping the CLI lightweight. |
WASM support for cloud native buildpacksan idea by atgracey Project DescriptionThe wasm ecosystem is becoming more mature and feature rich. With this, I'd like to allow developers to run their code in wasm without needing to know how to set up their tooling or build the binary. Because of this, I think it would be interesting to extend cloud native buildpacks so you can build wasm-oci images in any of the platforms that support buildpacks. |
Improve geekoops ansible rolesan idea by ph03nix I want to improve and extend my ansible rolebook project called GeekOops. The goal is to ensure that the current rules are up-to-date and then implement one or two more roles. Another focus is set on improving the existing documentation/webpage, so that the project becomes better accessible to the openSUSE community. |
Improve SLE Release Management Containera project by suntorytimed Project DescriptionIn this project I would like to extend the capabilities of the SLE Release Management Container. This container is used by some colleagues in the SLE Release Management team to have access to osc and other Release Management critical commands inside a container environment. This includes the beta-emails project to send our beta announcements. |
Explore the state of voice control on linuxa project by szarate Project DescriptionI would like to be able to give my fingers a well deserved rest from time to time, so I'd love to be able to either control my computer with voice or simply dictate to it, for writing emails and so on, and if possible... even writing some code using my voice! |
openSUSE on Android - Geeko toolseta project by erikd256 Project DescriptionCreate a toolset for installing (openSUSE Tumbleweed) on any android-based device (using fastboot) |
learn htmlan idea by hardyian My name is Ian Hardy and I am a Web Developer. I am an accomplished coder and programmer, and I enjoy using my skills to contribute to the exciting technological advances and learn html that happen every day at frontend development. In this era of technology, anything digital holds a prime significance in our day-to-day life. Hence, developers have submerged themselves to create a major impact using programming languages. |
Let's make a customer support knowledgebase that worksa project by anthidote Project DescriptionOur SUSE Support knowledge base sucks. It has a clunky UI, only has a What you see is what you (don't) get editor, doesn't show version history. I hate it, you hate it, and our customers hate using it and would rather pick up the phone and bother us. |
Pong clone in C and curses.han idea by gfigueir https://github.com/guxtavo/pong |
VR APP development for Oculus Quest 2a project by lyan Project DescriptionDevelop an Oculus Quest 2 APP by Unity |
Create openQA MultiMachine tests for deploying Kubernetes on Tumbleweed using both k3s and rke2a project by pdostal Rancher maintains 2 Kubernetes distribution, both production grade:
|
Semi-automated XMLRPC based tool for uyuni testing written in Rust languagea project by lkotek Project DescriptionProject aims to create tool for specific situations in which current cucumber testsuite used for Uyuni and SUSE Manager is too complex tool and, otherwise, in which manual testing is just still too much time consuming. |
Drink our own Milkan idea by pgonin Project DescriptionRepurpose servers in our Labs into an Harvester 'prototype' infrastructure. |
Evaluating the influence of agile changes on the milestone delivery - assessing the risksa project by rtsvetkov Evaluating the influence of agile changes on the sale build delivery - assessing the risksGoals |
Secboxa project by crazybyte One tool to rule them all, one tool to containerize them |
build using VM snapshotsa project by adrianSuSE State: vm snapshoting and resume are working, but everything is still in a very hacky state. Project Description |
Resurrect NWS CLI projecta project by seanmarlow Project DescriptionMany years back I created a simple python based CLI package that wrapped the NWS API to get weather forecasts, discussions and current conditions. Meanwhile I have not had time to keep it up-to-date so many pieces are broken or using deprecated features of the REST API. The package is useful to get weather information much quicker from CLI than clicking through the NWS website. |
Systems performance: golang and benchmarksa project by dmaiocchi Project DescriptionI want to improve my knowledge on systems performance, based on the well-known books of Brendan Gregg System performance. |
Kernel debugginga project by firoyang Collecting problems and writing tools or methods for kernel debugging. Initial state. |
Timelapse videos on Raspberry Pi 4a project by jlausuch Project DescriptionUsing HQ cameras from Waveshare and RPi hardware, write configurable scripts to create different timelapse scenes (clouds, traffic, ...). The software should capture a frame every X seconds for the desired period of time and build a video out of all the images. |
Learn python, python-gtk3, play with orangepi zero, experiment ili9341 and 20x4 LCD screena project by aginies Project DescriptionLearn python: get data from LMS server, display on an LCD. |
Guided Study: RaspberryPi and IoTa project by gmoro Project DescriptionUse the week to study new trends in IoT and edge and study the book Exploring Raspberry Pi |
Rewrite OPI - the Obs Package Installer - in python and add a plugin interfacea project by dheidler OPI is a cli tool that combines the features of software.opensuse.org with similar functionality for the Packman repo (eg. installing video codecs) and also allows installing proprietary packages from various vendors. openSUSE Package Installer |
Fix some warnings in graphviza project by cvoegl Project DescriptionGraphviz (https://graphviz.org/) currently raises over 4000 warnings during a build from master on Leap 15.2 |
Open Sauce is in our Genesa project by rsimai We've developed a bit of a habit within the Cloud Solutions leadership team to talk about new culinary endeavors after the weekend, telling the others about what fine dishes were created and sharing photos. We discovered that if we combine them to a menu we'll probably have the best international Dinner in the world but since we're all far away from each other we need to share the recipes to make it work. We're likely not the only ones doing that, so why not start a SUSE cookbook in a open source developer fashion, in a git repository and jointly feed - pardon - fill it with recipes for food the SUSE family likes. |
Finding Files that are Shadowed by a Mounta project by shundhammer This started as a sub-project of QDirStat, but it turned out that this may be useful in general, and it would be too dangerous and too error-prone to offer it directly in the QDirStat GUI. Things can easily go wrong, there may be many pathological situations, and many operations require root permissions; not anything a GUI program should rely upon. Problem |
KubeVirt related stuffa project by jfehlig Project DescriptionUpdate the physical KubeVirt+Kubernetes test cluster in Provo from SLES15 SP2 and CaaSP to SLES15 SP3 and Rancher's k3s. This will allow us to easily experiment and test Harvester. |
Exploring the Possibilities of Image Build and Management without Dockera project by jblainchristen Project DescriptionHacking on github://rancher/kim to test out some ideas. Suggestions welcome! |
Clandestine Chat Room(s)a project by nbutler Project DescriptionHuman interactions are influenced by a myriad of subconscious biases. When these interactions move online and become text-based, plenty of us choose to conceal certain aspects of our identity. How many Twitter profile pics are real photos of the person running the account? How many female Warcraft characters are played by people who identify as men? I'd like to take it all a step further and create a place to experience real-time conversation with as minimal personal identification as possible. |
Learn security concepts with overthewirean idea by zzaimeche Project Descriptionoverthewire is a website which hosts exercises on penetration testing, presented as games. Each level is a user account on a Unix filesystem they've set up, which you have to ssh into and then find the password that gives you ssh access to the next account, by using commandline utilities and common tools to uncover vulnerabilities. |
OpenQA Module Mappera project by geor Find where an openQA module is running
|
Bring opaws to Rustan idea by szarate Control you openQA instance from an Amazon Echo!How cool is that? |
Use OBS to build GNU Screen master branchan idea by enavarro_suse Project DescriptionGNU screen is available in OBS, but the version built it is based in the |
Dawnscanner: revive the project and create an RPM packagea project by pperego Project DescriptionDawnscanner was a ruby code security static analyzer I created in 2013 and led until a couple of years ago. Unfortunately in my last two jobs, my focus was less on ruby code, so the project lost some traction. |
Eye-blink detectora project by xarbulu Project DescriptionWe pass all they long in front of digital screens, around 8/10 hours in the best cases. This creates a big eye fatigue and most probably our sight degeneration (I'm not obviously an expert on this, but I assume that tired sight is not good). |
elasticsearch/windows searchan idea by npower Project DescriptionContinuation of exploration of using elasticsearch to provide windows search functionality with samba |
AstroRPi using opensuse leapa project by rmaliska Currently I am using astroberry server for all my astroprojects. I have a spare RPi 4, so will try to install opensuse leap on it and configure it so I could use it for my astro projects. Plan is: |
Deep dive into 3D printingan idea by rmaliska From my last hackweek project I would like to continue. Upgrade went well, current issue is the first layer is not sticking well. Also I had no time for improving my 3D modelling skills so its time to do also this. Plan is to: |
Write "advanced" tagging engine for browser bookmarksa project by gniebler This is a side project I started a while ago. The idea is to implement a tagging engine with some "advanced" features for browser bookmarks. I have many ideas for possible features, but the most basic are inclusion and exclusion relations between tags. For re-finding a given bookmark, I want to implement a TagTree-like structure, to replace the strict hierarchy of folders. This basically defines the MVP for this project. |
Script to populate package tag on openQA testsan idea by emiura A shell script to automatically populate the package tag on openQA tests, so no need to fill in manually. |
Develop an algorithm to create huge 3D worlds based on height mapsa project by ilausuch Project DescriptionWhile I run I always like exploring the world, looking for new path to walk. But of course our resources to do that are limited. So I thought that would be nice to recreate legendary places like Tolkien's maps in 3D and be free to walk around |
qemu-kvm streamlined binarya project by claudiofontana Since a few months it is now possible to build an upstream QEMU which includes only our supported VCPU accelerator. Project Description |
Kernel livepatching tooling: improve klp-ccp's target abstractiona project by nstange Project DescriptionThe kernel livepatching team developed klp-ccp to automate the work intensive task of copy&pasting self-contained livepatches from the original kernel sources together. We started using it right away as soon as it had been in a somewhat workable state, even though some quirks and workarounds are still required in everyday usage. The main barrier towards developing klp-ccp further is its internal compiler abstraction, intended to keep the generic code independent from the original compiler resp. the target architecture. It evolved over time and had been amended incrementally in an ad-hoc fashion as needed to quickly reach the main goal at the time. So there's room for improvement. |
Updating openSUSE Factory packagesa project by pluskalm Project DescriptionMake sure that as many as possible packages in openSUSE:Factory are up to date |
setup pvpgn on raspberry 4a project by jerrytang Project Descriptionpvpgn is opensoure for private battlenet 1.0 . (ext diablo2 starcraft war3 ) |
RISC-V boot deep dive (Boot FLOW from 0 to Linux Kernel)a project by clin RISC-V boot deep dive (Boot FLOW from 0 to Linux Kernel)Make RISC-V boot like rest of industry U-boot for embedded, UEFI for consumer and servers |
WASM Serverlessa project by davidko Project DescriptionSupport WASM serverless workload management on K8s |
Learn Go by Writing an Applicationan idea by jluo Project DescriptionGo (or Golang) is an open-source programming language designed to build fast, reliable, and efficient software at scale. It is the language used to create Kubernetes, K3s, Rancher, and countless cloud-native applications. Let's learn Go by writing an application during the hack week! |
Remake of a very mundane gamean idea by nadebula Project DescriptionRemake of a legacy game which was coded roughly 30 years ago |
Improve mtk scripts and improve on python skillsa project by bfilho Project DescriptionMaintenance Coordination team has a set of tools called MTK (Maintenance ToolKit) that is extremely useful to the Maintenance team and can be used by a other teams to increase the productivity and automate common tasks related to the maintenance process. |
Try Jamulusan idea by ta-ro Project DescriptionLearn how to use Jamulus (https://jamulus.io/) and try it. Jamulus is open source software designed to play music online with others, reducing latency to a minimum. |
Test drive some Kubernetes network pluginsan idea by doreilly Project DescriptionEvaluate some CNI plugins [1] |
Your own ngrok with rdns and tunnelan idea by dpeng Project DescriptionToday developers use ngrok for tunnel local host to public server in order to expose local rancher server to public(for registering downstream cluster). This has some downsides that if you don't pay, you will lose the domain once you exit ngrok. So I would like to create a separate project that does what grok provide, but with the flexibility to keep your own domain(of course without paying). This can be done with our dynamic DNS project https://github.com/rancher/rdns-server and a tunnel server. https://github.com/rancher/remotedialer. |
Internet, are you ok? A voyage into Vue, Vuex, Nuxt and Typescripta project by richardcox Project DescriptionOver at https://github.com/rancher/dashboard we're investigating the transition from JavaScript to TypeScript. I'd like to complement this with a fun project to prove out some of the more tricky areas as well as provide a great example of the benefits. |
Playwright for openQAa project by kraih Project DescriptionThis Hack Week i want to figure out how to best use Playwright to test Mojolicious applications like openQA in unit tests. Playwright is a (mostly better) alternative to Selenium for browser automation. I'd like to find a way to write entire unit tests in JavaScript, and have those run right next to existing Perl tests with the same test runner using Node Tap and the Test Anything Protocol. |
multipath-tools: improve CIa project by mwilck Project Descriptionmultipath-tools is in urgent need of better CI, both unit tests and "real world" tests. We a very basic set of unit tests, but the coverage is miserable. Also, there's some minimal github workflow code, which could be improved a lot while I'm learning about github workflows. |
multipathd: improve asynchronous behavioran idea by mwilck Project Descriptionmultipathd is multi-threaded, but it uses a single lock that essentially kills most benefits of |
multipath-tools: cleaner model for path device informationan idea by mwilck Project DescriptionObtaining correct information about devices in the system is crucial for multipath-tools. Properties of devices depend on each other. Certain properties matter in some parts of the code and some in others. |
Improve Webtool "Football Team Manager"a project by holgisms In order to get me help managing our football (en_us: "soccer") team, I developed a web tool in php. That tool is having a list of all matches over the season and is sending out mails with links to each player some days before the match. Players then can give feedback on being available to play that match or not. With that the team for the next match can be formed and announced. |
csbot improvementsa project by jeremy_moffitt Project Descriptioncsbot is a hubot based bot connected to our production RocketChat instance. Most of the functionality in csbot is focused on fun with some scheduling tools available as well. Expanding csbot to have new features will be a fun way to do some creative Javascript coding and see the changes as they land (csbot has a CI/CD pipeline that pushes changes live as they merge!). |
Understanding "Artificial Intelligence", "Machine Learning", "Deep Learning"an idea by awh Project DescriptionIn today's world, almost on a daily basis Joe Average is confronted with technology that is supposedly using some form of AI, ML, DL. |
openQA log reader / openQA graphical clienta project by apappas Project DescriptionopenQA is very diligent about providing logs, but they can be different to parse especially as one has 15 webUI tabs open. |
Remote alarm system using RaspberryPi pico for box rooma project by scabrero Project DescriptionI have a box room in the garage where I store all my precious mountain gear. This project aims to create a remote alarm system using a pair of MCUs (a RaspberryPi pico and a ESP8266) connected by a LoRa PtP link. |
Python bindings for Bosch Sensortec Environmental Cluster (BSEC) libraryan idea by scabrero Project DescriptionThe BSEC library provides signal processing and sensor fusion for the BME680, a low-power gas, temperature, humidity and pressure sensor. This sensor communicates with the MCU using SPI or I2C to report the measurements, but lacks in-die calculation for air quality index, it just reports the gas sensor resistance. |
Salt roster module for SUSE Manager/Uyunian idea by vzhestkov Project DescriptionIn current state it's not so easy to initiate any action from CLI for salt-ssh systems from SUSE Manager/Uyuni. |
Develop a monitoring system with web frontend for virtualization serversan idea by nzhang Project DescriptionThe purpose of this project is to monitor the state of the virtualization team's machines in the server room. As the team has limited resources of test machines, and there will always be test machine faults during the execution of testing tasks. Such as memory, hard disk damage or network issues, which will directly affect our executing progress of the project. Therefore, in order to detect machine faults automatically and repair them timely, it is necessary to provide a web based visual interface to facilitate real-time monitoring of the machines within the list. And also list the basic information and state of its hardware as much as possible. |
Rancher and cf-on-k8san idea by mgrifalconi Project DescriptionCloud Foundry For Kubernetes (cf-for-k8s) blends the popular CF developer API with Kubernetes, Istio, and other open source technologies. The project aims to improve developer productivity for organizations using Kubernetes. cf-for-k8s can be installed atop any conformant environment in minutes. |
Restructure the services on HA team lab servers and use harvestera project by wanghaisu Project DescriptionHA team servers deployed many services, including common services like http/ftp/database/jenkins, customized project like HA jenkins CI automation testing framework. Some of them also worked as virtual hosts for HA CI testing. Most of the services are directly deployed on host, some of them managed/protected by pacemaker based HA stack. Few services are still use |
k8s-rook-clienta project by haass DescriptionInstalling an maintaining ceph as storage solution needs a lot of expertise. Rook in combination with Kubernetes tries to make this more convenient. But this is only true if you are familiar with Kubernetes and its peculiarities. |
Family with Lightweight Kubernetes - K3s + Kebuvirta project by xguo Project DescriptionLightweight Kubernetes- K3s. Production ready, easy to install, half the memory, all in a binary less than 100 MB. |
GNOME remote desktop review.an idea by yfjiang This project [0] investigates the progressive project to allow GNOME natively support remote desktop (either on X11 or Wayland). The goal is to understand the current project status (issues, limitation), design logic and relevant techniques (eg. pipewire needs to review). [0] https://gitlab.gnome.org/GNOME/gnome-remote-desktop |
GB18030-2005 full standard deeper review.an idea by yfjiang The Chinese GB18030-2005 standard (https://en.wikipedia.org/wiki/GB_18030) defined a very wide range of ideograph set and we did not find free fonts which are fully compliance with the standard (Though the noto-* can support the mandatory part of the standard). This project tries to seek the maximum capacity that free fonts could possibly meet the full standard, and try to find out what are missing. |
Separate kernel module signature to a independent filean idea by joeyli Project DescriptionCurrently kernel module signature be attached in the end of kernel module (ko file). |
Single Cluster RBAC for Prometheus Operatoran idea by aiyengar2 Project DescriptionWhat is Prometheus Operator? |
Learn ECDHan idea by jsikes Project DescriptionElliptic-Curve Diffie-Hellman was a new idea at the time I was studying cryptography, and I hadn't given it much attention at the time. Now it has gained a lot of traction as a secure method of key generation. |
Getting started with deep learning - face detectiona project by mlin7442 Project DescriptionAs a noob in the deep learning world, I'd like to understand what is deep learning, to learn a new thing that better to find an interesting aspect, to me, face detection. |
Ambrogio - a privata consierge for you and your petsan idea by rsblendido Project DescriptionThe goal of the project is to provide a room that is set up accordingly to the guest's taste. Guests are recognized once they enter the room. If it's a new guest the standard template is applied. If it's a known guest her preferred temperature, humidity, light color, music, etc. is set. If the air quality is low, it will open the window. |
Qactus (Qt App) packaging dashboarda project by simotek Project DescriptionLast hackweek I rather hacked up Qactus to include a useful dashboard for packagers as can be seen below. While this mostly works, it has some issues and the code is in no way at a point where it would be acceptable upstream. |
json creation script for jenkins pipelines that contains our MU urlsa project by ktsamis Project DescriptionI want to create a python script that will create the MU json we use already automatically. Essentially fill in this template and this |
Velero VolumeSnapshotter plugin for Longhornan idea by jenting Project DescriptionVelero is an open source tool to safely backup and restore, perform disaster recovery, and migrate Kubernetes cluster resources and persistent volumes. |
Porting a Robot to 64 bit ARM / Raspberry Pi 3a project by simotek Project DescriptionI have a Linux Powered Robot ( https://www.youtube.com/watch?v=AMz01IRAgZI&t=1s ) Currrently it uses an odroid C1 a very old version of tumbleweed and uses old python that may need porting. |
Carrier API + Web UIa project by DKarakasilis Project DescriptionCarrier is a project with the goal to make Kubernetes feel like a Platform as a Service. It's main goal is to simplify the deployment of applications on Kubernetes for the software developer. |
Comparing SLES builds with Golang in automatic openQA review scriptan idea by waynechen55 Project DescriptionopenQA job group review script had already been developed in previous hackweeks: |
Learning Linux kernel Modulea project by JNa Project DescriptionLearning Linux kernel Module to help to under kernel deeply |
Get familiar with k3sa project by riafarov Project DescriptionKubernetes is widely used nowadays, but for the developers it's hard to test things locally, and many end up running single node setups. k3s is there to address this issue and provides lightweight stack to gain all advantages of the kubernetes with less efforts to run. |
Use and learn Harvestera project by ganghe Project DescriptionUse and learn Harvester product, understand Harvester, Kubernetes and other related knowledge. |
Deep learning practice - Intelligent cameraan idea by ThomasRen Project DescriptionI am learning deep learning courses, so this tiny project(or named demo) is to do some practice. |
smart car based on raspberry pia project by lansuse Project DescriptionI made a smart car with raspberry pi in the hackweek18, brought up ultrasound sensor and camera module in hackweek20. Now I want to finish the remaining part of the code. |
vnc connection within openqa projectan idea by coolgw Project DescriptionSince we face lot of issue on vnc topic with openqa, I decide dig into this area and try to understanding how openqa connect with vnc and get the overview pic. |
How to build a container imagean idea by xlai Project DescriptionI am in VT test team, not familiar with containers. But it is a trend that vms and containers are managed in the same management framework. And kubevirt project is one way for this. Recently we are also testing kubevirt. So understanding how container images are built and work helps to grow in this area. |
Learn VFIO / virtioan idea by acho Project DescriptionUnderstand VFIO and virtio in x86_64 and s390x |
Study the book of 'Using Python for DATA Analysis'an idea by leli Project DescriptionStudy the book content and try to practice some project examples in the book, later will try to use the methods in the book in our work. |
Learn some knowledge about k8s and Rancher's productsa project by yosun Project DescriptionI'm totally new in k8s, when I hear Rancher's product in all-hands I couldn't image what's that is. I'd like to take some time to learn some basic knowledge about k8s and Rancher's products. |
Investigate NeuroFedora and package the missing pieces in openSUSEan idea by qkzhu Project DescriptionNeuroFedora is an initiative to provide a ready-to-use Fedora based Free/Open source software distribution for neuroscience. It includes computational modeling software, analysis tools, general productivity tools for neuroscientists. |
Research and develop tools to improve efficiencyan idea by zyuhu Project Description1. A tool to review SLEPerf dashboard results |
Leveraging Ceph in the Harvester projectan idea by kieferchang Project DescriptionThe Harvester project currently uses Longhorn as its underlying storage. Trying to use Ceph as alternative storage should be fun. |
Bonus project: Chameleon paintingsa project by kstreitova This is an extra project for Hack Week evenings because there is never enough chameleons. Never. Project Description |
Learn Real Time Linux on Raspberry Pi aarch64 and build 4WD robota project by jahudson Project DescriptionI plan to learn how to program for PREEMPT-RT (Real Time) patched Linux kernel on aarch64 architecture. I will use a digital oscilloscope and a raspberry pi to compare preempt vs preempt-rt kernels on aarch64 vs a micro-controller. I then plan to build a 4WD robot utilizing the Raspberry Pi, I2C sonar sensors, DC motor controller and camera. |
HobbyFarm Helpa project by baumaeam Project DescriptionHobbyFarm is an interactive, browser-based learning tool for cloud native technologies. It is used to deliver both virtual and in-person training on technologies such as Rancher. The project was originally started out of a desire for such a tool coupled with disinterest or incompatibilities with existing similar offerings. |
Rancher Releasesa project by jpayne Project DescriptionReleasing rancher is currently a complex process and requires release captains to make alot of manual commits. Much of this work is very procedural. Our goal is to automate the more mundane tasks to make it faster and easier for new release captains to get started. |
Loganalyzer/LIDS with OSSECa project by rwawrig Project DescriptionCreating an alarm system in case of a rogue app filling up disk space with logs, system error or break-in attempt. |
Jitsi for Hackweeka project by rsimai Primarily to support Hackweek, but also to gain experience for a potential future corporate use, I like to run the open source Jitsi in a SUSE context and within a setup that is close to what SUSE IT is doing. The service will be built in AWS/EKS within the SUSE E&I space and should be up and running on day 1, but will need love during the 5 Hackweek days to |
Add Valgrind checks to Libgcrypta project by pmonrealgonzalez Project DescriptionThe regression tests in Libgcrypt could benefit from having memory leak detection checks. These checks could be run optionally during build time. One well suited tool for this purpose is Valgrind. |
Upstream support for RPi4 CM4 and Pi400a project by nsaenzjulienne Project DescriptionAlthough opensuse already supports CM4 and Pi400, there isn't an upstream devicetree for those boards. My plan is to spend the week implementing them. Sadly it's a project where collaboration is hard. But I'll be happy to try. |
Native build of openSUSE WSL images on aarch64a project by lkocman Project DescriptionThis is an effort to produce working aarch64 WSL images in https://build.opensuse.org/project/show/Virtualization:WSL. |
apache2 package adjustmentsan idea by pgajdos Project DescriptionFew apache2 package adjustments. |
Cockpit for YES Certificationa project by nm75 Project DescriptionA tool that may be a good place to start with a more modern UI for TC is https://cockpit-project.org/. This is being researched by the SUSE MicroOS development and now the YaST team. The TC/harness could be a module, that utilizes other SUSE modules. Cockpit has a web interface that can be accessed through any browser. |
Virtual reality web developmentan idea by Pastafly Project DescriptionInvestigate how virtual reality can be used in the browser from a developer perspective. |
Git stochastic bisectiona project by jankara Bisection is a well known method of localizing which commit caused a regression in a code repository. git-bisect is a particularly used tool for this problem in git repositories. However it is often the case that the failure is probabilistic in nature - either because we don't have a reliable reproducer of the failure and thus not reproducing a problem on a particular commit does not mean the problem is not still present there, or because of inherent variability of e.g. performance regressions. Bisection for such failures is problematic as it takes only one false result for the bisection to end up in an unrelated part of code history. So in these cases we usually have to heavily extend runtime of a reproducer or do multiple test runs or multiple bisection runs to minimize a chance of error. The aim of the project is to implement stochastic bisection for git. I.e., a method that will count with the fact that test results at each point of code history have some error rate and provide points in code history to test to find commit in code history that is with high probability introducing the regression in the smallest possible number of tests. Then we can use this method for bisection of performance problems in our performance testing grid Marvin. |
Near-zero downtime upgrades for stateful services with Rancheran idea by mlnoga Project DescriptionContainers are great for scaling stateless services and making them robust. However, stateful services like databases continue to pose challenges. In particular, upgrading a running database service to a new version with near zero downtime is not trivial. Wouldn't it be great if a helm chart or K8S operator could automatically take care of this for you? This would allow you to fire up a database in your K8S cluster and consume it as-a-service. And put us one step closer to building a private cloud that runs anywhere, powered by pure open source. |
Create container image as replacement to run Multi-Machine testsuite in openQAa project by bchou Purpose: Use the container image to test Multi-Machine testsuite could be a nice way to reduce the network setup problem(i.g. NAT) between guest while Multi-Machine testing in openQA |
Learn AppArmora project by jiriwiesner Project DescriptionLearn AppArmor to improve the security of the devices I use. |
Rancher & Gardener: Stronger Togetheran idea by mlnoga Project DescriptionGardener is SAP's portable Kubernetes distribution and management framework, which aims to create a common base layer for current and future SAP applications and services. Rancher is the leading management framework for arbitrary Kubernetes distributions. Wouldn't it be great if Rancher and Gardener could work together, and Gardner became a first-class citizen in Rancher? |
Porting ukui desktop for openSUSEa project by hillwood Project DescriptionUKUI desktop enviroment is a desktop environment on Ubuntu Kylin. I am trying to port this desktop enviroment into openSUSE |
Get EBBR boot working on Olinuxino A64an idea by radolin Project DescriptionI want to learn more about the efforts of standardizing ARM boot for embedded boards - EBBR. I'll try to get it working on the Olinuxino A64 (https://www.olimex.com/Products/OLinuXino/A64/A64-OLinuXino/open-source-hardware) board, by compiling and programing bootefi enabled Uboot to SPI flash chip. After that it should be possible to install Linux distributions to the eMMC using standard images and installation method, to be verified with OpenSuse. |
Learn Smalltalkan idea by ccalancha Project DescriptionImmerse yourself in the beauty of Smalltalk. |
Setup a SUMA 4.1 test environment with minimal Hardware & VMsan idea by winddss Project DescriptionNow I have two workstations, 8 cpu cores & 16G mem, 8 cpu cores & 32G mem, I'll follow up the documentation https://documentation.suse.com/external-tree/en-us/suma/4.1/suse-manager/installation/install-intro.html to setup a minimal environment for SUMA at least with Server Client & Proxy based on VMs. and I also have backup workstation with 20 cpu cores & 64G mem. |
investigate GTK4.0a project by qzhao I want to study GTK 4.0's new feature. Resources |
SUSE System Certification Kit Video Tutorialsan idea by dstokes I am trying to create video tutorials for setting up and using the SUSE YES Certification testing environmentI would like to create some troubleshooting videos and videos that demonstrate how to gather log files and submit test results to SUSE |
Speech Emotion Recognition with Python/MLan idea by vliaskovitis Project DescriptionSpeech Emotion Recognition (SER) uses acoustic/prosodic features of speech to classify words/sentences/audio files into emotions e.g. happiness, anger, sadness etc [1]. Emotions can also be mapped into a 2-dimensional physiological space of emotional positivity(valence) and strength(arousal) [2]. |
Enhance the xmlformat.pl script with sentence-wrappingan idea by tbazant Project DescriptionGoal for this Hackweek |
Modern frontend build tooling for Uyunian idea by Etheryte Project DescriptionAt the moment, Uyuni uses a pretty standard frontend build chain based on Webpack 4, Terser, and a few loaders here and there. This works reliably, albeit fairly slowly. In part this may be attributed to large package sizes, in part to the tooling itself. |
PyGithuba project by StevenK PyGithub is a Python library to access the GitHub v3 REST API. Project Description |
A tool comparing openqa test result of any two test runs for job groupan idea by tonyyuan Project DescriptionThe backend is node.js app which grabs openqa jobs information of test run(identified by Build id) via openqa API. |
Texas Holdem Poker "night"a project by ories Project DescriptionNot a Hack Week project per se, but I am trying to connect with a few like minded people - I like playing Texas Holdem poker and am tired of playing bots/strangers online. I am hoping to gather a few fellow players for a game. |
reddit/twitter crawler w/ sentiment analysisa project by ories Project Descriptioninspired by the GME craze, and countless similar implementations I would like to pull data (keyword driven) from reddit/twitter and run sentiment analysis on it, perhaps with some deduplication / bot detection |
Improve the gnome-shell extensionsa project by xiaoguang_wang Project DescriptionImprove the gnome-shell extension Screen word translate and Switch Workspace |
Uyuni as a Bootstrap themean idea by Etheryte Project DescriptionCurrently, Uyuni has three themes: Uyuni, SUMA light & SUMA dark. All of these are tailored around a common core using CSS preprocessor variables, mainly to switch out colors, fonts and the like. Core layout such as spacing, sizing and so forth is shared between all three and stems from the shared core. |
The Typescript Gamea project by Etheryte Project DescriptionUyuni recently made the switch from Javascript to Typescript. Alas, the team has a very mixed bag of experience with the technology and we could use a way to get everyone up to speed quickly. |
investigate Bose headset tools and add support for QC Earbudsa project by fcrozat Project DescriptionThere are several tools which are reversed-engineering Bose Bluetooth protocol to control some specific |
Estimating the level risk level and confidence of deliverablesan idea by rtsvetkov Project DescriptionGoal for this Hackweek |
Get familiar with moodle.opensuse.org by creating the training "Network basics"a project by mstrigl Create a course in moodle.opensuse.orgMoodle is the world's most popular learning management system. Start creating your online learning site in minutes! |
Bird watcher with Raspberry Pia project by scuescu Project DescriptionFor this Hackweek, I want to focus on building a small application around Raspberry PI, motion-sensors and video capture. |
containerizing MicroOS Desktop componentsa project by fcrozat Project DescriptionMoving as much as possible of MicroOS Desktop into containers. |
knotsa project by LarsMB Summary
|
Show Me The Key: A screenkey alternative that works under Wayland via libinputa project by AZhou Updated over 2 years ago. 2 hacker ♥️. 4 followers. |
Anomaly analyser, predictor for kubernetes(Rancher)an idea by sbabusadhu Project DescriptionNowadays most customers are looking for multi-cloud and container solutions. The main critical point for their business is providing a better service and make the customer happy. The efficiency of the IT Ops team key to the superior customer experience. In most case customers reports the issue and support will fix the issue but support is not aware of the problems (like node failures, resource crunch limits) in the multi-container environment until customers report them. Even though monitoring and alerts systems exist in the current market that only provide alerts when an issue occurs BUT we need smarter solutions to analyze existing systems and predict future anomalies. |
Speed hacking on my Xiaomi Scooter Pro 1a project by fanyadan Project DescriptionI have a Xiaomi Scooter Pro 1 which I bought two years ago, it has 25 - 27 km/h of max speed by factory setting, but it's more or less slow to me since I'm a speed lover :smiley: So I decide to unlock the speed limit (maximum with safety might be 40 km/h) during this hackweek. |
Learn about io_uringan idea by zhonglidong Project Descriptionio_uring is a new asynchronous I/O framework, which was merged into upstream from 5.1. During this hackweek, I want to learn about the difference between it and native aio, how it is designed and do some performace tests based on it. |
Bridle - Terraform remote backend in Kubernetesa project by nroberts Project DescriptionTerraform's remote backend requires a Terraform Cloud account and has an initial limited offering. While the initial offering is suitable for small resource management and teams this quickly becomes an issue as usage demands increase. In addition Terraform's remote operations (plan,apply, etc) are executed on HashiCorp's cloud resources which present issues for sensitive data such as passwords and access keys. Users are also constrained to as what tooling is available on the remote execution environment for example having |
Localize Uyuni - SUSE Manager in Italiana project by deneb_alpha Project DescriptionInspired by one of the proposals for GSoC and given that I'm usually working on maintenance updates for SUSE Manager - Uyuni I decided to translate it to Italian. :) |
Make kernel-*.spec cross buildablean idea by adrianSuSE Project DescriptionManual kernel builds are often needed esp. for embedded environments. The native compile there is often not fast enough. |
Chimera Policy Huba project by flavio_castelli Project DescriptionChimera is a Kubernetes policy engine. Its policies are WebAssembly modules, that can be published on regular OCI registries (same place where container images are pushed). |
Cluster Python APIa project by fmherschel Project DescriptionThe purpose of this question is first to research, if we already have a python API available to be used in scripts to query status and details in the running cluster. If not already available the first purpose is to get a draft version of such an API. If it is already available the second purpose is to implement some useful examples for SAP workloads. |
FuseML - accelerate your Hack Week ML projectsa project by stefannica Project DescriptionSo you have an idea for a machine learning project for HackWeek. Have you thought about what tools you'll be using? Choosing the right set of machine learning tools and making them work together can be time consuming, not to mention the unavoidable learning curve. Perhaps you could use some help with that. |
Make a Raspberry Pi boot in less than 3 secondsan idea by akedroutek Project DescriptionThis is quite new to me but as I want to understand ARM and its boot process better here is the deal: |
Code quality metrics frameworka project by llansky3 Project Description & GoalThe quality of supplier deliveries varies. And one shall monitor its suppliers. |
Learn how Linux kernel interacts with a hard-realtime OSan idea by colyli Learn how Linux kernel interacts with a hard-realtime OSProject Goal |
Learn the book of Linux KVM Guide and practise based on the bookan idea by zoecao Project DescriptionI have learned 70% of the book. I'll finish it and do some practice based on what I learned from the book during hackweek20. |
Digger the Zypperan idea by hjluo Dig into the zypper source code and resharp my C++ skills Project Description |
User Story theme + Okta logina project by cyntss Project DescriptionOne of the projects that the EOS open source community has been working on for some years now is the User Story. An open roadmap and feature request tool for open source. https://userstory.eosdesignsystem.com/ |
nvme monitor: continuous discovery and connect to discovered subsystemsa project by ematsumiya Project DescriptionWork on "nvme monitor" proposed command (see Resources). |
Get to know SMP on x86 systems betteran idea by alix82 Project DescriptionIn order to learn how operating systems work on a x86 chip, I had written (long ago) a toy OS based on code found on osdev wiki [1]. It allowed me to understand the interaction between the OS and the x86 hardware, and to some extent how the OS handles userspace (I used newlib for some userspace programs). The single-processor OS code later served me well as a base for a course about operating systems I taught at the university. |
On-demand notification using spacewalk (SUMA) APIa project by atighineanu Project DescriptionMake possible to notify a SUMA:user about node draining and rebooting (using kured reboot sentinel). |
Developing an opinionated storage appliancea project by asettle Project DescriptionThe SUSE Enterprise Storage team has embarked on a new open source project: Aquarium. |
Multi-machine development at openqaa project by tinawang123 Last hackweek I have use multi-machine for RMT testing. This hackweek I would like to research how to develop the multi-machine at openQA. |
Deploy vm with libiscsi and iPXEa project by rfan1 Description: Libiscsi: |
Upgrade OBS crash to current upstream latest releasea project by dmair Upgrade OBS crash to current upstream latest release Base version is the one before current upstream with many of the upstream current |
Rancher Cluster in Provo Datacentera project by SMorlan Project DescriptionSet up Rancher Cluster on bare metal in Provo datacenter to host SUSE infrastructure projects like JIRA, Confluence, RocketChat and Jitsi. |
Update nvme-dem to match/support current NVMe-oF featuresan idea by ematsumiya Project DescriptionIn need to test distributed NVMe over TCP, I'll hack on nvme-dem. |
osc Porcelain inside Emacsa project by agraul Project DescriptionEmacs |
Create an automated audio CD ripper with web frontendan idea by MMoese Project DescriptionIn case you're a music lover and collector, you may know the pain of ripping your music collection to audio files. In the meantime, I found a ripping software, that supports most, if not all, features I want from a CD ripper: |
reading a book: <<How Google Tests Software>>a project by llzhao Project DescriptionI heard this is very very helpful book for testing software (not only for QE/QA but also for developers). |
Opencv and Face recognitiona project by XGWang0 Learn opencv and Face recognition related knowledge to build Face recognition project on raspberry 4b Project Description |
SUSE @home Hands On Laba project by johnmpugh Project DescriptionIn the past year we've found ourselves in the middle of a pandemic, we merged two awesome companies together, and we have completely changed the trajectory of SUSE and Rancher. This project is intended to transfer knowledge of SUSE to Rancher and Rancher to SUSE for those who may be challenged with time and resources to try new things. This gives us a chance to explore other uses for Kubernetes all while taking advantage of older equipment (for use as workers) we may have to spare. |
Hack current YES Certification SCK with containers and/or public cloud, seperately SLE Microa project by Jackman1 Project DescriptionUsing beta SCK 8.6, attempt to look at hacking options with containers and/or public cloud using Azure or AWS. Do the same thing, completely separate, but using SLE Micro. Probably be a hodgepodge during hack week; but I'll have to get some work done during the week...so it will be perfect for me. |
Get to know compaction code bettera project by osalvador Project DescriptionAfter a machine has been running for some time, its memory can get fragmented and so large contiguous memory chunks |
ECL monochrome monitor signal to HDMI with a FPGA (ULX3S)a project by tsbogend Some of my old workstations (Sun3, Apollo DN3x00/4x00) use ECL signals for their monochrome monitor. Since these monitors are already dead or dying I was looking for a conversion to something more modern. As I couldn't find anything I found the ULX3S boards, which already have everything for driving a HDMI monitor. So goal of this project is to use the FPGA board for converting the video signal. Steps: |
grub2: implement LUKS2 detection in grub-probea project by pvorel Project DescriptionGrub has limited LUKS2 support in master branch for few months (only PBKDF2, Argon2 is not yet supported). It'd be useful to implement LUKS2 detection in grub-probe in order not have to specify required modules manually. |
setup a POC of Convos - irc based web chat sevicean idea by jdsn Project DescriptionSetup an instance of the IRC based open source web chat solution (like RocketChat) and attach it to irc.suse.de. |
Write an open source driver for the DeckLink Mini Recorder 4Ka project by patrikjakobsson Project DescriptionThe DeckLink Mini Recorder 4K is a PCI Express capture card featuring one 6G-SDI and one HDMI 2.0a connection. It can record all formats uncompressed up to 2160p30. The big difference with this card compared to many other capture cards is that it captures all the raw data uncompressed. This allows for it to be used for automatic testing of graphics cards. |
learn and play with 2FAan idea by oertel just ordered 2 yubbikey 5 nfc play with FreeOTP on android and otpclient on linux |
expect-like feature for Screen or Tmuxa project by jbohac Project DescriptionDid this ever happen to you?: |
UYUNI-CLIa project by RDiasMateus UYUNI-CLIThis a unified CLI tool for uyuni which aims to provide a single pane of glass to access all the existing tools in this project. |
TIU - Transactional Image Updatea project by kukuk Project DescriptionProvide image based transactional updates for MicroOS. |
Support UEFI network boot in Orthos Praguea project by ggherdovich Project DescriptionIt's becoming less and less likely that server-class machine support booting with legacy BIOS. The industry standard is now UEFI, and has been for 15 years; this is what vendors test and support. |
Prepare GFXprim widget library for a releasea project by metan After nearly ten years of work my minimal widget C library is nearly ready for a use. Project Description |
Produce an original piece of music using open source software (e.g. Ardour5, Hydrogen, Calf Plugins, etc.)a project by jctmichel Project DescriptionSince it has been near impossible to collaborate with other musicians at SUSE during the pandemic, I was considering an alternative music project for this Hackweek with any musicians at SUSE who might be willing to join. |
Sentiment analyzera project by aburlakov Project DescriptionA sentiment analyzer is a software that can distinguish the emotion of the text. The programming language will be either python or C++. (This is the first hackweek for this project.) |
Convert openqa-mon to webassemblya project by ybonatakis Project DescriptionI want for long time to get my hands dirty with go and webassembly. we have (openqa-mon)[https://github.com/grisu48/openqa-mon] which is a monitoring tool for OpenQA. |
UI/UX User testing and feedbacka project by lharden Project DescriptionGather quantitative/qualitative feedback to inform usability and interface decisions. |
Switch to MicroOS desktop.a project by lpalovsky Few months ago I switched my home workstation and media center to Micro OS desktop and I cannot imagine switching back to normal distribution. After some consideration I realized it should work fine (even better) on the notebook I am using for work. |
Velcro demuxing software managementa project by zbenjamin Project DescriptionDuring the last 3 years working on zypper we constantly reiterated the idea to refactor zypper to get rid of a lot of cruft that has collected over the years ,but just recently I realized that we maybe should go one step further. |
Requirements Management Tool on Graph Databasea project by mknop Project DescriptionCreate a requirements management tool (RMT) based on a graph database. |
Terraform GUIa project by kevinklinger Project DescriptionBuild a tool that provides a GUI for Terraform and is able to spin up machines directly on KVM. |
Raspberry Pi and SUSE Managera project by e_bischoff I have bought a Raspberry Pi 400 and would like to experiment how it integrates into SUSE ecosystem. Project Description |
Build kdump initrd without dracuta project by ptesarik Project DescriptionThe |
Add engineering metrics to telegraf webhooks plugina project by hennevogel How it isCurrently the telegraf webhooks plugin for github produces rather dumb measurements. Just extracting data from the webhook and putting it into the TSDB. The interesting data for engineering metrics you have to calculate yourself then. |
Migrate suntorytimed/resourcespace container to an openSUSE basea project by suntorytimed Project DescriptionFor quite some time I am providing a ResourceSpace container on Docker Hub. It is meanwhile pulled about 234K times but unfortunately still based on Ubuntu. Meanwhile I have updated the base to Ubuntu 20.04, but I would like to move it to openSUSE instead. With ResourceSpace 9.5 coming out soon I see a possibility of introducing this switch. Enno Gotthold also did a great job of packaging ResourceSpace on OBS, so this could be used as a starting point for the container. |
Create short "videos/screencasts" demoing cool stuff in 5 minutesa project by PSuarezHernandez Project DescriptionThe idea of this project is to produce some short videos/screencasts, maximum 5 minutes, where you show some cool feature from some of our projects/products. |
Loggee - A tool to interact with your board game collection and plays (made in Elixir)a project by gfilippetti Project DescriptionI started developing Loggee as a CLI to interact with Board Game Geek and it's API. I wanted to have an easy way to see my games and log my plays in the site, and as a bonus, learn more of the functional programming language Elixir. |
Support for BIOS-based error log in dmidecodea project by jdelvare Project DescriptionThe DMI table may contain BIOS-based error information. Currently dmidecode is not able to decode it. However an experimental patch was contributed a few years ago, which could be used as a starting point to enable this feature. |
Kanidm - A modern opensource IDMa project by firstyear Project DescriptionKanidm is a modern, fast, opensource IDM aiming to be an alternative to projects like 389-ds, freeipa, samba 4 and others. Inspired by many identity as a services, many features of this project aim to advance the state of what is possible with opensource security and IDM today. |
krunvm-operator: a Kubernetes operator for launching isolated VMsa project by ngerace Project Descriptionkrunvm is |
SUSECON | Space Gamean idea by SaraStephens For this year's SUSECON Digital, we are looking to drive home the message of Innovate Everywhere by showcasing the creativity of our Engineering team. The theme this year features a leap into space and a nostalgic design. Goal: Engage with our audience through game play that highlights the points of Innovate Everywhere. We want them to keep coming back to play throughout the SUSECON Digital experience. |
Phoebe - where AI meets Linuxa project by mvarlese Project DescriptionPhoeβe (/ˈfiːbi/) wants to add basic artificial intelligence capabilities to the Linux OS. |
Finish the btrfs fscontext conversiona project by mpdesouza Project DescriptionContinue the port of btrfs kernel code to fscontext, started here |
WebRTC individual track recordera project by avicenzi Project DescriptionDo you need to record podcasts or interviews remotely? |
bare metal openQA for arm boardsa project by mbrugger Project DescriptionopenSUSE claims quite a lot of Arm boards to be supported. But we lack testing on that boards. |
DRM driver for USB-based SiS graphics cardsa project by tdz Back in the late 90s to early 2000s, SiS graphics chips were fairly common and found in many low-end devices. Today, the chips are still capable enough for simple graphics needs, but the graphics cards were on PCI and AGP buses. They are not usable in modern computers. However, there exist USB-based graphics cards with a SiS 315 graphics chip. Those are around on Ebay et al [1] and easily usable with current computers. I already do have a driver for the old PCI-based SiS drivers and have long been struggling to find something useful to do with it. Converting it to serve USB devices would finally make it useful. |
Program FPGA using Verilog and VHDLa project by aschnell Learn to program a FPGA using Verilog and VHDLSome weeks ago I bought a TinyFPGA BX which uses the Lattice iCE40. The iCE40 is the first FPGA where the bitsteam was reverse engineered and a complete open source tool-chain is available. |
Preserve SUSE's historya project by fos Project DescriptionSUSE dissolved an old warehouse, containing lots and lots of boxes with old SUSE / SuSE / S.u.S.E software. All of those boxes were originally going to be dumped in March 2021, which could be prevented. |
Self assessment application for learning a (human) languagea project by mssola Project DescriptionI have this private project I've been working on during my spare time. During this hackweek I want to spend some extra time to boost its progress. |
Zero Trust vSphere Provisioning from Rancheran idea by wjimenez Currently, when Rancher tries to provision a Kubernetes cluster on vSphere, it needs to initiate API calls to the vSphere endpoint. In a hybrid cloud environment this often means that the Rancher server is not in the same network as the vSphere endpoint. Therefore inbound access is required to be added to a firewall so Rancher can reach the vSphere system. This naturally poses a security concern and creates administrative burden on our users who have to go through a security review to get this approved. If instead of requiring direct API access, an agent could exist inside the network where the vSphere API lived, then this agent could broker the communication between the Rancher server and the downstream API. The agent would simply initiate an outbound API connection to the Rancher server (much like any node agent or cluster agent currently) and simultaneously proxy any API calls that Rancher needs to make to vSphere. This would also have the benefit of being able to be run through a HTTP proxy, which many security teams will appreciate as a less risky connectivity model. |
Face recognition on nextcloud with TPUan idea by jordimassaguerpla Project DescriptionI have all my photos on a private NAS running nextcloud. |
Language Server Protocol implementation for Salt Statesa project by cbosdonnat Language Server Protocol (LSP for friends) is used in a number of code editors these days. There are implementations for various languages, but none for Salt States. The idea is to leverage Salt state module to parse edited files to provide completion of the state ids or paths. |
Can we (machine) learn from bug reports?a project by gboiko Bug reports can be a great source of information, but usually finding the information requires extensive work in reading through all of the discussions and understanding the details about it. Could it be that machine learning can be used to extract meaningful information out of that? That's what this project is about. |
Uyuni/SUSE Manager containerization projecta project by moio Deploy Uyuni as an app from the Rancher marketplace - or install via Helm on any Kubernetes cluster, on any OS, or any Public Cloud. The dream |
openSUSE codea project by SLindoMansilla openSUSE codeWhat is? |
Uyuni/SUSE Manager: build Python APE and a Salt+Python bundle to support ANY client operating systeman idea by pagarcia Uyuni/SUSE Manager build client tools for each of the supported operating systems: SLES 11, SLES 12, SLES 15, RHEL 6, RHEL 7, RHEL 8, Ubuntu 16.04, Ubuntu 18.04, Ubuntu 20.04, Debian 9, Debian 10... the list is long. This is required because each operating system has different base libraries (glibc, OpenSSL, Python version, etc). A few months ago, the SUSE Manager development team started a (yet unfinished) research task to try to build Salt and all the required dependencies (minus glibc and OpenSSL, because it would break FIPS certification) so that we can always ship the latest version of Salt on each client operating system: |
L0 Supportconfig Monitoring and Analysis using MLa project by andavis Project Description
|
Metabase instance in SCC EKS clustera project by digitaltomm Following up on the experiment from last Hackweek ( https://confluence.suse.com/display/~digitaltomm/Business+Intelligence+in+SCC ), it would be great having a production instance of Metabase running in the SCC EKS cluster, connected to the production database of SCC. |
Support glibc-hwcaps and micro-architecture package generationa project by alarrosa The recent glibc 2.33 version recently available in Tumbleweed includes this change: ``` |
Predictive test selection for SUSE Manageran idea by jordimassaguerpla I once had a bad dream. I started good, a sunny day. I had just fixed an issue and push it to my fork, in order to create a Pull Request. I was happy. It felt awesome to have found a fix so elegant. Two lines of code. |
Uyuni/SUSE Manager: Windows client supporta project by pagarcia I'll continue the effort I started at last Hackweek to support Windows clients in Uyuni/SUSE Manager using Salt. When this is done, SUSE Manager would act as a WSUS server to Windows clients. https://hackweek.suse.com/20/projects/suse-manager-windows-client-support |
Reproducible Source/Build Transparency Watchera project by jzerebecki https://gitlab.com/JanZerebecki/transparency-log-watcher Trillian is used for Reproducible Source, Build and Certificate Transparency. So it could be used to log the input to OBS and the build results and make zypper check it before installing an rpm. But currently clients wouldn't detect if the log shows them a different version than anyone else. See if there is a way so this can be detected. |
Create ansible roles for generic server stuffa project by ph03nix The situation of maintained ansible roles for boring server stuff like setting up a LEMP stack (Linux, nginx, mariadb, php) is dire and I would like to improve that. This project is about creating a handful of ansible roles with focus on * Fully supported in openSUSE (Leap and Tumbleweed) |
Add RISC-V support in openQAa project by ldevulder openQA currently supports different architectures: x86(_64), ppc64le, aarch64 and s390x. In this project I would like to add support for RISC-V[1]. First emulated ontop of x86, like we previously did with aarch64. As openSUSE images for that processor are already generated, it could be useful to do some basic automated tests on them. |
Workadventu.re at SUSEa project by jevrard For events like engineering summit or hackweeks, it would be nice to have a SUSE instance of workadventu.re, and have our own maps, wired with (open)SUSE's jitsi! I am looking for folks willing to help on those 3 teams: |
AWS Online Trainingan idea by peterrpaul Intellipaat is offering a comprehensive AWS course created by industry experts. The entire AWS training course is in line with the AWS Certified Solutions Architect exam. You will learn various aspects of AWS like Elastic Cloud Compute, Simple Storage Service, Virtual Private Cloud, Aurora database service, Load Balancing, Auto Scaling and more by working on hands-on projects and case studies. You will implement AWS best practices in this training. What projects I will be working in this AWS certification course? |
Publish build.o.o on Software Heritage archivean idea by hennevogel We should publish everything except tarballs on the Software Heritage Archive https://www.softwareheritage.org/2020/05/20/welcoming-sloan-support-to-expand-the-software-heritage-archive/ |
Machine Learning Trainingan idea by johnvickyy Intellipaat offers Machine learning training that mainly focuses on key modules such as Python, Algorithms, Statistics & Probability, Supervised & Unsupervised Learning, Decision Trees, Random Forests, Linear & Logistic regression, etc. Machine learning is an application of artificial intelligence (AI) that provides systems the ability to automatically learn and improve from experience without being explicitly programmed. Machine learning focuses on the development of computer programs that can access data and use it learn for themselves.Machine Learning, as the name suggests, provides machines with the ability to learn autonomously based on experiences, observations and analysing patterns within a given data set without explicitly programming. Machine Learning, as the name suggests, provides machines with the ability to learn autonomously based on experiences, observations, and analyzing patterns within a given data set without explicitly programming. Project 01: Analyzing the trends of COVID-19 with Python |
Learn ReactiveX with RxPYan idea by witekbedyk RxPY is a library for composing asynchronous and event-based programs using observable collections and pipable query operators in Python. The goal is to learn reactive programming with ReactiveX. |
Investigate whether Kimchi server works on SLESan idea by waynechen55 Kimchi is an HTML5 based management tool for KVM. It is designed to make it as easy as possible to get started with KVM and create your first guest. Kimchi manages KVM guests through libvirt. The management interface is accessed over the web using a browser that supports HTML5. Its installation and configuration does not adapt to work very well with SLES, although it fully supports openSUSE Leap. |
SES 6 Installer scripta project by davidbyte take my existing buildit.sh script (https://github.com/dmbyte/SES-scripts/blob/master/clusterbuilder/) and enhance it to be more of the installer experience needed. It would ideally be coupled with an autoyast file that does: |
Run C code from source with tcca project by bmwiedemann It would be nice to have a OS that can be tinkered with easily by having only a compiler as the only binary on the system. |
Learning how to properly build Distros in home: projectsa project by RBrownSUSE openSUSE now has a lot of black magic around building distributions for :Factory and :Leap This includes all of the 000* packages and opensuse-release-tools doing very useful stuff like pkglistgen automatically managing the package lists for .kiwi files so release managers don't need to manually update which packages are going on which media |
Implement XEP-0308: Last Message Correction in Profanitya project by mvetter Updated over 4 years ago. 1 hackers ♥️. 2 followers. |
Small Livecd with mutltimedia capabilitiesa project by aginies Play with kiwi and liveCd capabilities to create a Small liveCD to get a rescue and multimedia system in less than 700MB. Will be a liveCD in Full french. |
tcetc - transaction capable /etca project by wpreston2 tcetcSummary |
Building Son of Grid engine in OBSan idea by ph03nix Since my fork of Son of Grid Engine is apperently used by some people, I would like to use the Open Build system to create ready-to-use rpm packages for at least openSUSE Leap. |
Virtualization CI/Testing Worka project by bfrogers There are a number of items related to doing Virtualization CI and testing which I have a hard time getting to during my day job. I'll take Hackweek as an opportunity to get at least a little out of my normal space and improve our methods. This mainly focuses on QEMU/KVM and some of the efforts and infrastructure I've already got in various states of development, or at least investigation. Part of this effort is to try to leverage what is available in this space upstream, and to focus on watching the state of CI as it exists upstream, not just in our shipping products. |
SUSE guerilla gardening @maxtor #gogreen#proudtobegreena project by ukirschner I want to set up a few small raised beds to plant some vegetables. Volunteers more than welcome-just ping me on RC. |
Using AI/ML to colorize old (black & white) photosan idea by kwk Converting old black and white photos or movies transform such artefacts from the past to the present. I will experiment with DeOldify (https://github.com/jantic/DeOldify) on state-of-the-art GPU hardware and try to base this software on openSUSE. |
Explore AOSP alternatives (postmarketOS, LineageOS, Qualcomm mainlaining)a project by pvorel 1) Explore postmarketOS, LineageOS on real device. 2) Explore Qualcomm mainlaining effort. |
Write an url shortener in Rust (And learn in the way)a project by szarate So I have 469.icu :), it's currently doing nothing... (and for sale) but in the meantime, I'd like to write an url shortener from scratch and deploy it on my own server |
Embellishment of Solid Ground's Web User Interface (WUI) via Bootstrap v4a project by vstsironis Solid Ground[1] is a powerful software tool, essential for the daily tasks of an L3 agent. Built upon Django framework[2], it greatly simplifies the storing and management of the needed information for orchestrating the various, tedious and sometimes quite complicated actions (steps) of the L3 process[3]. And although Solid Ground is significantly benefited by the utilization of Django's ORM (and other components such as Rest, views, etc.) and has very strong command line interfaces (l3t and Django admin's shell), it lacks a modern, user friendly, clean and with nice user experience (i.e. engaging) WUI! The purpose of the current project is to leverage Bootstrap - the world’s most popular framework for building responsive, mobile-first sites[4] - in order to enhance Solid Ground's WUI without disrupting its operational capability! In other words to apply a cleaner, more engaging look and feel that will not break Solid Ground's functions. |
Alexa on Linux - voice commands for SUSE productsan idea by calmeidadeoliveira What is it about? Learn about AVS (Alexa Voice Service) and install Alexa on Linux (or maybe a Raspberry Pi). |
Ceph Containers on Raspberry Pia project by mgfritch The next release of Ceph (Octopus) will be delivered via containers. |
Learn Go Langan idea by sisingh I am interested to learn about the Go Lang, and investigate the scope of using Go in our existing projects. Resources used: |
Mainline Sunplus Plus1 SP7021 kernel for Banana Pi F2Sa project by a_faerber The recent Banana Pi BPI-F2S board features a new Arm SoC SP7021 by Sunplus, which is not yet supported in mainline Linux. Prior to Hackweek I had prepared UART and interrupt controller drivers and Device Tree for Sunplus SP7021's Arm Cortex-A7 cores: GitHub branch f2s-next |
Hitchhiker's Guide to the SUSE Documentation Teama project by ta-ro Give a more complete overview of the infrastructure and the processes the documentation team uses to write, maintain, and publish the documentation for the SUSE products. Add missing information/chapters to the guide. |
WebUI for pint dataa project by aosthof With 'pint' the Public Cloud Team already provides a command line based tool to get information about the images we're hosting in the public clouds. It's provided via the Public Cloud Module in SLE as well as in the Cloud:Tools repo. As more and more people are asking about information on the images we've published but not all of them feel comfortable using tools on the command line we like to provide a web UI which shows that data. One should be able to search for specific images, sort by regions or state etc. |
Progress ticket exporter to Jiraa project by jlausuch Create a basic web app where you can search for Progress tickets and create Jira tickets to a certain project. Outcome: |
Run VMs in CaaSP 4 cluster with SUSE-powered kubevirta project by jfehlig This project aims to run VMs in a CaaSP 4 cluster using kubevirt and a libvirt+qemu container (aka compute container) based on SLES15 SP1/2. Compute containers based on openSUSE Leap15.1 and SLES15 SP1 already available in registry.opensuse.org and registry.suse.com respectively. VMs can be deployed to the cluster but there are several functional problems that need investigating, e.g. accessing the VM's serial and VNC consoles, proper network access, etc. |
Twenty-Six - A card game developed with Phaser & TypeScripta project by hfschmidt For a long time, I have wanted to port a card game called "26" to the digital world. I've been playing 26 since I was very young, especially in the winter months, when it was too cold to go play outside. 26 is played by 2 players. Each player has a stack of 20 cards (all face-down, except for the top card), and 6 cards in their hand. The goal of the game is to get rid of all your cards by building flushes on the board. The first player to get rid of all their cards wins. |
A recommendation engine for SCCa project by mbologna Let's imagine you are a sales engineer. You want to either: |
Do Stuff with SUSE Raspberry Pian idea by cjschroder2 Install and test SUSE's Raspberry Pi distro on a Raspberry Pi 3 Model B. Explore the practical uses of stuffing a Linux distro on a bitty little single-board computer. Kiosk, digital signs, media server, gaming platform, digital photo frame, network attached storage...what is this little gadget good for? |
Relax-and-Recover (ReaR) proof of concept implementation of new "storage" codea project by jsmeix The current disk layout recreation code in ReaR is about 10 years old now and more and more |
Hydrogen Drum Machine: export to hardware drum machinea project by dmacvicar Hydrogen is a software drum machine and pattern editor. While it can export and play through MIDI, which is enough to play through my SR-16, it is not clear how one could record patterns and songs from Hydrogen. |
Graphics support for SGI Octanea project by tsbogend With the approach of kernel 5.6 SGI Octanes are supported with builtin IO components. What's missing for a graphics workstation is a driver for the graphics card. There is already a not upstreamed framebuffer driver for Impact graphic cards. Since there will be no new framebuffer driver accepted upstream, the goal of this project is to convert the existing frame buffer driver to a DRM driver and make it ready to be sent upstream. |
Write some plugins for Rocketchata project by itxaka Learn how to develop and create some plugins/apps for rocketchat. One that comes to mind is to enhance gerrit links which all are enriched with the same text, no matter what you link. A plugin could extend those links into printing some proper info like the patch name so its easier to click on those. |
Backup server on openSUSE in Raspberry Pi 3 with external USB mass storagea project by bzoltan1 I would like to set up a small backup server on my spare hardware What I have: |
Learn how to write a test casea project by Xiaojing_liu Be familiar with the process of writing a test case in openQA by taking a ticket from a QA team. |
More significant HA cluster node wins fencing match under 2-node split-braina project by yan_gao In a 2-node HA cluster without quorum server, since neither of the cluster nodes (partitions) has more than 50% votes in case of split-brain, we should configure |
CephFS client for Android using the Linux Kernel Library and Wireguarda project by dmdiss CephFS is awesome, but without a VPN it's not safe to be routed over the internet, and it lacks client support on many platforms. The Linux Kernel Library allows for the linux kernel to be built as a cross-platform user-space library and integrated into a regular Android, Windows, macOS, etc. application. This project combines CephFS, LKL and wireguard, and sprinkles some io-uring on top. My objectives are: |
Telemetry for Uyuni - The researcha project by dleidi Uyuni is an heterogeneous and giant project (actually it is a beast) made of many pieces, many languages, many internal architecture structures, and also very old and new technologies live in it. Said that, and based on the fact Uyuni delivers tons of features/functionalities not all the end users use, it is not trivial at all to understand |
Enhancement of zypper history commanda project by syrianidou_sofia Based on an old customer feature request: zypper history command options so that it can show the security patches installed on a server and when they were installed, during a defined period of time. |
Improve openSUSE infrastructurea project by lrupp There is always something to do if you run the infrastructure for such a big project like openSUSE.... Our Admin wiki currently lists over 80 machines - and while we already "salted" some of them, there is always room for improvement and room to learn something new just by making your hands dirty and diving into the administrator role for a machine. |
investigate elasticsearch and use with my windowssearch samba client/serveran idea by npower Samba now has an experimental Spotlight backend using Elasticsearch as fileindex. It seems that creating a similar backend could also be something that could be useful to investigate in the context of the windowssearch feature for samba |
Power of the salt control in SUSE Engeniging Infrastructure enviroment.an idea by mcaj Our Team has been using the Salt as main tool for IasC. We did a lot of work there we learn how to use for access (ssh) control, |
Uyuni: re-architecting code with Akkaa project by moio Simplify the codebase by using a more modern toolkit to accelerate maintenance and future development. Enjoy Hakkaweek! |
Provisioning Prometheus exporters with Uyuni revisiteda project by j_renner There is a number of annoyances and pending improvements when working with the Salt Formula for provisioning Prometheus Exporters in Uyuni: - Fix issue with cleanup in case the monitoring entitlement is removed. |
ConnMan improve iwd and WireGuard supporta project by wagi Recently, ConnMan got support for iwd and WireGuard. The current support is only a starting point and it needs some more changes in the core code base to support the cool features: |
Modernize Bard's web interface, implement high-level audio analysis with feature extraction and sonos supporta project by alarrosa Continue improving my personal project, bard. Bard is a music manager for your music. It stores all information about your music collection in a Postgresql database . The current release can be used from a terminal and has the following working features: |
openQA log-viewer firefox plugina project by asmorodskyi Idea is to write FF plugin which would process raw autoinst log and display it in more readable form . |
OpenBLAS: test performance on AMD Zen2 and learn more about the implementationan idea by marxin OpenBLAS is a high-performance linear algebra library that's implemented mainly with vector instruction directly written in assembly language. The goal of the project is to learn more about the implementation and get familiar with the vector instructions. |
Finish Machine Learning introductory coursea project by dmacvicar I started Standford's machine learning course but after getting stuck in one assignment (ex4, Week5), it fell of the table due to lack of time and focus. I will use this Hack Week to make some progress on it. |
CaaSP in CaaSPa project by pchacin Summary Using K8s for managing VMs is a requirement in many environments, as not all applications are designed to be cloud-ready. Some projects like Kubevirt[1] and Virlet [2] aim to address this requirement. However, they introduce their own complexity, creating a parallel control plane for VMs. RancherVM [3] has a different approach, launching VMs as pods, but requires custom-built images. |
Improve 'vim-daps' and 'vim-docbook_templates' pluginsan idea by tbazant The main part of our toolchain that allows us processing and publishing documentation is |
Play with Go and RLa project by EDiGiacinto I would like to learn and play with RL/ML and Go ( gorgonia for example). The lack of Reinforcement Learning library in Golang makes me very sad, so I wanted to implement a RL algorithm and alongside create a small library for RL and go in general. On the other hand, I would like also to expand and add features on a project that I'm working on: https://github.com/mudler/luet . It's a package manager based on containers, focused on cloud/OTA-alike update delivery. It would be nice to combine the two ideas, for e.g. to achieve one feature. |
Improvements of RES scriptsa project by zpetrova https://gitlab.suse.de/l3ms/RES-weather/ needs some improvements, e.g. manual generation of statistics and reports. |
Refresh SGML Knowledgea project by keichwa
|
Install LTSP server in a Docker containeran idea by michael-chang The LTSP (Linux Terminal Server Project) helps in netbooting LAN clients from a single template installation that resides in a virtual machine image or a chroot on the LTSP server, or the server root (/, chrootless). This way maintaining tens or hundreds of diskless clients is as easy as maintaining a single PC. The objective is to learn and setup LTSP server/service via our KIWI-ltsp and look a bit into container technology to have the process automated in a (presumably) docker container. That will help a lot in migrating the LTSP server to a different PC or creating new instance almost effortlessly. |
Write a minigame with Pythonan idea by GraceWang Write a minigame with Python The main purpose of this project is learn how to use Python to do something. |
paperbacka project by cyphar Very often people find themselves wanting to store secrets in a way that either they can recover even if (for instance) their house burns down, or allow friends and family to recover if they pass away. Existing solutions to this problem are: * Too complicated to use for ordinary people. |
learn a security area related videoan idea by llzhao the address: https://www.youtube.com/watch?v=z-aZYUuTrN0 |
Enhance openQA group reivew scriptan idea by waynechen55 I have already implemented this script in Hackweek18: https://hackweek.suse.com/projects/script-for-generating-openqa-test-group-review-results |
Nvidia GPU support for CaaSPan idea by huizhizhao Nvidia has a way to support GPU on Kubernetes via docker and crio, but so far they don't support SLES and CaaSP, this is the goal of this project. |
Implement GNOME Software's Distribution Upgrade in Leap(and possibly Tumbleweed)a project by JonathanKang GNOME Software supports distribution upgrade, that only requires a few clicks for upgrading your system. But it's not integrated into Leap. So this is that I plan to do this Hack Week. Involved components |
Zero-ish downtime deploy on da cheap!a project by josegomezr Zero-ish downtime deploy on da cheap!This project aims to get a 0-ish downtime deployments (very easily achievable with Kubernetes) just using: |
make "predictable network interface names" more predictablean idea by mkubecek Since the so-called "predictable names" for network interfaces were introduced, the concept and mainly its implementation has been a target of a lot of critique and sometimes even hate. On the other hand, similar idea works reasonably well for block devices. In my opinion, the main reason why "predictable names" reception was not nearly as good as for block devices is the difference in how the implementation works. For block devices, the device name provided by kernel is preserved and other names based on multiple naming schemes (by path, by UUID, by various device identifiers) are created as symlinks so that all of them (including the original kernel one) can be used simultaneously. On the other hand, network interface has only one name and as it is not represented by a file, symlinks cannot be used for aliases. Therefore even if there are multiple naming schemes (e.g. based on BIOS enumeration, bus address etc.), only one of them can be used for each network device and it's rather unpredictable which one is it going to be. Moreover, some of the generated names are rather long, ugly and inconveninent and unlike with block devices, one cannot just ignore them and use a different name (e.g. one provided by kernel). |
Golan no vendora project by rjschwei At present it is our practice to "vendor" all dependencies for a Golang package. This has the advantage that everything is in one nice package and self contained but it has the disadvantage that dependencies are hidden and therefore security issues may slip through the cracks. The idea is to investigate and create automation "go2rpm" that generates a spec file with the necessary "BuildRequires:" such that the dependencies can be broken into golang- packages and we get rid of the implicit dependency inclusion via "vendor". The potential problem is scale, with some golang applications having thousands of dependencies. |