Learn how to write 'Learn Language App'a project by kalabiyau The basic idea behind learning language is to ensure three parts: |
opensuse-redir-cachean idea by bmwiedemann |
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... |
Cleanup backlog of Mediagoblina project by bbobrov From the mediagoblin.org website: |
Work on FPGA Acceleration for Cloud infrastructurean idea by lyan As we know, hardware accelerator is more and more important to AI/Machine Learning today, FPGA also comes to the front line beside with GPU. It is really helpful to understand its mechanism before deploying in a cloud environment. |
Systems performance: golang and benchmarksa project by dmaiocchi Project Description |
Use systemd Service Templates to manage OBS workersan invention by enavarro_suse Project Description |
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. |
Ceph Radosgw Client in Android File Managera project by alexlau Ceph is very robust for keeping data, beside using cephfs or exporting rbd. It is not too easy to access object directly with a client, let alone mobile. By using Rados gateway, android client can easily using S3/Swift http/s request to read object data from the internet. |
EspoTek Labradoran idea by chuller Small Open Hardware Oscilloscope/Logic Analyzer/... https://espotek.com/labrador/ |
|
Open app cores with debuginfodan invention by jcejka Project DescriptionThis project aims to speed-up and simplify setup for analysis of application core files provided by our customers. |
ESP32 based christmas lightsan idea by alarrosa |
Improve retty toola project by jankara Retty is a tool for changing stdin,stdout,stderr of a running process (http://pasky.or.cz/dev/retty/) which may be handy if you want to attach to a process running e.g. from a died ssh session, changing running process to run from under screen(1) etc.. Currently it doesn't work for 64-bit systems and it doesn't handle changing of a controlling tty of a process (which may be possible using setsid() and opening a new tty). The aim of this project it to fix the above deficiencies and package the tool in OBS. |
Package mitmproxy for openSUSE properlyan invention by kfreitag Mitmproxy is a totally awesome tool to investigate http- and https-traffic and thus is a very useful debugging tool. |
Web spidera project by shukui Using python's lib requests to write a small(PoC) Web spider. https://gitlab.suse.de/shukui/web-spider |
|
Homelab DNS on Raspberry Pi / openSUSE MicroOS with podman & CoreDNSa project by paulgonin DescriptionMini project to replace the homelab dns with a 'hands off' / self updating CoreDNS DNS server with openSUSE MicroOS |
|
gocloud - uploader framework for the public clouda project by sax2 We from the public cloud dev team regularly upload generic and product images to be available in public cloud systems like Amazon EC2, Google Compute Engine or Microsoft Azure. The task of uploading stuff there is not only about having the tools it's also about having the right environment which provides account credentials as well as access to the image when they are built in the buildservice. Also the location from where the upload happens can make a difference in performance. |
Build an online RSS readera project by ericp I'd like to see a web-based desktop RSS reader with a simple 3-pane interface like SharpReader's |
restic and kubernetesa project by darix learn both and be awesome |
|
Implement XEP-0308: Last Message Correction in Profanitya project by mvetter Updated over 5 years ago. 1 hackers ♥️. 2 followers. |
build using VM snapshotsa project by adrianSuSE State: vm snapshoting and resume are working, but everything is still in a very hacky state. |
mac80211_hwsim toola project by cfconrad Project Description |
one-click distribution from web pagean idea by mhocko Maybe this is something we already know but I haven't found it. But found it really cool how Debian can be installed easily from Windows machines. Just have a look at http://goodbye-microsoft.com/ |
package upstream test suite for 'bind'an idea by hrommel1 Upstream (ISC) has a rich test suite for their name service daemon 'bind' (aka 'named'). It covers both different configurations as well as different topologies for DNS. |
Integrate zeromq into crowbar-openstack as a alternative to rabbitmqa project by StevenK RabbitMQ is, in this hacker's opinion, hard to run, hard to scale, hard to debug, and difficult to run in a HA situation. ZeroMQ takes a different approach from the centralized broker model, and instead runs a daemon on every machine that needs to send or receive message over the bus, and communicates directly between machines. |
Using Flask-restful to build a set of restful API for HA clustera 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. |
Getting started with machine learninga 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. |
Flowchart of page allocator + reclaiman idea by osalvador Write a detailed flowchart covering |
Simplify implementations of lockless printk ring bufferan invention by pmladek There are attempts to solve some kernel deadlock with using lockless printk ringbuffer. The proposed implementation is pretty complex (6 stages, 6 write and 6 read barriers, two buffers, entries linked via list, ...) |
|
|
Analyse & write up details of third year of operation of my battery & solar PV systeman invention by tserong Description |
Proof of Concept Support for SUSE Cloud, best practicea project by rsimai With many Proof of Concepts (PoCs) going on for SUSE Cloud, the development team has observed that we have no clear path on how Sales Engineers (SEs) and sometimes dedicated support engineers (xSE) can receive technical support to successfully complete the projects, often leading to escalation calls and even firefighting on-site visits by developers. Goal of that project is to come up with a best practice guide and to eventually set expectations on what's possible from a development point of view. Results should be documented in a central internal location and announced to all relevant parties. |
Desktop comparison between Leap and Fedora (e.g. software update stack, gnome-initial-setup, CJK support etc.)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. |
Sync knowledge from other's test codea project by yosun [motivation] |
Evaluate onedrive as a backup target for my laptopan idea by fcrozat Due to office move and separation from MF in Paris office, I don't have backup solution for my work laptop anymore. |
Run C code from source with tcca project by bmwiedemann It would be nice to have a OS that can be tinkered with easily by having only a compiler as the only binary on the system. |
|
Develop a better frontend for the virtual SUSE Museuman invention by fos Project Description |
Kanidman invention by firstyear Project Description |
Command queue toolan invention by dheidler Description |
obs-service-elixir_mix_depsa project by alessio.biancalana DescriptionI'd like to explore the creation of a source service to help vendoring the dependencies for an Elixir project. |
Improve VOVOa project by jloeser VOVO is a server-client architecture to determine current abuild load on devel-network machines. The goal is to trigger machines on and off depending on build power. It is an attempt to reduce power consumption. |
Play with dockeran idea by xlai Three purpose: 1: play with docker as a end user |
SES 6 Installer scripta project by davidbyte take my existing buildit.sh script (https://github.com/dmbyte/SES-scripts/blob/master/clusterbuilder/) and enhance it to be more of the installer experience needed. |