Mapping Open Source Governance Models

an invention by cschum

There are a lot of open source projects out there. They have a wide spectrum of governance models. It's a critical component to the success of a project so it's worth learning from others and consciously deciding on how governance is set up for a project. It's also a critical factor to assess projects and a subject for research. To facilitate all this a map of the models in use is a helpful resource. This project is about collecting data about open source governance models, make it available in a machine-readable form, and provide an overview via a web page.

Updated about 5 years ago. 1 hackers ♥️.

Swift + Monasca: Sending all the Swift metrics Monasca's way

an invention by mattoliverau

Monasca is a powerful tool in the OpenStack arsenal. It brings metrics and alarms to the operator. It even pairs grafana with horizon. It currently monitors Swift, but just the processes. But there is so much more we can grab. Swift actually generates heaps of metrics. For one It has supported sending metrics via statsd for years. All the internal daemons send statsd. Further, built into each server is a reconnaissance API (recon), that you can hit over REST or by using the swift-recon tool. Swift operators have been using these for years.

Updated almost 6 years ago. No love.

Test unofficial SLES LX images on SmartOS

an invention by michalnowak

SmartOS is converged container and virtual machine hypervisor based on illumos, an OpenSolaris fork. SmartOS supports KVM & bhyve hypervisors and illumos, LX, & Docker zones ("containers"). There are LX-branded openSUSE & SLES images unofficial. LX-brand is implementation of Linux API on SmartOS (similar to Microsoft's Windows subsystem for Linux).

Updated almost 5 years ago. No love.

Setup matrix internal instance, with IRC bridge to internal IRC server

an invention by fcrozat

Matrix (https://matrix.org/blog/home/ ) is a slack / rocket-chat clone, fully decentralized. It supports a lot of clients and bridges to various networks, including IRC.

Updated about 5 years ago. 5 hacker ♥️.

gnome-shell-mousewheel-zoom

an invention by pdostal

The most important task for my first hackweek - accessibility of the Gnome Shell. There's the project called gnome-shell-mousewheel-zoom - not maintained for 6 years.

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

Test FreeBSD Linux Binary Compatibility layer

an invention by michalnowak

Let's see how correctly the FreeBSD emulation layer works.

Updated almost 5 years ago. No love.

File Database

an invention by hrommel1

When using files that should be in an accessible file system, quite often I have been in a situation where * I couldn't find a document by name but remembered attributes like 'document' (unclear which format) with '> 12 pages' and dates from '2011 - 2015'

Updated almost 5 years ago. No love.

Goodbye Dister

an invention by cschum

SUSE Studio was shut down earlier this year. It has been online for more than ten years and there are tons of links and references out there. To not make them lead into the wasteland of 404 we should have a landing page on https://susestudio.com which leads to what users can use instead of SUSE Studio. I did a mockup of a page which could be hosted there. See it at https://github.com/cornelius/goodbye-dister.

Updated about 5 years ago. 1 hackers ♥️.

Improve performance of JRuby's hash implementation

an invention by cbruckmayer

Synopsis

JRuby is an implementation of Ruby on the JVM. It aims to be a complete, correct and fast implementation of Ruby, at the same time as providing powerful new features such as concurrency without a global-interpreter-lock, true parallelism, and tight integration to the Java language to allow you to use Java classes in your Ruby program and to allow JRuby to be embedded into a Java application.

Updated about 5 years ago. 2 hacker ♥️.