|
Add Graphics Mode to WozManiaan invention by e_bischoff Project description |
Background Coding Agenta project by mmanno Description |
|
Deep learning/ AI topics (Continuation from HW 16)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. |
Improve GUI interface for FriCASa project by zcjia The current GUI of FriCAS is ancient and difficult to use. I plan to improve that by using modern GUI frameworks, at least to make a working proof-of-concept demo to show this idea works. |
Create container image as replacement to run Multi-Machine testsuite in openQAa project by bchou Purpose: |
Make sense and use of the current AI toolsa project by mbenes DescriptionStarting from the position where I understand the principles behind AI/LLM/ML much better than their practical use, the goal is to learn about the current tools and where they can help me improve my daily job/life and help my team better. There is not preset roadmap. I will see where it all gets me. |
Exploration and PoC of MCP (Model Context Protocol) with Playwrightan idea by abraham.arias Description |
Get started with QTa project by moskyto Learn QT and make something to try it. |
summarize debug methods of libvirtan idea by herbert0890 It's not easy to debug in libvirt. There are always many log output. So I want to summarize some debug methods of libvirt to make it an easy way. |
Rootless Containersan invention by cyphar In many cases, people want to start containers on a system where the administrator is not happy about granting privileges to users or installing any new software. For example, when I was a researcher and wanted to run Python 3 on a computing cluster it was not possible to get the administrator to install Docker or Python 3. |
GitHub GraphQl (v4)an invention by dmaiocchi Explore the GraphQl (v4) GitHub Api and do a small project in (Elixir would be the choice) |
Better diff'ing experiencean idea by MSirringhaus DescriptionFor diff-ing directories, I usually like to use meld, but it struggles a lot with large trees. |
Create a distributed key-value storea project by ptashima DescriptionCreate a distributed key-value store using the Raft protocol. |
Learn Design Modela project by jtzhao Learning design model can help to produce high quality codes, which will benefit our products. |
Learning more about statistics in home-assistantan invention by fcrozat DescriptionHome Assistant can gather a lot of statistics from associated sensors. |
|
VNC: Ability to share and reconnect sessionsa project by michalsrb The goal is to jump forward with this fate: https://fate.suse.com/319319 |
Learn about Ruby on Railsa project by SShyukriev Read RoR docs and continue the TODO list from https://events.opensuse.org/conference/oSC16/program/proposal/894 + issues from https://github.com/ChrisBr/rails101/issues as a practice. |
Learn HPC and get Harvester Deployed and Running on Top of HPCan idea by mweiss2 Project Description |
git-fs: file system representation of a git repositorya project by fgonzalez DescriptionThis project aims to create a Linux equivalent to the git/fs concept from git9. Now, I'm aware that git provides worktrees, but they are not enough for many use cases. Having a read-only representation of the whole repository simplifies scripting by quite a bit and, most importantly, reduces disk space usage. For instance, during kernel livepatching development, we need to process and analyze the source code of hundreds of kernel versions simultaneously.This is rather painful with git-worktrees, as each kernel branch requires no less than 1G of disk space. |
Winepak integration for openSUSEan idea by clanig Recently the Winepak project has launched. |
Automate fstest runs using SUSE Engineering Clouda 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... |
Porting the Release Tool from Python to Goa project by gyribeiro DescriptionPort release tool from Python to Go to learn language features and industry best practices. The project prioritizes proper Go architecture (concurrency, interfaces, error handling) over direct translation, concluding with a performance benchmark comparison between the two implementations. |