openSUSE & SLE support for Puppet modules located at the Forge

a project by tampakrap

Description

Updated over 6 years ago. 2 hacker ♥️.

Internal SUSE webzine

a project by cyberiad

The idea is to have an internal web page that mainly presents new SUSE employees or the ones you might not know yet. Other topics can be covered like reports about hack week projects or other interesting stuff apart from the daily work we all do.

Updated over 6 years ago. 5 hacker ♥️.

sysvinit-base

a project by wiederda

Package a basic, stripped down version of sysvinit for emergency cases, so you can repair a failed system without interference. My goal is not to replace systemd with sysvinit again, but to provide a sysvinit-base package that does not have any dependencies at all and can just be installed on any system. sysvinit will only be used in exception situations by specifying the kernel parameter "init=/sbin/init" or something like that. The package will come with the binary, a minimal inittab and a basic boot script that does only the really needed stuff.

Updated over 6 years ago. 6 hacker ♥️.

openQA webVTT subtitles

a project by bmwiedemann

The webVTT standard (nearly the same as the older SRT subtitles) allows to add subtitles to a video. We could use this in openQA to show which keys were pressed at that point in the video, in which line of code we were or on what event we waited. This could make debugging easier and might be instructive to users, too.

Updated over 6 years ago. 3 hacker ♥️.

Reading SLES Virtualization Guide and Making Use of It

a project by keichwa

The idea is to learn a little bit more about virtualization.

Updated almost 9 years ago. No love.

Investigate Wayland support in Tumbleweed for GNOME

an invention by fcrozat

Fedora 25 has enabled Wayland by default for GNOME.

Updated almost 9 years ago. No love.

Add support for m3u, m3u extended, pls, and asx playlists to Volumio music player.

a project by cwh

Volumio is a great, Linux based, open source music player for Raspberry PI and x86.

Updated over 6 years ago. 1 hackers ♥️.

How to measure improve and fetch valid metrics for Software Maintainance in codebases (technical) and Scrum/kanban processes (highlevel)

a project by dmaiocchi

Starting from this 2 golden rules:

Updated over 7 years ago. No love.

Look at New Parallelisation Technologies

an invention by aschnell

The idea is to look at some technologies:

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

SUSE Manager: Better feedback for scheduled actions

a project by fkobzik

Motivation

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

Backup server on openSUSE in Raspberry Pi 3 with external USB mass storage

a project by bzoltan1

I would like to set up a small backup server on my spare hardware

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

Performance profile and possibly improve Jitsi web client

an invention by mkoutny

Project Description

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

CI/CD pipeline with Gitlab/Docker/Kubernetes

a project by waynechen55

Project Description

CI/CD, which stands for continuous integration (CI) and continuous delivery (CD), creates a faster and more precise way of combining the work of different people into one cohesive product. In application development and operations (DevOps), CI/CD streamlines application coding, testing and deployment by giving teams a single repository for storing work and automation tools to consistently combine and test the code to ensure it works.

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

A Flight Dynamics Library written in Rust with an Entity Component System architecture

a project by vcuadradojuan

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

Self‑Hosted GitHub AI Assistant for Repo Hygiene and Triage

a project by ktsamis

Description

Updated 6 days ago. 3 hacker ♥️. 1 follower.

running xen on allwinner sunxi powered devices

an invention by bjzhang

I want to boot xen with dom0 and domU on allwinner sunxi devices.

Updated over 6 years ago. 2 hacker ♥️.

Dungeon Mercs - Classic RPG Prototype

a project by fmccarthy

Description

A personal project to implement an old school RPG game built in Godot, inspired by classics like the original Bards Tale Trilogy and the early Might & Magic, with a twist that you are managing a small mercenary company with camp roles, rather than just a simple party.

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

a watch for taking care of my baby

a project by bjzhang

i want to make a prototype of a watch for waking up me in the night in order to take care of my daughter.

Updated over 6 years ago. 2 hacker ♥️.

Package DAPS for Debian using the BuildService

a project by tbazant

DAPS (https://build.opensuse.org/package/show/Documentation:Tools/daps) is a tool we use in the documentation team to create/validate/export/... docbook documents. It's currently available for SUSE and openSUSE systems, and I believe that packaging it for Debian GNU Linux would help both the DAPS and the Linux community (and me myself as I'm using Debian at home as well :-)

Updated over 6 years ago. 3 hacker ♥️.

Learn Salt by converting ansible scripts to salt states.

a project by kbaikov

I would like to learn Salt by converting ansible scripts to salt states. Current ansible scripts do some QA tasks on cloud nodes, so i thought it would be a good idea to convert them to salt after reading salt tutorial.

Updated over 6 years ago. 3 hacker ♥️.

OCI Image Distribution with RPMs

a project by cyphar

Currently the Open Container Initiative doesn't specify a distribution protocol or system, and the current "standard" format is the Docker registry protocol. Aside from technical reservations with Docker registry, it is also not an OCI-compliant system and will require a lot of work to integrate it into all of the openSUSE/SUSE tooling.

Updated over 6 years ago. 3 hacker ♥️.

Linux driver for the AverMedia LGP Lite (GL310)

a project by patrikjakobsson

The AverMedia LGP Lite (GL310) is a cheap HDMI (with pass-through) to USB 2.0 capture card. The card only supports compressed output (afaik) which makes it slightly less useful but still very valuable when debugging graphical issues. The plan is to hook a few of these up to my test machines so I can stream the output to my workstation and integrate with the rest of my test setup. So far I've discovered that the card needs to be loaded with two firmwares. One for audio and one for video. Hopefully this will turn into a standard UVC device once the initial bootstrap is done fingers crossed.

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

Rocket.Chat Improvements

a project by nkrinner

Various improvements to Rocket.Chat, like - adding a IRC/Rocket.Chat gateway

Updated over 6 years ago. 1 hackers ♥️.

Teach rubocop about schemas and migrations

a project by bergmannf

I want to write a new rubocop cop that verifies that a schema.rb file in a Rails project, references a valid migration.

Updated over 6 years ago. 3 hacker ♥️.

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 6 years ago. 2 hacker ♥️. 2 followers.

CUPS: Generic "monitor" wrapper backend to monitor the actual backend

an invention by jsmeix

Create a new generic CUPS wrapper backend /usr/lib/cups/backend/monitor that runs in parallel with the actual backend to monitor it.

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

libuitest - a generic GUI testing library

a project by dancermak

Testing GUIs is hard: unit tests require a tremendous amount of mocking and often don't capture the exact user input anyway, integration tests on the other hand are difficult to setup as they often require a dedicated infrastructure with virtual machines.

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

Write some plugins for Rocketchat

a project by itxaka

Learn how to develop and create some plugins/apps for rocketchat.

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

Upgrade OBS crash to current upstream latest release

a project by dmair

Upgrade OBS crash to current upstream latest release

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

Improve Relax-and-Recover (ReaR) system migration: Different disk size support.

an invention by jsmeix

Relax-and-Recover (ReaR) is used to recreate a destroyed system on compatible replacement hardware, see https://en.opensuse.org/SDB:Disaster_Recovery

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

py-ens

a project by ngetahun

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

Vai: a Kubernetes API accelerator/cache

an invention by moio

Kubernetes API caching layer according to Stable Diffusion

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

Allsky camera on raspberry project

a project by martinsmac

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

Work on kqlite (Lightweight remote SQLite with high availability and auto failover).

a project by epenchev

Description

Continue the work on kqlite (Lightweight remote SQLite with high availability and auto failover).

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

Betaman - Beta Program Management application

an invention by insilmaril

Betaman is a rudimentary rails app to manage a set of beta tests and its testers. Try betaman yourself at betaman.suse.de

Updated over 6 years ago. 2 hacker ♥️.

Write a CLI program for OneDev

a project by cxiong

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

Generic text file preprocessor using custom syntax for define include ifdef

an invention by mdati

Project Description

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

AI: create a friendly virt scenario configurator/manager in console mode

a project by aginies

Description

virt-manager is not user friendly, use a scenario list instead to create VM.

Updated 2 days ago. No love. 1 follower.

evince: personal pdf center

a project by dliang

[User]

Updated almost 9 years ago. No love.

Markdown extension for Jianpu (Numbered musical notation)

a project by scateu

As we know, we have ABC notation or GNU Lilypond for music staff. It takes ASCII as input and generates music scores and even MIDI format, which is very convenient for people to type music in computer.

Updated over 6 years ago. 4 hacker ♥️.

openSUSE/SUSE Developer Mentoring Program

an invention by hennevogel

Goal

  • Organize a general developer mentoring program
Updated over 6 years ago. 7 hacker ♥️.

Refresh connect.opensuse.org

a project by lrupp

Connect is the "social network" of the openSUSE community. While this might not sound so important, the problem is that the tool is used for membership management and all the other "administrative" stuff for the openSUSE community, which makes it a very important tool.

Updated over 6 years ago. 3 hacker ♥️.

Create a web application for configuring laitos - your "Do Everything" software for serious preppers

a project by guohouzuo

Laitos is an open source project written in go, it emphasizes simplicity of maintenance and delivers a complete suite of web, DNS, and mail servers to host a personal web server. Beyond the suite of servers, laitos software hooks into numerous API platforms, that altogether enable user access to Internet features (such as Facebook, Twitter, emails) via alternative communication infrastructures such as telephone (PSTN), SMS, and satellite terminals.

Updated over 6 years ago. 3 hacker ♥️.

Improve GfxTablet

a project by Pastafly

Improve the progress made with the GfxTablet last year https://github.com/Devp00l/GfxTablet / https://hackweek.suse.com/16/projects/turn-an-android-tablet-into-a-drawing-tablet.

Updated about 8 years ago. No love.

move concourse instance from bare-metal to caasp production instance

a project by m_meister

Right now our concourse instance http://salzbreze.suse.de:8080 runs containerized (via docker-compose) on bare metal

Updated over 6 years ago. 1 hackers ♥️.

Raspberry Pi Security

a project by abergmann

Pi Security

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

Graphics support for SGI Octane

a project by tsbogend

With the approach of kernel 5.6 SGI Octanes are supported with builtin IO components. What's missing for a graphics workstation is a driver for the graphics card. There is already a not upstreamed framebuffer driver for Impact graphic cards. Since there will be no new framebuffer driver accepted upstream, the goal of this project is to convert the existing frame buffer driver to a DRM driver and make it ready to be sent upstream.

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

Deploy vm with libiscsi and iPXE

a project by rfan1

Description:

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

Kernel livepatching tooling: improve klp-ccp's target abstraction

a project by nstange

Project Description

The kernel livepatching team developed klp-ccp to automate the work intensive task of copy&pasting self-contained livepatches from the original kernel sources together. We started using it right away as soon as it had been in a somewhat workable state, even though some quirks and workarounds are still required in everyday usage. The main barrier towards developing klp-ccp further is its internal compiler abstraction, intended to keep the generic code independent from the original compiler resp. the target architecture. It evolved over time and had been amended incrementally in an ad-hoc fashion as needed to quickly reach the main goal at the time. So there's room for improvement.

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

openSUSE with openZFS as home NAS

an invention by mpagot

Main output is in the form of a Project blog: https://mpagot.github.io/opensuse.hackweek.23/

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