|
Install BLOB-less U-Boot in SPI of Pine64 ROCKPro64 and boot from NVMe diska project by clanig Project DescriptionThis 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. |
Learn how to write 'Learn Language App'a project by kalabiyau The basic idea behind learning language is to ensure three parts: |
Creates a Google Sheets Extension for SubHub OEM APIa project by cwh DescriptionLet Product Ops request OEM Keys by just a few mouse clicks. |
CodeAdoptera project by kalabiyau Initial idea to build a tool to help rubygems community to rotate maintainers for abandoned projects. |
Hack-a-geekoa project by okir Using traditional hardware development tools, apply a Non-uniform Choppy Transformation to a block of ligneous substance. The end result should be a 3D rendering of the Geeko glyph. |
Docker orchestrationa project by flavio_castelli Play with Docker orchestration tools like the ones provided by CoreOS, OpenShift and kubernetes. Provide packages for openSUSE and SLE. |
Port a fake signal optimization to kGrafta project by mbenes We currently work on a consistency model for upstream livepatching infrastructure. We use something called a fake signal to speed up a finalization of the patching process. I'll port the implementation to kGraft in SLES which should allow to remove immediate patching since it has recently proved to be problematic... |
|
zypper-docker with multiple backends and an APIa project by mssola During the last CSM workshop I started to refactor zypper-docker in a way that: |
|
openSUSE Tumbleweed Snapshots: refactor for S3 and deployan invention by jberry In lieu of official hosting which was requested a year ago, go ahead and refactor approach to work on AWS S3. The previous approaches used either soft or hard links to avoid duplicating files that remain unchanged between snapshots, but S3 is not a file-system and does not support links. The closest comparable concept are object level redirects, but managing and creating those would be combersome, slow, and result in a higher bill. To avoid that an alternative that does not require object level redirects to simulate links, but that does not requiring duplicating files would be preferable. |
Cleanup backlog of Mediagoblina project by bbobrov From the mediagoblin.org website: |
Load balancing and cloud instances with Raspberri Pia project by SLindoMansilla Description |
Install openSUSE Tumbleweed and set up hass on rpi4a project by mlin7442 I got a Raspberry pi 4 not long ago, I'd like to install openSUSE Leap 15.2(Alpha) on it, and set up hass - Home Assistant, a open source home automation assistant on rpi4, then have some fun with it! |
tcetc - transaction capable /etca project by wpreston2 tcetc |
investigate Bose headset tools and add support for QC Earbudsa project by fcrozat |
Systems performance: golang and benchmarksa project by dmaiocchi Project Description |
Research on Solar router/optimizer with Home Assistantan invention by fcrozat |
Emulate a 68k on x86a project by BLandorff DescriptionIn C++ and x86 assembly, build an Emulator for Motorola 68000. |
REST API for QADBa project by llipavsky QADB is the database used to strore results of automated tests in SUSE QA. |
Use systemd Service Templates to manage OBS workersan invention by enavarro_suse Project Description |
detect and visualise git commits' patch-based dependenciesa project by aspiers It is well-known that two git commits within a single repo can be independent from each other, by changing separate files to each other, or changing separate parts of the same file(s). Conversely when a commit changes a line, it is "dependent" on not only the commit which last changed that line, but also any commits which were responsible for providing the surrounding lines of context, because without those previous versions of the line and its context, the commit's diff would not cleanly apply. |
Fix a focus stealing bug in pidgin in openSUSEa project by moskyto I have an IRC tab open in pidgin and an adjacent XMPP tab; the latter one displayed with focus. When a new XMPP tab opens in background (with a message incoming), the IRC tab steals the focus but not the display. It brings annoying situations when I sometimes send something accidentally to the IRC instead of XMPP, not noticing that I don't have focus. |
Play with afl fuzzeran invention by metan The afl fuzzer is an interesting tool that uses compile time instrumentation and genetic algorithms to automatically produce test cases that will trigger different code paths in binary... |