Smarter Home with Home Assistantan idea by JonathanKang DescriptionIn previous hackweek, I setup a few automations and integrations that made my life easier. I had a few ideas to improve the current status, so I'd like to implement them in this hackweek. |
Create Video that reacts to music in real timean idea by simotek DescriptionProjectM is probably the best place to start with this, but i'd also possibly like to intergrate midi and Maybe OBS Studio as well as Pixivisor. If people know of other Linux options then maybe i'll play with them as well. |
Explore RAW photo group and similarity by open source alternative: darktable and rawspeedan idea by dawei_pang DescriptionI am a bird watching enthusiast and often takes many RAW photos in continuous shutter, camera can help to group photos by shutter but most common software cannot read the information. |
|
Play with esp32 and arduino to create domotics stuffa project by aginies Descriptiongot some esp32 board and multiple small periphericals since a while at home, its time to play with them and learn a bit more about this stuff. Connect them to Home assistant. |
SMB3 Server written entirely in Rusta project by dmulder DescriptionGiven the number of bugs frequently discovered in the Samba code caused by memory issues, it makes sense to re-write the smbd service purely in Rust code. Meanwhile, it would be wise to abandon backwards compatibility here with insecure protocol versions, and simply implement the SMB3 spec. |
wayland, emacs, ssh and tmux... copy&past is brokena project by wagi DescriptionThe copy&past situation is broken, we all know that. And nothing will fix this. |
RC hold the flag - Gamea project by cfconrad DescriptionUtilize an esp32 + RX5808 + WS2812 LED-stripe to build a "Hold the flag" game, used with any 5Ghz FPV remote control vehicles. |
Improve UML page fault handlera project by ptesarik DescriptionImprove UML handling of segmentation faults in kernel mode. Although such page faults are generally caused by a kernel bug, it is annoying if they cause an infinite loop, or panic the kernel. More importantly, a robust implementation allows to write KUnit tests for various guard pages, preventing potential kernel self-protection regressions. |
Enhancements of Linux kernel debugging toolsa project by firoyang DescriptionImprove our daily used debugging tools: crash-utility, drgn, kdump, makedumpfile, and so on. |
DBT-core with Apache Airflowa project by rgolovnya Description |
machine learning with Pythona project by hrommel1 Description |
Look at personal NASa project by qzhao DescriptionThere are several open source private NAS solutions on the community today, There are a number of open source private NAS solutions on the market, and I'm going to compare their similarities and differences and analyze how they are implemented. |
|
Make a Model Railroad run in the lounge rooman idea by simotek DescriptionGiven the theme of this hackweek, it'd be silly not to pull out some model railroad stuff and run some trains, unfortunately I don't have the space to build something special but I should be able to get something running |
Explore simple and distro indipendent declarative Linux starting on Tumbleweed or Arch Linuxa project by janvhs Description |
|
|
TeleFrame: DRM framebuffer based screencast and remote desktop.a project by AZhou Description |
Quick read some NFS related RFCa project by yosun DescriptionRecently, I became interested in NFS and want to learn more about it by reading related RFC files. However, there seem to be quite a lot of them. The goal is to glance at them and get a basic feel for the differences between each version. |
transactional-update from OCI imagesa project by dancermak Description |
Figure out Twitch Streaming with OBS Studio.an idea by simotek DescriptionTo show off some of my other hackweek projects listed below it'd be fun to be able to stream to twitch with Video / Audio |
Add Midi in Sync to Little Piggy Trackeran idea by simotek DescriptionLittleGPTracker is a music tracker based off LSDJ, recently I ported it to SDL2 and helped get it running on modern linux as well as the rg35xx series of gaming handhelds. |
Create a web UI for metrics collection scriptsa project by mpavuk Description |
|
Explore possibilities of automate Linux on s390x LPAR installationa project by mgriessmeier DescriptionFollow up with exploring ways to automate installations of Linux on s390x LPARs to be able to test it automatically and integrate it ultimately into openQA as (part of) a backend |
Circuit Bending an Analog Video Mixer Part 2 - Audio reactivityan idea by simotek DescriptionDuring Hackweek #23 I circuit bent an analog video mixer https://www.youtube.com/watch?v=NiDNv66I6Jk |
Enlightenment in Leap 16an idea by simotek DescriptionGet the Enlightenment stack + X11 building and running on the Leap 16 codebase. |
|
|
Emulate a 68k on x86a project by BLandorff DescriptionIn C++ and x86 assembly, build an Emulator for Motorola 68000. |
Build a Linear Solver for a toy variant of Heads Up No-Limit Hold Ema project by BLandorff DescriptionI want to play around with a restricted/toy variant of Heads Up No Limit Hold Em (fixed stack sizes, limited options of Check/Fold/Bet Fixed/Raise Fixed/All-In, etc.) |
iSCSI integration in Warewulfa project by ncuralli Description |
Docker Desktop Extension for Application Collectiona project by pcaraballo DescriptionDocker and Docker Desktop are the tools of choice for most of developers when it comes to container runtime and management in local environments. Both have been out there for many years, and users are well familiarized with them, so both are great catalysts for adopting new solutions. |
Creating sensor with Raspberry Pi Pico using BTHome protocol and pythonan idea by bigironman DescriptionCreating a simple sensor (e.g. temperature, humidity, pressure) device based on a Raspberry Pi Pico W with a connected sensor to connect to Home Assistant using the BTHome protocol. |
fork & exec operations though io_uringa project by gbertazi Description |
Check hardware bits and pieces lying around herea project by keichwa DescriptionNew and old private hardware is still around here. Some items I want to use, others I want to get rid of. |
file-organizer: A CLI Tool for Efficient File Managementa project by okhatavkar Description |
|
Agama installer on-line demoa project by lslezak Description |
Fix TeslaMate missing address in Chinaan idea by Xiaojing_liu DescriptionTeslaMate is a self-host vehicle tracking service for Tesla cars. It receives realtime position and car readings to generate driving and charging report. One important feature is to display address name per trip start and end position, and also location of a charging session. That is accomplished via openstreetmap's reverse lookup service, that converts latitude and longitude to address. However, openstreetmap has been blocked, making address lookup failed. That cause TeslaMate won't display a trip or charge session |
Learn SDAF frameworkan idea by llzhao DescriptionSDAF is the SAP deployment automation framework on Azure. It is an open-source tool for deploying, installing and maintaining SAP environments. It uses terraform + Ansible for deployment. |
Research openqa-trigger-from-obs and openqa-trigger-from-ibs-pluginan idea by qwang Descriptionopenqa-trigger-from-obs project is a framework that OSD is using it to automatically sync the defined images and repositories from OBS/IBS to its assets for testing. |
Intelligent car autonomous drivingan idea by tinawang123 DescriptionThe cart can use wifi to do autonomous drive. |
Book reading: The Art of Multiprocessor Programmingan idea by zcjia Description |
Automation of ABI compatibility checksa project by ateixeira DescriptionABI compatibility checks could be further automated by using the OBS API to download built RPMs and using existing tools to analyze ABI compatibility between the libraries contained in those packages. This project aims to explore these possibilities and figure out a way to make ABI checks as painless and fast as possible for package maintainers. |
Deep clean-up of the SUMA / Uyuni documentation files (HW2024)a project by omaric Project Description |
Support FIDO2 and TPM2 in a full disk encryption based on systemda project by aplanas Description |
How to design system message/prompt for code refactoring with AIa project by leo.tseng DescriptionThe project aims to explore how to design effective system messages and prompts tailored for AI-driven code refactoring tasks. By refining these prompts, we can guide AI models to better understand code structure, identify improvement opportunities, and execute refactorings with minimal manual intervention. The project will delve into creating system messages that balance technical detail with flexibility, enabling AI to perform refactorings that maintain code functionality while improving readability, efficiency, and maintainability. |
Daily Game With Godota project by zzaimeche Description |