Git stochastic bisection

a project by jankara

Bisection is a well known method of localizing which commit caused a regression in a code repository. git-bisect is a particularly used tool for this problem in git repositories. However it is often the case that the failure is probabilistic in nature - either because we don't have a reliable reproducer of the failure and thus not reproducing a problem on a particular commit does not mean the problem is not still present there, or because of inherent variability of e.g. performance regressions. Bisection for such failures is problematic as it takes only one false result for the bisection to end up in an unrelated part of code history. So in these cases we usually have to heavily extend runtime of a reproducer or do multiple test runs or multiple bisection runs to minimize a chance of error.

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

Reading SLES15 "Security and Hardening Guide"

an idea by llzhao

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

Improve Qualcomm SOC msm8994/msm8992 kernel mainline support

a project by pvorel

Project Description

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

Rust in linux kernel

an invention by dsterba

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

MIDI2-based Mixer API for ALSA

a project by ismaell

Description

MIDI supports volume control, so why not use that for ALSA?

Updated 8 months ago. 3 hacker ♥️. 4 followers.

Add github and/or gitlab support to Zuul

an idea by aspiers

UPDATE: it turns out that people upstream are already working on this, so the idea would be to join that work.

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

UEFI Capsule Update Channel for Minnowboard

a project by gary_lin

Minnowboard is the platform for UEFI development and supports UEFI capsule update since 0.99, and we are supposed to be able to test the feature with fwupd. However, there is no capsule file in fwupd.org or the official firmware download site. Besides, the Minnowboard firmware source in the current edk2/edk2-platforms git couldn't build due to the recent change of directories. My goal is to rebase the Minnowboard build system to the current git master and create a working up-to-date firmware. Signing the firmware properly would be a plus so that we can apply a private repo in fwupd.org for the development or QA testing.

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

Linux kernel networking: Improving qdisc hierarchies

a project by jkosina

    jikos:~ # tc qdisc show
Updated over 6 years ago. 3 hacker ♥️.

zypper-docker reloaded

a project by mssola

The aim of this project is to finish up the work already done in previous editions of Hackweek in regards to zypper-docker. That being:

Updated over 6 years ago. 3 hacker ♥️.

OBS Project Monitor page redesign

a project by vpereirabr

Exactly what problem will this solve?

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

Write script to setup openqa server

an idea by leli

To speedup the deployment of openqa server, just combine all cmds to setup openqa server in the script. Depend the system info to setup corresponding repos and packages automatically.

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

TeleFrame: DRM framebuffer based screencast and remote desktop.

a project by AZhou

Description

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

[Yast] Provide useful understandable error messages for Storage

an idea by locilka

It has probably already happened to you: Creating volume /dev/sda2 failed with error -1008 Did it tell anything useful to you? Maybe if Storage gave you some more info, you could have continued, fix the problem by yourself.

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

Bare metal testing in OpenQA

an invention by kwk

OpenQA uses the VNC protocol to interface with a test system. This limits test systems to be virtualized. Bare metal (physical) systems do not provide VNC out-of-the-box.

Updated over 6 years ago. 3 hacker ♥️.

Base Linux

a project by dspinella

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

Upstream support for RPi4 CM4 and Pi400

a project by nsaenzjulienne

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

Bootstrap UI for Weblate

an invention by mcihar

Implement better UI for Weblate using Twitter Bootstrap library.

Updated over 6 years ago. 3 hacker ♥️.

Implement git-explode to untangle linear sequence of commits into multiple independent topic branches

a project by aspiers

Automate the process described here:

Updated over 6 years ago. 3 hacker ♥️.

QA Portal

a project by maritawerner

QA wants to set up a new QA Portal to get an new organized entry point for all Information that is QA related. The Hackweek Project is to start a discussion with the different QA groups, SLE QA, CSS QA and QAM to collect ideas and make a concrete plan.

Updated over 6 years ago. 3 hacker ♥️.

Tool to update images in an OpenStack Cloud

an idea by tbechtold

Currently there is an internal OpenStack instance (cloud.suse.de). Most of the images there are outdated so it's common that everybody just uploads a new image. Would be nice to have a tool which updates at least the most common images (SLE11&12, openSUSE, CentOS, Ubuntu, Debian, Fedora) automatically once a day. So ater spawning a new VM, there would be no need to first update (and maybe reboot) the machine or upload a new image before you can start to work.

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

Learn more about SDN & NFV

a project by teclator

I want to learn more about SDN and NFV, so i have started reading some book ASIN: B00WF85208 and prepared a list of things to get deeper into:

Updated over 6 years ago. 3 hacker ♥️.

make openSUSE working on Sony Xperia Tablet Z

a project by sleep_walker

Look once again on Xperia Tablet Z and try to have there openSUSE running natively as alternative operating system.

Updated over 6 years ago. 3 hacker ♥️.

legacy full tree creation

an idea by oertel

some developers have been missing the old-style full trees for current products (sle12). try to reuse existing code to create these trees without wasting disk-space by using hardlinks

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

Work on KDE translation improvement

a project by vpelcak

I intend to work on translation of KDE to Czech language.

Updated over 4 years ago. 3 hacker ♥️.

Learn how to write Dracut modules

a project by nadvornik

  • learn how to write Dracut modules
Updated over 6 years ago. 3 hacker ♥️.

A comparative description of modern build systems and QA systems

a project by lpato

SUSE is using OBS as a build system and openQA for automated testing purposes. The goal of the study is to find out the strengths and weaknesses of these systems and compare them to other open source alternatives in a structured way.

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

Rancher Releases

a project by jpayne

Project Description

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

Implement search in zellij

an invention by MSirringhaus

Project Description

Updated about 3 years ago. 3 hacker ♥️. 1 follower.

Task manager in Elixir/Erlang

a project by vmoravec

Elixir is a Ruby-ish dialect of Erlang with meta-programming capabilities, this is my first project using it: pedro . The idea is to create a task manager that would organize tasks (jobs) and manage them in projects. It will be running locally, remotely or both in multi-node setup, will provide CLI, have web UI relying on http and websockets.

Updated over 6 years ago. 3 hacker ♥️.

Compile Factory or some components entirely with Address Sanitizer enabled and push it to openQA

an idea by vpereirabr

Following Tizen and other internal initiatives, to have Factory complete or partially compiled with Address Sanitizer and give it openQA a try to "fuzz" it, looking for memory management issues:

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

grub2-minimize-config

a project by jbohac

grub2-minimize-config

Replace the config-generating scripts to generate a minimalist grub2 config

Updated over 4 years ago. 3 hacker ♥️.

Focus Friendly Desktop Adaptations

a project by wstephenson

Background

Given the number of different demands on our time and attention, it becomes increasing hard to focus and find the 'flow state' where a developer can be most productive. Interruptions due to chat notifications, email, and updater applets all break focus. Additionally, the desktop metaphor has in most cases failed to evolve as the browser and other MDI interfaces have become the focus for many users, and increased performance has allowed us to keep more tasks running and present on the desktop at once, presenting a higher cognitive load to the user.

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

Support for DRM platform drivers

an invention by tdz

This project could get us rid of the last fbdev drivers we're stil shipping: efifb and vesafb.

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

Zero Trust vSphere Provisioning from Rancher

an idea by wjimenez

Currently, when Rancher tries to provision a Kubernetes cluster on vSphere, it needs to initiate API calls to the vSphere endpoint. In a hybrid cloud environment this often means that the Rancher server is not in the same network as the vSphere endpoint. Therefore inbound access is required to be added to a firewall so Rancher can reach the vSphere system. This naturally poses a security concern and creates administrative burden on our users who have to go through a security review to get this approved.

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

How green are we? Power consumption & AI

an idea by mhaefner

Description

Updated 9 months ago. 3 hacker ♥️. 3 followers. Has no hacker: grab it!

Make OpenStack infrastructure setup usable on openSUSE

an idea by tbechtold

OpenStack uses Puppet to setup the whole CI (see http://ci.openstack.org/). Adjust the puppet manifests to be able to deploy the manifests on openSUSE and learn more about the setup.

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

Check and extended the QMK Firmware for mechanical keyboards

a project by SKaim

A lot of custom-built or ethusiast-level keyboards such as the Planck, Zeal60, Let's Split and many more use an open-source firmware called QMK. This firmware allows you to freely define your keyboard layout and add a lot of functionality (i.e. emitting a different keycode on long and short keypress, dual-function keys, leader keys (think of vi's :)). We could use the Hack Week to add functionality, check the source code for security issues and add support for more keyboards.

Updated over 3 years ago. 3 hacker ♥️.

Learn Real Time Linux on Raspberry Pi aarch64 and build 4WD robot

a project by jahudson

Project Description

I plan to learn how to program for PREEMPT-RT (Real Time) patched Linux kernel on aarch64 architecture. I will use a digital oscilloscope and a raspberry pi to compare preempt vs preempt-rt kernels on aarch64 vs a micro-controller. I then plan to build a 4WD robot utilizing the Raspberry Pi, I2C sonar sensors, DC motor controller and camera.

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

K3s versions

an invention by eminguez

Project Description

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

openSUSE with Linaro 96 board

a project by bamvor

96 boards are the series open source boards with same size and interface launched by linaro. There are two arm 64bit boards and one sensor kit in my hand.

Updated almost 4 years ago. 3 hacker ♥️.

Btrfs OSD for Lustre

an idea by jeff_mahoney

Modern Lustre supports compelling features like snapshots but it requires OSDs to use ZFS in order to implement it. Since ZFS and Linux licensing is incompatible, it's not really a supportable solution.

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

Bonus project: Chameleon paintings

a project by kstreitova

This is an extra project for Hack Week evenings because there is never enough chameleons. Never.

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

Look at personal NAS

a project by qzhao

Description

There are several open source private NAS solutions on the community today, There are a number of open source private NAS solutions on the market, and I'm going to compare their similarities and differences and analyze how they are implemented.

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

coreboot on Thinkpad Tx40p

an idea by persmule

Flash and optimize coreboot to t440p and port coreboot to t540p.

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

Program FPGA using Verilog and VHDL

a project by aschnell

Learn to program a FPGA using Verilog and VHDL

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

Help Ansel: Fork of Darktable, the open source photography workflow application and raw developer

a project by AZhou

Project Description

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

dmidecode: no more open-coded printfs

a project by jdelvare

There's a long standing request to extend the output of dmidecode to something that would be machine-readable. Something like an XML or JSON-based format. Unfortunately this can't be implemented right now because the output of dmidecode is generated by open-coded printfs as the DMI table is being parsed, with no intermediate structures nor temporary buffers.

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

DRM driver for USB-based SiS graphics cards

a project by tdz

Back in the late 90s to early 2000s, SiS graphics chips were fairly common and found in many low-end devices. Today, the chips are still capable enough for simple graphics needs, but the graphics cards were on PCI and AGP buses. They are not usable in modern computers.

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

AI for Uyuni Test Implementation Productivity

an idea by jordimassaguerpla

Description

Updated 8 months ago. 3 hacker ♥️. 4 followers. Has no hacker: grab it!

Upstream support for the NXP LPC313x ARM SoC

an idea by morbidrsa

I have an old NXP LPC313x ARM SoC develboard lying around which has no upstream kernel support, port the ancient 2.6.xx BSP to a recent upstream kernel and submit it.

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

Investigate and setup internal survey system

a project by rsimai

We often struggle to get feedback from our people, in particular if it's supposed to be anonymous. There are external systems on the Internet which are typically commercial, where (free) usage is limited and situation with GDPR isn't clear.

Updated over 6 years ago. 3 hacker ♥️. 2 followers.

Reverse engineer BLE protocol of led light

a project by lnussel

Project Description

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

A fresh look at Crowbar scope and UI

an invention by romanarcea

The project is about taking a fresh look at Crowbar UI for SOC provisioning. Main goal is to mock user workflows that would allow to scale Crowbar to support multiple datacenters, a more flexible way to add large number of nodes and manipulate services, as well as control and customize various types of hardware groups.

Updated over 6 years ago. 3 hacker ♥️.

Visualize new SLE15 module trees in SCC as an interactive tree diagram

a project by thutterer

Everything is (in) a module now. They depend on each other and you need a whiteboard and a few different colors to understand and remember how.

Updated over 6 years ago. 3 hacker ♥️.

Speed up installation

a project by jreidinger

Installation time is important as shorter installation allows everyone to safe resources and their time. It also can make better impression when starting with openSUSE and SUSE. And last but not least as we more frequently use openQA, so we do hundreds of installation every week, it even smaller improvement can in the end help SUSE to safe resources and be more green.

Updated over 4 years ago. 3 hacker ♥️.

Extend urlwatch to support monitoring of GitHub (and other git) repos

an idea by kbabioch

I'm currently using urlwatch to watch for new releases in upstream projects. It monitors the output of a URL and notifies you about any changes. This works fine for URLs, but there is currently no official support for GitHub. Due to the nature of the GitHub webpages, there is a some change each time you access the page and it is difficult to come up with the right set of filters.

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

openSUSE-release-tools for Homebrew (macOS support)

a project by suntorytimed

OSC is already available on Homebrew, but it is missing the integration with Staging as the openSUSE-release-tools are not available. In this Hackweek project I would like to get the openSUSE-release-tools running on macOS via Homebrew.

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

Experiment with cluster simulation in Erlang

a project by KGronlund

I want to learn Erlang and see if it makes sense to use it in the context of High Availability (it would certainly seem like it). As a learning project, I want to try to reimplement my koi project (https://github.com/krig/koi) in Erlang. Koi is a minimal cluster manager I wrote in C++.

Updated over 3 years ago. 3 hacker ♥️.

Improve translations on https://l10n.opensuse.org/

a project by SShyukriev

It is always nice to extend the translations for openSUSE packages/projects using Weblate.
Everyone is encouraged to improve on his native language.

Updated over 6 years ago. 3 hacker ♥️.

Add ASCIIDOC support to DAPS

a project by fsundermeyer

DAPS, the "DocBook Authoring and Publishing Suite" provides a tool set for easy creation and publication of DocBook sources on Linux. DAPS lets you create HTML (incl. webhelp), PDF, EPUB, man pages, and other formats with a single command. DAPS is used and developed by the SUSE documentation team and hosted on https://opensuse.github.io/daps/ .

Updated over 3 years ago. 3 hacker ♥️.

Implementation of a Governance, Risk and Compliance (GRC) tool

an invention by eraptopoulou

Project Description

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

Ideas about local community involvement

a project by vsvecova

The plan is to gather ideas about how SUSE can become a more integral part of the local tech community scene (in PRG, NUE, or other locations). As a person who has been involved in educating women about tech for some time, I am thinking of introductory workshops and meetups, aimed not necessarily only at female audience.

Updated over 6 years ago. 3 hacker ♥️.

Reviving the Nokia N900

a project by mstaudt

The Nokia N900 is a versatile phone/tablet/mini-computer. While its specs are outdated by today's standards, it's still hard to find something equivalently useful to hack on-the-go.

Updated over 6 years ago. 3 hacker ♥️.

Infrastructure-by-code + full-build-pipeline with the example of OBS+openQA

an invention by okurz

motivation

Lots of crucial steps in the SUSE/openSUSE product build workflow are not known or not even accessible by many people but hidden as "custom scripts" on "some machine" in the worst cases. Nowadays infrastructure and build pipelines should be written as code, e.g. in git repos, with UI frontends to show the always current state of what is going on, what needs to be done to release products, where are problems. The least we can do is learn a bit more in this direction.

Updated about 3 years ago. 3 hacker ♥️. 1 follower.

Linux Certification Preparation

a project by asemen

Linux Certification Preparation

Updated over 6 years ago. 3 hacker ♥️.

Create packages for maintenance tools

an invention by pluskalm

Currently helpers for maintenance of SLE/openSUSE such as osc omg exist just as git repo, lets have them as packages.

Updated about 6 years ago. 3 hacker ♥️.

Continue work on "ostatus"

a project by aplanas

Project Description

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

A Python based C/C++ templating language

a project by metan

How many times have you created quick and dirty script to generate C tables, parameterized code, etc. ?

Updated over 6 years ago. 3 hacker ♥️.

Restructure KIWI ext? file system image build

a project by rjschwei

Implement file system image build using the Builder infrastructure. The project will create additional builders for the ext filesystems laying the ground work for restructuring other filesystem builders.

Updated over 6 years ago. 3 hacker ♥️.

STEM Workshop in Montessori School

an invention by ilausuch

Update

Working on the documentation...

Updated about 6 years ago. 3 hacker ♥️.

Zypper dup migration from sle11-sp3 to sle12

an idea by oertel

During all of sle10 and sle11 it was possible to do a migration via zypper dup from one to the next service packs (and with some care even from sle10 to sle11). Due to some dependency problems this is currently not possible from sle11-sp3 to sle12. A official upgrade via installation media would blow up our nice small jeos installations from 300 to over 900 packages, which is undesirable as well.

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

Orthos as plug-in for SUSE Manager ?

a project by mcaj

Discovery the latest SUSE Manager, what is missing there from user and system point of view to be use as Orthos reservation system

Updated over 6 years ago. 3 hacker ♥️.

Bootstrap portusctl as a separate repository

a project by mssola

Right now portusctl is a tool which is embedded into the Portus source code. This was done out of simplicity and with the hope that we would share as much code as possible with Portus itself. However:

Updated over 6 years ago. 3 hacker ♥️.

Self-hosted Online communities Communication tool for Beijing GNU/Linux User Group

an invention by tonghuix

The project's goal is for Beijing GNU/Linux User Group port a self-hosted online communication tool. We discovered lets-chat project suite for our requirements, but it need more encryption.

Updated about 6 years ago. 3 hacker ♥️.

Learning ruby with betaman

an idea by gameboy974

Learning ruby with betaman

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

Improve the consistency of openSUSE's web presence.

a project by simotek

Improving the openSUSE Websites

Updated over 6 years ago. 3 hacker ♥️.

COREWAR: Virus competition

a project by ammartinez

COREWAR is a programming game in which two or more programs (warriors or viruses) compete for the control of a virtual computer. The programs are written in Redcode, an abstract assembly language.

Updated over 3 years ago. 3 hacker ♥️.

Learn more about Kubernetes clusters and SAP Datahub

an idea by dakechi

SAP Datahub is the new SAP product entirely based on containers and Kubernetes orchestrations. This project is to learn more about both K8s and Datahub, how they work together, potentials, and how this product fits into existing SAP landscapes.

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

List of open github pull request in a card on a team trello board

a project by vlewin

Write a simple command line tool for getting the open pull request from github and put it into a trello card. The tool should periodically update a list of pull request. In addition it would be great to have a connection between the trello card and github pull request.

Updated over 6 years ago. 3 hacker ♥️.

Learn and migrate virtualization test to Twopence structure

a project by XGWang0

Task: - Learn Twopence structure

Updated over 6 years ago. 3 hacker ♥️.

Bot to check new gems in the bundle for maintainability

an idea by hennevogel

If I submit a PR on github || SR on OBS that introduces new gems into the bundle I want a bot to tell me about the maintainability of this gem.

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

Automating Troubleshooting with AI in StackState

a project by mbakker

Description

Following the acquisition of StackState, SUSE now has access to a powerful observability solution with built-in guided remediation. We've run initial tests on enhancing this experience by automating troubleshooting steps and exploring how AI can further improve the process. Now, we want to take it to the next level by exploring new ways to automate the detection, diagnosis, and remediation of performance and health issues in our systems, and to understand how AI can enhance this workflow.

Updated 9 months ago. 3 hacker ♥️. 4 followers.

Learn Haskell on Project Euler problems

a project by mvidner

I am a beginner: I have read 1½ books on Haskell. I want to practice.

Updated about 6 years ago. 3 hacker ♥️.

Practice and migrate some testcases into SLEnkins & Improve of qa_automation project in openQA

a project by yosun

Automation tools are our emotional friends. Know each other deeper and improve it, it's a way to be harmonious for our friendship.

Updated over 6 years ago. 3 hacker ♥️.

House Daily Mutations Announcement System

a project by jaimegomes

The Goal is...

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

Loggee - A tool to interact with your board game collection and plays (made in Elixir)

a project by gfilippetti

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

Tumbleweed on Orange Pi 5 Plus (Rockchip RK3588 board)

an idea by gsu

Updated over 1 year ago. 3 hacker ♥️. 1 follower. Has no hacker: grab it!

Rocket.Chat Protocol Plugin for Thunderbird

an idea by mook_work

While SUSE still runs mainly on IRC, we still need to interact with others, some of which occurs on Slack and Rocket.Chat. I'd like to have one chat application with a good overview of all the various channels I'm in, across the different servers.

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

Clean up the Uyuni frontend stack

a project by j_renner

Many of the Uyuni / SUSE Manager web UIs are still based on the no longer maintained Struts framework (version 1.2!) and implemented as JSP pages, while we added newer features based on the Spark framework and React. For me there is a vision of using only one technology stack (especially just one web framework, frontend framework and template engine) eventually, so it is about time to get rid of the old stack. While this is surely a huge effort, why not start with a new login page and then go from there rewriting other pages one by one?

Updated over 6 years ago. 3 hacker ♥️.

Nuke AWS

a project by mtrachier

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

Measuring electricity consumption of PC running on openSUSE with Shelly PM Mini Gen 3

a project by bzoltan1

Description

I would like to measure how various services and their software updates in openSUSE TW impact the power consumption of a PC

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

Dangerous voyage in openSUSE Infrastructure sea.

a project by mcaj

Well the see of openSUSE Infrastructure has been unrest and need our attention. I would like to invite you for this cruise trip.

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

Share Hackweek Photos

an idea by okir

People often share hackweek photos by uploading them to various internal and external servers, and then post the URL to a mailing list.

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

containerizing MicroOS Desktop components (reloaded)

an invention by fcrozat

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

RKE2 versions

an invention by eminguez

Description

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

Crowbar on openSUSE Leap 42.1

a project by mjura

Let's do this :) !!!

Updated over 6 years ago. 3 hacker ♥️.

Learn python by building a homepage with Flask

an idea by mbrugger

I thought it would be time to learn a new programming language. I decided to go with python, as it's an all-rounder and I have some basic knowledge on that.

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

Elemental Operator: support hosts without TPM

an invention by fgiudici

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

"Physical" notifications with Raspberry Pi and addressable LEDs

a project by dannysauer

I'd like a way to have a device on my desk which lights up to indicate that I have something I should be paying attention to. Initially, I'd like this to be for Office365 calendar events and GitHub mentions, but ideally it should support arbitrary messages. The plan is to assign specific colors (ideally "patterns" consisting of a sequence of colors and time) to specific message types.

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

Virtual fibre channel HBA support in qemu/kvm guest

an idea by lin_ma

The idea is to present a virtual fc HBA to qemu/kvm guest, The frontend implementation is virtio-fc, the backend is a physical fc HBA with npiv support.

Updated over 5 years ago. 3 hacker ♥️. Has no hacker: grab it!