Get familiar with k3sa project by riafarov |
Use and learn Harvestera project by ganghe |
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 Description |
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 |
Study the book of 'Using Python for DATA Analysis'an idea by leli Project Description |
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 Description |
Research and develop tools to improve efficiencyan idea by zyuhu Project Description |
Leveraging Ceph in the Harvester projectan idea by kieferchang |
Bonus project: Chameleon paintingsa project by kstreitova This is an extra project for Hack Week evenings because there is never enough chameleons. Never. |
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 |
Rancher Releasesa project by jpayne Project Description |
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. |
Add Valgrind checks to Libgcrypta project by pmonrealgonzalez Project Description |
Upstream support for RPi4 CM4 and Pi400a project by nsaenzjulienne |
Native build of openSUSE WSL images on aarch64a project by lkocman Project Description |
apache2 package adjustmentsan idea by pgajdos Project Description |
Cockpit for YES Certificationa project by nm75 |
Virtual reality web developmentan idea by Pastafly |
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. |