OpenQA Golang api client

a project by hilchev

Description

I would like to make a simple cli tool to communicate with the OpenQA API

Updated about 1 month ago. No love. 3 followers.

fix forever waiting time for notification between UEFI firmware and shim when sending http request or receiving http response

an idea by dtseng

Description

Current shim makes use of the forever wait to get the response from firmware which means it assumes firmware will always correctly get the notification of what he wants, like this:

Updated about 1 month ago. No love. 1 follower. Has no hacker: grab it!

Command queue tool

a project by dheidler

Description

Updated about 1 month ago. 1 hackers ♥️. 1 follower.

Implement a full OBS api client in Rust

a project by nbelouin

Description

I recently started to work on tooling for OBS using rust, to do so I started a Rust create to interact with OBS API, I only implemented a few routes/resources for what I needed.

Updated about 1 month ago. 7 hacker ♥️. 4 followers.

MicroOS/SL Micro health-checks for K3s/RKE2

a project by eminguez

Description

Updated 15 days ago. 3 hacker ♥️. 2 followers.

learn about android virtualisation

a project by AngelaBriel

Description

android virtualization on top of linux

Updated about 1 month ago. 1 hackers ♥️. 2 followers.

Contributing to Linux Kernel security

an idea by pperego

Description

Updated 7 days ago. 3 hacker ♥️. 3 followers. Has no hacker: grab it!

Implement a CLI tool for Trento - trentoctl

a project by nkopliku

Description

Implement a trentoctl CLI for interacting with a trento installation

Updated about 1 month ago. No love. 1 follower.

Revive Garmin Podcasts

a project by agraul

Description

> Garmin Podcasts is a Garmin Connect IQ podcast app powered by Podcast Index. No external service or subscription required: all you need is you watch!

Updated 8 days ago. 1 hackers ♥️. 1 follower.

Improve Development Environment on Uyuni

a project by mbussolotto

Description

Currently create a dev environment on Uyuni might be complicated. The steps are:

Updated about 1 month ago. 7 hacker ♥️. 3 followers.

toptop - a top clone written in Go

a project by dshah

Description

toptop is a clone of Linux's top CLI tool, but written in Go.

Updated about 1 month ago. 1 hackers ♥️. 2 followers.

CVE portal for SUSE Rancher products

a project by gmacedo

Description

Updated about 1 month ago. 4 hacker ♥️. 6 followers.

Train generative AI with internal knowledge to answer questions related to code/architecture/hr etc.

a project by rosblendido

Description

Use the internal documentation (wiki, confluence, etc.) to train AI to be able to answer questions from developers about product architecture, hr, it, etc.

Updated 13 days ago. 4 hacker ♥️. 2 followers.

Harvester Packer Plugin

a project by mrohrich

Description

Hashicorp Packer is an automation tool that allows automatic customized VM image builds - assuming the user has a virtualization tool at their disposal. To make use of Harvester as such a virtualization tool a plugin for Packer needs to be written. With this plugin users could make use of their Harvester cluster to build customized VM images, something they likely want to do if they have a Harvester cluster.

Updated 12 days ago. 1 hackers ♥️. 1 follower.

Dartboard TUI

a project by IValentin

Description

Our scalability and performance testing swiss-army knife tool Dartboard is a major WIP so why not add more scope creep?

Updated about 1 month ago. 2 hacker ♥️. 2 followers.

Learn C

a project by jsuriano

Description

I have several future learning goals which require being proficient in C. I'd like to have this HackWeek as an opportunity to get better at the language and understand some of its advanced features like memory management and multithreading.

Updated about 1 month ago. 7 hacker ♥️. 4 followers.

Two part 1) work on SLMicro YES Cert documentation and 2) learn about SUSE Edge

an idea by Jackman1

The documentation for YES certification needs improvements to flow better. I'm want to learn about SUSE Edge products to further my knowledge.

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

drgn for kernel core analysis

a project by tabraham1

Description

drgn as a programmable debugger can be useful for kernel core analysis

Updated about 1 month ago. 4 hacker ♥️. 1 follower.

Moooar qubesome features

a project by pgomes

Description

The idea for Hack Week is to add new features to qubesome. qubesome is a CLI that manages your window managers and workloads in a GitOps manner. Each profile is executed under its own container, with its own xorg display. This enables having awesomewm running for a profile while having i3 for another, for example, both running in parallel. Anyone keen on learning more about qubesome or helping with the goals, please feel free to reach out.

Updated 27 days ago. 4 hacker ♥️. 3 followers.

Create SUSE Manager users from ldap/ad groups

a project by mbrookhuis

Description

This tool is used to create users in SUSE Manager Server based on LDAP/AD groups. For each LDAP/AD group a role within SUSE Manager Server is defined.

Updated 12 days ago. 4 hacker ♥️. 7 followers.

Learning frontend dev (Vue3 mostly)

a project by cxiong

Description

I started in Desktop team at SUSE. It's been a long while since I coded in any JS and much has changed. I wanted to pick up some and acquire some knowledge for hacking on some apps I've come to use often recently (e.g. FreeTube)

Updated 30 days ago. No love. 1 follower.

[Agama] Investigate to shorten s390x URL on O3 to avoid character limit

a project by leli

Description

There is a character limit of <=80 characters in s390x, for OSD we workaround this problem using a url shortener, like http://s.qa.suse.de/ but we don't have anything equivalent for O3. Some colleagues recommended https://v.gd/ but some initial test showed that cannot shorten ftp urls.

Updated about 1 month ago. 2 hacker ♥️. 2 followers.

Practice MLperf benchmark for AI testing purpose

an idea by cachen

Description

I would like to take this hackweek to learn and play MLperf benchmark on openSUSE or SLES or SLMicro, by following the guidance in https://confluence.suse.com/display/qasleapac2/MLperf+benchmark+intro

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

Query Topology over Time

a project by fvanlankvelt

Description

The Topology in SUSE Observability describes how the different components in a system interact with each other. It is maintained with history, so can be reconstructed at any point in the past.

Updated about 2 months ago. 1 hackers ♥️. 1 follower.

Try react-flow for SUSE Observability visualizer

a project by aovechkin

Description

Updated about 2 months ago. 2 hacker ♥️. 1 follower.

Learn Linux kernel code and play with a early version

an idea by renxt0310

Description

I am learning Linux kernel for some time. In order to understand how kernel works, I read the code based on version 0.12 and do some hands on in VM. I will continue and hope understand more in the concentrated time of hackweek.

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

Decouple topology data from User Settings in the StackState (SUSE Observability) platform

a project by bschuur

Description

Updated about 1 month ago. No love. 2 followers.

Evaluate and document two out of three nodes lost for K3s / RKE2 and Harvester

a project by mweiss2

Description

Need to find out what the impact is for loosing quorum and recovery from this situation in case of K3s / RKE2 and Harvester.

Updated about 2 months ago. 1 hackers ♥️. 1 follower.

Testing and automating containerized Firefox KIOSK

an idea by GraceWang

Description

Test the containerized Firefox KIOSK

Updated about 2 months ago. 2 hacker ♥️. 1 follower. Has no hacker: grab it!

Learn about Rust, and possibly do something with the help of copilot

a project by XinLiang

Description

I am completely new to Rust, but I'm interested in learning it.

Updated 21 days ago. No love. 4 followers.

Automating Troubleshooting with AI in StackState

a project by mbakker

Description

Following the acquisition of StackState, SUSE now has access to a powerful observability solution with built-in guided remediation. We've run initial tests on enhancing this experience by automating troubleshooting steps and exploring how AI can further improve the process. Now, we want to take it to the next level by exploring new ways to automate the detection, diagnosis, and remediation of performance and health issues in our systems, and to understand how AI can enhance this workflow.

Updated about 2 months ago. 3 hacker ♥️. 4 followers.

Sustainable/efficient use of hardware in datacenters

an idea by okurz

Motivation

We have many machines and server hardware in our SUSE datacenters meaning physical hardware using electrical power.

Updated 7 days ago. 3 hacker ♥️. 3 followers.

SUSE KVM Best Practices

a project by roseswe

Description

SUSE Best Practices around KVM, especially for SAP workloads. Early Google presentation already made from various customer projects and SUSE sources.

Updated 7 days ago. 5 hacker ♥️. 3 followers.

Mario Builder 64

an idea by rovertronic

Project Description

Updated 3 months ago. No love. 1 follower. Has no hacker: grab it!

Small healthcheck tool for Longhorn

a project by mbrookhuis

Updated 12 days ago. 1 hackers ♥️. 1 follower.

Calendar TUI with GCal support

a project by malikirri

Updated 3 months ago. 1 hackers ♥️. 4 followers.

Update my own python audio and video time-lapse and motion capture apps and publish

a project by dmair

Project Description

Updated 3 months ago. No love. 2 followers.

FizzBuzz OS

a project by mssola

Project Description

Updated 10 days ago. 6 hacker ♥️. 5 followers.

Kanidm: A safe and modern IDM system

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

Updated 4 months ago. 2 hacker ♥️. 3 followers. Has no hacker: grab it!

Enhance remote and in office social relationship

a project by baldarn

Updated 4 months ago. 8 hacker ♥️. 5 followers.

SUSE Prague claw machine

a project by anstalker

Project Description

Updated 3 months ago. 7 hacker ♥️. 4 followers.

COOTWbot

a project by ngetahun

Updated 12 days ago. 1 hackers ♥️. 1 follower.

Yearly Quality Engineering Ask me Anything - AMA for not-engineering

a project by szarate

Goal

Get a closer look at how developers work on the Engineering team (R & D) of SUSE, and close the collaboration gap between GSI and Engineering

Updated 15 days ago. 3 hacker ♥️. 2 followers.

Recipes catalog and calculator in Rails 8

a project by gfilippetti

Updated 20 days ago. 1 hackers ♥️. 2 followers.

terraform-provider-feilong

a project by e_bischoff

Project Description

Updated 10 days ago. 6 hacker ♥️. 2 followers.

GameYatra: Personal Hobby Game Project

a project by lthadeus

Updated 21 days ago. 2 hacker ♥️. 2 followers.

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.

Updated about 1 year ago. 5 hacker ♥️. 3 followers.

Patch search applied to products

a project by otilloy

Introduction

Updated about 1 year ago. 5 hacker ♥️. 3 followers.

WebUI for your data

a project by avicenzi

A single place to view every bit of data you have.

Updated 4 months ago. 2 hacker ♥️. 2 followers.

Port Agama's manager to Rust

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

Updated 20 days ago. 10 hacker ♥️. 3 followers.