https://github.com/rdbo/kewl
Kewl Projects
https://github.com/rdbo/kewl
Last synced: 6 months ago
JSON representation
Kewl Projects
- Host: GitHub
- URL: https://github.com/rdbo/kewl
- Owner: rdbo
- Created: 2024-02-25T21:01:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-03T09:19:43.000Z (almost 2 years ago)
- Last Synced: 2025-01-20T18:13:12.820Z (over 1 year ago)
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kewl Projects
This is my personal list of projects I would like to do.
## Proxychains that uses syscalls (proxybind)
I already started making that one but didn't finish: [rdbo/proxybind](https://github.com/rdbo/proxybind)
## Search Engine for the Web that is fully open source, very performant and gives good results
The top search engines as of now are all closed source, so I feel like there should be one open source engine to rule them all
## End-to-End Encrypted Chat App with bleeding edge cryptography
Make a chat app (with groups support) that has the best modern cryptography available for E2EE.
Currenly, good options would be using an RSA + ECDHE + AES-GCM algorithm. The best option is likely and implementation of Signal's Double Ratchet algorithm.
It could be like IRC, but with encryption by default and lightweight servers.
## Wayland Compositor that is like river/hyprland, written in Rust for memory safety
I like how river works, and I also like Hyprland animations. Maybe you could mix them using a memory-safe language (Rust)?
## Widgets App
Something like eww (Elkowar's Wacky Widgets), but with significantly easier configuration
## Sigma Linux (Wayland edition)
Done. Yay!
URL: https://github.com/rdbo/sigma-linux
~Create a new version of Sigma Linux using a Wayland compositor (perhaps the one we create above?)~
## Libmem Update
Make a new version of libmem with Lua bindings, bug fixes, easier installation, etc.
## Learn Crypto/Blockchain
Do something related to crypto/blockchain, i don't know what. Maybe a payment system that creates wallets and sends the payment directly to your main wallet.
## Make COBOL text editor
Make a really basic text editor with COBOL