Task manager in Elixir/Erlang

a project by vmoravec

Elixir is a Ruby-ish dialect of Erlang with meta-programming capabilities, this is my first project using it: pedro . The idea is to create a task manager that would organize tasks (jobs) and manage them in projects. It will be running locally, remotely or both in multi-node setup, will provide CLI, have web UI relying on http and websockets. It makes use of erlang OTP, web framework phoenix that is inspired by rails. Author of elixir and main contributor to phoenix is Jose Valim, he's also the author of devise rubygem and former contributor to rails.

Updated about 5 years ago. 3 hacker ♥️.

Compile Factory or some components entirely with Address Sanitizer enabled and push it to openQA

an idea by vpereirabr

Following Tizen and other internal initiatives, to have Factory complete or partially compiled with Address Sanitizer and give it openQA a try to "fuzz" it, looking for memory management issues: sources: https://wiki.tizen.org/ASan

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

grub2-minimize-config

a project by jbohac

grub2-minimize-config

Replace the config-generating scripts to generate a minimalist grub2 config

Updated about 3 years ago. 3 hacker ♥️.

Focus Friendly Desktop Adaptations

a project by wstephenson

Background

Given the number of different demands on our time and attention, it becomes increasing hard to focus and find the 'flow state' where a developer can be most productive. Interruptions due to chat notifications, email, and updater applets all break focus. Additionally, the desktop metaphor has in most cases failed to evolve as the browser and other MDI interfaces have become the focus for many users, and increased performance has allowed us to keep more tasks running and present on the desktop at once, presenting a higher cognitive load to the user.

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

Support for DRM platform drivers

an invention by tdz

This project could get us rid of the last fbdev drivers we're stil shipping: efifb and vesafb. Platform drivers handle hardware that is not auto-detected, but somehow there. For graphics this would be VGA, VESA, or UEFI framebuffers. In SUSE Linux, we currently support VESA and UEFI with fbdev drivers. Those load early in the boot process and maintain graphics hardware until the actual driver takes over.

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

Zero Trust vSphere Provisioning from Rancher

an idea by wjimenez

Currently, when Rancher tries to provision a Kubernetes cluster on vSphere, it needs to initiate API calls to the vSphere endpoint. In a hybrid cloud environment this often means that the Rancher server is not in the same network as the vSphere endpoint. Therefore inbound access is required to be added to a firewall so Rancher can reach the vSphere system. This naturally poses a security concern and creates administrative burden on our users who have to go through a security review to get this approved. If instead of requiring direct API access, an agent could exist inside the network where the vSphere API lived, then this agent could broker the communication between the Rancher server and the downstream API. The agent would simply initiate an outbound API connection to the Rancher server (much like any node agent or cluster agent currently) and simultaneously proxy any API calls that Rancher needs to make to vSphere. This would also have the benefit of being able to be run through a HTTP proxy, which many security teams will appreciate as a less risky connectivity model.

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

Create a DRM driver for VGA video cards

a project by tdz

Yes, those VGA video cards. The goal of this project is to implement a DRM graphics driver for such devices. While actual hardware is hard to obtain or even run today, qemu emulates VGA output. VGA has a number of limitations, which make this project interesting.

Updated over 1 year ago. 3 hacker ♥️. 4 followers.

Make OpenStack infrastructure setup usable on openSUSE

an idea by tbechtold

OpenStack uses Puppet to setup the whole CI (see http://ci.openstack.org/). Adjust the puppet manifests to be able to deploy the manifests on openSUSE and learn more about the setup.

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

Check and extended the QMK Firmware for mechanical keyboards

a project by SKaim

A lot of custom-built or ethusiast-level keyboards such as the Planck, Zeal60, Let's Split and many more use an open-source firmware called QMK. This firmware allows you to freely define your keyboard layout and add a lot of functionality (i.e. emitting a different keycode on long and short keypress, dual-function keys, leader keys (think of vi's :)). We could use the Hack Week to add functionality, check the source code for security issues and add support for more keyboards. If you own a qmk-running mechanical keyboard or plan on doing so feel free to join me :)

Updated about 2 years ago. 3 hacker ♥️.

Learn Real Time Linux on Raspberry Pi aarch64 and build 4WD robot

a project by jahudson

Project Description

I plan to learn how to program for PREEMPT-RT (Real Time) patched Linux kernel on aarch64 architecture. I will use a digital oscilloscope and a raspberry pi to compare preempt vs preempt-rt kernels on aarch64 vs a micro-controller. I then plan to build a 4WD robot utilizing the Raspberry Pi, I2C sonar sensors, DC motor controller and camera.

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

K3s versions

an invention by eminguez

Project Description

Provide a web site where folks can see the current/past versions of K3s at a glance in an easy way.

Updated 6 months ago. 3 hacker ♥️. 2 followers.

openSUSE with Linaro 96 board

a project by bamvor

[96 boards](96boards.org) are the series open source boards with same size and interface launched by linaro. There are two arm 64bit boards and one sensor kit in my hand.

Updated over 2 years ago. 3 hacker ♥️.

Btrfs OSD for Lustre

an idea by jeff_mahoney

Modern Lustre supports compelling features like snapshots but it requires OSDs to use ZFS in order to implement it. Since ZFS and Linux licensing is incompatible, it's not really a supportable solution. This project has an aim to implement Lustre OSDs using Btrfs underneath them, leveraging the btrfs feature set to enable the features that ZFS-based OSDs provide now in a supportable way.

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

Bonus project: Chameleon paintings

a project by kstreitova

This is an extra project for Hack Week evenings because there is never enough chameleons. Never.

Project Description

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

coreboot on Thinkpad Tx40p

an idea by persmule

Flash and optimize coreboot to t440p and port coreboot to t540p.

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

Program FPGA using Verilog and VHDL

a project by aschnell

Learn to program a FPGA using Verilog and VHDL

Some weeks ago I bought a TinyFPGA BX which uses the Lattice iCE40. The iCE40 is the first FPGA where the bitsteam was reverse engineered and a complete open source tool-chain is available.

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

Help Ansel: Fork of Darktable, the open source photography workflow application and raw developer

a project by AZhou

Project Description

Darktable is an open source RAW development tool that can run on Linux, its UI is based on GTK and supports many cameras. And Ansel (firstly called R-Darktable) is a fork by Aurélien PIERRE, who (as he claimed) is a core-dev and resident color science guy of Darktable.

Updated over 1 year ago. 3 hacker ♥️. 2 followers.

dmidecode: no more open-coded printfs

a project by jdelvare

There's a long standing request to extend the output of dmidecode to something that would be machine-readable. Something like an XML or JSON-based format. Unfortunately this can't be implemented right now because the output of dmidecode is generated by open-coded printfs as the DMI table is being parsed, with no intermediate structures nor temporary buffers. While implementing a machine-parseable output is out of scope for a single hack week, let's remember that even the longest journey starts with a single footstep. I would like to try and rewrite the 5200 lines of code of dmidecode in such a way that printing the output would be somewhat separated from parsing the DMI table and done by a limited set of dedicated functions. Alternative output formats could later hook into such functions.

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

DRM driver for USB-based SiS graphics cards

a project by tdz

Back in the late 90s to early 2000s, SiS graphics chips were fairly common and found in many low-end devices. Today, the chips are still capable enough for simple graphics needs, but the graphics cards were on PCI and AGP buses. They are not usable in modern computers. However, there exist USB-based graphics cards with a SiS 315 graphics chip. Those are around on Ebay et al [1] and easily usable with current computers. I already do have a driver for the old PCI-based SiS drivers and have long been struggling to find something useful to do with it. Converting it to serve USB devices would finally make it useful.

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

Patch search applied to products

a project by otilloy

Introduction

When issues are found in software (being them security or not), it is not always trivial to find and keep track of all products and versions that could potentially be affected by them.

Updated 6 months ago. 3 hacker ♥️. 3 followers.

Upstream support for the NXP LPC313x ARM SoC

an idea by morbidrsa

I have an old NXP LPC313x ARM SoC develboard lying around which has no upstream kernel support, port the ancient 2.6.xx BSP to a recent upstream kernel and submit it.

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

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.

Reverse engineer BLE protocol of led light

a project by lnussel

Project Description

Reverse engineer the bluetooth low energy protocol used by a cheap LED ceiling light from Amazon: https://www.amazon.de/dp/B08ZXNG9BS

Updated 6 months ago. 3 hacker ♥️. 2 followers.

A fresh look at Crowbar scope and UI

an invention by romanarcea

The project is about taking a fresh look at Crowbar UI for SOC provisioning. Main goal is to mock user workflows that would allow to scale Crowbar to support multiple datacenters, a more flexible way to add large number of nodes and manipulate services, as well as control and customize various types of hardware groups. <i>Note: Bellow links and images might not work without VPN enabled</i>

Updated about 5 years ago. 3 hacker ♥️.

Visualize new SLE15 module trees in SCC as an interactive tree diagram

a project by thutterer

Everything is (in) a module now. They depend on each other and you need a whiteboard and a few different colors to understand and remember how.

Updated about 5 years ago. 3 hacker ♥️.

Speed up installation

a project by jreidinger

Installation time is important as shorter installation allows everyone to safe resources and their time. It also can make better impression when starting with openSUSE and SUSE. And last but not least as we more frequently use openQA, so we do hundreds of installation every week, it even smaller improvement can in the end help SUSE to safe resources and be more green. Result of Project

Updated over 3 years ago. 3 hacker ♥️.

Extend urlwatch to support monitoring of GitHub (and other git) repos

an idea by kbabioch

I'm currently using urlwatch to watch for new releases in upstream projects. It monitors the output of a URL and notifies you about any changes. This works fine for URLs, but there is currently no official support for GitHub. Due to the nature of the GitHub webpages, there is a some change each time you access the page and it is difficult to come up with the right set of filters. Since there is an official API that can be used to ask for changes in a particular repository, it would be nice if urlwatch had support for it. I've worked on a prototype in the past, but never came around to cleaning it up, and making it configurable through urlwatch's configuration files. Upstream is interested in this feature and is willing to merge it.

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

openSUSE-release-tools for Homebrew (macOS support)

a project by suntorytimed

OSC is already available on Homebrew, but it is missing the integration with Staging as the openSUSE-release-tools are not available. In this Hackweek project I would like to get the openSUSE-release-tools running on macOS via Homebrew.

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

Experiment with cluster simulation in Erlang

a project by KGronlund

I want to learn Erlang and see if it makes sense to use it in the context of High Availability (it would certainly seem like it). As a learning project, I want to try to reimplement my koi project (https://github.com/krig/koi) in Erlang. Koi is a minimal cluster manager I wrote in C++.

Updated about 2 years ago. 3 hacker ♥️.

Improve translations on https://l10n.opensuse.org/

a project by SShyukriev

It is always nice to extend the translations for openSUSE packages/projects using Weblate.<br> Everyone is encouraged to improve on his native language.

Updated about 5 years ago. 3 hacker ♥️.

Add ASCIIDOC support to DAPS

a project by fsundermeyer

DAPS, the "DocBook Authoring and Publishing Suite" provides a tool set for easy creation and publication of DocBook sources on Linux. DAPS lets you create HTML (incl. webhelp), PDF, EPUB, man pages, and other formats with a single command. DAPS is used and developed by the SUSE documentation team and hosted on https://opensuse.github.io/daps/ . Currently DAPS supports building documentation from DocBook 4 and 5 sources. The goal of this project is to add support for ASCIIDOC to DAPS. This will allow to easily create all output formats mentioned above with the official SUSE brand from ASCIIDOC without having to take care about templates and other stuff.

Updated about 2 years ago. 3 hacker ♥️.

Implementation of a Governance, Risk and Compliance (GRC) tool

an invention by eraptopoulou

Project Description We would like to implement a GRC tool that can help different teams with their daily tasks (risk management, internal/external audit findings, ISMS/PIMS Policies updates, reporting etc.).

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

Ideas about local community involvement

a project by vsvecova

The plan is to gather ideas about how SUSE can become a more integral part of the local tech community scene (in PRG, NUE, or other locations). As a person who has been involved in educating women about tech for some time, I am thinking of introductory workshops and meetups, aimed not necessarily only at female audience.

Updated about 5 years ago. 3 hacker ♥️.

Reviving the Nokia N900

a project by mstaudt

The Nokia N900 is a versatile phone/tablet/mini-computer. While its specs are outdated by today's standards, it's still hard to find something equivalently useful to hack on-the-go. Most of it's drivers are already upstream, with just a few components missing:

Updated about 5 years ago. 3 hacker ♥️.

Infrastructure-by-code + full-build-pipeline with the example of OBS+openQA

an invention by okurz

motivation

Lots of crucial steps in the SUSE/openSUSE product build workflow are not known or not even accessible by many people but hidden as "custom scripts" on "some machine" in the worst cases. Nowadays infrastructure and build pipelines should be written as code, e.g. in git repos, with UI frontends to show the always current state of what is going on, what needs to be done to release products, where are problems. The least we can do is learn a bit more in this direction.

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

Linux Certification Preparation

a project by asemen

Linux Certification Preparation Preparation for different Linux Certification:

Updated about 5 years ago. 3 hacker ♥️.

Create packages for maintenance tools

an invention by pluskalm

Currently helpers for maintenance of SLE/openSUSE such as osc omg exist just as git repo, lets have them as packages.

Updated almost 5 years ago. 3 hacker ♥️.

Continue work on "ostatus"

a project by aplanas

Project Description

ostatus is a command line tool designed to answer questions like "what deviations has my system from a fresh installed system", at least in term of installed packages.

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

A Python based C/C++ templating language

a project by metan

How many times have you created quick and dirty script to generate C tables, parameterized code, etc. ? Did the script ended up messy?

Updated about 5 years ago. 3 hacker ♥️.

Restructure KIWI ext? file system image build

a project by rjschwei

Implement file system image build using the Builder infrastructure. The project will create additional builders for the ext filesystems laying the ground work for restructuring other filesystem builders.

Updated about 5 years ago. 3 hacker ♥️.

STEM Workshop in Montessori School

an invention by ilausuch

Update

Working on the documentation...

Updated almost 5 years ago. 3 hacker ♥️.

Zypper dup migration from sle11-sp3 to sle12

an idea by oertel

During all of sle10 and sle11 it was possible to do a migration via zypper dup from one to the next service packs (and with some care even from sle10 to sle11). Due to some dependency problems this is currently not possible from sle11-sp3 to sle12. A official upgrade via installation media would blow up our nice small jeos installations from 300 to over 900 packages, which is undesirable as well. Currently I'm trying to get this running via a sle12 rpm source built on sle11 (plus some dependencies), next step is probably to get enough of libzypp and yast parts, not sure yet where exactly this is heading.

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

Orthos as plug-in for SUSE Manager ?

a project by mcaj

Discovery the latest SUSE Manager, what is missing there from user and system point of view to be use as Orthos reservation system The SUSE Manager is a great tool and his popularity is growing. It`s able to manage multiple Linux distributions from a single, centralized console. Its using by developers as well SUSE customers.

Updated about 5 years ago. 3 hacker ♥️.

Bootstrap portusctl as a separate repository

a project by mssola

Right now portusctl is a tool which is embedded into the Portus source code. This was done out of simplicity and with the hope that we would share as much code as possible with Portus itself. However: - portusctl got bigger and bigger, and it starts to look like a good candidate for getting it in another repository.

Updated about 5 years ago. 3 hacker ♥️.

Self-hosted Online communities Communication tool for Beijing GNU/Linux User Group

an invention by tonghuix

The project's goal is for Beijing GNU/Linux User Group port a self-hosted online communication tool. We discovered lets-chat project suite for our requirements, but it need more encryption. So, my primary work is deployed the lets-chat project in my VPS, and then try port a OTR encryption implement for this project.

Updated almost 5 years ago. 3 hacker ♥️.

Learning ruby with betaman

an idea by gameboy974

Learning ruby with betaman

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

Improve the consistency of openSUSE's web presence.

a project by simotek

Improving the openSUSE Websites

Updated about 5 years ago. 3 hacker ♥️.

COREWAR: Virus competition

a project by ammartinez

COREWAR is a programming game in which two or more programs (warriors or viruses) compete for the control of a virtual computer. The programs are written in Redcode, an abstract assembly language. - Learn about optimizing assembly: reading Redcode guides and manuals (individually or in group)

Updated about 2 years ago. 3 hacker ♥️.

Learn more about Kubernetes clusters and SAP Datahub

an idea by dakechi

SAP Datahub is the new SAP product entirely based on containers and Kubernetes orchestrations. This project is to learn more about both K8s and Datahub, how they work together, potentials, and how this product fits into existing SAP landscapes.

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

List of open github pull request in a card on a team trello board

a project by vlewin

Write a simple command line tool for getting the open pull request from github and put it into a trello card. The tool should periodically update a list of pull request. In addition it would be great to have a connection between the trello card and github pull request.

Updated about 5 years ago. 3 hacker ♥️.