Provisioning Prometheus exporters with Uyuni revisited

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

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

ConnMan improve iwd and WireGuard support

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

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

Modernize Bard's web interface, implement high-level audio analysis with feature extraction and sonos support

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

Updated almost 5 years ago. No love. 1 follower.

openQA log-viewer firefox plugin

a project by asmorodskyi

Idea is to write FF plugin which would process raw autoinst log and display it in more readable form .

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

OpenBLAS: test performance on AMD Zen2 and learn more about the implementation

an idea by marxin

OpenBLAS is a high-performance linear algebra library that's implemented mainly with vector instruction directly written in assembly language.

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

Finish Machine Learning introductory course

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

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

CaaSP in CaaSP

a project by pchacin

Summary

Updated almost 5 years ago. No love. 1 follower.

Improve 'vim-daps' and 'vim-docbook_templates' plugins

an idea by tbazant

The main part of our toolchain that allows us processing and publishing documentation is daps [1] As i'm using Vim to write our product documentation in DocBook format, i started to develop 'vim-daps' [2] and 'vim-docbook_templates' [3] plugins to integrate daps experience into Vim.

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

Play with Go and RL

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

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

Improvements of RES scripts

a project by zpetrova

https://gitlab.suse.de/l3ms/RES-weather/ needs some improvements, e.g. manual generation of statistics and reports.

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

Refresh SGML Knowledge

a project by keichwa

  • Check and verify SGML tools
  • Parse and validate mostly markup-less files with SGML tools
Updated almost 5 years ago. No love. 1 follower.

Install LTSP server in a Docker container

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

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

Write a minigame with Python

an idea by GraceWang

Write a minigame with Python The main purpose of this project is learn how to use Python to do something.

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

paperback

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

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

learn a security area related video

an idea by llzhao

the address: https://www.youtube.com/watch?v=z-aZYUuTrN0

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

Enhance openQA group reivew script

an idea by waynechen55

I have already implemented this script in Hackweek18: https://hackweek.suse.com/projects/script-for-generating-openqa-test-group-review-results

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

Nvidia GPU support for CaaSP

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

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

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.

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

Zero-ish downtime deploy on da cheap!

a project by josegomezr

Zero-ish downtime deploy on da cheap!

Updated almost 5 years ago. No love. 1 follower.

make "predictable network interface names" more predictable

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

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

Golan no vendor

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

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

Package ROS for Opensuse and SLES

an idea by neotinker2

I have a few robotic projects I wanted to work on and didn't like the idea of run Ubuntu to control them...

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

Modernize Mash deployment

a project by seanmarlow

Mash is a Python based CI/CD pipeline for automated testing and publishing of public cloud images. Currently the production and development deployment for the package is inconsistent, slow and manual. This is a barrier to rapid development, deployment and testing. It also means the development workflow is different than production. This can lead to production issues which were not seen during development.

Updated almost 5 years ago. No love. 2 followers.

Try to write simple rope-base Python language-server for LSP protocol

a project by mcepl

Future of tools supporting editors in dealing with particular languages is in my opinion in the LSP protocol. Therefore I look with a bit of worry on the fact that there is no good LSP server based on the top of rope. python-language-server uses it a bit internally, the Microsoft Language Server for Python is in C#, so it is completely something different.

Updated almost 5 years ago. No love. 1 follower.

Deploy a Ceph Cluster in AWS using sesdev

an idea by LenzGr

For testing and development purposes, the SUSE Enterprise Storage team has created a tool called sesdev, that deploys a fully configured Ceph cluster on multiple VMs using Vagrant/libvirt.

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