an
idea
by
persmule
hsed.js is to html what sed(1) is to texts.
sed(1) can proceed texts with given regexp, but for html, its working level is too low, so I decide to build a tool to apply arbitrary JS codes upon html documents to proceed, in order to modify their content in a batch manner. Headless browsers like PhantomJS have already provided needed functionalities, so this tool may be implemented as a JS program interpreted with a Headless browsers. If so, the designation of its CLI interface may become a challenge, as Headless browsers usually do not provide command line option parsers like getopt(3).
Updated
almost 3 years
ago.
No love.
Has no hacker:
grab it!
|
a
project
by
zyuhu
This project is meant to practice python and download filtered 58 information
Updated
almost 3 years
ago.
No love.
|
an
idea
by
dmaiocchi
git-effort is really a cool tool for analysis git repository. ( https://github.com/tj/git-extras/blob/master/bin/git-effort)
In large codebases is kind little slow.
Updated
almost 3 years
ago.
No love.
Has no hacker:
grab it!
|
a
project
by
biergaizi
OpenPGP Card is an ISO/IEC 7816-4 compatible smartcard that is integrated with many OpenPGP functions, including signature, encryption, and authentication. It provides an trustful computing environment isolated from the host computer, to guard one's private keys from attacks and exposures. ZetiControl in Germany is the first manufacturer of OpenPGP Card based on BasicCard platform. Since then, compatible USB tokens have also been manufactured, such as Yubikey and Nitrokey.
Currently for compatible USB tokens, there are two approaches of OpenPGP Card implementation:
Updated
almost 3 years
ago.
No love.
|
an
idea
by
iulhaq
I would like to read this book, considered one of the better practical guides to programming.
Updated
almost 3 years
ago.
No love.
Has no hacker:
grab it!
|
an
idea
by
comurphy
OpenStack keystone supports several types of identity federation, but it needs work. Some of the things that it needs:
* Fix the federation protocol API:
Updated
almost 3 years
ago.
No love.
Has no hacker:
grab it!
|
a
project
by
dmaiocchi
Starting from this 2 golden rules:
1) It is more important to reduce the Effort of Maintenance than it is to reduce the Effort of Implementation.
Updated
almost 3 years
ago.
No love.
|
a
project
by
jzerebecki
On a smaller internet connection or offline the development experience can be severely degraded. This has a big impact on hackathons or other events where multiple people want to get the same content. Workarounds over USB sticks are less usable than an automated way can be. A content addressable transport that can work on a local network without internet would be better.
There is a downside of local content addressable transports compared to protocols like HTTPS that AFAIK has no finished solution yet: Participants in the network can see what you request. If one wants to use such a transport by default this needs to be solved, otherwise it will remain an option that will only be used on networks where this downside is deemed acceptable. Find, ask around for more and summarize possible solutions.
Updated
almost 3 years
ago.
No love.
|
an
idea
by
dmaiocchi
If you are familiar with JS and chartjs, you can try to solve this issue.
https://github.com/MalloZup/bacheca/issues/14
Updated
almost 3 years
ago.
No love.
Has no hacker:
grab it!
|
an
idea
by
zhengqiang
This is a book about modern C++ programming. I mean, if you are a C++ programmer, you’re going to love all the code in this
book. I will share the main ideas with my teammates. Thanks.
Updated
almost 3 years
ago.
No love.
Has no hacker:
grab it!
|
an
idea
by
zoecao
I will learn to create images for openQA SLE12SP4 Migration group during Hackweek 17.
Updated
almost 3 years
ago.
No love.
Has no hacker:
grab it!
|
an
idea
by
mslacken
I want to look into the possibilty to have pam module which gets its information via openchain.
Updated
almost 3 years
ago.
No love.
Has no hacker:
grab it!
|
an
idea
by
jmoellers
When you make photos with devices that have a GPS on-board, the coordinates of the take are often included in the pciture meta data. Certain fruity viewers group pictures according to location (eg "Maxfeldstr. 5; 90409 Nürnberg" and date (eg "6. Juli 2018").
I'd like to write a (qt-based) picture viewer which does that.
Updated
almost 3 years
ago.
No love.
Has no hacker:
grab it!
|
an
idea
by
zbenjamin
I have a RPi3 + touchscreen on my desk for some time. I'd like to play with Kodi + Mycroft to create some sort of OSS Alexa to connect to my bluetooth speaker.
Goal would be to be able to play music via voice activation or using the touchscreen.
Updated
almost 3 years
ago.
No love.
Has no hacker:
grab it!
|
a
project
by
ikapelyukhin
There's sadly not much time to enjoy Factorio with friends, so from economy perspective it makes sense not to have the server running when it's not used.
The plan would be:
Updated
almost 3 years
ago.
No love.
|
an
idea
by
mwilck
The HPLIP package contains a custom implementation of mDNS queries (actually, 2: one in the core C code and one in python for the administration tools). This implementation is simplistic and sub-optimal. I fixed a problem of this implementation in the past, but unfortunately my patches don't apply on the latest HPLIP releases, and aren't easily forward-ported.
The Right Thing to do for mDNS on Linux use use avahi calls. I want to look into using avahi for this purpose in HPLIP.
Updated
almost 3 years
ago.
No love.
Has no hacker:
grab it!
|
a
project
by
AngelaBriel
Setup a SUMA Server in a VM on my workstation. Playing around to find out, how it works and how to add new functionality (like sapconf or saptune). Learning a little bit SALT will - hopefully - be the nice side effect.
Updated
almost 3 years
ago.
No love.
|
a
project
by
ifed01
Seastar is an advanced, open-source C++ framework for high-performance server applications on modern hardware. Seastar is used in Scylla, a high-performance NoSQL database compatible with Apache Cassandra
Ceph community is currently working on migration to this project as well.
Updated
almost 3 years
ago.
No love.
|
a
project
by
cfconrad
The idea behind this is to have a application, which observe the usage of AWS instances and later other providers like azure and google.
This could be used with public cloud tests in openQA.
Updated
almost 3 years
ago.
No love.
|
a
project
by
dmaiocchi
This is a small learning hackweek that i will do in parallel with my others hackweek and elixir projects
https://chaoss.community/
Updated
almost 3 years
ago.
No love.
|
a
project
by
lee_duncan
At the suggestion of Hannes, I would like to try to make mhvtl work with tcmu-runner. Mhvtl is a tape-drive emulation package, which emulates various types of tapes drives and tape robot units (for loading drives). This package was originally based on the kernel debug SCSI driver, and still has a kernel component. This kernel component talks to user-space via a special character device.
It would be nice to take away the kernel component, so that it's easier to compile and use this package, since the current mhvtl kernel driver has not been merged upstream so has to be supplied as a KMP. [And KMPs are evil.]
Updated
almost 3 years
ago.
No love.
|
a
project
by
dmaiocchi
just learning this awesome software we contribute at @suse upstream.
Updated
almost 3 years
ago.
No love.
|
an
idea
by
bchou
Security field is getting more important these years. I plan to learn more about Cryptography related knowledge to improve the FIPS testing in the future.
Refer to a Note from github
Updated
almost 3 years
ago.
No love.
Has no hacker:
grab it!
|
a
project
by
gfigueir
[CaaS] [CAP] Work on a long term solution for L3 team to easily reproduce customer's issues
I had previously cobbled up a "one script CaaS2 installer":
Updated
over 2 years
ago.
No love.
|
a
project
by
mlin7442
Aims to understand Flatpak(previously aka xdg-app), an application sandboxing and distribution framework (formerly xdg-app) on Linux. The final goal is "build my first app".
Related docs: http://docs.flatpak.org/en/latest
Updated
almost 3 years
ago.
No love.
|
a
project
by
rpalethorpe
A social network for Bugs and test cases!
Connecting bugs with test cases, products and each other. Making them depressed and easily mislead. Allowing us to interfere with their elections and sell them solutions to problems they didn't even know they had.
Updated
almost 3 years
ago.
No love.
|
an
idea
by
irfan_habib
Health Dashboard will allow a user to chart exported Apple Health data to explore correlations.
Frontend will be based on ReactJS
Updated
almost 3 years
ago.
No love.
Has no hacker:
grab it!
|
an
idea
by
nwmac
Create an app for iOS that shows Travis CI build status for my repos and uses push notifications to notify me when a build fails.
Experiment with the native dev tools but also look at frameworks like React Native to speed development.
Updated
almost 3 years
ago.
No love.
Has no hacker:
grab it!
|
an
idea
by
bbobrov
Telegram is a proprietary messenger that gained some popularity recently. It has FOSS client, API and binding for the API. It has private chats, group chats and "channels". Channels are content feeds.
RSS allows users to access updates to online content in a standardized, computer-readable format.
Updated
almost 3 years
ago.
No love.
Has no hacker:
grab it!
|
a
project
by
agraul
Updated
almost 3 years
ago.
No love.
|
an
idea
by
jwei2017
openQA is an automated test tool to test operating system. I want to get the basic concept of how to use OpenQA.
Updated
almost 3 years
ago.
No love.
Has no hacker:
grab it!
|
a
project
by
Pastafly
I have a broken disk - it has a broken head and I have a replacement disk with the head I want to transplant.
I already tried head transplantation on old not needed disks. Those that only head 1 arm were doable with straw method, but this disks has 3 arms so I need a tool to hold the arms in place.
Updated
almost 3 years
ago.
No love.
|
an
idea
by
charleswang007007
Updated
almost 3 years
ago.
No love.
Has no hacker:
grab it!
|
a
project
by
fmherschel
Problem
Updated
almost 3 years
ago.
No love.
|
a
project
by
slunkad
This involves customizing a tumbleweed image to configure cloud-init and adding other elements like docker, kubernetes, etcd, flannel which are required to get a kubernetes cluster running either using kiwi or disk image builder.
Updated
almost 3 years
ago.
No love.
|
an
idea
by
sndirsch
During hackweek I'll try to get sound working via bluetooth on my Thinkpad T470, which is still running openSUSE Leap 42.3.
Updated
almost 3 years
ago.
No love.
Has no hacker:
grab it!
|
a
project
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
almost 3 years
ago.
No love.
1 follower.
|
a
project
by
ikapelyukhin
After playing around with Terraform, a wild idea appeared to write a plugin for SCC.
The code for the plugin is in the
Updated
almost 3 years
ago.
No love.
|
a
project
by
jcejka
The goal of this project is to get an overview of the containers, Kubernetes and CaaSP.
Updated
almost 3 years
ago.
No love.
|
an
idea
by
wboring
This is a continuation from HW 16.
Create an upstream Openstack Cinder driver for ceph iSCSI.
Updated
almost 3 years
ago.
No love.
Has no hacker:
grab it!
|
an
idea
by
duartead
Using OBS to deploy a box wich can act as a simple virtual switch:
- included dpdk support
Updated
almost 3 years
ago.
No love.
Has no hacker:
grab it!
|
an
idea
by
alexharford
My kids are in Scouting, and their badges are tracked manually in a spreadsheet by their leaders. Their progress is tracked as they progress through the levels (Beavers, Cubs, Scouts, Venturers, Rovers) but it's a manual handoff.
I wanted to make a web app that would let groups track the kids' progress as they move between groups, and also learn Flask / SQLAlchemy.
Updated
over 2 years
ago.
No love.
Has no hacker:
grab it!
|
an
idea
by
suntorytimed
Porting Moolticute App to openSUSE
only distributed as appImage or Debian package
Updated
about 2 years
ago.
1 hackers ♥️.
Has no hacker:
grab it!
|
an
idea
by
rliang06
I have finished Chinese translation of Designing with LibreOffice in early 2018. This time I can add a finishing touch to it.
Updated
almost 2 years
ago.
No love.
Has no hacker:
grab it!
|
an
idea
by
leli
Study the book content and try to practice some project examples in the book to understand deeply on PYTHON and its using.
Updated
about 1 month
ago.
No love.
Has no hacker:
grab it!
|
a
project
by
mcepl
Fix https://gitlab.com/m2crypto/m2crypto/issues/204, see more discussion therein.
Updated
about 2 years
ago.
1 hackers ♥️.
|
a
project
by
comurphy
The OpenStack Infra team has been running on the EOL'd puppet 3 for too long, they need help updating.
The plan is here: https://review.openstack.org/449933
Updated
about 2 years
ago.
No love.
|
an
idea
by
xiaoguang_wang
If you work with GNOME, after screen is locked, the monitor will turn off.
This extension can keep monitor light.
Updated
about 2 years
ago.
1 hackers ♥️.
1 follower.
Has no hacker:
grab it!
|
an
idea
by
fschnizlein
Who of you remembers this awesome game? One of my favorites when I was a child (oh yes!).

Updated
about 2 years
ago.
1 hackers ♥️.
Has no hacker:
grab it!
|
a
project
by
m_meister
Right now our concourse instance http://salzbreze.suse.de:8080 runs containerized (via docker-compose) on bare metal
We already have a production caasp instance, so we can already move it there
Updated
about 2 years
ago.
1 hackers ♥️.
|
an
idea
by
favogt
GPUs are fast, software emulation is slow - what happens if both get combined?
I don't know either, this project is an attempt at finding it out.
Updated
about 1 year
ago.
No love.
Has no hacker:
grab it!
|
a
project
by
martinsmac
I use Calibre (calibre.com) in my opensuse. This tool manage ebooks, convert for many formats and control a ebook reader device. I would use my time to finish portuguese Translation to this project.
Updated
about 2 years
ago.
1 hackers ♥️.
|
a
project
by
yosun
The result for xfstests in osd seems always red[1], but actually it's only a few test fail in a group(around 1/50). If we want to keep use openQA to handle those test, we need some enhancement for that. Try to enhancement test result to make it shows in a better way.
- Make more reasonable group for those test
Updated
about 2 years
ago.
1 hackers ♥️.
|
a
project
by
m_meister
in https://gohugo.io/ you can easily write custom themes via templates for creation of static websites
the theme should be responsive for mobile and offer some configuration options
Updated
about 2 years
ago.
1 hackers ♥️.
|
a
project
by
iulhaq
I would like to take part in the course that is offered at https://suse-academy.hastexo.com/
Updated
about 2 years
ago.
1 hackers ♥️.
|
a
project
by
bbobrov
From the mediagoblin.org website:
"MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc."
Updated
about 2 years
ago.
1 hackers ♥️.
|
a
project
by
XinLiang
This is somehow related with our team's work(https://fate.suse.com/323437),
We want to write a set of restful API for any components in HA product stack use to control the cluster.
Updated
about 2 years
ago.
1 hackers ♥️.
|
a
project
by
ericp
I'd like to see a web-based desktop RSS reader with a simple 3-pane interface like SharpReader's but it runs in Firefox and uses Firefox shared storage to store the user's usage data on their local machines, not on a server.
Technology:
Updated
about 2 years
ago.
1 hackers ♥️.
|
an
idea
by
gqjiang
There are some multiqueue I/O scheduler nowadays, such as bfq and kyber. And bfq is really complex (about 10K LOC)and error prone from my understanding, since kyber only has less than 1k LOC, it should be more easier and practical to read/play it in one week.
Updated
about 2 years
ago.
1 hackers ♥️.
Has no hacker:
grab it!
|
an
idea
by
cxiong
I'd like to use this hackweek to bootstrap this effort.
What's done:
Updated
about 1 month
ago.
No love.
Has no hacker:
grab it!
|
an
idea
by
qkzhu
Get involved in the development of gnome-shell in this week.
backlog:
Updated
almost 2 years
ago.
No love.
Has no hacker:
grab it!
|
a
project
by
fos
There are several game launchers for Linux already (like Lutris or GR-lida), but none of them is focused on compatibility with old Linux games or other ancient native applications. At the same time it is getting more and more difficult to get those old applications to run on modern Linux distributions.
This is a learning project for me, so the goal is not to extend any existing GUI frontend, but get familiar with various techniques and see how far I can get without any previous knowledge.
Updated
about 2 years
ago.
1 hackers ♥️.
|
an
idea
by
clanig
Recently the Winepak project has launched.
It seems to package Wine installations that are specifically preconfigured for the corresponding applications in Flatpaks. Then the installer is loaded from the internet automatically.
Updated
about 2 years
ago.
1 hackers ♥️.
Has no hacker:
grab it!
|
a
project
by
david_chang
openvswitch is more used by openstack and software defined networking stack. And
it seems having a lot of improvements. In this hackweek, I'd like to see what's
Updated
almost 2 years
ago.
No love.
|
an
idea
by
lchen
So far, ocfs2 has no tool for defragmentation.
This project intends to write one. :smile:
Updated
about 2 years
ago.
1 hackers ♥️.
Has no hacker:
grab it!
|
a
project
by
dfaggioli
Updated
almost 2 years
ago.
No love.
1 follower.
|
an
idea
by
msmeissn
OBS is the goto tool for providing source packages not just for openSUSE but also for other distributions.
The Wine team needs new package building methods, so I am planning to
Updated
about 2 years
ago.
1 hackers ♥️.
Has no hacker:
grab it!
|
a
project
by
mbrugger
Banana-pi R2 has quite a good upstream support in the kernel, but lacks a u-boot support.
The idea is to sit down at get working on that. This would be a good starting point to get u-boot support for other Mediatek SoCs as well.
Updated
about 2 years
ago.
1 hackers ♥️.
|
an
idea
by
zbenjamin
We had the idea of a event based, non blocking libzypp API. Would be nice to iron out the requirements and maybe do some prototyping to see if the idea makes sense.
Event loop would be based on glib which would make it instantly compatible with at least GTK and Qt applications.
Updated
almost 2 years
ago.
No love.
Has no hacker:
grab it!
|
a
project
by
dmaiocchi
https://github.com/cornelius/yesshipit
i was really curious about this project but i never had the time to use it.
Updated
about 2 years
ago.
1 hackers ♥️.
|
a
project
by
SShyukriev
Updated
about 2 years
ago.
1 hackers ♥️.
|
a
project
by
sschricker
As title says, I want to finish the Windows Subsystem for Linux images of SLES and Leap 15, which Fabian Vogt provided, so they can be shipped to the Windows Store.
Updated
about 2 years
ago.
1 hackers ♥️.
|
an
idea
by
ta-ro
Install and test the documentation environment daps on Ubuntu.
Updated
about 2 years
ago.
1 hackers ♥️.
Has no hacker:
grab it!
|
a
project
by
darix
learn both and be awesome
Updated
about 2 years
ago.
1 hackers ♥️.
|
a
project
by
krauselukas
My first hands-on machine learning using scikit-learn and tensorflow. If there is time in the end i would like to implement it into one of my existing projects by maybe processing some sensor data.
Updated
about 2 years
ago.
1 hackers ♥️.
|
an
idea
by
pgonin
I am going to give a try to Kubic on OpenStack
My goal is to see how far I can get in building a Kubernetes cluster using OpenStack Kubic 'Stack' images
Updated
almost 2 years
ago.
No love.
Has no hacker:
grab it!
|
an
idea
by
richardcox
- Some public access points refuse VPN connections when using providers such as NordVPN
- I'd like to experiment with setting up OpenVPN on SLES on AWS and Azure to find a way to work around this
Updated
almost 2 years
ago.
No love.
Has no hacker:
grab it!
|
an
idea
by
njones
Updated
about 2 years
ago.
1 hackers ♥️.
Has no hacker:
grab it!
|
a
project
by
jankara
Currently, each filesystem developer does his fstests runs (a testsuite for regression-testing of filesystems) on his dedicated test machine, on Orthos machine, ... This not only means duplication of efforts to automate this testing but also leads to inefficient use of resources (sometimes the test machine is just idle, sometimes you would need more tests to run in parallel to speed up development). The goal of this effort is to use SUSE Engineering Cloud to implement fire-and-forget fstests runs where you specify kernel to test (fetched from git tree or so), fstests configs to run, and then just pick up test results later on...
Updated
about 2 years
ago.
1 hackers ♥️.
|
an
idea
by
pvorel
Updated
about 2 years
ago.
1 hackers ♥️.
Has no hacker:
grab it!
|
a
project
by
arun_kant
Planning to do some deep learning course sessions e.g. fastai , google ML crash course etc. Also try to understand common tools (tensorflow, jupyter notebook, numpy, pandas, pytorch) and practices e.g. Convoluation neutral nets, SGD used to solve learning problems.
Aim is to get ready for kaggle competition (https://www.kaggle.com/competitions) eventually to test out learning and develop intuition around categories of learning problems.
Updated
about 2 years
ago.
1 hackers ♥️.
|
an
idea
by
mvetter
Wanted to build a basic home surveillance with rpi and hedwig.
Updated
about 2 years
ago.
1 hackers ♥️.
Has no hacker:
grab it!
|
an
idea
by
cbosdonnat
Fix a few bugs within python-language-server and oni to get a reasonably good pylint integration.
Attempted to packag oni, but all the nodeJS deps scared me for a first nodejs package
Updated
about 1 year
ago.
No love.
Has no hacker:
grab it!
|
a
project
by
vstsironis
The purpose of this project is to train myself in SUSE Manager and SaltStack.
SUSE Manager delivers a best-in-class open source IT infrastructure management solution for software-defined infrastructure powered by SaltStack, a Python-based open-source configuration management software and remote execution engine.
Updated
about 1 year
ago.
No love.
|
an
idea
by
ganghe
Nowadays, SSD (fast hard disk) is very popular, but still expensive. Some users want to use some SSD hard disks and some common hard disks to set up a hybrid storage infrastructure, in this case, how does OCFS2 file system utilize these SSD hard disks effectively? so far, we have not any particular optimization, OCFS2 considers these hard disks as one kind of hard disk.
So, I want to investigate what we can do in improving OCFS2 under a hybrid storage infrastructure, let OCFS2 be able to aware fast hard disks, and use them more effectively.
Updated
about 2 years
ago.
2 hacker ♥️.
Has no hacker:
grab it!
|
a
project
by
slemke
Updated
about 2 years
ago.
2 hacker ♥️.
|
a
project
by
zhangxiaofei
While it is important for package maintainers to track the upstream code base activities and backport significant patches in a timely manner, it could be a tedious work when there's hundreds of packages in a project (ahem, GNOME) to follow manually.
So I wish to get mail notifications when new commits with certain keywords (e.g. SIG, {crash, hang}{s, ing, ed}, leak(age), CVE-, https://bugzilla.gnome.org/show_bug.cgi?id=*, etc, etc) come in.
Updated
about 2 years
ago.
2 hacker ♥️.
|
an
idea
by
hennevogel
There are many great osc plugins but no easy way to discover them from osc. Add a plugin command to osc:
* osc plugin --list -> List of all available plugins
Updated
almost 2 years
ago.
1 hackers ♥️.
1 follower.
Has no hacker:
grab it!
|
an
idea
by
hennevogel
orr mimics rvm and helps you to switch between different ruby versions on your openSUSE installation.
It's developing on github in hennevogel/orr.
Updated
about 2 years
ago.
1 hackers ♥️.
Has no hacker:
grab it!
|
a
project
by
vcuadradojuan
Updated
about 2 years
ago.
2 hacker ♥️.
|
a
project
by
dmdiss
Ceph offers a highly scalable and fault-tolerant storage system. Samba is already capable of sharing data located on the Ceph Filesystem, however scale-out sharing (the same data exposed by multiple Samba nodes) currently requires the use of CTDB for consistent and coherent state across Samba cluster nodes. In such a setup CTDB provides a clustered database with persistent key-value data storage and locking. Database usage is abstracted out via a generic dbwrap interface.
Ceph's librados library provides an API for the storage and retrieval of arbitrary key-value data via the omap functions. A watch/notify protocol is also provided as a mechanism for synchronising client state (locking). Key-value data stored in the RADOS back-end inherits the same redundancy features as regular objects, making it a potentially good candidate as a replacement for CTDB in scale-out Samba clusters.
Updated
almost 2 years
ago.
No love.
|
an
idea
by
lnussel
[kiwi generated] appliances, containers or any kind of image suffer from reoccuring problems like left over log files or UUIDs, e.g.
/etc/machine-id
Updated
about 1 month
ago.
1 hackers ♥️.
Has no hacker:
grab it!
|
an
idea
by
llzhao
I would like to read this book during hack week, thanks.
Updated
almost 2 years
ago.
No love.
Has no hacker:
grab it!
|
a
project
by
Jessica Yu
There are some interesting and promising new tools for kabi checking that have been developed in the past 2-3 years (e.g. abidiff/libabigail, kabi-dw) . See if any of them prove to be viable alternatives to our current dependence on the brittle genksyms/modversions infrastructure in the kernel.
Updated
about 2 years
ago.
2 hacker ♥️.
|
an
idea
by
mkoutny
There is not always a strict commit discipline separating functional changes and formatting, sometimes formatting change is inevitable. Changes that rewrap lines pollute diff output and make it hard to read. (This applies to texts where line wraps bear no semantics.)
Similarly to -w, --ignore-all-space option of the diff(1) program add an option that will make the comparing algorithm ignore changes that only rewrap lines. (It's upon the implementation how to approach rewrapped and changed lines but no semantical changes should be hidden from the user.)
Updated
about 1 month
ago.
No love.
Has no hacker:
grab it!
|
a
project
by
jbrielmaier
GNU Guix is a functional package manager that is also available on openSUSE Leap 15 and Tumbleweed.
The goal of this project is to port it to ppc64le.
Updated
almost 2 years
ago.
1 hackers ♥️.
|
a
project
by
dmaiocchi
During the hackweek i want also to learn more about this topic.
https://github.com/dastergon/awesome-chaos-engineering
Updated
about 2 years
ago.
2 hacker ♥️.
|
a
project
by
dmaiocchi
i want to spend some day of my hackweek to improve salt-toaster https://github.com/openSUSE/salt-toaster
Updated
about 2 years
ago.
2 hacker ♥️.
|
a
project
by
aojeagarcia
The openstack-helm project run Openstack in a Kubernetes cluster using helm charts.
The goal of the project is to able to run it in OpenSUSE, and if successful as a bonus add a job that runs with OpenSUSE to the gates runs with OpenSUSE to the gates
Updated
about 2 years
ago.
2 hacker ♥️.
|
a
project
by
whdu
I just got the FST-01G device from my friend, which could work as the Gnuk token. I'm going to try to make it work for ssh authentication.
Updated
about 2 years
ago.
2 hacker ♥️.
|
a
project
by
aplanas
Mozilla's DeepSpeech project[1] is using TensorFlow and some paper from Baidu to make an open source speech to text system, based on deep learning (TensorFlow). The current project allow the training for own local datasets, but also there is a pre-trained model that can be used during the development.
The goal of the project is:
Updated
about 2 years
ago.
2 hacker ♥️.
|
a
project
by
dleidi
There are customer use cases where sharing information via internet or uploading data somewhere is not acceptable for security reasons: this avoid the usage of some tool like the most famous Google Analytics, and prevent developers from understanding how the web application is used by the customers. I don't want to reinvent the wheel and re-implement a copy of Google Analytics, but getting inspired from it, the goal is to reuse information that we already have to extrapolate an analysis of the WebApp customer usage.
I started this project with the aim of learning a programming language where I am not so comfortable yet (python). The purpose of this Hack Week project is to bring this basic tool at a minimal stable and usable state with the purpose of analyze the usage of a WebApp in scenarios where the WebApp is used in an internal network only (offline, disconnected from the internet).
Updated
about 2 years
ago.
2 hacker ♥️.
|
an
idea
by
sbrabec
udev is a perfect tool for applying hardware based rules. But there are some devices that are indistinguishable by its identification and even by probe.
Such devices need user assistance to get them properly identified.
Updated
about 2 years
ago.
2 hacker ♥️.
Has no hacker:
grab it!
|
a
project
by
sbrabec
Translations get more and more important in packages live.
Currently, translation-update-upstream is the only tool capable to update packages translation. It was designed 10 years ago. It is a hard to use monolithic tool that does not use advantages of openSUSE Build Service.
Updated
about 2 years
ago.
2 hacker ♥️.
|
a
project
by
dmaiocchi
Updated
about 2 years
ago.
2 hacker ♥️.
1 follower.
|
an
idea
by
emiura
Since openstack cloud uses HA on its foundation, I want to install and learn some stuff about cloud
- install
Updated
about 2 years
ago.
2 hacker ♥️.
1 follower.
Has no hacker:
grab it!
|
a
project
by
wanghaisu
Description:
Updated
about 2 years
ago.
2 hacker ♥️.
|
an
idea
by
yfjiang
The project to give an investigation of the difference between openSUSE Leap (aligned with SLE), Tumbleweed (SLE's future release) and Fedora (a good gnome based Desktop outside SUSE release family), trying to have a better understanding of what the Leap/SLE desktop can possibly be as a general platform in future releases.
The investigation will focus on gnome-software update stack, initial setup of the system after installation, as well as the CJK support. Surprising difference is not excluded during playing across distributions.
Updated
almost 2 years
ago.
1 hackers ♥️.
Has no hacker:
grab it!
|
a
project
by
zcjia
Hacking on the advanced open source computer algebra system -- FriCAS, which has a long history that dates back to 1965.
It has not aged very well: 108 C files has been edited only 66 times in the past decade, and full of compiler warnings;
Updated
about 1 month
ago.
1 hackers ♥️.
|
a
project
by
acho
Steps:
1. Try some funny Wireless Display Software
Updated
about 1 year
ago.
1 hackers ♥️.
|
an
idea
by
suntorytimed
minikubic
minikube is a very helpful tool to set up and play around with a small Kubernetes cluster. By default it does use Ubuntu 16.04 as a base for its virtual machines.
Updated
almost 2 years
ago.
1 hackers ♥️.
1 follower.
Has no hacker:
grab it!
|
a
project
by
vpereirabr
To follow a responsible disclosure while dealing with security issues on Open Build Service, we are going to setup a gitlab project mirroring our github project and set CI, using gitlab CI, to make sure that the security changes aren't introducing any regression and avoid embargoed issues being leaked.
Updated
about 2 years
ago.
2 hacker ♥️.
1 follower.
|
a
project
by
malbu
Develop a proof of concept frontend based on React and Material-UI as an alternative to the JSP/Struts based frontend currently available.
Updated
about 2 years
ago.
2 hacker ♥️.
|
a
project
by
ikapelyukhin
The subject says it. Learning about DHT seems like a fun project.
Updated
almost 2 years
ago.
1 hackers ♥️.
1 follower.
|
a
project
by
ptesarik
The aim is to replace dump file read routines in makedumpfile with library functions from libkdumpfile. This should enable (among other things) filtering Xen DomU dump files.
Updated
about 2 years
ago.
2 hacker ♥️.
|
a
project
by
lyan
0 Background
This will be a verification test for Intel i915, code has been merged into kernel 4.16 and qemu 2.12, will provide a setup manual as output.
Updated
about 2 years
ago.
2 hacker ♥️.
|
a
project
by
ed_lane
Abstract:
- Cloud hosted applications are now composed of many microservices often deployed in containers. When things go wrong, are slow, or just not understood, where can we turn?
Updated
about 2 years
ago.
2 hacker ♥️.
1 follower.
|
a
project
by
lyan
Have several raspberry pis at hand, and also bought a Zodiac a while ago, will setup a software define network with ryu. Also will check on package possibility for ryu in opensuse
1 Firmware update:
Updated
almost 2 years
ago.
1 hackers ♥️.
1 follower.
|
a
project
by
Mzikmund
Hi,
We would like to make a new demo showcase similar to our previous LEGO excavators https://www.youtube.com/watch?v=fJdZ3kr2u9o
Updated
almost 2 years
ago.
1 hackers ♥️.
1 follower.
|
a
project
by
cwh
Volumio is a great, Linux based, open source music player for Raspberry PI and x86.
archive.org is a non-profit library of millions of free books, movies, software, music, websites, and more.
Updated
about 2 years
ago.
2 hacker ♥️.
|
a
project
by
PSuarezHernandez
"salt-toaster" allows you to test multiple Salt package flavors across different operating systems via Docker containers. This project is heavily used on the SUSE Manager team to hardening the Salt package that is shipped on the openSUSE/SLE distributions. Link to GitHub repository
The "salt-toaster" execution is divided on different steps (image building, container spinning, salt key acceptance, tests execution, etc) but currently we only get the global results for the entire testsuite execution.
Updated
about 2 years
ago.
2 hacker ♥️.
1 follower.
|
a
project
by
xgonzo
zypp-closure is a small helper tool making use of libzypp and the metadata of product repositories.
The idea is to generate a dependency closure for a package or list of packages based on repositories metadata.
Updated
about 2 years
ago.
2 hacker ♥️.
|
a
project
by
msmeissn
The Fuji X series cameras are not well supported in libgphoto2 yet.
I want to borrow some for the Hackweek and fix the bugs in libgphoto2.
Updated
almost 2 years
ago.
1 hackers ♥️.
1 follower.
|
a
project
by
vuntz
A few months ago, I started thinking "it cannot be that hard to model my house using some CAD software". And of course I miserably failed.
I'm using this week as an opportunity to take the time to learn about CAD and manage to do something with it. And it's a good project where I can deal with interruptions (which are expected).
Updated
about 2 years
ago.
2 hacker ♥️.
|
a
project
by
Druonysus
What is Brine?
Updated
about 2 years
ago.
2 hacker ♥️.
1 follower.
|
a
project
by
JERiveraMoya
I got a good textbook for learning Czech and I will be diving into it this week, focus on mainly in grammar and self-study, planning to use my "Welcome to SUSE" stickers to write down some interesting words in Czech and Spanish to fix better the vocabulary.
Despite my survival Czech is ok to live in the country I am very curious to know better how is the internal machinery of this language so It will be beneficial for the future.
Updated
almost 2 years
ago.
No love.
|
a
project
by
rtsvetkov
Effort planning in large-scale agile projects with multiple stakeholders
The analysis and selection of requirements are important parts of any release planning process. Most practices focuse on release planning based on plan-driven optimization models. Nevertheless, solving the release planning problem mechanistically is difficult in an agile development context with multiple stakeholders.
Updated
about 1 year
ago.
2 hacker ♥️.
|
a
project
by
vpelcak
I would like to dedicate my time to the improvement of the Czech localization of KF5.
* Trunk
Updated
almost 2 years
ago.
No love.
|
a
project
by
asmorodskyi
Idea is create applet with same functionality which provided by network-manager applet .
Gather more detailed requirements is part of fun :)
Updated
about 2 years
ago.
3 hacker ♥️.
|
a
project
by
mkoutny
strace can parse syscall arg structures and print them in user-friendly way. For ioctl syscalls there is greater variety of the structures and not all are supported. Let's start with covering autofs data.
Updated
about 1 year
ago.
2 hacker ♥️.
|
an
idea
by
kbabioch
In the past I've worked on a set of scripts to identify potential for improvement of the supply chain within our build service. For now RPM files can be scanned for unused signature files that are available upstream and look for potentially unused https:// links, although they are available.
These scripts work on a prototype-basis, but there is a lot of follow-up work to do, e.g.:
Updated
over 1 year
ago.
1 hackers ♥️.
1 follower.
Has no hacker:
grab it!
|
a
project
by
loquacity
I'd like to consider the possibilities for redesigning SUSE documentation. Mark Baker ("Every Page is Page One") says "include it all, filter it afterwards" which is the exact antithesis of what we currently offer. Let's consider how we can move documentation into the future: search driven, user friendly, accessible, and in line with the way our readers use the rest of the internet.
Updated
about 2 years
ago.
3 hacker ♥️.
|
a
project
by
bergmannf
I want to write a new rubocop cop that verifies that a schema.rb file in a Rails project, references a valid migration.
Updated
about 2 years
ago.
3 hacker ♥️.
|
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?
Things to look at in particular:
Updated
about 2 years
ago.
3 hacker ♥️.
|
an
idea
by
ikapelyukhin
:warning: Bold and crazy ideas down below, read only if you dare :warning:
Yast CA management module isn't on SLE15 yet, so now in Yast RMT module (package name yast2-rmt ) we have our own implementation for generating SSL certificates that doesn't depend on libcamgm .
Updated
about 2 years
ago.
3 hacker ♥️.
Has no hacker:
grab it!
|
a
project
by
dmaiocchi
code
https://github.com/MalloZup/foresinc
Updated
almost 2 years
ago.
2 hacker ♥️.
|
an
idea
by
tampakrap
The openSUSE Heroes team provides a status page under https://status.opensuse.org, which is based on Cachet. While it is very nice to provide a status page to the users, this one has a few key issues explained below,
* The need of the DB requires syncing between locations. Thus it would have been better to replace it with a static web page (see also at the offsite meeting summary link above, which also includes links of status pages of other infra teams).
Updated
about 2 years
ago.
3 hacker ♥️.
1 follower.
Has no hacker:
grab it!
|
a
project
by
apritschet
I'd like to write a webservice comparable e.g. to Evernote or NextCloud. Emphasis of the project is that the server only provides storage for the actual data and keys; en- and decryption is to be performed by the client.
Optionally capabilities for sharing data with other users should be included.
Updated
almost 2 years
ago.
2 hacker ♥️.
|
a
project
by
bmaryniuk
Currently Salt is using supportconfig utility alongside with the SUSE Manager installation. Every single bugreport for Salt, that contains its logs are always useless that regard. It might work for SUSE Manager, but for Salt it doesn't. And even after asking user to switch the cluster into a debug mode or even trace mode, it is still far away from being useful enough, so the supporter don't need to dance with the tambourine around the fire, guessing what ghost just munged what component.
What if we can reuse Salt's internal tooling and develop some more tools that will not just grab logs/sysinfo from what is already there, but also get much more data, "x-ray" minions, turn them into a debug mode, collect right data, perform tests realtime etc?
Updated
about 2 years
ago.
3 hacker ♥️.
1 follower.
|
a
project
by
ammartinez
At SUSE/openSUSE we are using (at least some times) Etherpad, whose functionality is really limited and looks as taken from the past. :seenoevil: After taking a look to other possible Open Source alternatives, I think there is at the moment any which offers all the feature I would like to have. Because of that I would like to contribute to JetPad, with the idea of using it privately and that it can also be used by SUSE/openSUSE.
JetPad is a web-based collaborative text editor built with SwellRT real-time technology and the Angular 2 framework. Both JetPad and SwellRT code can be found in GitHub:
Updated
about 2 years
ago.
3 hacker ♥️.
|
a
project
by
joeyli
Intel Chen Yu developed a user land utility:
Introduce the in-kernel hibernation encryption
Updated
about 2 years
ago.
3 hacker ♥️.
1 follower.
|
an
idea
by
dmaiocchi
GitLab offer the possibility to use the CI on Kubernetes.
We could then offer varios R&D teams the possiblity to use the GitLab-CI with "free" resources for testing on GitLab-Ci.
Updated
almost 2 years
ago.
2 hacker ♥️.
Has no hacker:
grab it!
|
a
project
by
alarrosa
The Bard music manager is a command line tool to organize local music I've been developing over the last years (in Hackweek 15 it was called finddupmusic). It parses your local music collection and stores the metadata in a sqlite database, then it can generate audio fingerprints and recognize similar/duplicated songs. It can also be used to play music (using internally mpv), set ratings, fix metadata, etc.
The purpose of this project would be to create a web interface for Bard, so users can use their browsers to get music streamed to their computers/phones (with format conversions on-the-fly). Probably it should implement the AURA protocol for this.
Updated
almost 2 years
ago.
2 hacker ♥️.
1 follower.
|
a
project
by
ONalmpantis
Suggest a new T shirt system using data mining techniques.
A better way to provide accurate estimations of the difficulty/complexity of the updates we are testing.
Updated
almost 2 years
ago.
2 hacker ♥️.
|
an
idea
by
aplanas
The Astronomy team at the University of Louisville is providing documentation about how to setup openSUSE for a better experience for the daily job:
http://www.astro.louisville.edu/mediawiki/index.php/OpenSuse
Updated
about 2 years
ago.
3 hacker ♥️.
Has no hacker:
grab it!
|
an
idea
by
zhangxiaofei
Disclaimer: I have zero knowledge on security studies and very little knowledge on our internal security workflow. The idea popped out from the observation on my daily work which includes backporting security fixes, occasionally a couple of which are embargoed. Lashes are welcome if you find the idea stupid.
When an embargoed vulnerability reaches SUSE, the related bugs / fixes are usually only exposed to a small group of people including maintainers of the affected package. While bugzilla can made an issue private for that purpose, For OBS I'm unaware of an option like "private project / package" that blocks unwanted access (please correct me if it does exist).
Updated
over 1 year
ago.
2 hacker ♥️.
1 follower.
Has no hacker:
grab it!
|
an
idea
by
mitiao
Continue the project from Hackweek 16 to read the book of source code analysis of docker.
Updated
about 1 year
ago.
2 hacker ♥️.
Has no hacker:
grab it!
|
an
idea
by
Julie_CAO
purpose: a study project.
motivation: I know a little of Python, but have no experience with
Updated
about 1 month
ago.
1 hackers ♥️.
Has no hacker:
grab it!
|
an
idea
by
waynechen55
Continue to get familiar with openQA components and workflow by performing virtualization host upgrade automation. Get first-hand impression on openQA's characteristics and weaknesses. Note down any findings that worth noticing.
Updated
about 1 month
ago.
No love.
Has no hacker:
grab it!
|
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.
I want us to investigate and find (or found!) an Open Source project that allows to easily collect (internal) surveys.
Updated
about 2 years
ago.
3 hacker ♥️.
2 followers.
|
a
project
by
ancorgs
Right now, during the (open)SUSE installation process, the changes to be performed on the storage devices are presented as a list of actions such as:
* Resize ntfs partition /dev/sda1 by 100 GiB
Updated
over 1 year
ago.
1 hackers ♥️.
|
an
idea
by
cvar
Ansible is great for easily provisioning systems and whole clusters. Compared to Salt it may be slower, but on the other hand it doesn't have to install "minion-like" software on the hosts it operates on. My very-near-future plan is to create an Ansible playbook for fast-provisioning Ceph clusters and automatically running a series of functionality tests on them. Also, I can see Ansible playing an important role on my efforts for automating virtualization testing.
Updated
almost 2 years
ago.
2 hacker ♥️.
Has no hacker:
grab it!
|
an
idea
by
KGronlund
I want to create a more modern mail storage format, which leverages git and tagging instead of folders to manage my mail.
This is inspired by having used notmuch and mbsync for a long time, liking the good aspects of this setup but getting frustrated with the problems. Mainly the issue of storing mail on multiple computers with eventual consistency (for example being able to read mail on my laptop when travelling but my desktop computer when at home).
Updated
about 2 years
ago.
3 hacker ♥️.
1 follower.
Has no hacker:
grab it!
|
an
idea
by
mwilck
Recent multipath-tools contains a patch series that allows latency-based path prioritization. However the code is clumsy and not well designed.
More importantly, I think that the applied algorithm, which is based on simple methods like comparing averages and standard deviations, is suboptimal. I consider replacing it with a clustering-based approach, using the open source cluster library.
Updated
about 1 year
ago.
1 hackers ♥️.
Has no hacker:
grab it!
|
a
project
by
lyan
- Boot up MACCHIATObin with a linux kernel
- Boot up MACCHIATObin with opensuse
Updated
almost 2 years
ago.
2 hacker ♥️.
|
a
project
by
rtorrero
I'd like to spent some time improving the network for our office in Gran Canaria in the following aspects:
- Mini rack: Get a cheap or second hand mini rack to put all the network equipment inside.
Updated
almost 2 years
ago.
2 hacker ♥️.
1 follower.
|
a
project
by
michalsrb
I use the KDevelop IDE whenever I can. At SUSE mostly for reading code while debugging some bug. My plan is to create plugin that will show extra information inline with the code to make it easier to explore foreign code.
Examples include showing names of function parameters at call site, elided types of variables (e.g. C++ auto, lambda parameters), comments next to closing brackets etc.
Updated
about 2 years
ago.
3 hacker ♥️.
1 follower.
|
a
project
by
RBrownSUSE
The incredible Neal Gompa has packaged Open Shift Origin (RH's core Docker + Kubernetes stack) for openSUSE
Links:
Updated
almost 2 years
ago.
1 hackers ♥️.
|
a
project
by
jluis
When we started brain storming a project for hack week, one of the floated ideas was to remake the 1983 film WarGames, and for lack of available space, a local lot with storage units was proposed. Over the course of the following years, while we planned, we realized that this whole idea would not be the most feasible, but it still felt like we were onto something.
Eventually, we settled with keeping the name and changing the scope.
Updated
about 2 years
ago.
3 hacker ♥️.
|
a
project
by
jbohac
Since commit 556b535 windows can be switched in taskbar order using the mouse wheel.
They taskbar buttons can also be rearranged with drag and drop.
Updated
about 1 month
ago.
No love.
|
a
project
by
dmulder
Learn tinycc (tcc). Fix bugs, write features, etc. Hack on tcc.
Updated
almost 2 years
ago.
1 hackers ♥️.
|
a
project
by
mschnitzer
There is a super cool framework for mobile phone apps available: ionic (http://ionicframework.com/)
ionic allows you to write apps in HTML, (Angular) JavaScript, and TypeScript for any mobile phone platforms: iOS, Android, and Windows Phone. You just need to know how to use HTML and JavaScript and you can start writing an app and convert it to any mobile phone platform.
Updated
about 2 years
ago.
4 hacker ♥️.
|
an
idea
by
suntorytimed
Wire Desktop App on openSUSE
Currently there are two home projects which build a wire-desktop app for openSUSE.
Updated
almost 2 years
ago.
3 hacker ♥️.
Has no hacker:
grab it!
|
an
idea
by
aspiers
As described in https://hackaday.com/2018/01/17/speech-recognition-for-linux-gets-a-little-closer/ Michael Sheldon created an IBus plugin that lets DeepSpeech work with nearly any X application. He’s also provided PPAs that should make it easy to install for Ubuntu or related distributions. Would be great to get this working on openSUSE!
Updated
about 2 years
ago.
4 hacker ♥️.
Has no hacker:
grab it!
|
a
project
by
cbruckmayer
An initial prototype from the last hackweek can be found on YouTube
Some may know the reality TV show shark tank where entrepreneurs pitch their startup ideas to get an investment. There is a German franchise of this show called "Höhle der Löwen".
Updated
about 2 years
ago.
4 hacker ♥️.
1 follower.
|
an
idea
by
suntorytimed
What is Taiga?
On the first view Taiga (taiga.io) is a open source Trello replacement. On the second it is way more than that. Taiga does offer a lot more integration into Scrum and Kanban Workflow than Trello could ever do (even if you would pay for all those neat power-ups). Taiga is offered as hosted and self-hosted (as it is completely open source) and does offer all features in payed and free accounts on the hosted solution. Unlike tools like Gitlab where there are premium features that are held back for the enterprise offering this tool is developed in the open (https://github.com/taigaio).
Updated
about 1 year
ago.
3 hacker ♥️.
Has no hacker:
grab it!
|
an
idea
by
suntorytimed
What is Taiga?
On the first view Taiga (taiga.io) is a open source Trello replacement. On the second it is way more than that. Taiga does offer a lot more integration into Scrum and Kanban Workflow than Trello could ever do (even if you would pay for all those neat power-ups). Taiga is offered as hosted and self-hosted (as it is completely open source) and does offer all features in payed and free accounts on the hosted solution. Unlike tools like Gitlab where there are premium features that are held back for the enterprise offering this tool is developed in the open (https://github.com/taigaio).
Updated
about 1 year
ago.
3 hacker ♥️.
1 follower.
Has no hacker:
grab it!
|
an
idea
by
suntorytimed
How-to guide on switching from docker/docker-compose to a cri-o/k8s world
In this project I basically want to explore how you can move your containers (including its data and overlayfs2 layers) from Docker based docker-compose setup to a cri-o based k8s setup. This will mainly include doing a lot of research and try to find out the differences and how to transfer all the stuff without much downtime. It might also include some tooling effort.
Updated
about 2 years
ago.
4 hacker ♥️.
Has no hacker:
grab it!
|
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.
Since there is an official API that can be used to ask for changes in a particular repository, it would be nice if urlwatch had support for it. I've worked on a prototype in the past, but never came around to cleaning it up, and making it configurable through urlwatch's configuration files. Upstream is interested in this feature and is willing to merge it.
Updated
almost 2 years
ago.
3 hacker ♥️.
1 follower.
Has no hacker:
grab it!
|
a
project
by
lproven
Since Firefox 57, SUSE's default browser no longer supports XUL extensions. This is a problem for those of us who customized Firefox extensively with multiple addons.
There are other Firefox forks out there, but Waterfox is based on v56, the most recent version of Firefox before the switch to Quantum -- https://www.waterfoxproject.org/en-US/
Updated
about 2 years
ago.
4 hacker ♥️.
|
a
project
by
jochenbreuer
If you are now thinking of Salt-SSH, this is not completely wrong, but also not right. What we are talking about here, is an other Transport for Salt, a replacement for ZeroMQ.
Why?
Updated
about 2 months
ago.
2 hacker ♥️.
3 followers.
|
a
project
by
gameboy974
Motivation:
"Make Jangouts Great Again!!"
Updated
about 2 years
ago.
4 hacker ♥️.
|
an
idea
by
michael-chang
Self Encryption Drive (SED) is used to achieve hardware based full disk encryption provided by hard disk drive vendors. The project is aiming to use openSUSE to build the package necessary to enable the device, notably a more intuitive way to build Preboot Authentication (PBA) Image and deploy it to unlock the device at boot time.
Updated
about 2 years
ago.
4 hacker ♥️.
1 follower.
Has no hacker:
grab it!
|
a
project
by
jnwang
So I have to build a tool for in full automation, when I work on KVM testing.
The tool should be base on and compatible QASET (that is used currently in QA team.
Updated
almost 2 years
ago.
2 hacker ♥️.
1 follower.
|
an
idea
by
oertel
Investigate on our virt setup. Some things we found with sle12 might no longer be true,
new I/O schedulers exist, network setup might have room for speedups as well.
Updated
almost 2 years
ago.
3 hacker ♥️.
Has no hacker:
grab it!
|
an
idea
by
mvetter
Over the years I have stumbled upon various Android projects where I needed a feature and wasn't able to implement it because I had no idea about Android development.
Downloading an SDK by hand and setting it up one time on a computer always seemed like a waste of time to me. I prefer writing a package once or writing config files ones and then can use them everywhere later. This put me off for quite a while.
Updated
about 1 year
ago.
3 hacker ♥️.
Has no hacker:
grab it!
|
a
project
by
sbrabec
/media was a very comfortable thing standardized by FHS. After introduction of desktop based udisks mounts, the directory became empty. Paths like /run/media/me/directory or /run/user/1000/gvfs are used nowadays. When used from a terminal, it is very uncomfortable.
As mounts are private to users, the old style of /media use cannot be returned back. But with a kernel namespaces feature, it is possible to make private mounts, and each user can see a different contents of /media.
Updated
about 1 year
ago.
3 hacker ♥️.
1 follower.
|
a
project
by
jbohac
grub2-minimize-config
Replace the config-generating scripts to generate a minimalist grub2 config
Updated
about 1 month
ago.
3 hacker ♥️.
|
a
project
by
mdinca
The goal is to learn about Kaggle and Machine Learning.
Resources:
Updated
about 2 years
ago.
5 hacker ♥️.
|
a
project
by
AngelaBriel
Try to get back an automatic email notification about new or changed SAP Notes.
Since SAP has closed down some of their internal servers, which hosted an unofficial database/API to the SAP Notes, the nice email notification service of the SAP LinuxLab is terminated.
Updated
about 2 months
ago.
1 hackers ♥️.
|
a
project
by
lslezak
Hackweek 18 Update
What Has Been Done During HackWeek 18
Updated
almost 2 years
ago.
3 hacker ♥️.
|
a
project
by
lucidd
Yes this project is yet another project for creating a Suse Manager clone.
The motivation for that comes mainly from my need for a simple suse manager that i can easily run at home without the massive overhead involved in suse manager setup. Also since i mainly need to manage opensuse machines most of which are tumbleweed, suse managers repository model does not really work well in that case.
Updated
almost 2 years
ago.
4 hacker ♥️.
1 follower.
|
a
project
by
wstephenson
Overview
With the recent explosion of product extensions, modules, bases, the decomposition of monolithic base products into modules, and the amount of churn in product composition between releases, the task of calculating product dependencies and migrations between products has approached the complexity of package management. We have a state of the art tool for solving package dependencies, so why not apply it to the new domain?
Updated
almost 2 years
ago.
4 hacker ♥️.
|
a
project
by
pedrivo
The supportconfig tool is a great resource for troubleshooting common system issues on SLES but its functionalities might not be enough to troubleshoot other issues related to cloud solutions. I would like to invite you to contribute on this project by creating new plugins/tools to complement supportconfig's great power and ease the troubleshooting process for SUSE Openstack Cloud product.
Main goal:
Updated
almost 2 years
ago.
4 hacker ♥️.
1 follower.
|
an
idea
by
kbabioch
Since I'm a little bit of a drone-a-matic myself, and I enjoy flying around with drones, I propose to fly around/above the SUSE building, record some footage, and make a cool promo video out of it.
We could potentially use this footage (together with some recordings from inside the building taken by hand) as a promotion for the company and show others (via social media, etc.) how cool of a place SUSE and the Nürnberg office actually is.
Updated
about 2 years
ago.
5 hacker ♥️.
Has no hacker:
grab it!
|
a
project
by
digitaltomm
Currently externaltools is deployed manually with RPM. This is a manual process and involves packaging gem dependencies.
We do have a caasp cluster running internally which already hosts geekos.scc.suse.de and dash.scc.suse.de.
Updated
almost 2 years
ago.
4 hacker ♥️.
1 follower.
|
a
project
by
mlschroe
See Jonathan Dieter's chunk project.
https://github.com/zchunk/zchunk
Updated
about 1 year
ago.
3 hacker ♥️.
|
a
project
by
bmwiedemann
We got two old mainboards and hope we can get at least one of them to boot linux from coreboot.
1. ASUS M4A785TD-V SPI flash with DIP-8 socket
Updated
about 2 years
ago.
5 hacker ♥️.
|
an
idea
by
kfreitag
People do photos everywhere, and share them via social networks. some like it, some also really not.
Social networks arouse suspicion to do face recognition on posted photos and that is the point where it really becomes scary.
Updated
about 2 years
ago.
5 hacker ♥️.
Has no hacker:
grab it!
|
a
project
by
dmaiocchi
Can we improve the remote hackweek experience for remote or non NUE people at SUSE?
Feel free to discuss and share ideas.
Updated
about 2 years
ago.
5 hacker ♥️.
1 follower.
|
an
idea
by
pgeorgiadis

In a nutshell
Updated
about 2 years
ago.
5 hacker ♥️.
Has no hacker:
grab it!
|
a
project
by
dsterba
Somebody do something!
Goals
Updated
almost 2 years
ago.
4 hacker ♥️.
|
a
project
by
mfeilner
I promised to start this project way earlier, but I think Hackweek will be a great time to make a start.
The project once was called $BABELFISH, later "Rumsfeld", to honor the creator of the "Unknown unknowns" meme, now it's name is Maxfeld.
Updated
almost 2 years
ago.
4 hacker ♥️.
|
a
project
by
vcuadradojuan
Use this hackweek to practice and learn more about Go.
Updated
almost 2 years
ago.
4 hacker ♥️.
|
an
idea
by
dleidi
The problem
I typically find very hard to figure out in the whole SUSE company who is the go-to guy for a certain skill/knowledge/experience. I'd like to have some place where one, who does not know people around him, can just browse and search for people by some tag or label. Sometimes you have a problem in a specific area but you don't know who to ask to, or even if you do, you don't know there were many other people with the same knowledge/experience you could have ask before.
Updated
almost 2 years
ago.
5 hacker ♥️.
1 follower.
Has no hacker:
grab it!
|
a
project
by
bigironman
From a user perspective there are many ways to secure email communication with pgp. Especially the key handling is still challenging non tekkis.
This project investigates processes techniques that are easier to handle for users by introducing hardware tokens for storing the private key.
Updated
about 2 years
ago.
6 hacker ♥️.
1 follower.
|
a
project
by
digitaltomm
The software is a rails app with an Angular.js frontend using the gphoto2 library to trigger a Nikon D60 camera.
Features: take pictures, browse pictures, automatic upload to a gallery (tumblr, flickr, owncloud), qr code for download,
Updated
almost 2 years
ago.
6 hacker ♥️.
1 follower.
|
a
project
by
mwilck
Customers are using complex storage stacks such as LVM over dm-crypt over MD RAID over multipath over iSCSI and FC with LOTs of LUNs, and we're facing problems in that area which are usually very hard to reproduce. It's also hard to guard against regressions.
Being able to quickly and reliably set up VMs with various types of storage / multipath is a key part of testing multipath. It's doable, but cumbersome and has a steep learning curve. I want to create easy-to-understand manual recipes plus scripts that are both easy to understand / customize and deploy.
Updated
about 1 year
ago.
5 hacker ♥️.
|
a
project
by
mkubecek
There seems to be an overall consensus that the ioctl interface used by ethtool is a poor design as it's inflexible, error prone and notoriously hard to extend. It should clearly be replaced by netlink and obsoleted. Unfortunately not much actual work has been done in that direction until this project started.
The project started in Hackweek 16 (fall 2017) and has been worked on since, both in Hackweek 17-19 and outside. First two parts of kernel implementation are in mainline since 5.6-rc1, first part of userspace implementation (ethtool utility) has been submitted to upstream at the end of Hackweek 19 (2020-02-16).
Updated
11 months
ago.
4 hacker ♥️.
|
an
idea
by
suntorytimed
Better support for Chromebooks
Chromebooks do have very limited hardware in terms of storage and RAM. But it is still the cheapest solution to a truly open source notebook, as it allows to replace its coreboot based bootloader with your own coreboot and payload (f.e. Tiano Core or Seabios).
Updated
almost 2 years
ago.
6 hacker ♥️.
1 follower.
Has no hacker:
grab it!
|
a
project
by
sparschauer
The current crash-setup source is located here.
Pretty much is working nicely but it doesn't care for the debug source making it impossible to use the crash> gdb list *<symbol> command right away. This is bug 997558 which should be worked on.
Updated
over 1 year
ago.
4 hacker ♥️.
|
a
project
by
JonathanKang
Inspired by Corebird, I'd like to write a native GTK+ Weibo application for Linux, so that I can learn how to write a GTK+ application from scratch, and every Weibo users can benefit from it.
I've started to code for a while at spare time. You can find the project here.
Updated
over 1 year
ago.
1 hackers ♥️.
1 follower.
|
a
project
by
david_kang
I would like to learn Elixir, I plan to do some tutorial and look into books. I if I have time also start with Phoenix the framework for Elixir :smile:
Updated
about 1 year
ago.
4 hacker ♥️.
|
a
project
by
mfeilner
The Doc team decided to collect remainders of foreign currencies to donate them to a 3rd world project.
There is a box in the Documentation office on 1st floor AND in the All Hands Area where you can drop coins, bills or whatever currency you have left over from your last holiday trip that you don't need anymore.
Updated
almost 2 years
ago.
6 hacker ♥️.
|
an
idea
by
kbabioch
There is a tool called caff, which is the de-facto standard when dealing with keysigning (on a large scale, e.g. after a key signing party). This tool hasn't been touch in years, is written and configured in Perl (hence cannot be read and/or maintained :smile:) and is not easy to package, because of a lot of dependencies, etc. It is not even available in our default repositories (at least for Tumbleweed). In general there seems to be a certain kind of frustration with this software, but there is no real alternative available yet.
Ideally the new toolset should allow to organize a complete keysigning party, e.g. it should assist the organizer with:
Updated
about 2 years
ago.
8 hacker ♥️.
Has no hacker:
grab it!
|
a
project
by
mbologna
Let's containerize SUSE Manager! This will open up different (and interesting) scenarios:
- From a development perspective: learn about all the components that constitute SUSE Manager
Updated
about 1 year
ago.
7 hacker ♥️.
|
a
project
by
jerrytang
Ai and Machine learning play important role in our life, I'd like to learn it.
research to see is there any way of using DEEP learning on open source stuff.
Updated
about 1 year
ago.
2 hacker ♥️.
|
a
project
by
mdeniz
As we have grown in our remote and non official office at Gran Canaria we had to rent another space. This new office is almost empty and we need a little bit of love to improve the sensation of relax and commodity while we do what we love most.
The main target of this project is to kickstart the decoration process, creating a minimum plan of what we want to achieve and step the first steps :smile:
Updated
almost 2 years
ago.
6 hacker ♥️.
2 followers.
|
an
idea
by
dmacvicar
Some of SUSE Manager features are quite vertical to the rest of the system.
A plugin/extension mechanism should allow for adding these verticals installing a single package/rpm.
Updated
about 1 year
ago.
8 hacker ♥️.
Has no hacker:
grab it!
|
a
project
by
ammartinez
Let's use the Hackweek to improve Ruby, the programming language I use every day. It is while using a language when you can realised that things that need/can to be improved, so there are many things that only Ruby developers can raise up. Also, getting involved in the development of Ruby will help to get a better understanding of how it works. So I will take my ideas/concerns to the Ruby community and implement some of the them in the code of the Ruby core.
Ruby features and bugs are tracked in https://bugs.ruby-lang.org/projects/ruby-trunk/issues
Updated
about 2 years
ago.
9 hacker ♥️.
|
an
idea
by
AndreasStieger
Bugzilla supports automatic username completion.
This project is to extend this feature to allow restriction of the nick completion feature by user and on the data returned.
Updated
about 2 years
ago.
9 hacker ♥️.
Has no hacker:
grab it!
|
an
idea
by
coolo
We have quite some projects on openSUSE and os-autoinst organizations that are using travis-ci.org for testing their code. As travis-ci is using an ubuntu VM (or container) there are quite some things we can't test - or test by using SUSE containers within ubuntu VMs.
During hackweek I want to evaluate the github API for CI services and try to marry it with openqa.opensuse.org - I'll need a web service that does the tracking, but I'm optimistic that it can be done in a week.
Updated
about 2 years
ago.
9 hacker ♥️.
Has no hacker:
grab it!
|
a
project
by
IGonzalezSosa
A good way of getting to know a new programming language is... writing some code. So although there are some good IRC bouncers, like ZNC, we want to write another one just for learning.
But why an IRC bouncer? Because it is not rocket science, but it implies network communication (acting as client and as server at the same time), handling concurrent connections... in a few words: it sounds fun.
Updated
about 2 years
ago.
9 hacker ♥️.
1 follower.
|
a
project
by
EDiGiacinto
Mottainai - Task/Job/Build Server for everyone!
Written in Golang. You can find the source code on GitHub and docs here.
Updated
almost 2 years
ago.
4 hacker ♥️.
1 follower.
|
a
project
by
oholecek
Hackweek 17
Updated
over 1 year
ago.
9 hacker ♥️.
|
a
project
by
clanig
Although availability of computer games on Linux has improved a lot there is way more potential for openSUSE to fire them up.
This project is about improving the usability of openSUSE for gaming to appreciate the gamers who run openSUSE as their primary OS. The final goal for a number of improvements is that each gamer can play flawlessly without a single issue.
Updated
about 1 year
ago.
6 hacker ♥️.
1 follower.
|
a
project
by
kfreitag
There are a couple of interesting initiatives that make the openSUSE project interesting for SMB, such as
The Invis Server
Updated
almost 2 years
ago.
9 hacker ♥️.
1 follower.
|
a
project
by
kalabiyau
Hackweek is a place for fun and things and also great things and a lot of fun. Some things don't require a reason - they are fun, that's all to it. Here goes a small competition with a lot of fun to it.
Find Klaas in the office.
Updated
almost 2 years
ago.
11 hacker ♥️.
1 follower.
|
a
project
by
rmax
Updated
about 1 year
ago.
5 hacker ♥️.
|
an
idea
by
mbrugger
Update for 2018
The only thing missing right now is a i386 Tumbleweed JeOS image. With that we should be good. Any help on that is highly appreciated.
Updated
about 2 months
ago.
11 hacker ♥️.
Has no hacker:
grab it!
|
a
project
by
hennevogel
2019

Updated
about 1 month
ago.
7 hacker ♥️.
1 follower.
|
a
project
by
jgrassler
I have been known to talk anybody I held presentations with into using odpdown.
That was always a little awkward, since it started off with pip install odpdown , rather than zypper install odpdown . I want to fix this awkwardness and package odpdown properly so it can be installed as a RPM package. I'll also include the auxiliary infrastructure I've added around it over the years (various Makefiles and scripts for generating transcripts from comments) to the package so others can benefit from that stuff, too.
Updated
about 1 month
ago.
2 hacker ♥️.
1 follower.
|
a
project
by
jkohoutek
__Idea is to have SUSE system with OpenZFS as root FS.
Main goal
Updated
29 days
ago.
7 hacker ♥️.
3 followers.
|
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.
The idea is to go through the Flask how-to and from there on start to implement my own homepage. This will introduce me to Python and web development at the same time.
Updated
27 days
ago.
3 hacker ♥️.
2 followers.
Has no hacker:
grab it!
|
an
idea
by
lnussel
In order to aid loading openSUSE installation and Live images on USB sticks we have a little GUI program called imagewriter. It's a bit dated so Fabian started a newer one with better UI suitable for touch screen that offers the available images on demand, store images offline for conferences and fairs etc: https://github.com/openSUSE/imagewriter2
It's written in C++ with Qt and still needs some work to be production ready:
Updated
24 days
ago.
6 hacker ♥️.
Has no hacker:
grab it!
|
a
project
by
scarabeus_iv
RPMlint upstream milestone 2.0 is shaping up but there are still ticket that needs to be tackled to finalize the release and enjoy the freshness of awesome QA on Tumbleweed/SLE16.
In this hackweek we plan to look on various problems as described at:
Updated
about 1 year
ago.
7 hacker ♥️.
3 followers.
|
an
idea
by
ldevulder
The Khadas VIM (http://khadas.com/vim/) is an arm64 DIY Set-Top-Box based on Amlogic P212 reference board that use S905X SoC.
As Odroid-C2 (based on S905 SoC) is in the mainline U-boot, it should be possible to adapt it for the Khadas VIM (of course a lot of work are needed!).
Updated
about 1 year
ago.
7 hacker ♥️.
1 follower.
Has no hacker:
grab it!
|
a
project
by
bpetkov
This is the tool I've been working on since HW11 and it needs more work. Actually, there's always something which could be done on it. It is basically an x86 instruction decoder with special emphasis on the kernel and decoding interesting pieces of it in order to help in the development of low-level patching techniques, among others.
git repo: https://gitlab.suse.de/bp/x86d
Updated
28 days
ago.
17 hacker ♥️.
2 followers.
|
a
project
by
snwint
Make a final attempt to implement a graphical user interface for grub2 (gfxboot2).
It's quite some work, unfortunately. Here's what's done so far:
Updated
about 2 months
ago.
15 hacker ♥️.
1 follower.
|
a
project
by
jnwang
Description
It can boot up from udisk/floppy.
Updated
about 1 year
ago.
8 hacker ♥️.
3 followers.
|
a
project
by
jeff_mahoney
New Development
In previous hack weeks, the first few days ended up being wasted on just getting it working. I'm pleased to share that the code quality has improved dramatically since the last hack week and there are now extensive test cases for both unit testing and testing against real vmcores, and we'll use both mypy and pylint (if installed) to perform static analysis. Packages for those are available in openSUSE or as part of the crash-python OBS repo for SLE15. It has been tested with kernels from 3.0 to 5.1.
Updated
16 days
ago.
21 hacker ♥️.
4 followers.
|
a
project
by
maverick74
The idea is about an easy way to allow users to make upgrades (e.g.: changing from version 15.0 to version 15.1) using a GUI and as easy as they can in Ubuntu.
Something like a notification with a button to perform the upgrade with just one-click, instead of having to deal with the work of manually disable all of the repositories, update them manually, open the terminal and finally make a "zypper dup" .
Updated
16 days
ago.
40 hacker ♥️.
6 followers.
|