Following the Arduino examples

an invention by barendartchuk

Project Description

I've got an old Borderless Electronics board (Arduino Leonardo clone) and will be following the built in examples in the Arduino website using the components I have around.

Updated over 1 year ago. 1 hackers ♥️. 1 follower.

Cobbler Angular Web Interface

a project by SchoolGuy

Project Description

The old Cobbler webinterface was built into the server, leading to a huge dependency stack only required for a few people.

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

Linux training manual for openSUSE localised for South Africa

a project by aslamr

Project Description

Update Linux training manuals that were created in 2011 under a CC share-alike license for opensuse. In 2011 Inwent, GIZ and FOSSFA created training material using the LPI exams requirements. This project is to update the content of that manual.

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

Learn to do 3D animations for product documentation in Blender

a project by rainerkoenig

Project Description

Sometimes open source products lack of a good and inspiring documentation. So my idea is to brush up my Blender skills to a level that I'm able to do some tiny 3D animations to explain workflows and procedures better.

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

grog

an invention by gbaccini

Project Description

grog aims to implements a namespaced, distributed map kept alive by an arbitrary number of nodes over a local network.

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

Coursework: Foundations of Humane Technology

an invention by bear454

Complete the course "Foundations of Humane Technology", offered by the Center for Humane Technology. https://www.humanetech.com/course

Updated over 1 year ago. 1 hackers ♥️. 1 follower.

Restrict Login page access to specific IP

an invention by admehmood

Project Description

This is a small project which is about restricting SUSE Manager login page access to only specific APIs.

Updated over 1 year ago. 1 hackers ♥️. 1 follower.

Discover X11 or Wayland displays with Akri

a project by atgracey

Project Description

I want to be able to schedule a k8s workload when a display is attached. This is useful for wallboards or other workloads that need a screen.

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

Add Graphics Mode to WozMania

an invention by e_bischoff

Project description

WozMania is an Apple ][ emulator on ARM processors that I wrote during my spare time. It works fine, but for the moment it's text-mode only.

Updated over 1 year ago. 1 hackers ♥️. 1 follower.

Open-source software for controlling Genesis Thor keyboard

an invention by jbaier_cz

Motivation

There is a (Windows-only) software for controlling / setting the color modes on the Genesis Thor 300 RGB keyboard. I believe the communication protocol can be reverse engineered and an open-source variant for the accompanied software can be created and full potential of the keyboard unlocked.

Updated over 1 year ago. No love. 1 follower.

Give back to Wezterm

an invention by mpagot

Project Description

One day in the past, a relative young geek met Wezterm terminal emulator in a wood or rusty repos. At that time he was used to drive a Win10 machine for work and a Linux shiny supercar for fun and Wezterm fit on both.

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

BPFTRACE

a project by fanyadan

Project Description

Just have play with bpftrace on some real kernel bugs.

Updated over 1 year ago. 1 hackers ♥️. 1 follower.

Explore Django

a project by djz88

Explore django

Learn and work with Django framework by writing/enhancing an application.

Updated over 1 year ago. No love. 1 follower.

mac80211_hwsim tool

a project by cfconrad

Project Description

Write a userland tool, to utilize the netlink interface of the of the mac80211_hwsim kernel driver.

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

WiFi support for Canon Powershot sx430is

an invention by tsbogend

Project Description

My Canon Powershot camera has integrated WiFi, but I haven't found a tool, which supports it. Gphoto2 project has support for PTP (Picture Transfer Protocol) via LAN and it looks like this is usable for accessing the camera.

Updated over 1 year ago. No love. 1 follower.

Extended Catalog of SUSE Slideware Templates

a project by dominic_vieira

Project Description

There are lots of interesting presentations happening all throughout SUSE on all manner of subjects. Presenters have found all kinds of creative ways to showcase their content using different shapes, templates, and other tools to convey important information. If you're looking to start a new presentation, the current slide templates are great to get started with but often time presenters have to look elsewhere for design inspiration. The goal of this project is to create a centralized "extended catalog" of Powerpoint and Impress templates, as a compliment to the existing templates, and make them available to SUSE employees through ImageRelay, that can serve as inspiration and templates for those looking to create rich and complex presentations based on examples built by fellow SUSE employees.

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

Commanded EventStoreDB Spear (GRPC) adapter

an invention by fabriziosestito

Project Description

The Commanded Elixir CQRS framework provides an EventStoreDB adapter that uses TCP protocol which is being phased out.

Updated over 1 year ago. 1 hackers ♥️. 2 followers.

Moderated Meetings for opensuse Jitsi

a project by LSchroeder

Project Description

Package and Deploy:

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

Solar water heating control panel using ESP32

a project by alarrosa

Project Description

I have in my house a solar panel to heat water that is controlled by a "dummy" control panel from which I can see the current temperature of the water in the solar panel and the water in the tank. There's a pump that moves water from the tank into the solar panel and back into the tank in order to heat it when the temperature of the solar panel is x degrees higher than the temperature in the water tank. There's also a resistance in the water tank that can be turned on to heat the water when there's no sunlight.

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

ioBroker for home-based lab

a project by hrommel1

Project Description

use ioBroker to power-control home-based lab with as low as possible carbon footprint

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

Learning podman with selinux enabled

a project by gosipyan

Project Description

Podman is an open-source, Linux-based tool that builds Docker-compatible container images

Updated over 1 year ago. 1 hackers ♥️. 1 follower.

reflinkable rpms

a project by lnussel

Project Description

RPMs with reflinkable content that leverage CoW filesystem features could help to minimize disk writes and space usage, reduce cpu cycles and download bandwidth for updates.

Updated over 1 year ago. 2 hacker ♥️. 1 follower.

Saline: Salt state appliement monitoring

a project by vzhestkov

Project Description

In case of applying states for a huge number of minions it's very hard to monitor the status of applying the states.

Updated over 1 year ago. No love. 1 follower.

Generic retry command in openSUSE

an invention by okurz

Motivation

When automating tasks often the requirement comes up to retry commands, for example when network connections are involved and commands do not return successfully immediately or if resources are temporarily not available. Sometimes a simple for-loop in bash is sufficient. Sometimes it is necessary to use additional waiting between retries, sometimes timeouts are desired. Getting all those combinations right can be tedious and error-prone so a generic "retry" command should be available in usual environments so we should provide a retry command to openSUSE distributions.

Updated over 1 year ago. 4 hacker ♥️. 1 follower.

Migrate web hosts over from easy engine on AWS to k8s/RKE

a project by ngildersleeve

Project Description

I'm looking to migrate all of my websites from easy engine (which is a primarily Wordpress based shell framework) to k8s/RKE, possibly with Rancher. This will allow me to

Updated over 1 year ago. No love. 3 followers.

AWS Terraform Modules

a project by mtrachier

Project Description

Provide modules in Terraform registry for getting users started using Kubernetes on AWS.

Updated over 1 year ago. No love. 1 follower.

Validate the embargo date OBS attribute

an invention by enavarro_suse

Project Description

The issue is described in the OBS GitHub project: https://github.com/openSUSE/open-build-service/issues/12649

Updated over 1 year ago. No love. 1 follower.

containerizing MicroOS Desktop components (reloaded)

an invention by fcrozat

Project Description

This is a continuation of last year project:

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

apptainer with jobber

a project by mslacken

Apptainer job execution layer

jobber is small self contained perl script which does simple execution of serial jobs.

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

Modular kernel packaging

a project by mwilck

Project Description

Create a PoC for a modular packaged kernel. This means:

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

Video For Linux 2 Camera monitor, frame capture, day/night exposure control and timelapse generator in python

a project by dmair

Use the V4L2 API in a PySide qt6.3 application to capture frames, monitor and adjust image exposure from a camera Frame capture is functional

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

TeX macros for a puzzle game

a project by mcalabkova

Motivation

There is plenty of puzzle games (see Šifrovačky.cz), but currently none designed for children. With my husband we are thinking of starting/reviving one and creation of a fine typesetting system is one of the preliminary steps. The macros could also be used by other puzzle games in need of a new typesetting system (I could publish them if I liked my work).

Updated almost 2 years ago. 1 hackers ♥️. 2 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 almost 2 years ago. 2 hacker ♥️. 2 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 over 1 year ago. 3 hacker ♥️. 2 followers.

Use ESP-01S as WiFi to UART bridge

a project by iivanov

Project Description

Currently with just with 8 RPi devices cables occupy most of the space in the 'rack. Reduce the clutter with replacing USB to UART converter with WiFi to UART ones.

Updated about 1 year ago. 4 hacker ♥️. 1 follower.

DIY flight sim throttle quadrant

a project by lpalovsky

Project Description

The idea is to create a DIY throttle quadrant for flight simulators like MSFS or X-plane.

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

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

Aperture: a simple game engine written in C based on OpenGL

a project by StarryWang

Project Description

This project was initially created for my graduation project. Currently, I've finished

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

Show Me The Key: A screenkey alternative that works under Wayland via libinput

a project by AZhou

(Improve last hackweek's project.) <https://showmethekey.alynx.one/>

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

YaST log grouping, better visualization of the log

a project by lslezak

Description

TL;DR: I'd like to have something like this for YaST log.

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

Running RKE/RKE2/k3s on SLES Real Time

an invention by nguyens

Project Description

Work on a solution to schedule workloads onto SLES RT RKE2 worker nodes.

Updated over 1 year ago. No love. 2 followers.

Air quality monitor

an invention by dheidler

Project Description

In the new office we have a new air conditioning system and I want to collect some data on how good it actually works.

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

Write a formula with forms for setting up a container registry

a project by mcalmer

Project Description

Learn about formulars with forms and write a formula which setup a container registry.

Updated over 1 year ago. 1 hackers ♥️. 1 follower.

Learn about Service Management

a project by lrupp

Project Description

It's time to learn a bit more about best practices in service management organization. This includes especially Service Level Agreements and the creation of a Service Catalog.

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

Migrate from Raspbian to openSUSE aarch64 for motion detection camera

an invention by tjyrinki_suse

Project Description

I have had a hobby project of running Raspberry Pi to record video when detecting motion, mostly catching rabbits and such on the yard.

Updated over 1 year ago. 4 hacker ♥️. 1 follower.

KernelCI performance regression dash board

a project by wagi

Project Description

KernelCI is gaining more and more attraction for CI builds and test runs by the upstream community. Though at this point, there is no dash board to track or visualize regressions over time.

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

Automate Victron Cerbo GX scheduled charge configuration based on Redflow ZCell maintenance cycle timing

an invention by tserong

Project Description

At my home we have solar PV hooked up to Victron inverter/chargers and a Redflow ZCell battery for energy storage. The setup is described in detail on my blog. By their nature, ZCell flow batteries needs to undergo a maintenance cycle at least every three days, where they are discharged completely for a few hours. Having only one battery, this means we can't use the "minimum state of charge" feature of the Victron kit to always keep some charge in the battery in case of outages, because doing so conflicts with the ZCell maintenance cycles. This isn't a problem if you have more than one ZCell, because the maintenance cycles interleave in that case, but so far we only have one of these things. If I want to keep charge in the battery for emergency purposes on non-maintenance days, I can do that by configuring scheduled charge settings manually on the Victron Cerbo GX console, but then I have to remember to turn those things back off (or otherwise adjust the settings) for the next maintenance day. For this hack week, I'm going to see if I can automate that piece somehow.

Updated over 1 year ago. 4 hacker ♥️. 1 follower.

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.

generic zswap dedup

a project by ailiopoulos

Project Description

zswap [1] is a linux kernel component that provides in-memory compression for swap pages. It already provides a limited form of deduplication: if a page is filled with the same value (e.g. all-zeroes) then only that value is kept instead of compressing the contents.

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

retrocomputing: learn the architecture of MIPS for PS1 and build an assembler

a project by david.anes

Project Description

The idea is to learn about the PlayStation 1 CPU and GPU.

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

Add combustion support to the terraform-provider-libvirt

a project by oholecek

Project Description

Terraform libvirt provider has support for cloud-init and ignition VM configuration options. Last remaining popular option is for Combustion which is very useful when working with MicroOS systems.

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

Ebook Reader word translator

a project by dmulder

Project Description

When learning a new language, it's useful to read books in your target language. The trouble is, it's difficult and time consuming to look up the meanings of new words you encounter while trying to read. The purpose of this project is to create an ebook reader which allows you to highlight individual words and translate them quickly (similar to how duolingo stories lets you click on words to explain their meaning).

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

Add MBR binary format support to the fq command line tool

a project by tobilehman

fq is an open source command tool used for formatting and inspecting binary data. It has a modular architecture that allows for adding support for all sorts of different binary data (e.g. MP4, BZIP2, ELF, etc.) While working on a legacy booting issue for Harvester HCI, I learned about the format of the legacy MBR (master boot record). I started adding support for it in this PR, but I haven't finished it yet. I am interested in better understanding the ways computers boot up so I can better understand what goes wrong when people try to boot Harvester (or relatedly, openSUSE).

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

Weekly balanced family menu planner (learn JS, Node.JS, React, MongoDB)

a project by pherranz

Project Description

We're always struggling at home with the lunches and dinners. Most of the time we realize that by the end of the week that our diet has diverged from what WHO and many other organizations suggest. My idea is to create a scalable database of meals, a web interface and some logic that generates a balanced meal plan for a 5-day or 7-day week.

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

Poking technologies for enrolling customer key to kernel trusted keyring

a project by joeyli

Project Description

The keys in db or mok can be used to verify boot loader and kernel binary for booting. But upstream kernel doesn't trust them for enrolling to trusted keyring because they are enrolled outside the boundaries of kernel. Which means that IMA can not use db/mok keys for verification.

Updated over 1 year ago. 1 hackers ♥️. 1 follower.

Learn about IPv6 while Implementing it in the Home Environment

an invention by mweiss2

Project Description

During Hackweek I would like to learn about IPv6 by introducing and using IPv6 in the home office network.

Updated about 1 year ago. 4 hacker ♥️. 1 follower.

consolidate mm debugging tools and package them

a project by mhocko

Project Description

Different people use different ad-hoc tools to debug Linux kernel MM (memory management) related issues. I have couple of those myself. They fall into two main categories. One set for proper data collection and the other for some high level analysis. Our customers would benefit from the former and we (L3 labs from the later). Having them in a single package sounds quite reasonable to me.

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

Model checking the BPF verifier

a project by shunghsiyu

Project Description

BPF verifier plays a crucial role in securing the system (though less so now that unprivileged BPF is disabled by default in both upstream and SLES), and bugs in the verifier has lead to privilege escalation vulnerabilities in the past (e.g. CVE-2021-3490).

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

Update tool for SUSE Manager Server

an invention by RDiasMateus

Project Description

Currently to update SUSE manager server user needs to SSH into the machine and manually apply all patches and updates.

Updated over 1 year ago. 1 hackers ♥️. 1 follower.

Rewrite libkdumpfile Python binding using CFFI

a project by ptesarik

Project Description

The libkdumpfile library includes Python bindings. They are implemented as manually created C code for CPython. This is hard to maintain and/or port to alternative Python implementations.

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

indoor air quality sensor

a project by rsimai

Description

I noticed during home office times as well as with multiple people in one office how quickly air quality drops, which affects concentration and finally performance, as it causes tiredness and headache. I want a device that continuously measures the quality and reminds me in time to make adjustments to the airco (if available) or when to air the room, or take a break outside. Parameters to measure are at least temperature, humidity and CO2 level. The device should be stand-alone and potentially battery powered, with the option to connect to other devices such as PCs or smart phones through Wifi, Bluetooth, Serial, ...

Updated over 1 year ago. 2 hacker ♥️. 1 follower.

Retail Branch Server + SUMA Server on one machine

a project by nadvornik

Project Description

SUMA for Retail 4.3 introduced containerized branch server. In theory, it should be possible to run the container on the same machine as SUMA server. This would be equivalent to the Combo server in the old SLEPOS product.

Updated over 1 year ago. 1 hackers ♥️. 1 follower.

Misc: Make samba rpc service scheduler generic and/or learn some Rust

a project by npower

Make a generic worker/scheduler api for use within samba based on existing dcerpc daemon (and various rpc services)

Goal for this Hackweek #1

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

Learn PostgreSQL advanced features

an invention by okurz

Motivation

The PostgreSQL database implementation is an integral part of many important software stacks, most importantly for me openQA. I learned database "by doing" but never properly. Given that we recently had (again) an incident related to specific details of how a database behaves under load maybe it's time to learn more about PostgreSQL.

Updated about 1 year ago. 1 hackers ♥️. 2 followers.

py-ens

a project by ngetahun

Project Description

Implement the ethereum domain name service in python. Domain name resolution for Ethereum Domain Names per EIP-137 RFC[1].

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

Base container images multi language compiler on local code

a project by mdati

Create a selector of BCI-language containers, python, java, go, etc, to pull and build the proper image

Updated over 1 year ago. 1 hackers ♥️. 1 follower.

rust security reviews and cargo-crev

a project by jzerebecki

Project Description

Look into things that make security/code reviews of rust code easier and play with cargo-crev.

Updated over 1 year ago. 1 hackers ♥️. 1 follower.

Extend k3s-ansible to support new functionalities (or fork/create new one)

a project by nicoladm

Project Description

The project k3s-ansible helps to easily install and manage k3s clusters and it's particularly handy for users who use ansible for daily operations.

Updated over 1 year ago. 1 hackers ♥️. 2 followers.

QJobViewer

a project by apappas

Project Description

A viewer for openQA jobs written in Qt.

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

Implement a "Fuel Gauge" for Harvester

a project by mrussell

Project Description

As an attempt to stick with the theme of this Hack Week - the idea is that we implement a way to funnel out information (probably on an out of the box Grafana chart or something) about:

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

Learn and research the ALP security framework

a project by bchou

Project Description

I will spend hackweek time getting more familiar with the security framework of ALP, as I am a WG member. There are many documents can be referenced.

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

Updatecli Kubernetes Operator

a project by olblak

Project Description

Implementing an Updatecli Kubernetes operator.

Updated over 1 year ago. No love. 2 followers.

Building my own cluster on Raspberry Pi 4 with K3S

a project by mlin7442

Project Description

I'm not familiar with Rancher K3S, I'm always want to have a opportunity to understand it more, since I've 3 Raspberry Pi 4, I will building a cluster on them with K3S. This will based on openSUSE 15.4.

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

Learn about Rancher products

a project by mgrifalconi

Project Description

SUSE and Rancher joined a while ago, but other than k3s, I have no good understanding about Rancher products and I feel I should get a better idea on what are their purpose and strengths.

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

Install BLOB-less U-Boot in SPI of Pine64 ROCKPro64 and boot from NVMe disk

a project by clanig

Project Description

This project is about installing a fully open source ARM machine. It was not originally a Hack Week project and some information gathering was already done before.

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

Use systemd Service Templates to manage OBS workers

an invention by enavarro_suse

Project Description

Currently, the systemd script that manages OBS workers (obsworker.service) calls a script (obsworker) that launches workers in windows of a screen session.

Updated about 1 year ago. 1 hackers ♥️. 2 followers.

Predicting Water conflicts in South America - AI/ML POC

an invention by sfonseka

Project Description

Dashboard to aggregate publicly available open source date and transform, analyse, forecast factors affecting water conflicts.

Updated over 1 year ago. No love. 1 follower.

Utilize eBPF for network policy

a project by jianwang

Project Description

Utilize eBPF for network policy in (nested) virtualization environment.

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

Tinker with mirror, a tool to watch and backup source code repositories

an invention by andreas-kupries

Project Description

Restart work on the vcs-plugged branch of Mirror Management.

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

Make tags markdownable on geekos.io

an invention by digitaltomm

Project Description

We already use tags on https://geekos.io for marking people's languages (lang: tags), projects, programming languages, interests etc.

Updated over 1 year ago. 1 hackers ♥️. 1 follower.

Refresh the internal SUSE Manager maintenance documentation

a project by deneb_alpha

Project Description

With this project I would like to refresh/update the confluence documentation describing how SUSE Manager maintenance works and how to process a SUSE Manager update round.

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

Generate a GraphQL API for Uyuni's reporting DB and consume it

a project by j_renner

Project Description

Generate a GraphQL API for the new reporting database of Uyuni (using hasura.io) and implement a very simple UI using a modern frontend framework (e.g. nuxt.js).

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

Trento telemetry service data on graphs

an invention by xarbulu

Project Description

Create some fancy graphs for the Trento telemetry service, most probably using Grafana. The telemetry data is stored in influxDB cloud instance, and in a PostgresQL database in AWS RDS service.

Updated over 1 year ago. No love. 1 follower.

Rust in linux kernel

an invention by dsterba

Project Description

Rust language is on the way to enter linux kernel, use this hackweek to explore and learn what this could bring us (or not).

Updated 5 months ago. 3 hacker ♥️. 1 follower.

open-source RPI Smart Speaker (Hey, geeko)

an invention by HarrisonWAffel

Project Description

I have some experience with VUI's and am interested in building my own from scratch using open source libraries.

Updated over 1 year ago. No love. 1 follower.

Explore open source sBOM generator and Vulnerability scanners space

an invention by amunoz

Project Description

The goal of the project is to explore the open source projects that:

Updated over 1 year ago. 1 hackers ♥️. 1 follower.

Lightweight container runtime on Mac

a project by bnewberry

Project Description

Create a lightweight virtual machine manager for a container runtime on Mac.

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

Openqa framework in emacs

a project by ybonatakis

Project Description

The main idea is a framework to interact with openqa with a modern UI from within Emacs.

Updated over 1 year ago. No love. 1 follower.

D-Bus secure message communication

a project by alix82

Project Description

D-Bus is a easy to use message-oriented mechanism that allows communication between multiple processes running concurrently on the same machine. Any application running on the session bus can install a monitor hook over the bus to listen to all exchanged messages. Sensitive information such as mail passwords will be exchanged in plain text. A malicious software can easily listen and parse all those sensitive messages.

Updated over 1 year ago. No love. 1 follower.

Advanced suspend/resume control

a project by sbrabec

Project Description

I am often work remotely on my desktop. Remote work on the desktop is complicated by a nice desktop feature – automatic suspend. There already exists a desktop integration, so the desktop applications could prevent the suspend. But sshd is not included yet.

Updated over 1 year ago. 1 hackers ♥️. 1 follower.

Extended client information from SUSE Manager

an invention by brianp

Project Description

SUSE Manager (SUMA) can export a information about client machines that it manages already, but the information exported is a limited and there is no option to adjust what is exported. The idea behind this project is to use the extensive API for SUMA to extract further details about managed clients.

Updated over 1 year ago. No love. 1 follower.

repurpose / recycle 20 year-old computer

an invention by amanzini

Project Description

I found in the basement an old vintage iMac G4 laying around taking dust. Has beautiful design, it's working and running original OS but pretty useless for modern computing standards.

Updated over 1 year ago. No love. 1 follower.

Chest X-Ray Medical Diagnosis with Deep Learning and Javascript

an invention by jordimassaguerpla

Project Description

The outcome of this project will be a static web page that can be used to diagnose different diseases based on a Chest X-Ray.

Updated over 1 year ago. No love. 1 follower.

Cgroup support for supportconfig

a project by firoyang

Project Description

Make supportconfig aware cgroup.

Updated over 1 year ago. 2 hacker ♥️. 1 follower.

Update quilt's manual page

an invention by jdelvare

Project Description

Back in June 2018, G. Branden Robinson submitted a 26-patch series intending to fix quilt's manual page, addressing both contents and technical issues with the roff formatting. I went through the whole series and reviewed it carefully. I recall I had many objections so there was a significant amount of work needed, including reordering some of the patches, before resubmitting a patch series I would consider committing. Unfortunately, the contributor vanished before resubmitting, and all the work from both sides went to oblivion.

Updated over 1 year ago. 1 hackers ♥️. 2 followers.

web-based testing tracker for aquarist-labs's s3gw

a project by jluis

Project Description

Keeping a consolidated view of a project's progress is a non-trivial endeavor. There are far too many moving parts from its inception, such as planning, issue tracking, development, and testing. All the while one must keep track of some form of metrics to ensure that there's progress, and that the progress is happening in the right direction (or whatever is considered the right direction at the moment).

Updated over 1 year ago. 1 hackers ♥️. 1 follower.

A React-based alternative to our beloved bug/issue tracker finglonger

a project by avshiliaev

Project Description

Since we use different systems to report bugs (Bugzilla) and track their fixes (GitHub), we have a dedicated tool to keep our boards in sync and up-to-date between those two. The tool we use today is called finglonger and it's written in clojure which makes it rather difficult to maintain and expand.

Updated over 1 year ago. No love. 1 follower.

expand a "CMS" written in python/flask

a project by MMoese

Project Description

I'm 2nd head of a non-profit association, our goals are to help musicians and kids that want to learn playing an instrument, but whose parents cannot afford buying instruments or paying for musical education.

Updated over 1 year ago. No love. 1 follower.

Graphing stats from a remote solar MPPT charge controller

a project by brunoleon

Graphing stats from a remote solar MPPT charge controller

Goal for this Hackweek

Updated over 1 year ago. No love. 1 follower.

Port my qcmdln command line utility to Rust.

an invention by kallan

Project Description

I have a command line utility written in C that I use to customize an existing qemu command line for starting vms. The utility saves me from and tweaking the commands line (which is huge) by hand. I would like to learn Rust and thought a good starting point would be to port qcmdln to Rust.

Updated over 1 year ago. No love. 1 follower.