Simplify implementations of lockless printk ring buffer

an invention by pmladek

There are attempts to solve some kernel deadlock with using lockless printk ringbuffer. The proposed implementation is pretty complex (6 stages, 6 write and 6 read barriers, two buffers, entries linked via list, ...)

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

Bluetooth audio

a project by mwilck

I'm hearing impaired. Where others have no issues following talks or dicussions, I often fail even grasp the bottom line what it's about. I've got hearing aids, but they help only so much. I also have an add-on device for my hearing aids that acts like a bluetooth headset. Unfortunately, making this thing work under my Linux desktop has been an ongoing, frustrating struggle. On the contrary, it works flawlessly with Android devices of different generations, and even with my lowly Gigaset phone. Actually, the thing works better with older kernels/Linux versions than with current TW.

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

Learning how to properly build Distros in home: projects

a project by RBrownSUSE

openSUSE now has a lot of black magic around building distributions for :Factory and :Leap

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

Improve the gnome-shell extensions

a project by xiaoguang_wang

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

Finish stardict compatible dictionary app

a project by metan

Project description

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

Integrate Backstage with Rancher Manager

an invention by nwmacd

Description

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

ClusterOps - Easily install and manage your personal kubernetes cluster

an invention by andreabenini

Description

ClusterOps is a Kubernetes installer and operator designed to streamline the initial configuration

Updated 10 months ago. 1 hackers ♥️. 1 follower.

Analyse & write up details of third year of operation of my battery & solar PV system

an invention by tserong

Description

Updated 10 months ago. 1 hackers ♥️. 1 follower.

Proof of Concept Support for SUSE Cloud, best practice

a project by rsimai

With many Proof of Concepts (PoCs) going on for SUSE Cloud, the development team has observed that we have no clear path on how Sales Engineers (SEs) and sometimes dedicated support engineers (xSE) can receive technical support to successfully complete the projects, often leading to escalation calls and even firefighting on-site visits by developers. Goal of that project is to come up with a best practice guide and to eventually set expectations on what's possible from a development point of view. Results should be documented in a central internal location and announced to all relevant parties.

Updated over 6 years ago. 1 hackers ♥️.

VNC keyboard layout test tool

a project by michalsrb

VNC protocol transfers key symbols (= basically characters), not key codes (= "coordinates" on keyboard). Therefore pressing the same keys may result in sending different commands over VNC depending on the keyboard layout and state of modifiers on the client side. The server however can not directly send the key symbol to the application, it must instead find or create key code that will translate to that symbol and send that.

Updated over 6 years ago. 2 hacker ♥️.