apache2 package adjustments

an idea by pgajdos

Project Description

Few apache2 package adjustments.

Updated over 2 years ago. 1 hackers ♥️. 1 follower. Has no hacker: grab it!

Cockpit for YES Certification

a project by nm75

Project Description

A 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.

Updated over 2 years ago. No love. 2 followers.

Virtual reality web development

an idea by Pastafly

Project Description

Investigate how virtual reality can be used in the browser from a developer perspective.

Updated over 2 years ago. 2 hacker ♥️. 1 follower. Has no hacker: grab it!

Git stochastic bisection

a 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.

Updated over 2 years ago. 3 hacker ♥️. 1 follower.

Near-zero downtime upgrades for stateful services with Rancher

an idea by mlnoga

Project Description

Containers 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.

Updated over 2 years ago. 2 hacker ♥️. 1 follower. Has no hacker: grab it!

Create container image as replacement to run Multi-Machine testsuite in openQA

a 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

Updated over 2 years ago. 1 hackers ♥️. 1 follower.

Learn AppArmor

a project by jiriwiesner

Project Description

Learn AppArmor to improve the security of the devices I use.

Updated over 2 years ago. 2 hacker ♥️. 2 followers.

Rancher & Gardener: Stronger Together

an idea by mlnoga

Project Description

Gardener 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?

Updated over 2 years ago. 1 hackers ♥️. 1 follower. Has no hacker: grab it!

Porting ukui desktop for openSUSE

a project by hillwood

Project Description

UKUI desktop enviroment is a desktop environment on Ubuntu Kylin. I am trying to port this desktop enviroment into openSUSE

Updated over 2 years ago. No love. 2 followers.

Get EBBR boot working on Olinuxino A64

an idea by radolin

Project Description

I 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.

Updated over 2 years ago. 5 hacker ♥️. 4 followers. Has no hacker: grab it!

Learn Smalltalk

an idea by ccalancha

Project Description

Immerse yourself in the beauty of Smalltalk.

Updated over 2 years ago. 2 hacker ♥️. 1 follower. Has no hacker: grab it!

Setup a SUMA 4.1 test environment with minimal Hardware & VMs

an idea by winddss

Project Description

Now 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.

Updated over 2 years ago. No love. 1 follower. Has no hacker: grab it!

investigate GTK4.0

a project by qzhao

I want to study GTK 4.0's new feature.

Resources

Updated over 2 years ago. 1 hackers ♥️. 1 follower.

SUSE System Certification Kit Video Tutorials

an idea by dstokes

I am trying to create video tutorials for setting up and using the SUSE YES Certification testing environment

I would like to create some troubleshooting videos and videos that demonstrate how to gather log files and submit test results to SUSE

Updated almost 2 years ago. No love. 1 follower. Has no hacker: grab it!

Speech Emotion Recognition with Python/ML

an idea by vliaskovitis

Project Description

Speech 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].

Updated over 2 years ago. 1 hackers ♥️. 1 follower. Has no hacker: grab it!

Enhance the xmlformat.pl script with sentence-wrapping

an idea by tbazant

Project Description

Goal for this Hackweek

Updated over 2 years ago. 1 hackers ♥️. 1 follower. Has no hacker: grab it!

Modern frontend build tooling for Uyuni

an idea by Etheryte

Project Description

At 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.

Updated almost 2 years ago. 2 hacker ♥️. 2 followers. Has no hacker: grab it!

PyGithub

a project by StevenK

PyGithub is a Python library to access the GitHub v3 REST API.

Project Description

Updated over 2 years ago. 1 hackers ♥️. 2 followers.

A tool comparing openqa test result of any two test runs for job group

an idea by tonyyuan

Project Description

The backend is node.js app which grabs openqa jobs information of test run(identified by Build id) via openqa API.

Updated over 2 years ago. 4 hacker ♥️. 1 follower. Has no hacker: grab it!

Texas Holdem Poker "night"

a project by ories

Project Description

Not 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.

Updated over 2 years ago. 3 hacker ♥️. 1 follower.

reddit/twitter crawler w/ sentiment analysis

a project by ories

Project Description

inspired 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

Updated over 2 years ago. 2 hacker ♥️. 2 followers.

Improve the gnome-shell extensions

a project by xiaoguang_wang

Project Description

Improve the gnome-shell extension Screen word translate and Switch Workspace

Updated over 2 years ago. 3 hacker ♥️. 1 follower.

Uyuni as a Bootstrap theme

an idea by Etheryte

Project Description

Currently, 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.

Updated almost 2 years ago. 2 hacker ♥️. 1 follower. Has no hacker: grab it!

The Typescript Game

a project by Etheryte

Project Description

Uyuni 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.

Updated almost 2 years ago. 4 hacker ♥️. 2 followers.

investigate Bose headset tools and add support for QC Earbuds

a project by fcrozat

Project Description

There are several tools which are reversed-engineering Bose Bluetooth protocol to control some specific

Updated over 2 years ago. No love. 1 follower.

Estimating the level risk level and confidence of deliverables

an idea by rtsvetkov

Project Description

Goal for this Hackweek

Updated over 2 years ago. 1 hackers ♥️. 2 followers. Has no hacker: grab it!

Get familiar with moodle.opensuse.org by creating the training "Network basics"

a project by mstrigl

Create a course in moodle.opensuse.org

Moodle is the world's most popular learning management system. Start creating your online learning site in minutes!

Updated over 2 years ago. 1 hackers ♥️. 2 followers.

Bird watcher with Raspberry Pi

a project by scuescu

Project Description

For this Hackweek, I want to focus on building a small application around Raspberry PI, motion-sensors and video capture.

Updated over 2 years ago. 3 hacker ♥️. 3 followers.

containerizing MicroOS Desktop components

a project by fcrozat

Project Description

Moving as much as possible of MicroOS Desktop into containers.

Updated over 2 years ago. 5 hacker ♥️. 3 followers.

knots

a project by LarsMB

Summary

knots aims to be a multi-node S3 benchmark and load generator written in Rust and on top of WebAssembly, waPC, and waSCC.

Updated over 2 years ago. 2 hacker ♥️. 2 followers.

Show Me The Key: A screenkey alternative that works under Wayland via libinput

a project by AZhou

Updated almost 2 years ago. 2 hacker ♥️. 4 followers.

Anomaly analyser, predictor for kubernetes(Rancher)

an idea by sbabusadhu

Project Description

Nowadays 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.

Updated over 2 years ago. No love. 1 follower. Has no hacker: grab it!

Speed hacking on my Xiaomi Scooter Pro 1

a project by fanyadan

Project Description

I 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.

Updated over 2 years ago. 2 hacker ♥️. 2 followers.

Learn about io_uring

an idea by zhonglidong

Project Description

io_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.

Updated over 2 years ago. 2 hacker ♥️. 1 follower. Has no hacker: grab it!

Bridle - Terraform remote backend in Kubernetes

a project by nroberts

Project Description

Terraform'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 kubectl as part of a local-resource. This project aims to address these shortcomings in a native Kubernetes implementation.

Updated almost 2 years ago. 3 hacker ♥️. 9 followers.

Localize Uyuni - SUSE Manager in Italian

a project by deneb_alpha

Project Description

Inspired 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. :)

Updated over 2 years ago. 6 hacker ♥️. 5 followers.

Make kernel-*.spec cross buildable

an idea by adrianSuSE

Project Description

Manual kernel builds are often needed esp. for embedded environments. The native compile there is often not fast enough.

Updated over 2 years ago. 2 hacker ♥️. 3 followers. Has no hacker: grab it!

Chimera Policy Hub

a project by flavio_castelli

Project Description

Chimera 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).

Updated over 2 years ago. 2 hacker ♥️. 3 followers.

Cluster Python API

a project by fmherschel

Project Description

The 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.

Updated almost 2 years ago. 1 hackers ♥️. 3 followers.

FuseML - accelerate your Hack Week ML projects

a project by stefannica

Project Description

So 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.

Updated almost 2 years ago. 4 hacker ♥️. 5 followers.

Make a Raspberry Pi boot in less than 3 seconds

an idea by akedroutek

Project Description

This is quite new to me but as I want to understand ARM and its boot process better here is the deal:

Updated over 2 years ago. 7 hacker ♥️. 3 followers. Has no hacker: grab it!

Code quality metrics framework

a project by llansky3

Project Description & Goal

The quality of supplier deliveries varies. And one shall monitor its suppliers.

Updated over 2 years ago. 2 hacker ♥️. 1 follower.

Learn how Linux kernel interacts with a hard-realtime OS

an idea by colyli

Learn how Linux kernel interacts with a hard-realtime OS

Project Goal

Updated over 2 years ago. 3 hacker ♥️. 3 followers. Has no hacker: grab it!

Learn the book of Linux KVM Guide and practise based on the book

an idea by zoecao

Project Description

I have learned 70% of the book. I'll finish it and do some practice based on what I learned from the book during hackweek20.

Updated over 2 years ago. 1 hackers ♥️. 1 follower. Has no hacker: grab it!

Digger the Zypper

an idea by hjluo

Dig into the zypper source code and resharp my C++ skills

Project Description

Updated over 2 years ago. No love. 1 follower. Has no hacker: grab it!

User Story theme + Okta login

a project by cyntss

Project Description

One 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/

Updated over 2 years ago. 3 hacker ♥️. 2 followers.

nvme monitor: continuous discovery and connect to discovered subsystems

a project by ematsumiya

Project Description

Work on "nvme monitor" proposed command (see Resources).

Updated over 2 years ago. 2 hacker ♥️. 2 followers.

Get to know SMP on x86 systems better

an idea by alix82

Project Description

In 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.

Updated over 2 years ago. 4 hacker ♥️. 2 followers. Has no hacker: grab it!

On-demand notification using spacewalk (SUMA) API

a project by atighineanu

Project Description

Make possible to notify a <SUMA:user> about node draining and rebooting (using kured reboot sentinel).

Updated over 2 years ago. 1 hackers ♥️. 1 follower.

Developing an opinionated storage appliance

a project by asettle

Project Description

The SUSE Enterprise Storage team has embarked on a new open source project: Aquarium.

Updated almost 2 years ago. 16 hacker ♥️. 10 followers.