an
idea
by
pgeorgiadis
Long story short, I would like to practice my golang skills. For that I am going to write a parser that finds ratings for the picture quality of the new 4k UHD discs.
Updated
almost 2 years
ago.
No love.
1 follower.
Has no hacker:
grab it!
|
an
idea
by
dmaiocchi
I will not have the time for bootstrapping this project but I think given the JVM platform of Uyuni,
it would be coherent to setup a property-based testing with clojure, from which developers could call JAVA code easy without problem, (for using some classes) but also people could learn new programming models like clojure
Updated
almost 2 years
ago.
No love.
1 follower.
Has no hacker:
grab it!
|
a
project
by
martinsmac
My previous knowledge about Python is small. I need learn more about python.
Using a script write in shell script, andt this script already ported to python by a collegue team. I'm going to use a port of this script to understand and maybe collaborate with this code.
Updated
almost 2 years
ago.
No love.
2 followers.
|
an
idea
by
suntorytimed
Updated
over 1 year
ago.
No love.
1 follower.
Has no hacker:
grab it!
|
a
project
by
mvetter
Having done only very little with openQA in the past I would like to learn more about it.
I would like to start writing a test suite for profanity.
Updated
almost 2 years
ago.
1 hackers ♥️.
1 follower.
|
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.
|
an
idea
by
e_bischoff
Paracuke is a toy project whose first use was to make it easy to run tests in parallel from coroutines. It's an implementation of Cucumber in Go.
Now I would like to see if I can add random tests sequence shuffling and, in case of a failure, reduction to minimal sequence: John Hughes - Don't Write Tests, Generate Them - YouTube.
Updated
almost 2 years
ago.
No love.
1 follower.
Has no hacker:
grab it!
|
a
project
by
persmule
A filter to scramble writing actions to a stream randomly into multiple sequential actions, aiming to provide some protection against deep packet inspection, implemented in the form of an OpenSSL filter BIO.
Updated
almost 2 years
ago.
No love.
1 follower.
|
a
project
by
pgajdos
Try to use apache-rex framework while testing httpd modules.
Updated
almost 2 years
ago.
No love.
1 follower.
|
a
project
by
joadavis
A few years ago I wrote the "worst 3D Printer". Basically, it takes a 3D model (VRML) and slices it to bitmaps, which can be arranged on paper and printed, then manually cut out and glued together. As you can imagine, just doing a small print could take 500 layers, so it could take a day to assemble (hence "worst"). [1]
To be more useful, I want to rewrite the old code to properly support STL format. I attempted this once, but had trouble with the normals and getting the lines to connect correctly. So a rewrite would be good.
Updated
almost 2 years
ago.
No love.
1 follower.
|
a
project
by
mkubecek
This can be seen as a subproject of ethtool netlink interface but from the technical view it's independent.
Every new piece of software is going to be buggy and with frequent changes and rewrites, new regressions are introduced. Automated selftests can help a lot but as ethtool deals with hardware devices, we do not want these tests to depend on a specific hardware. The netdevsim driver was created as a virtual device which (unlike e.g. dummy) cannot be used for actual network traffic but implements various configuration interfaces so that it can be used for their (automated) testing.
Updated
about 1 year
ago.
No love.
1 follower.
|
an
idea
by
tbechtold
py-spy is a python profiler (similar to pyflame (which is unmaintained)). The profiler can be used to create profiling data for running processes.
This might be useful to find bottlenecks in OpenStack services.
Updated
almost 2 years
ago.
1 hackers ♥️.
2 followers.
Has no hacker:
grab it!
|
a
project
by
farahschueller
The day has come to finally merge more and more apps into one single place, and this time it shall be externaltools.
I'd like to merge functionality of externaltools into geekos, as they share quite a lot of concerns. This way, we can beat fragmentation and have a single tool to track teams, tools and floors.
Updated
almost 2 years
ago.
No love.
1 follower.
|
an
idea
by
dmdiss
The Azure File Service protocol offers a RESTful interface for files and directories which are simultaneously exported via SMB.
Ceph already provides separate (S3 compatible) REST and SMB (Samba) gateways, but they expose storage object via different layers and as a result don't allow for cross protocol access to the same data.
Updated
about 1 year
ago.
No love.
1 follower.
Has no hacker:
grab it!
|
a
project
by
bchou
Short-term:
- Understanding of docker knowledge
Updated
almost 2 years
ago.
No love.
1 follower.
|
an
idea
by
marxin
Updated
almost 2 years
ago.
1 hackers ♥️.
1 follower.
Has no hacker:
grab it!
|
an
idea
by
ONalmpantis
I will be testing the software we use in QAM called mtui, using the rapid software testing methodology.
This means, we will use efficient ways to test the software, learn the software and file bugs in the given time we have.
Updated
almost 2 years
ago.
No love.
1 follower.
Has no hacker:
grab it!
|
a
project
by
alarrosa
My music manager, Bard, was improved in the last hackweek with a very simple React-based web interface but I didn't like the result at all (basically, after learning React I noticed I didn't like it and all the dependencies and the complexity it added) so since then, I've reimplemented the web interface using just jQuery. Also, in the last months I've added musicbrainz data structures to the database (which was also ported to use Postgresql) to prepare bard to use MusicBrainz's data. I also stopped using other python libraries to read audio files and use the ffmpeg libraries directly instead with a c++ wrapper implemented inside Bard which is much much faster.
In this hackweek I'll try to finish the integration of Bard with MusicBrainz (basically, import the needed MB data to the database) and use it to generate a web interface that shows and uses that information to organize music. This would allow to show information and for example perform searches for songs not only on the main artist but also on performers or even mixer (see for an example all information available on this Queen album)
Updated
almost 2 years
ago.
No love.
1 follower.
|
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.
2 followers.
|
an
idea
by
abhishekl
Since RGW already supports beast as the default frontend from nautilus onwards, evaluate the usage of beast as a http client as well. Main implementation would be the need for connection pooling and a higher level http api
Updated
about 1 year
ago.
No love.
1 follower.
Has no hacker:
grab it!
|
an
idea
by
scabrero
In my daily life I work with software that ship PAM modules (samba, sssd) but I haven't looked at PAM internals yet. The goal of this project is to improve knowledge about PAM internals.
Updated
almost 2 years
ago.
No love.
1 follower.
Has no hacker:
grab it!
|
a
project
by
joachimwerner
My goal is build on Alberto's work on "yomi" and the new Salt-based virtualization management features that Cedric has contributed, then combine them with a Redfish prototype to do the following from one (ideally idempotent) Salt state (orchestration state if required):
* mount the installation media via Redfish
Updated
almost 2 years
ago.
1 hackers ♥️.
1 follower.
|
a
project
by
dmulder
https://github.com/dmulder/phylogen
As part of a graduate project I created the phylogen script, which combines the ASTRAL and IQTREE analysis tools into one iterative approach to finding the highest bootstrap score tree for various species of Mayflies. At the completion of the project, there was some work left undone, and I had a few ideas on how to improve the average bootstrap score of the final tree.
Updated
almost 2 years
ago.
1 hackers ♥️.
1 follower.
|
an
idea
by
atanno_cz
Long story short... I want to test the access to the REST API of some services like LXD and Powerdns by using Python.
My sole intention is to learn how to do this to automate services programatically.
Updated
about 1 year
ago.
No love.
1 follower.
Has no hacker:
grab it!
|
a
project
by
gniebler
This is a side project I started a while ago. The idea is to implement a tagging engine with some "advanced" features for the Django web framework (in what Django calls a "reusable app").
I have many ideas for possible features, but the most basic are inclusion and exclusion relations between tags.
Updated
over 1 year
ago.
No love.
1 follower.
|
an
idea
by
chasecrum
A command line tool to easily access functions and services in SUSE Manager that are commonly used by administrators and a few most people aren't aware of.
Why am I doing this?
Updated
almost 2 years
ago.
No love.
1 follower.
Has no hacker:
grab it!
|
an
idea
by
VANASTASIADIS
I intend to make a manager for IBS/mtui commands, to help anyone working with updates to get up and running using a simple graphical interface.
The program will:
Updated
almost 2 years
ago.
No love.
1 follower.
Has no hacker:
grab it!
|
a
project
by
wstephenson
People are interested in Linux on Windows via WSL, especially given the new fully virtualized Linux kernel in WSL 2. It's interesting to know whether registered SUSE installations might be running in WSL as opposed to other Microsoft virtualization platforms, but the current approach taken by SUSEConnect (the client for SUSE Customer Center) does not permit this.
By inspecting the contents of /proc/, it is possible to tell these platforms apart. This project aims to enhance SUSEConnect to do so.
Updated
almost 2 years
ago.
1 hackers ♥️.
1 follower.
|
a
project
by
oscar-barrios
Currently, the SUMA test-suite takes about 6 hours to complete, often fails in the first tests, which set up the environment for the rest of the tests, those tests are what we named "core features".
To solve this problem we had planned to move from Jenkins Job to a Jenkins Pipeline, having stages to split the test suite into core features, initialize clients, secondary features. So,if one stage fails, the rest of the stages will not be executed.
Updated
almost 2 years
ago.
1 hackers ♥️.
1 follower.
|
an
idea
by
mkraus
revive this
Swift 5 finally got a stable ABI, so if I get this working, it should keep on working in the future...
Updated
almost 2 years
ago.
No love.
1 follower.
Has no hacker:
grab it!
|
an
idea
by
hjluo
1) I want setup EMACS in server mode for my mail/rocket.chat/terminal/screen/text editing. then I can use client mode to
work anywhere.
Updated
almost 2 years
ago.
No love.
1 follower.
Has no hacker:
grab it!
|
an
idea
by
ta-ro
Learn more about network connections for VMs (e.g. on Orthos), how to exchange data with the host and the implications and limitations of the available options.
Updated
almost 2 years
ago.
No love.
1 follower.
Has no hacker:
grab it!
|
an
idea
by
joeyli
Tracing ACPICA code for profiling. I want to produce a conceptual model for ACPICA. If my time is enough, I will also poking the debugging tool for ACPICA.
Updated
almost 2 years
ago.
No love.
1 follower.
Has no hacker:
grab it!
|
an
idea
by
epromislow
The Sphero SPRK+ is a semi-low-priced, spherical robotic toy that can be driven from a phone app. But it also has a rich javascript API that can be used to drive parameters such as velocity, lights, sounds. It treats collisions as events, and can react to them.

Updated
about 1 month
ago.
No love.
1 follower.
Has no hacker:
grab it!
|
a
project
by
dmaiocchi
Rationale:
cosmic-river aims distributed Event-Driven workflows as generic, composable tool
Updated
almost 2 years
ago.
1 hackers ♥️.
1 follower.
|
a
project
by
yying
Brief
site.qirongbaotech.com is one of my school projects. Users can search for companies on the website to get informed about the financial situation of the company and make better investment decisions.
Updated
almost 2 years
ago.
No love.
1 follower.
|
an
idea
by
pstivanin
Updated
almost 2 years
ago.
No love.
1 follower.
Has no hacker:
grab it!
|
a
project
by
geor
Milkytracker is a free software multi-platform music tracker for composing music in the MOD and XM module file formats.
Why?
Updated
about 1 year
ago.
2 hacker ♥️.
1 follower.
|
a
project
by
jfehlig
Brewtarget is an open source brewing software, similar to the commercial product BeerSmith. For hackweek I'd like to investigate the capabilities of Brewtarget and perhaps add some features/improvements for my use case.
Updated
almost 2 years
ago.
No love.
1 follower.
|
a
project
by
lrupp
I want to be able to create some 3D printing models for 3D printers. So starting to search for a good introduction and try it out...
Updated
almost 2 years
ago.
1 hackers ♥️.
1 follower.
|
a
project
by
suntorytimed
What is ResourceSpace
https://www.resourcespace.com/
Updated
almost 2 years
ago.
1 hackers ♥️.
1 follower.
|
a
project
by
zzhou
In the other day, there were questions about to migrate high availability solution into OpenStack.
With that context, there is no question to run the critical pacemaker and corosync processes inside the cloud. There is no difference between VMs and bare-metals in regarding to the dependency management system for both systemd and pacemaker, which is quit different than the situation of the container world. However,
Updated
about 1 month
ago.
1 hackers ♥️.
1 follower.
|
a
project
by
zkalmar
Stream Radio device
- It is built with Raspberry Pi Zero WH
Updated
almost 2 years
ago.
1 hackers ♥️.
2 followers.
|
a
project
by
jiriwiesner
I use my Raspberry Pi 3B as a router. I have seen this crash:
* [34502.095007] Internal error: Oops: 96000004 [#1] SMP
Updated
almost 2 years
ago.
1 hackers ♥️.
2 followers.
|
an
idea
by
admehmood
Goal is to gain the theoretical knowledge about eBPF - extended Berkeley Packet Filter and then implement a small tool to see some magic.
Plan is to do all of this on an Arch Linux image to get a taste of that distribution as well.
Updated
almost 2 years
ago.
No love.
1 follower.
Has no hacker:
grab it!
|
an
idea
by
JRivrain
Automation is great, but meta-automation is the way to go further, with POWER.
Updated
over 1 year
ago.
1 hackers ♥️.
1 follower.
Has no hacker:
grab it!
|
an
idea
by
bfrogers
Upstream qemu has decided to include the edk2 based efi firmware support code directly into the qemu project (as it has long done for seabios, for example.) Work on including the types of tweaks we would want to also include so that we also provide the equivalent of what is currently delivered in the existing edk2 packages.
Updated
over 1 year
ago.
No love.
2 followers.
Has no hacker:
grab it!
|
a
project
by
lkocman
This is a task to update current WSL-Launcher (which can be already buildt in OBS) with latest-greatest upstream code https://github.com/Microsoft/WSL-DistroLauncher
Fork of fabian's project (initial work to get it working):
Updated
almost 2 years
ago.
1 hackers ♥️.
2 followers.
|
a
project
by
cyphar
The plan is to implement a safe path resolution library for Linux to avoid the plentiful numbers of security vulnerabilities that have been seen in the wild related to path resolution race conditions and various other attacks. I've been working on kernel-space solutions but even if they were merged, it is difficult to use them safely directly. So this library intends to provide simple wrappers that everyone can use.
https://github.com/openSUSE/libpathrs
Updated
almost 2 years
ago.
1 hackers ♥️.
1 follower.
|
an
idea
by
chuller
Small Open Hardware Oscilloscope/Logic Analyzer/...
https://espotek.com/labrador/
Updated
over 1 year
ago.
1 hackers ♥️.
1 follower.
Has no hacker:
grab it!
|
an
idea
by
vtheile
- Evaluate the toolkit, Angular vs. React. The toolkit must support plugins at runtime.
- Evaluate UI framework depending on used toolkit, e.g. Patternfly, PrimeNG, Clarity, MaterialNG, Bootstrap, ...
Updated
about 1 year
ago.
No love.
1 follower.
Has no hacker:
grab it!
|
an
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.
Since Office365 provides 1TB of space, it might be a good location to store backup of my work laptop.
Updated
almost 2 years
ago.
1 hackers ♥️.
1 follower.
Has no hacker:
grab it!
|
a
project
by
tbechtold
Currently it's pretty difficult to create tests for some specific package. So something like TravisCI for OBS would be good.
Updated
almost 2 years
ago.
1 hackers ♥️.
1 follower.
|
an
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.
I will go back to on my AC620 board, A Cyclone IV FPGA, and It has been a while since last time. As part of my FPGA virtualization Project, I will continue work on some simulation, refresh my verilog skill.
Updated
almost 2 years
ago.
1 hackers ♥️.
2 followers.
Has no hacker:
grab it!
|
a
project
by
mvancura
Flickr provides not only a large space for photos but also nice features around, including tags and other metadata allowing sorting of photos by different criteria - but one is very limited in the design of something like "frontpage" of such galleries. The solution is to use 3rd party JS solutions using Flickr API, like nanogallery.
The purpose of this project is to learn to create such galleries, the best would be to add social features of flickr directly there, like comments or faves.
Updated
almost 2 years
ago.
1 hackers ♥️.
|
an
idea
by
cjschroder2
Refresh my sad neglected mad Python skillz, and become reasonably fluent once again. Focus on improving cool YAML to DocBook XML conversion script https://github.com/SUSE/doc-cap/pull/102
Updated
almost 2 years
ago.
1 hackers ♥️.
Has no hacker:
grab it!
|
a
project
by
lslezak
Hackweek 18 Update
What Has Been Done During HackWeek 18
Updated
almost 2 years
ago.
3 hacker ♥️.
|
a
project
by
joeyli
Currently the CPU subsystem of Collectl can get the CPU loading but no CPU power state. My idea is that tracing turbostat then developing a collectl module to get the CPU power state. It can be used to monitor C-state or frequency.
Reference: Collectl's HelloWorld module, turbostat
Updated
almost 2 years
ago.
1 hackers ♥️.
1 follower.
|
a
project
by
lrupp
As there is no progress around MIrrorPinky since 5 years now, let's say the project is dead and look for something different, which allows Mirror administrators to edit the settings of their own mirrors.
The Fedora people developed a WebUI named mirrormanager for their admins - let's see if we can get it somehow connected to our MIrrorBrain database and use this as frontend instead.
Updated
almost 2 years
ago.
1 hackers ♥️.
1 follower.
|
a
project
by
lovance
This is to provide partners with video tutorials to help with the certification of their SES and SOC cluster solutions. The goal is to simplify the setup process in order to provide a better experience for the partner. If we can alleviate some of the stress of setting up a cluster more partners will certify their solutions.
Updated
almost 2 years
ago.
1 hackers ♥️.
2 followers.
|
an
idea
by
mateialbu
Set up Uyuni in AWS in order to learn about AWS.
- create image using kiwi
Updated
almost 2 years
ago.
1 hackers ♥️.
1 follower.
Has no hacker:
grab it!
|
a
project
by
yuanren10
INSTRUCTION:
A remote reminder connected this server with WIFI module(Maybe not just a reminder :smile: ).
Updated
almost 2 years
ago.
1 hackers ♥️.
2 followers.
|
a
project
by
tmuntan1
I recently bought a 3D printer (ender 5) and would like to expand on my foundational knowledge on the topic:
* Learn 3D modeling with Fusion 360.
Updated
about 1 month
ago.
No love.
1 follower.
|
an
idea
by
dakechi
We are developing a the hanadb_exporter as a data source for HANA Prometheus monitoring. On this Hackweek project I intend to learn more about Prometheus, Alert Manager and Grafana dashboarding using as base the HANA Exporter, the node exporter and the instrumented metrics on hawk-apiserver.
Updated
almost 2 years
ago.
No love.
1 follower.
Has no hacker:
grab it!
|
an
idea
by
zhangxiaofei
Problem
For the over 200 GNOME packages we maintain for each SLE / Leap releases, it would ideal to keep each of them up to the latest upstream patch version on correspondent branches. Currently we don't seem to do it globally and I hope to improve that.
Updated
over 1 year
ago.
No love.
1 follower.
Has no hacker:
grab it!
|
a
project
by
tsbogend
Trimatik MC is an older heating control from Viessmann. It has no supported digital interface for remote access, but I found at least two ways to get access to sensor data like various temperatures and state of relay contacts. One way is to use the so called remote control the other use the clock timer. This project will use the latter way, because the hardware adaption is much easier and and all four timer channels could be controlled as well. Remote access will be done via an ESP32, which emulates the clock timer and gets/pushes data via WIFI.
Current prototype is able is able to monitor traffic between the original clock timer and the heating control.
Updated
almost 2 years
ago.
1 hackers ♥️.
1 follower.
|
a
project
by
dmaiocchi
Rationale:
There is around in the clojure community (https://clojure.org/) a GitHub opensource organization which aims to maintain in a centralized manner some useful community libraries.
Updated
almost 2 years
ago.
1 hackers ♥️.
1 follower.
|
an
idea
by
lee_duncan
The mhvtl tape library emulation package was originally based on the scsi_debug kernel driver, but has long since grown more complicated, with the mhvtl,ko kernel module now passing almost all SCSI commands to user-level daemons via a clunky device interface. It does this with an out-of-band driver, since the design is so bad it would never be accepted upstream.
And with the 4.20 kernel release, it has broken yet again, which is par for the course with out of band drivers.
Updated
almost 2 years
ago.
1 hackers ♥️.
1 follower.
Has no hacker:
grab it!
|
a
project
by
qzhao
In-depth understanding of how ptrace works;
get the implementation mechanism of ptrace;
Updated
almost 2 years
ago.
No love.
1 follower.
|
a
project
by
clee
As a Caasp developer, I need to learn GO language. While I have an opportunity to learn GO language during HeckWeek,
I want to combine GO, IAAS, and public Clouds(AWS). By this project, not only learning GO language but also advancing to utilize essential GO libraries and creating a GO project can be achieved. In addition, I need to familiarize AWS api to deploy nodes, stop the nodes, delete nodes, and upload images.
Updated
almost 2 years
ago.
No love.
1 follower.
|
an
idea
by
chinyahuang
In-depth understanding of Dex and Gangway.
Updated
almost 2 years
ago.
1 hackers ♥️.
1 follower.
Has no hacker:
grab it!
|
an
idea
by
bisingh
Knative is a relatively new framework built on top of Kubernetes and Istio which provides a serverless container-based application runtime. Developed jointly by folks at Pivotal and Google, it seems to have some overlap and some differences in terms of functionality.
For this Hackweek, the idea is to:
Updated
about 1 year
ago.
No love.
1 follower.
Has no hacker:
grab it!
|
an
idea
by
a_faerber
A number of vendors are adopting ROS as a framework for developing complex robot control applications on Linux.
ROS appears to be a collection of libraries and tools bundled in distributions. A few users in OBS appeared to have packaged one such distribution, but I have not seen them move forward into any development project.
Updated
about 1 year
ago.
No love.
1 follower.
Has no hacker:
grab it!
|
a
project
by
hreinecke
Goal is to implement a rados backend in drivers/nvme/target.
That will allow the NVMe target implementation to directly access Rados objects (ie export RADOS objects as namespaces), allowing third-party applications and/or OS to use NVMe-over-Fabrics to access a ceph cluster.
Updated
almost 2 years
ago.
1 hackers ♥️.
2 followers.
|
a
project
by
apritschet
This is my attempt to catch up on the field of machine learning. In order to not "waste" time of exercising with dummy data the Security team came up with a couple of interesting questions:
1. Is a software mentioned in a bug or security issue relevant in incident management (Tagging as Not for us )?
Updated
29 days
ago.
1 hackers ♥️.
1 follower.
|
a
project
by
krauselukas
Since quite a while I'm interested in learning the programming language golang. I want to use the time to get a basic understanding and maybe realize a small project with the gained knowledge.
Updated
almost 2 years
ago.
1 hackers ♥️.
1 follower.
|
an
idea
by
vitezslav_cizek
I'd like to check patches in openSUSE Factory packages that deal with crypto and TLS settings.
I'm interested in:
Updated
almost 2 years
ago.
1 hackers ♥️.
1 follower.
Has no hacker:
grab it!
|
a
project
by
shundhammer
Updated
almost 2 years
ago.
No love.
1 follower.
|
an
idea
by
npower
I use vim (yes one of those people) but I am a real non power user, I'd like something like Aurelien's smbmode for Emacs to be available when I open samba log files in vim. I have no idea how possible or not this is. I came across this tutorial/book some time ago but didn't find the time to look at it. I'd like to go through the book and hopefully have a crack at starting a samba log reader plugin for vim (duplicating the features from smbmode)
Updated
almost 2 years
ago.
1 hackers ♥️.
1 follower.
Has no hacker:
grab it!
|
a
project
by
wfrisch
> Ricochet is decentralized chat program based on Tor - The Onion Router
> * You can chat without exposing your identity (or IP address) to anyone
Updated
over 1 year
ago.
1 hackers ♥️.
1 follower.
|
a
project
by
mlin7442
Updated
about 1 year
ago.
No love.
1 follower.
|
an
idea
by
bfrogers
For some time I've wanted to improve our git based patch workflow for qemu to be more friendly toward "generic joe" contributing fixes, and for handling patching the code in git submodules just as easily as we handle patching for the main qemu code. Once again, I'll try to make some progress here. This time, hopefully it will stick.
Updated
almost 2 years
ago.
1 hackers ♥️.
2 followers.
Has no hacker:
grab it!
|
an
idea
by
rtorrero
This project aims to be able to compile & execute wicked from vscode by generating the RPM files and installing them onto a dynamically created container with systemd support, ultimately allowing to debug from the editor in a matter of seconds.
Current situation
Updated
almost 2 years
ago.
2 hacker ♥️.
1 follower.
Has no hacker:
grab it!
|
a
project
by
moio
Intro
L3 bug load is a concern in the SUSE Manager Development Team, and we want to do something about that.
Updated
12 months
ago.
1 hackers ♥️.
2 followers.
|
a
project
by
mvancura
The goal is to create a set of YAML files describing L3 supported products with all metadata we need to store there - and a JS presentation layer automatically showing this data in several forms, one of them will be a part of our L3 documentation.
Technology: HandleBars.js or similar, plus some YAML technology
Updated
almost 2 years
ago.
2 hacker ♥️.
1 follower.
|
a
project
by
jsikes
QLogo is a UCBLogo-compatible implementation of the Logo language using Qt and OpenGL. QLogo was designed with the language interpreter integrated into the GUI.
For Hackweek 18 I want to separate the interpreter from the GUI so that QLogo can be run from the command line or from a shell script.
Updated
almost 2 years
ago.
1 hackers ♥️.
1 follower.
|
a
project
by
rtidwell
A common challenge for OpenStack and K8S deployments is debugging the network when things go awry. The aim of DPHAT is to provide operators of cloud infrastructure with tooling that can analyze the environment and supply the following:
- Feedback that the environment is in a healthy operational state
Updated
almost 2 years
ago.
1 hackers ♥️.
2 followers.
|
a
project
by
jjolly
The primary arcade machine emulator is MAME, and it has a very specific format for romset compression. I have previously started a project call pyros that allows the creation and update of MAME romsets. The project consists of the following tools:
* pyrex: Tool to create an executable Bash script that will take unorganized files and put them into an organized MAME romset.
Updated
over 1 year
ago.
2 hacker ♥️.
1 follower.
|
an
idea
by
hrommel1
To better understand the market / challenges of small CRM solutions, I want to setup a minimal CRM solution that ...
- allows maintaining customer ids
Updated
almost 2 years
ago.
1 hackers ♥️.
1 follower.
Has no hacker:
grab it!
|
an
idea
by
osalvador
Write a detailed flowchart covering
1) Core of a page allocation:
Updated
almost 2 years
ago.
1 hackers ♥️.
2 followers.
Has no hacker:
grab it!
|
a
project
by
XGWang0
1.Fetch useful/popular item from SMZDM
2.Build web server
Updated
about 1 month
ago.
No love.
1 follower.
|
a
project
by
yosun
[motivation]
- When we have clear idea to do something we could do month work in a week.
Updated
almost 2 years
ago.
1 hackers ♥️.
1 follower.
|
a
project
by
cdevita
The current kplex_monitor repo needs to be reorganized so that it can be installed from scratch on another PI using ansible
Plan:
Updated
almost 2 years
ago.
1 hackers ♥️.
1 follower.
|
an
idea
by
jenting
Hybrid cloud (public cloud and on-premises) is a trend of field customer usage.
So, to study K8s federation and think about how CaaSP can easily maintain cross-cluster resources.
Updated
about 1 month
ago.
2 hacker ♥️.
1 follower.
Has no hacker:
grab it!
|
an
idea
by
davidko
Publish K8s events of builtin or custom resource objects (CRD) from K8s clusters to external event brokers.
https://github.com/innobead/kubevent
Updated
about 1 year
ago.
No love.
1 follower.
Has no hacker:
grab it!
|
a
project
by
crichter
I have build a table for our RPG sessions (DSA/Deadlands/Paranoia) which incorporates a large 24" LCD Display for showing maps during the sessions.
What I'd love to have is a piece of software that allows me to show only parts of the map (fog of war), but show the whole map to the gamemaster on his laptop (and of course the areas tinted that are not yet uncovered).
Updated
over 1 year
ago.
No love.
1 follower.
|
a
project
by
aspiers
I've been doing a terrible job of maintaining GNU Stow the last year, and there's quite a backlog of bugs, feature requests, support requests etc. So it's a good time to catch up on these.
Updated
almost 2 years
ago.
No love.
1 follower.
|
a
project
by
emiura
Check if it is possible to create a python application to aid autofocus micro adjustment on a DSLR.
There are some commercial applications that are capable of that, such as Reikan FoCal (https://www.reikanfocal.com).
Updated
almost 2 years
ago.
1 hackers ♥️.
1 follower.
|
a
project
by
thutterer
Inspired by a conference talk I've attended a while ago (and my own struggles when trying to create something pretty basic just recently) I want to learn more about SVGs in general and their powers for modern web development in particular.
Over the week, I want to
Updated
over 1 year
ago.
No love.
1 follower.
|
a
project
by
DKarakasilis
or how to replace git push heroku master and cf push with Kubernetes
PaaS has made deployment of applications very easy. Kubernetes has made deployment of applications very flexible but not easy. There are efforts to add the "easy" part to Kubernetes. That would make Kubernetes a good alternative to PaaS. With so many public cloud Kubernetes offerings nowadays, it would be nice if one could simply pick up their preferred cloud and have an app running in minutes. This HackWeek project will be and exploration of the available tools that can make Kubernetes as friendly as a PaaS for deployment but also how much Kubernetes can help development.
Updated
almost 2 years
ago.
1 hackers ♥️.
1 follower.
|