mkoutny

mkoutny

PRG

Get rust into Tumbleweed

a project by KGronlund

With rust 1.9 released, it should be possible to from now on bootstrap rustc from the previous version of rustc (so 1.10 can be built using 1.9 etc.). This means that it should now be possible to create a rustc package which no longer needs binary snapshots to build, meaning that we might even be able to submit rustc for inclusion in openSUSE Tumbleweed.

Updated almost 3 years ago. 7 hacker ♥️.

Packaging cleanup in HA

an idea by scarabeus_iv

For a bit time I wanted to check and polish the HA and clustering packages. Now is a good time as any.

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

Faster kernel builds in the OBS

an invention by michal-m

The kernel compile and link itself is only a fraction of the OBS kernel-default package build. Several other passes take significant time: - Post build checks, especially the clamav scan

Updated almost 3 years ago. 13 hacker ♥️. 1 follower.

Introduce drbdmanage on SLE product and divi into the new features of drbd9

an idea by wanghaisu

DRBD is a block device which is designed to build high availability clusters. Compare to DRBD8, new released DRBD9 improved the capability and user cases on HA and CLOUD environment, also improve the performance. drbdmanage is a new management approach of DRBD9, aim to establish drbd environment in a C/S way, which is easy for deploy on CLOUD environment. We only build it in obs, now i can introduce it on the latest SLE product.

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

supportconfig database

an invention by leonardocf

The supportconfig utility is used by support teams to collect all information needed to troubleshoot a system in one shot.

Updated almost 5 years ago. 2 hacker ♥️.

Use linear programming for the partitioning proposal

an idea by ancorgs

The YaST team is rewriting yast2-storage. That includes new shiny code for the storage proposal during installation. It calculates what partitions and/or volumes need to be created to allocate the system and finds the best way to create those partitions in the existing free spaces. The second part becomes more complicated than it looks as soon as you start considering the restrictions imposed by each volumes and by the technology (primary vs logical partitions, for example).

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

Gothic facade generator

an idea by federico-mena

I want to write a bot that generates random Gothic facades. Maybe using L-systems? Maybe that generates SVG?

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

OpenCV on SLES on Raspberry Pi

a project by joadavis

I just want to learn how OpenCV works. And having a portable version would be great.

Updated over 4 years ago. 4 hacker ♥️.

Research telemetry for (open)SUSE products

an idea by dmacvicar

Most of design is done still with a embarrassing amount of data. Having released software for decades, we still don't know exactly what module is the most used, what workflows the customers are following, where do customers fail. It is all guesses and opinions.

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

crash-python

a project by jeff_mahoney

New Development

Updated over 3 years ago. 21 hacker ♥️. 4 followers.

shell script static analyzer

a project by michals

With all those analyzers for C code we get so much information about our C code.

Updated over 5 years ago. 6 hacker ♥️.

Give a shot at photogrammetry

an invention by ikapelyukhin

Results:

Updated over 5 years ago. 2 hacker ♥️.

Setup TensorFlow and wrote a simple classifier

a project by mbologna

  • Setup Tensorflow on OpenSUSE 42.3
  • Look for a way to package it
Updated over 5 years ago. 3 hacker ♥️.

Study SymPy / Learn some Python & refresh some Maths

an idea by JERiveraMoya

I would like to experiment with SymPy this week, it is a good opportunity to use some python, learn symbolic mathematics and refresh some Maths, starting with the tutorial http://docs.sympy.org/latest/tutorial/index.html and later choosing some of the modules in the official documentation http://docs.sympy.org/latest/index.html.

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

distributed card games, a.k.a. mental poker

an invention by AndreasStieger

Mental poker is a principle and also specific protocol to play card games without a single trusted party. This includes shuffling cards, enforcing card visibility and commitment schemes. Imagine playing rock-paper-scissors via phone only.

Updated over 5 years ago. 2 hacker ♥️.

Tools to make keysigning fun again (replacement for caff)

an idea by kbabioch

There is a tool called caff, which is the de-facto standard when dealing with keysigning (on a large scale, e.g. after a key signing party). This tool hasn't been touch in years, is written and configured in Perl (hence cannot be read and/or maintained :smile:) and is not easy to package, because of a lot of dependencies, etc. It is not even available in our default repositories (at least for Tumbleweed). In general there seems to be a certain kind of frustration with this software, but there is no real alternative available yet.

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

L3: Improve crash-setup, develop a core-setup

a project by sparschauer

The current crash-setup source is located here. Pretty much is working nicely but it doesn't care for the debug source making it impossible to use the crash> gdb list * command right away. This is bug 997558 which should be worked on.

Updated almost 3 years ago. 4 hacker ♥️.

bugzilla nick completion privacy extension

an idea by AndreasStieger

Bugzilla supports automatic username completion.

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

microservices and serverless for the openSUSE.org infrastructure

an invention by tampakrap

The openSUSE.org official infrastructure is getting bigger and complicateder, so #microservices and #serverless FTW! add-emoji add-emoji add-emoji

Updated almost 3 years ago. 12 hacker ♥️. 1 follower.

Uyuni: improve spacewalk-repo-sync performance

a project by moio

Let's make reposync faster

Updated almost 3 years ago. 8 hacker ♥️. 1 follower.

HelenOS of the <future>

an invention by jjindrak

I have previously implemented a major portion of the C++ standard library for HelenOS [0][1][2] as part of my master thesis. In this project, I will be adding

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

File system block allocation algorithms comparison and analysis

a project by ganghe

In the past, some customers ever complained that OCFS2 file system performance went down when listing a big directory (e.g. include 400k files). According to my preliminary investigation, this performance problem is related to file system block allocation algorithm. Then, I want to look at the current mainstream file systems (e.g. EXT4, XFS, etc) block allocation algorithms in this hack week, compare and analysis these algorithms advantages/disadvantages.

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

Building a cross-browser extension

an idea by jloehel

I'd like to get familiar with the different browser extension APIs (Chrome, Firefox, Opera, and Edge) and learn how to develop, test, package and publish a cross-browser extension.

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

Properly package Quick Event orienteering management software

a project by LPechacek

It ain't rocket science, it ain't thrilling, it's just useful.

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

L0 Supportconfig Monitoring and Analysis using ML

a project by andavis

Project Description

  • Create an automated L0-support-like analytics solution for supportconfig data that is tiered across a customer's environment and SUSE environment (similar to a very modular AIOps Edge-Core approach). A pictorial overview of the ecosystem SupportConfigAnalytics
Updated over 3 years ago. 10 hacker ♥️. 6 followers.

Switch to MicroOS desktop.

a project by lpalovsky

Few months ago I switched my home workstation and media center to Micro OS desktop and I cannot imagine switching back to normal distribution. After some consideration I realized it should work fine (even better) on the notebook I am using for work.

Updated almost 3 years ago. 12 hacker ♥️. 6 followers.

WebRTC individual track recorder

a project by avicenzi

Updated almost 3 years ago. 6 hacker ♥️. 4 followers.

Support glibc-hwcaps and micro-architecture package generation

a project by alarrosa

The recent glibc 2.33 version recently available in Tumbleweed includes this change:

Updated over 3 years ago. 7 hacker ♥️. 3 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 3 years ago. 7 hacker ♥️. 3 followers. Has no hacker: grab it!

Sharing logic between desktop and web based applications through WASM

an invention by IGonzalezSosa

Project Description

Updated over 3 years ago. 8 hacker ♥️. 7 followers.

Jitsi for Hackweek

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

Updated almost 3 years ago. 13 hacker ♥️. 5 followers.

Near-zero downtime upgrades for stateful services with Rancher

an idea by mlnoga

Project Description

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

openSUSE build supported by SUSE IT

a project by vgrinco

Project Description

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

rinit

an invention by dspinella

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

Audio steganography for music digital signatures

an idea by shawnhao

Project Description

There are lots of indie musicians who are not very aware of protecting their copyright and it is hard to determine plagiarism in music. I believe a digital signature could be useful to present copyright on court without damaging and altering the soundings of a song. But I am also aware that a signature alone may not be sufficient to protect copyrights and it is able to bypass it.

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

FTrace Visualization Tool

a project by jesingh

Project Description

A visualization tool that directly digests ftrace function traces and provides easier to understand timing diagrams with the ability to quickly look up functions from within the program.

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

Learning ROS

a project by zhonglidong

Project Description

The Robot Operating System (ROS) is a set of software libraries and tools for building robot applications. From drivers and state-of-the-art algorithms to powerful developer tools, ROS has the open source tools you need for your next robotics project.

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

Tool to collect relevant data from images and containers tested in openQA

a project by jlausuch

Project Description

This idea has been partially implemented for JeOS images, where we are collecting some data from the images whenever a new build ends up in openQA. For instance, https://openqa.opensuse.org/tests/2419705#step/image_info/9 is collecting the size of the image, as well as total number of RPMs, the list of RPMs with their size and some filesystem information.

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

Modular kernel packaging

a project by mwilck

Project Description

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

Use a container storage to store the OS system root

a project by dcassany

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

USB security key running embedded Linux

an invention by dmdiss

Project Description

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

Implement text based OCR in openQA

a project by clanig

Project Description

Currently openQA requires a reference image to be stored to do OCR based comparisons. It is not possible to pass a character string to openQA which should be compared to the text in the screenshot.

Updated almost 2 years ago. 8 hacker ♥️. 7 followers.

Try container based openQA and migrate it to another server

a project by waynechen55

Project Description

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

k3k

a project by hgalalabdelazizahmed

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

Port some classic game to Linux

a project by MDoucha

Let's pick some old classic game, reverse engineer the data formats and game rules and write an open source engine for it from scratch. Some games from 1990s are simple enough that we could have a playable prototype by the end of the week.

Updated about 1 month ago. 37 hacker ♥️. 20 followers.

Visualization of historical sar(1) archives

a project by ggherdovich

Project Description

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

Create tool for managing RPM package signing keys

an invention by dheidler

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

Trigger actual openQA tests in pull requests

an invention by okurz

Motivation

Many projects rely heavily on CI jobs, e.g. based on github actions. We already had ideas for tight integration of openQA into such workflows for years, e.g. in https://progress.opensuse.org/issues/48641

Updated almost 2 years ago. 6 hacker ♥️. 5 followers.
15
9
16
53

Looking for projects around:

Nothing at the moment

Activity

  • about 1 month ago: mkoutny started Enhancements of Linux kernel debugging tools
  • about 1 year ago: mkoutny added keyword "risc-v" to RISC-V CPU on FPGA
  • about 1 year ago: mkoutny added keyword "fpga" to RISC-V CPU on FPGA
  • about 1 year ago: mkoutny added keyword "clang" to RISC-V CPU on FPGA
  • about 1 year ago: mkoutny added keyword "verilog" to RISC-V CPU on FPGA
  • about 1 year ago: mkoutny started RISC-V CPU on FPGA
  • about 1 year ago: mkoutny originated RISC-V CPU on FPGA
  • about 1 year ago: mkoutny liked A quantum physics experiment puzzle (designed with Google's CP-SAT solver)
  • almost 2 years ago: mkoutny liked Trigger actual openQA tests in pull requests
  • almost 2 years ago: mkoutny liked Create tool for managing RPM package signing keys
  • almost 2 years ago: mkoutny liked Create a library to extract and standardize data from Progress and Bugzilla (or other systems), and process them to generate metrics of performance
  • almost 2 years ago: mkoutny liked Visualization of historical sar(1) archives
  • almost 2 years ago: mkoutny liked How software creation process can save energy and CO2 emissions
  • almost 2 years ago: mkoutny liked Port some classic game to Linux
  • almost 2 years ago: mkoutny liked k3k
  • almost 2 years ago: mkoutny liked Try container based openQA and migrate it to another server
  • almost 2 years ago: mkoutny liked Implement text based OCR in openQA
  • almost 2 years ago: mkoutny liked USB security key running embedded Linux
  • almost 2 years ago: mkoutny liked Use a container storage to store the OS system root
  • almost 2 years ago: mkoutny started Sign me off|in
  • almost 2 years ago: mkoutny added keyword "git" to Sign me off|in
  • almost 2 years ago: mkoutny added keyword "cryptography" to Sign me off|in
  • almost 2 years ago: mkoutny added keyword "ssh" to Sign me off|in
  • almost 2 years ago: mkoutny originated Sign me off|in
  • over 2 years ago: mkoutny liked Modular kernel packaging
  • All Activity