Implement pass support for Mozilla Thunderbird

an invention by thardeck

Description

pass is a great but simple password manager, which uses GPG for the underlying encryption.

Updated 1 day ago. 1 hackers ♥️. 1 follower.

Add Graphics Mode to WozMania

an invention by e_bischoff

Project description

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

Background Coding Agent

a project by mmanno

Description

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

Recipe for packaging Electron apps

an idea by bear454

Electron apps are popping up everywhere, from the Atom editor to the Rocket.Chat client to Kap, a cross-platform open-source screen recorder. Electron apps are based on web technologies, and built from the ground up to be platform-agnostic.

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

Deep learning/ AI topics (Continuation from HW 16)

a project by arun_kant

Planning to do some deep learning course sessions e.g. fastai , google ML crash course etc. Also try to understand common tools (tensorflow, jupyter notebook, numpy, pandas, pytorch) and practices e.g. Convoluation neutral nets, SGD used to solve learning problems.

Updated over 6 years ago. 1 hackers ♥️.

Improve GUI interface for FriCAS

a project by zcjia

The current GUI of FriCAS is ancient and difficult to use. I plan to improve that by using modern GUI frameworks, at least to make a working proof-of-concept demo to show this idea works.

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

Create container image as replacement to run Multi-Machine testsuite in openQA

a project by bchou

Purpose:

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

Make sense and use of the current AI tools

a project by mbenes

Description

Starting from the position where I understand the principles behind AI/LLM/ML much better than their practical use, the goal is to learn about the current tools and where they can help me improve my daily job/life and help my team better. There is not preset roadmap. I will see where it all gets me.

Updated 27 days ago. 1 hackers ♥️. 6 followers.

Exploration and PoC of MCP (Model Context Protocol) with Playwright

an idea by abraham.arias

Description

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

Get started with QT

a project by moskyto

Learn QT and make something to try it.

Updated over 6 years ago. 1 hackers ♥️.

summarize debug methods of libvirt

an idea by herbert0890

It's not easy to debug in libvirt. There are always many log output. So I want to summarize some debug methods of libvirt to make it an easy way.

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

Rootless Containers

an invention by cyphar

In many cases, people want to start containers on a system where the administrator is not happy about granting privileges to users or installing any new software. For example, when I was a researcher and wanted to run Python 3 on a computing cluster it was not possible to get the administrator to install Docker or Python 3.

Updated almost 6 years ago. 1 hackers ♥️.

GitHub GraphQl (v4)

an invention by dmaiocchi

Explore the GraphQl (v4) GitHub Api and do a small project in (Elixir would be the choice)

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

Better diff'ing experience

an idea by MSirringhaus

Description

For diff-ing directories, I usually like to use meld, but it struggles a lot with large trees.

Updated about 1 year ago. 1 hackers ♥️. 1 follower. Has no hacker: grab it!

Create a distributed key-value store

a project by ptashima

Description

Create a distributed key-value store using the Raft protocol.

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

Learn Design Model

a project by jtzhao

Learning design model can help to produce high quality codes, which will benefit our products.

Updated over 6 years ago. 1 hackers ♥️.

Learning more about statistics in home-assistant

an invention by fcrozat

Description

Home Assistant can gather a lot of statistics from associated sensors.

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

Rejuvenate the Postfix package

a project by varkoly

Description

The setup script of postfix /usr/sbin/config.postfix is very old and very often causes problems. We need to discuss whether we need such a script at all. Postfix is extremely complex. Configuring everything via scripts and sysconfig variables is impossible and ultimately does not make things any easier. It is difficult to decide what should be configurable in this way and what should not. Since openSUSE/SLES 16.0, there is no longer a graphical tool that would really simplify configuration. Furthermore, the basic configuration of Postfix is a one-time task that requires a great deal of expertise. During operation, only the postmaps need to be maintained.

Updated 12 days ago. 1 hackers ♥️. 2 followers.

VNC: Ability to share and reconnect sessions

a project by michalsrb

The goal is to jump forward with this fate: https://fate.suse.com/319319

Updated over 6 years ago. 1 hackers ♥️.

Learn about Ruby on Rails

a project by SShyukriev

Read RoR docs and continue the TODO list from https://events.opensuse.org/conference/oSC16/program/proposal/894 + issues from https://github.com/ChrisBr/rails101/issues as a practice.

Updated over 6 years ago. 1 hackers ♥️.

Learn HPC and get Harvester Deployed and Running on Top of HPC

an idea by mweiss2

Project Description

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

git-fs: file system representation of a git repository

a project by fgonzalez

Description

This project aims to create a Linux equivalent to the git/fs concept from git9. Now, I'm aware that git provides worktrees, but they are not enough for many use cases. Having a read-only representation of the whole repository simplifies scripting by quite a bit and, most importantly, reduces disk space usage. For instance, during kernel livepatching development, we need to process and analyze the source code of hundreds of kernel versions simultaneously.This is rather painful with git-worktrees, as each kernel branch requires no less than 1G of disk space.

Updated 6 days ago. 1 hackers ♥️. 2 followers.

Winepak integration for openSUSE

an idea by clanig

Recently the Winepak project has launched.

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

Automate fstest runs using SUSE Engineering Cloud

a project by jankara

Currently, each filesystem developer does his fstests runs (a testsuite for regression-testing of filesystems) on his dedicated test machine, on Orthos machine, ... This not only means duplication of efforts to automate this testing but also leads to inefficient use of resources (sometimes the test machine is just idle, sometimes you would need more tests to run in parallel to speed up development). The goal of this effort is to use SUSE Engineering Cloud to implement fire-and-forget fstests runs where you specify kernel to test (fetched from git tree or so), fstests configs to run, and then just pick up test results later on...

Updated over 6 years ago. 1 hackers ♥️.

Porting the Release Tool from Python to Go

a project by gyribeiro

Description

Port release tool from Python to Go to learn language features and industry best practices. The project prioritizes proper Go architecture (concurrency, interfaces, error handling) over direct translation, concluding with a performance benchmark comparison between the two implementations.

Updated 6 days ago. 1 hackers ♥️. 2 followers.