oholecek

oholecek

Prague

Zeroconf with others (GNOME Shell, Firefox, Wayland and others)

a project by cxiong

Zeroconf/Bonjour/Avahi is a very interesting technique that targets at freeing users of services from tedious IP-based network configuration by automatic-distributed address-assigning, name-assigning and service discovery/browsing. It's named officially as zeroconf, Bonjour is the implementation in OS X, iOS and Windows, while Avahi is for Unix-like system. However, while Bonjour is popular and widely used in Apple products, few users take advantage of Avahi in Linux world and the number of applications that do integrate Avahi are still just a few and this feature is not often used.

Updated about 3 years ago. 3 hacker ♥️.

wicked

a project by pwieczorkiewicz

Wicked is a network configuration infrastructure incorporating a number of existing frameworks into a unified architecture, providing a DBUS interface to network configuration. https://github.com/openSUSE/wicked

Updated about 5 years ago. 6 hacker ♥️.

SUSE Manager/Spacewalk client debug/test shell

an idea by dmacvicar

When developing for SUSE Manager, it gets tiresome to setup clients in order to debug and test with clients. The idea is to create a nice shell (with history, command completion, colors) that allows to simulate being a client.

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

Revive (web)pin for openSUSE

a record by lrupp

Which package currently provides libfoo.so.6 ? A question for/from packagers and currently not easy to answer, even if the Build Service might know about the content of packages inside a repository as he created the nice filelist.gz files inside the repomd directories with all the needed information already.

Updated about 5 years ago. 12 hacker ♥️. Has no hacker: grab it!

Video presence system for distributed teams

a project by ancorgs

Those working remotely or managing a distributed team know it: face time is invaluable. The former openSUSE team has been using http://sqwiggle.com to keep in touch and Google hangout to hold a stand up meeting every morning. We like the Sqwiggle approach. Although the last updates have made it worse, the concept of having a peep to your colleagues' desks to know if they are there (even if they are working hard or just talking to someone) and the possibility of starting a video conversation just clicking on the face shot can do a lot in reducing distances (and in killing the temptation of working naked for home-officers).

Updated almost 5 years ago. 18 hacker ♥️. 1 follower.

Twopence

an invention by e_bischoff

Twopence is (will be) a remote execution engine for tests, able to run tests in virtual machines and real hardware through various means of communication : virtio for KVM / QEmu, ssh on top of libssh, serial lines. This library can be called from shell and ruby wrappers. While it is already functional (and used), it still needs polishing, stabilizing, and extending. It is also planned to integrate it with Pennyworth (project Machinery) and let it go fully Open Source.

Updated about 5 years ago. 7 hacker ♥️.

Support for automatically building kernels with user-influenced configuration

an invention by vbabka

Sometimes a user might want to build her own kernel instead of using the provided binary, for various reasons. This means creating own .config and maintaining it through kernel version bumps, which often results in running "make oldconfig" and mostly holding down the enter button to accept upstream defaults. What I envision instead is a way to say where I want my own config to deviate from the distro default (as provided by e.g. kernel-stable on openSUSE), and only those options will override the distro default configuration. This distro default configuration is always updated for new upstream releases, so there should be no need to (manually or automatically) accept new upstream defaults, thus less risk of producing a broken kernel, as e.g. any new kernel options will be configured in the distro kernel so that they work with the distro itself (while upstream defaults might not be safe or desired).

Updated about 5 years ago. 7 hacker ♥️.

bug screening helper

a project by bmwiedemann

The Problem: many bugs filed for openSUSE go to the screening-team by default and often remain there for weeks, so that developers (who would be interested in analyzing or fixing these bugs) do not learn about them. However, the screening process is a hard one

Updated about 2 years ago. 8 hacker ♥️.

Add support for RandR 1.4 (additional GPUs) into KDE display configuration

a project by michalsrb

Plan

RandR is X11 extension for configuring monitors and since version 1.4 also secondary GPUs. These secondary GPUs can either provide additional monitors to output to or can render individual applications instead of the main GPU. (Or even both at once.) Once a secondary GPU is configured to do render offloading, applications can be started with DRI_PRIME=<id> environment variable to actually render on it instead of the main one. There are also USB GPUs (dummy framebuffers) that can be hot-plugged.

Updated about 5 years ago. 4 hacker ♥️.

Detect type of change in a project analyzing the log history

a project by aplanas

Use machine learning and natural language processing techniques to analyze the changes made in a project, and classify them in: * Small / unimportant fix

Updated about 2 years ago. 8 hacker ♥️.

openSUSE Landing Page Prototype

a project by hennevogel

www.opensuse.org is the single most accessed page in the SUSE/openSUSE universe. With 1.5 million visits per month it generates 2.5 million page views and has around 500 people on the page at any given time. Yet it's one of the oldest, crufty pages we have! It doesn't concentrate on what it should do: Tell people about the distro so they download it. It's design is 5 years old, it's not mobile, it's not accessible. There is absolutely no interactive, engaging content at all and the technology used goes as far as a shell script/cron to update dynamic content.

Updated about 2 years ago. 30 hacker ♥️.

Play with OpenCV

a project by nadvornik

OpenCV (Open Source Computer Vision Library) is an open source computer vision and machine learning software library. The goal is to get familiar with OpenCV API and with the available algorithms. Specifically, I want to look into these particular tasks:

Updated about 5 years ago. 6 hacker ♥️.

Project MySelf

a project by cschum

The goal of Project MySelf is to build a system to collect data about yourself in a safe and private way, so that you control your data and you can decide what happens with it. Read more

Updated about 5 years ago. 4 hacker ♥️.

Matasano crypto challenges in Rust

an invention by vitezslav_cizek

I want to learn Rust and improve my cryptography skills, so I'll be solving the matasano crypto challenges in Rust. The source code for the challenges I had time to finish is on my github

Updated about 5 years ago. 2 hacker ♥️.

"emerge" for rpm/SUSE

an idea by dmacvicar

There are lot of packages that can't be hosted on the Build Service. The idea would be a tool where you can say:

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

Warp speed for virtualization CI testing

a project by jfehlig

The virtualization team's automated testing has a long history. It was born in the old Novell Integration Test framework. The virtualization lab ran an instance of this framework for many years. Over time, those who knew the framework left the company, taking their knowledge and leaving little documentation behind. As our testing needs increased, we found the old framework insufficient, but saw little value in improving it given the available open source CI frameworks. Before burying ourselves in SLE12 development, we took some time to move our automated tests under control of a Jenkins instance running in our lab. Tests were configured to run when new packages landed in our SLE12 devel project, ensuring our queued SLE12 submissions were continuously tested. But more is needed.

Updated about 5 years ago. 6 hacker ♥️.

Test openQA in openQA with openQA using openQA for openQA

a project by RBrownSUSE

Occasionally, new versions of openQA break things. How do you stop that? MORE TESTING! Testing openQA by using openQA to ensure the new versions don't break should be a good example of how openQA can test everything and anything, even itself.

Updated about 2 years ago. 10 hacker ♥️.

Don't write tests! Generate them.

an invention by e_bischoff

The title of this project is inspired from the must-see video John Hughes - Testing the Hard Stuff and Staying Sane

Updated about 5 years ago. 7 hacker ♥️.

SUSE office in a box

a project by ancorgs

Working remotely has many advantages, but you sometimes lack some infrastructure. Specially if you use several computers or you share space with other SUSE co-workers. We are 3 Susers in Gran Canaria and we plan to share an office. So we have bought a Cubietruck, a tiny device with minimum power consumption, an ARM processor, a SATA interface and a Gigabit ethernet. The plan is to come-up with a set of recipes to configure such device to:

Updated about 5 years ago. 10 hacker ♥️.

Research Testing Tools for GFX Stack & how they can be used in openQA

a project by eeich

<p>There are numerous testing tools for the GFX stack available - the oldes being the xtest suite. At the same time, we are still lacking automated test environments for the funktionalities of DRM, Mesa and X. Ideally the tests should be performed automatically and unattended and the results should be compared to previous runs to detect regressions.</p> <p>Research what tools exist to date and how they can be employed.</p>

Updated about 5 years ago. 4 hacker ♥️.

VNC protocol to openQA testcase writer

a project by fcrozat

By analysing a VNC session, we can create a draft of an openQA testcase (detecting keystroke, mouse click and generating fullscreen needles). The project is to :

Updated about 5 years ago. 7 hacker ♥️.

Learn more about CodeMirror and improving source viewer in openQA

a project by mlin7442

CodeMirror is a text editor implemented in JavaScript for the browser, openQA introduced CodeMirror in its source viewer, this project is learn more things from CodeMirror and trying to improving the source viewer in openQA, already had a ticket related, even can polish source viewer more, eg. file folding, etc.

Updated about 5 years ago. 3 hacker ♥️.

Upgrade planet.opensuse.org

a project by lrupp

While in general everything still works, the current (patached/extended) planet installation behind planet.opensuse.org is a bit outdated and not maintained any more. The initial plan is to:

Updated about 5 years ago. 5 hacker ♥️.

internal "gravatar" with floor icons

an idea by lnussel

set up an internal gravatar clone with floor icons for use in ibs, openqa etc * Surrogator

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

Simulate SD card in software

a project by algraf

To make OpenQA work with real ARM devices, we need to control * Reset

Updated about 4 years ago. 14 hacker ♥️.

Rust Bootcamp

an invention by SMorlan

Project Description

Join an instructor-led bootcamp to explore the Rust programming language in two-hour sessions each day throughout Hackweek.

Updated about 2 years ago. 34 hacker ♥️. 89 followers.

Enable full-disk-encryption key sharing for bootloader -> kernel

an idea by ismaell

Project Description

Full disk encryption currently requires each stage to gain knowledge of the keys independently, which means asking the user or bundling the key (in the initramfs).

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

Improve Full-Disk-Encryption support in openSUSE

a project by ismaell

Project Description

The main goal is to enable the use of plain dm-crypt (as btrfs makes LVM2 unnecessary overhead) and a separate ephemeral key for the swap partition.

Updated about 2 months ago. 7 hacker ♥️. 5 followers.

Use a container storage to store the OS system root

a project by dcassany

Project Description

Store the OS root-tree on a container storage. The idea is to build a minimal golang tool capable to init a container storage to a custom location, store remote OCI images in there and mount them into a custom mountpoint. Next step is to craft a dracut based initrd including such a tool to mount the OS at boot. Finally, craft a disk with an EFI partition including the kernel, initrd and systemd-boot.

Updated over 1 year ago. 6 hacker ♥️. 2 followers.
10
8
8
29

Looking for projects around:

rust openqa harvester

Activity

  • 6 months ago: oholecek started Voice in HomeAssistant
  • 6 months ago: oholecek originated Voice in HomeAssistant
  • about 1 year ago: oholecek started Make iguana-workflow to support multiple container frontends
  • about 1 year ago: oholecek started Iguana and WebAssembly
  • about 1 year ago: oholecek liked Use a container storage to store the OS system root
  • over 1 year ago: oholecek added keyword "iguana" to Make iguana-workflow to support multiple container frontends
  • over 1 year ago: oholecek added keyword "webassembly" to Iguana and WebAssembly
  • over 1 year ago: oholecek added keyword "wasi" to Iguana and WebAssembly
  • over 1 year ago: oholecek added keyword "iguana" to Iguana and WebAssembly
  • over 1 year ago: oholecek originated Iguana and WebAssembly
  • over 1 year ago: oholecek disliked yakuake sessions save and restore by perl
  • over 1 year ago: oholecek disliked Shipping everything
  • over 1 year ago: oholecek disliked Multimedia insane migration
  • over 1 year ago: oholecek disliked emulate firewalld interfaces for NM on SuSEfirewall2
  • over 1 year ago: oholecek disliked KDE bugzilla cleanup
  • over 1 year ago: oholecek disliked Parser to extract function names from openQA lib/ functions - improve perl skills
  • over 1 year ago: oholecek disliked RMT: repository mirroring tool
  • over 1 year ago: oholecek disliked Add a "multi-field" to Formulas with Forms
  • over 1 year ago: oholecek disliked Jangouts: integrate outcome of GSoC
  • over 1 year ago: oholecek disliked Hack around c3os
  • over 1 year ago: oholecek disliked sysvinit-base
  • over 1 year ago: oholecek disliked Dochazka
  • over 1 year ago: oholecek added keyword "rust" to Make iguana-workflow to support multiple container frontends
  • over 1 year ago: oholecek added keyword "containers" to Make iguana-workflow to support multiple container frontends
  • over 1 year ago: oholecek originated Make iguana-workflow to support multiple container frontends
  • All Activity