Get rid of your foreign currencies - support the war on hunger!

a project by mfeilner

The Doc team decided to collect remainders of foreign currencies to donate them to a 3rd world project. There is a box in the Documentation office on 1st floor AND in the All Hands Area where you can drop coins, bills or whatever currency you have left over from your last holiday trip that you don't need anymore.

Updated almost 5 years ago. 6 hacker ♥️.

Reactive programming with Python RxPy

a project by SShyukriev

I'm planning to get basics of Reactive Programming and especially the documentation in ReactiveX and try some examples from RxPy Interesting links:

Updated about 5 years ago. 1 hackers ♥️.

Learn more Cryptography knowledge and FIPS related standard.

an idea by bchou

Security field is getting more important these years. I plan to learn more about Cryptography related knowledge to improve the FIPS testing in the future. Refer to a Note from github

Updated almost 6 years ago. No love. Has no hacker: grab it!

L3-CaaS+CAP+NFS

a project by gfigueir

[CaaS] [CAP] Work on a long term solution for L3 team to easily reproduce customer's issues I had previously cobbled up a "one script CaaS2 installer":

Updated about 2 years ago. No love.

Play with MACCHIATObin

a project by lyan

  1. Boot up MACCHIATObin with a linux kernel
  2. Boot up MACCHIATObin with opensuse
Updated almost 5 years ago. 2 hacker ♥️.

Building SDN with Raspberry Pis and Zodiac FX switch

a project by lyan

Have several raspberry pis at hand, and also bought a Zodiac a while ago, will setup a software define network with ryu. Also will check on package possibility for ryu in opensuse 1 Firmware update:

Updated almost 5 years ago. 1 hackers ♥️. 1 follower.

Virtual GPU display support for Guest VM

a project by lyan

0 Background This will be a verification test for Intel i915, code has been merged into kernel 4.16 and qemu 2.12, will provide a setup manual as output.

Updated about 2 years ago. 2 hacker ♥️.

hack with "yes_ship_it" and add it to kubeojo

a project by dmaiocchi

https://github.com/cornelius/yes_ship_it i was really curious about this project but i never had the time to use it.

Updated about 5 years ago. 1 hackers ♥️.

learning deepsea and ceph world

a project by dmaiocchi

just learning this awesome software we contribute at @suse upstream.

Updated almost 6 years ago. No love.

Network improvements in our Gran Canaria extra-official office

a project by rtorrero

I'd like to spent some time improving the network for our office in Gran Canaria in the following aspects: - Mini rack: Get a cheap or second hand mini rack to put all the network equipment inside.

Updated almost 5 years ago. 2 hacker ♥️. 1 follower.

Jaeger with a Trace of Salt

a project by ed_lane

Abstract:

  • Cloud hosted applications are now composed of many microservices often deployed in containers. When things go wrong, are slow, or just not understood, where can we turn?
Updated about 2 years ago. 2 hacker ♥️. 1 follower.

Package odpdown

a project by jgrassler

I have been known to talk anybody I held presentations with into using odpdown. That was always a little awkward, since it started off with pip install odpdown, rather than zypper install odpdown. I want to fix this awkwardness and package odpdown properly so it can be installed as a RPM package. I'll also include the auxiliary infrastructure I've added around it over the years (various Makefiles and scripts for generating transcripts from comments) to the package so others can benefit from that stuff, too.

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

Rewrite makedumpfile using libkdumpfile as backend

a project by ptesarik

The aim is to replace dump file read routines in makedumpfile with library functions from libkdumpfile. This should enable (among other things) filtering Xen DomU dump files.

Updated about 5 years ago. 2 hacker ♥️.

Simulating Tape Drives via tcmu-runner

a project by lee_duncan

At the suggestion of Hannes, I would like to try to make mhvtl work with tcmu-runner. Mhvtl is a tape-drive emulation package, which emulates various types of tapes drives and tape robot units (for loading drives). This package was originally based on the kernel debug SCSI driver, and still has a kernel component. This kernel component talks to user-space via a special character device. It would be nice to take away the kernel component, so that it's easier to compile and use this package, since the current mhvtl kernel driver has not been merged upstream so has to be supplied as a KMP. [And KMPs are evil.]

Updated almost 6 years ago. No love.

explore grimoire labs and CHAOSS tools

a project by dmaiocchi

This is a small learning hackweek that i will do in parallel with my others hackweek and elixir projects https://chaoss.community/

Updated almost 6 years ago. No love.

Write an AWS observer application

a project by cfconrad

The idea behind this is to have a application, which observe the usage of AWS instances and later other providers like azure and google. This could be used with public cloud tests in openQA.

Updated almost 6 years ago. No love.

Learn SeaStar C++ framework for high-performance server applications

a project by ifed01

Seastar is an advanced, open-source C++ framework for high-performance server applications on modern hardware. Seastar is used in Scylla, a high-performance NoSQL database compatible with Apache Cassandra Ceph community is currently working on migration to this project as well.

Updated almost 6 years ago. No love.

Setup a SUMA Server to play with

a project by AngelaBriel

Setup a SUMA Server in a VM on my workstation. Playing around to find out, how it works and how to add new functionality (like sapconf or saptune). Learning a little bit SALT will - hopefully - be the nice side effect.

Updated almost 6 years ago. No love.

Learn about DHT protocol and write a client in Go/Ruby

a project by ikapelyukhin

The subject says it. Learning about DHT seems like a fun project.

Updated almost 5 years ago. 1 hackers ♥️. 1 follower.

Alternative React and Material-UI frontend for SUSE Manager

a project by malbu

Develop a proof of concept frontend based on React and Material-UI as an alternative to the JSP/Struts based frontend currently available.

Updated about 5 years ago. 2 hacker ♥️.

[unassigned] improve new openSUSE image writer

an idea by lnussel

In order to aid loading openSUSE installation and Live images on USB sticks we have a little GUI program called imagewriter. It's a bit dated so Fabian started a newer one with better UI suitable for touch screen that offers the available images on demand, store images offline for conferences and fairs etc: https://github.com/openSUSE/imagewriter2 It's written in C++ with Qt and still needs some work to be production ready:

Updated about 2 years ago. 6 hacker ♥️. Has no hacker: grab it!

Use Terraform+Ansible to provision/deprovision Factorio server

a project by ikapelyukhin

There's sadly not much time to enjoy Factorio with friends, so from economy perspective it makes sense not to have the server running when it's not used. The plan would be:

Updated almost 6 years ago. No love.

Path clustering for multipathd

an idea by mwilck

Recent multipath-tools contains a patch series that allows latency-based path prioritization. However the code is clumsy and not well designed. More importantly, I think that the applied algorithm, which is based on simple methods like comparing averages and standard deviations, is suboptimal. I consider replacing it with a clustering-based approach, using the open source cluster library.

Updated about 4 years ago. 1 hackers ♥️. Has no hacker: grab it!

Use avahi for mdns queries in hplip

an idea by mwilck

The HPLIP package contains a custom implementation of mDNS queries (actually, 2: one in the core C code and one in python for the administration tools). This implementation is simplistic and sub-optimal. I fixed a problem of this implementation in the past, but unfortunately my patches don't apply on the latest HPLIP releases, and aren't easily forward-ported. The Right Thing to do for mDNS on Linux use use avahi calls. I want to look into using avahi for this purpose in HPLIP.

Updated almost 6 years ago. No love. Has no hacker: grab it!

git-based mail client

an idea by KGronlund

I want to create a more modern mail storage format, which leverages git and tagging instead of folders to manage my mail. This is inspired by having used notmuch and mbsync for a long time, liking the good aspects of this setup but getting frustrated with the problems. Mainly the issue of storing mail on multiple computers with eventual consistency (for example being able to read mail on my laptop when travelling but my desktop computer when at home).

Updated about 5 years ago. 3 hacker ♥️. 1 follower. Has no hacker: grab it!

SLE-15 virtualization server tuning - make it faster

an idea by oertel

Investigate on our virt setup. Some things we found with sle12 might no longer be true, new I/O schedulers exist, network setup might have room for speedups as well.

Updated almost 5 years ago. 3 hacker ♥️. Has no hacker: grab it!

Learn python by building a homepage with Flask

an idea by mbrugger

I thought it would be time to learn a new programming language. I decided to go with python, as it's an all-rounder and I have some basic knowledge on that. The idea is to go through the Flask how-to and from there on start to implement my own homepage. This will introduce me to Python and web development at the same time.

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

Prototype a new libzypp API

an idea by zbenjamin

We had the idea of a event based, non blocking libzypp API. Would be nice to iron out the requirements and maybe do some prototyping to see if the idea makes sense. Event loop would be based on glib which would make it instantly compatible with at least GTK and Qt applications.

Updated about 5 years ago. No love. Has no hacker: grab it!

Add u-boot support for banana-pi r2

a project by mbrugger

Banana-pi R2 has quite a good upstream support in the kernel, but lacks a u-boot support. The idea is to sit down at get working on that. This would be a good starting point to get u-boot support for other Mediatek SoCs as well.

Updated about 5 years ago. 1 hackers ♥️.

Set up my RPi with MyCroft+Kodi as a lightweigt music player

an idea by zbenjamin

I have a RPi3 + touchscreen on my desk for some time. I'd like to play with Kodi + Mycroft to create some sort of OSS Alexa to connect to my bluetooth speaker. Goal would be to be able to play music via voice activation or using the touchscreen.

Updated almost 6 years ago. No love. Has no hacker: grab it!

Wine packaging for other distributions

an idea by msmeissn

OBS is the goto tool for providing source packages not just for openSUSE but also for other distributions. The Wine team needs new package building methods, so I am planning to

Updated about 5 years ago. 1 hackers ♥️. Has no hacker: grab it!

Killing security bugs and zombies in the shadows with X-rays and gitlab

a project by vpereirabr

To follow a responsible disclosure while dealing with security issues on Open Build Service, we are going to setup a gitlab project mirroring our github project and set CI, using gitlab CI, to make sure that the security changes aren't introducing any regression and avoid embargoed issues being leaked.

Updated about 5 years ago. 2 hacker ♥️. 1 follower.

Learn Ansible

an idea by cvar

Ansible is great for easily provisioning systems and whole clusters. Compared to Salt it may be slower, but on the other hand it doesn't have to install "minion-like" software on the hosts it operates on. My very-near-future plan is to create an Ansible playbook for fast-provisioning Ceph clusters and automatically running a series of functionality tests on them. Also, I can see Ansible playing an important role on my efforts for automating virtualization testing.

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

Disturb Face Recognition

an idea by kfreitag

People do photos everywhere, and share them via social networks. some like it, some also really not. Social networks arouse suspicion to do face recognition on posted photos and that is the point where it really becomes scary.

Updated about 5 years ago. 5 hacker ♥️. Has no hacker: grab it!

minikubic

an idea by suntorytimed

minikubic minikube is a very helpful tool to set up and play around with a small Kubernetes cluster. By default it does use Ubuntu 16.04 as a base for its virtual machines.

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

Photo browser that groups pictures by location and date

an idea by jmoellers

When you make photos with devices that have a GPS on-board, the coordinates of the take are often included in the pciture meta data. Certain fruity viewers group pictures according to location (eg "Maxfeldstr. 5; 90409 Nürnberg" and date (eg "6. Juli 2018"). I'd like to write a (qt-based) picture viewer which does that.

Updated almost 6 years ago. No love. Has no hacker: grab it!

pam module

an idea by mslacken

I want to look into the possibilty to have pam module which gets its information via openchain.

Updated almost 6 years ago. No love. Has no hacker: grab it!

New office decoration

a project by mdeniz

As we have grown in our remote and non official office at Gran Canaria we had to rent another space. This new office is almost empty and we need a little bit of love to improve the sensation of relax and commodity while we do what we love most. The main target of this project is to kickstart the decoration process, creating a minimum plan of what we want to achieve and step the first steps :smile:

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

Investigate and setup internal survey system

a project by rsimai

We often struggle to get feedback from our people, in particular if it's supposed to be anonymous. There are external systems on the Internet which are typically commercial, where (free) usage is limited and situation with GDPR isn't clear. I want us to investigate and find (or found!) an Open Source project that allows to easily collect (internal) surveys.

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

Self Encryption Drives support in openSUSE

an idea by michael-chang

Self Encryption Drive (SED) is used to achieve hardware based full disk encryption provided by hard disk drive vendors. The project is aiming to use openSUSE to build the package necessary to enable the device, notably a more intuitive way to build Preboot Authentication (PBA) Image and deploy it to unlock the device at boot time.

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

ocfs2 online defragmentation

an idea by lchen

So far, ocfs2 has no tool for defragmentation. This project intends to write one. :smile:

Updated about 5 years ago. 1 hackers ♥️. Has no hacker: grab it!

Continue learn openQA

an idea by waynechen55

Continue to get familiar with openQA components and workflow by performing virtualization host upgrade automation. Get first-hand impression on openQA's characteristics and weaknesses. Note down any findings that worth noticing.

Updated about 3 years ago. No love. Has no hacker: grab it!

Full automation testing framework for KVM

a project by jnwang

So I have to build a tool for in full automation, when I work on KVM testing. The tool should be base on and compatible QASET (that is used currently in QA team.

Updated almost 5 years ago. 2 hacker ♥️. 1 follower.

Alert of key words in WeChat message with Python

an idea by Julie_CAO

purpose: a study project. motivation: I know a little of Python, but have no experience with

Updated about 3 years ago. 1 hackers ♥️. Has no hacker: grab it!

Learn more about Open vSwitch and SDN

a project by david_chang

openvswitch is more used by openstack and software defined networking stack. And it seems having a lot of improvements. In this hackweek, I'd like to see what's

Updated almost 5 years ago. No love.

Create images for openQA SLE12SP4 Migration group

an idea by zoecao

I will learn to create images for openQA SLE12SP4 Migration group during Hackweek 17.

Updated almost 6 years ago. No love. Has no hacker: grab it!

read a 'Modern C++ Programming with Test-Driven Development Code Better, Sleep Better -- Jeff Langr' book

an idea by zhengqiang

This is a book about modern C++ programming. I mean, if you are a C++ programmer, you’re going to love all the code in this book. I will share the main ideas with my teammates. Thanks.

Updated almost 6 years ago. No love. Has no hacker: grab it!

Continue learn about Docker and Go

an idea by mitiao

Continue the project from Hackweek 16 to read the book of source code analysis of docker.

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

openSUSE Xen Testing (and vice-versa)

a project by dfaggioli

Currently, the Xen-Project supports automated build-testing/CI via GitLab pipelines, within containers based on: * Debian

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

Graphical view of the changes to be made to disks during installation

a project by ancorgs

Right now, during the (open)SUSE installation process, the changes to be performed on the storage devices are presented as a list of actions such as: * Resize ntfs partition /dev/sda1 by 100 GiB

Updated over 4 years ago. 1 hackers ♥️.