dancermak

dancermak

Support Pinebook Pro in openSUSE

an invention by michals

Pinebook Pro SPECIFICATIONS

Updated about 1 year ago. 3 hacker ♥️. 3 followers.

bare metal openQA for arm boards

a project by mbrugger

Project Description

openSUSE claims quite a lot of Arm boards to be supported. But we lack testing on that boards.

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

Phoebe - where AI meets Linux

a project by mvarlese

Project Description

Phoeβe (/ˈfiːbi/) wants to add basic artificial intelligence capabilities to the Linux OS.

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

Language Server Protocol implementation for Salt States

a project by cbosdonnat

Language Server Protocol (LSP for friends) is used in a number of code editors these days. There are implementations for various languages, but none for Salt States. The idea is to leverage Salt state module to parse edited files to provide completion of the state ids or paths.

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

Add RISC-V support in openQA

a project by ldevulder

openQA currently supports different architectures: x86(_64), ppc64le, aarch64 and s390x. In this project I would like to add support for RISC-V[1]. First emulated ontop of x86, like we previously did with aarch64. As openSUSE images for that processor are already generated, it could be useful to do some basic automated tests on them.

Updated about 3 years ago. 12 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. Write which games you'd like to hack on in the comments. Don't forget to check e.g. on Open Source Game Clones, Github and SourceForge whether the game is ported already.

Updated 6 months ago. 31 hacker ♥️. 17 followers.

Workadventu.re at SUSE

a project by jevrard

For events like engineering summit or hackweeks, it would be nice to have a SUSE instance of workadventu.re, and have our own maps, wired with (open)SUSE's jitsi! I am looking for folks willing to help on those 3 teams:

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

Send to Hell

an idea by pagarcia

Have you ever received an e-mail that made you furious? Did you answer it? If you did, chances are you regretted later.

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

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 about 3 years ago. 7 hacker ♥️. 3 followers.

SUSECON | Space Game

an idea by SaraStephens

For this year's SUSECON Digital, we are looking to drive home the message of Innovate Everywhere by showcasing the creativity of our Engineering team. The theme this year features a leap into space and a nostalgic design. Goal: Engage with our audience through game play that highlights the points of Innovate Everywhere. We want them to keep coming back to play throughout the SUSECON Digital experience.

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

Create short "videos/screencasts" demoing cool stuff in 5 minutes

a project by PSuarezHernandez

Project Description

The idea of this project is to produce some short videos/screencasts, maximum 5 minutes, where you show some cool feature from some of our projects/products.

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

Improve packaging of Rust in OBS

an invention by aplanas

Project Description

  • Complete the pull request from rust2rpm that will help bundling crates in RPM
Updated about 3 years ago. 8 hacker ♥️. 1 follower.

krunvm-operator: a Kubernetes operator for launching isolated VMs

a project by ngerace

Project Description

krunvm is vagrant for lightweight, isolated VMs... well, at least mostly.

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

Uyuni/SUSE Manager containerization project

a project by moio

Deploy Uyuni as an app from the Rancher marketplace - or install via Helm on any Kubernetes cluster, on any OS, or any Public Cloud.

The dream

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

Write a simple ESMTP mail server in Haskell

a project by psimons

Hackweek 21?

Postmaster desperately needs a mail spool. I need to come up with a good way to store meta information about queued messages. An sqlite database seems like a natural fit because I might want to do some nontrivial queries in there to figure out which messages to deliver (and where). On the other hand, interfacing with sqlite is a bit unpleasant, so instead I might want to write one big JSON file that contains all relevant information. That would certainly suffice for the first version ...

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

UYUNI-CLI

a project by RDiasMateus

UYUNI-CLI

This a unified CLI tool for uyuni which aims to provide a single pane of glass to access all the existing tools in this project.

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

tcetc - transaction capable /etc

a project by wpreston2

tcetc

Summary

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

openSUSE code

a project by SLindoMansilla

openSUSE code

What is?

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

Investigate NeuroFedora and package the missing pieces in openSUSE

an idea by qkzhu

Project Description

NeuroFedora is an initiative to provide a ready-to-use Fedora based Free/Open source software distribution for neuroscience. It includes computational modeling software, analysis tools, general productivity tools for neuroscientists.

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

smart car based on raspberry pi

a project by lansuse

Project Description

I made a smart car with raspberry pi in the hackweek18, brought up ultrasound sensor and camera module in hackweek20. Now I want to finish the remaining part of the code.

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

Design the 2021 Open Build Service sticker

a project by hennevogel

2019

2019 sticker

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

Automated test for game + only web based dev + Python openQA

an invention by okurz

motivation

Test automation can be fun and openQA is good at it but it has limitations. This project is meant to find out where the limits are for applications with lots of things moving on the screen, e.g. a game. Completely unrelated, web based tools become the norm for many users, e.g. when working from a chromebook or similar environments. The idea here is to try to use only web based tools and not force users to use a terminal which can be frightening :) As a third requirement: Some people are not feeling comfortable using openQA "because tests are written in Perl". This is not necessarily true because tests are rather written using a simplistic test API and only a small subset of Perl knowledge is necessary, however, we still want to support other entry points so there is Python support added in https://github.com/os-autoinst/os-autoinst/pull/1558 . To find out what this new way is capable of this project should use only that Python support and find out any restrictions.

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

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.

Use and learn Harvester

a project by ganghe

Project Description

Use and learn Harvester product, understand Harvester, Kubernetes and other related knowledge.

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

Bird watcher with Raspberry Pi

a project by scuescu

Project Description

For this Hackweek, I want to focus on building a small application around Raspberry PI, motion-sensors and video capture.

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

osc Porcelain inside Emacs

a project by agraul

Project Description

Emacs

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

The Typescript Game

a project by Etheryte

Project Description

Uyuni recently made the switch from Javascript to Typescript. Alas, the team has a very mixed bag of experience with the technology and we could use a way to get everyone up to speed quickly.

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

Leveraging Ceph in the Harvester project

an idea by kieferchang

Project Description

The Harvester project currently uses Longhorn as its underlying storage. Trying to use Ceph as alternative storage should be fun.

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

User Story theme + Okta login

a project by cyntss

Project Description

One of the projects that the EOS open source community has been working on for some years now is the User Story. An open roadmap and feature request tool for open source. https://userstory.eosdesignsystem.com/

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

Open Sauce is in our Genes

a project by rsimai

We've developed a bit of a habit within the Cloud Solutions leadership team to talk about new culinary endeavors after the weekend, telling the others about what fine dishes were created and sharing photos. We discovered that if we combine them to a menu we'll probably have the best international Dinner in the world but since we're all far away from each other we need to share the recipes to make it work. We're likely not the only ones doing that, so why not start a SUSE cookbook in a open source developer fashion, in a git repository and jointly feed - pardon - fill it with recipes for food the SUSE family likes.

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

SUSE branded keycaps models

an invention by cbosdonnat

Project Description

A lot of people are using mechanical keyboard. Having a custom SUSE-branded keycap would be cool. The idea is to create a set of 3D models for such keycaps in various profiles for everyone to print.

Updated almost 2 years ago. 19 hacker ♥️. 9 followers.

Kanidm - Modern Opensource Identity Management

an invention by firstyear

Project Description

Kanidm is a identity management system (a store of accounts, groups and more) that supports authentication to opensuse, web sites, networks, and more. The project has a focus on respect of humans, correctness, simplicity and performance. In previous hackweeks we have implemented cryptographic authentication (webauthn), wasm based web UI and more.

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

Self Watering Indoor Vegetable Garden

a project by kberger65

Project Description

This first part of this project will build a moisture sensor using an ESP32 board and circuit python. I am hoping to implement a notification method using SMS or Email. Additionally, future plans include adding a Web based interface to view historical data as well as optionally adding some mini pumps that will water the plants once a specified moisture level (very little detected) has been reached.

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

Explore the possibility and value to have a centralized Developer Portal

an invention by nkopliku

Project Description

The idea is to drastically improve Developer Experience by providing a centralized Developer portal that streamlines development environment (whatever that means :smile: gonna experiment to explore the possibilities)

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

Try container based openQA and migrate it to another server

a project by waynechen55

Project Description

Try container based openQA, including openQA webui, worker, postgres and etc. Setup complete openQA environment using various containers. I am expecting a more convenient way to deploy openQA service and, at the same time, migrate the service to another server.

Updated about 1 year ago. 8 hacker ♥️. 5 followers.

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 about 1 year ago. 8 hacker ♥️. 7 followers.

Containerfile / Dockerfile generator library

an invention by amanzini

Project Description

Writing container definition files is boring and error-prone: let's use power of a programming language to generate containers!

Updated about 1 year ago. 5 hacker ♥️. 2 followers.

Image generation AI in container using Radeon GPU

an invention by tjyrinki_suse

Project Description

I have casually investigated that recent open source image generation AI systems are relatively invasive of the host system if one starts to install them that way. Usually container is better but needs special configuration to access the needed hardware. I'd like to run something in a container utilizing the RDNA2 Radeon gfx card I have on my desktop computer.

Updated about 1 year ago. 5 hacker ♥️. 2 followers.

Humidity sensors with dashboard

a project by joachimwerner

Build a network of ("edge") humidity sensors using Raspberry Pis with SenseHats and additional cheaper sensors

For our house, I want to make sure I can track the effectiveness of regularly ventilating the rooms by adding humidity sensors and tracking the measurements over time.

Updated about 1 year ago. 6 hacker ♥️. 3 followers.

Sign me off|in

an invention by mkoutny

Project Description

It is possible to sign (off) git commits with your SSH key. The very same key that's used to sign in to SSH servers. I would like to look into the buffer contents in the two cases and examine if/how they are replacable.

Updated about 1 year ago. 1 hackers ♥️. 3 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 about 1 year ago. 6 hacker ♥️. 5 followers.

LSP server for SPEC files

an invention by mcepl

Has anybody ever heard about RPM Spec LSP server? That would be awesome thing to have (at least for completion)? The best I know is this: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/KBJYLQZ6VNSCWBNC7Y72HTBJ6EQDVFMX/

Updated 5 months ago. 7 hacker ♥️. 5 followers.
3
7
9
42

Looking for projects around:

Nothing at the moment

Activity

  • 10 months ago: dancermak liked LSP server for SPEC files
  • 10 months ago: dancermak joined LSP server for SPEC files
  • about 1 year ago: dancermak added keyword "reverseengineering" to Add support for the Medion Life P4000 Smartwatch to Gadgetbridge
  • about 1 year ago: dancermak added keyword "bluetooth" to Add support for the Medion Life P4000 Smartwatch to Gadgetbridge
  • about 1 year ago: dancermak added keyword "smartwatch" to Add support for the Medion Life P4000 Smartwatch to Gadgetbridge
  • about 1 year ago: dancermak liked Trigger actual openQA tests in pull requests
  • about 1 year ago: dancermak started Add support for the Medion Life P4000 Smartwatch to Gadgetbridge
  • about 1 year ago: dancermak originated Add support for the Medion Life P4000 Smartwatch to Gadgetbridge
  • about 1 year ago: dancermak liked Sign me off|in
  • about 1 year ago: dancermak liked Humidity sensors with dashboard
  • about 1 year ago: dancermak liked Image generation AI in container using Radeon GPU
  • about 1 year ago: dancermak liked Containerfile / Dockerfile generator library
  • about 1 year ago: dancermak liked Implement text based OCR in openQA
  • over 1 year ago: dancermak liked Try container based openQA and migrate it to another server
  • almost 2 years ago: dancermak joined Self Watering Indoor Vegetable Garden
  • almost 2 years ago: dancermak liked Explore the possibility and value to have a centralized Developer Portal
  • almost 2 years ago: dancermak liked Self Watering Indoor Vegetable Garden
  • almost 2 years ago: dancermak liked Kanidm - Modern Opensource Identity Management
  • almost 2 years ago: dancermak liked SUSE branded keycaps models
  • about 3 years ago: dancermak joined Open Sauce is in our Genes
  • about 3 years ago: dancermak liked Open Sauce is in our Genes
  • about 3 years ago: dancermak joined Language Server Protocol implementation for Salt States
  • about 3 years ago: dancermak liked User Story theme + Okta login
  • about 3 years ago: dancermak liked Leveraging Ceph in the Harvester project
  • about 3 years ago: dancermak liked The Typescript Game
  • All Activity