I'm Florian, but some call me Java (for legacy reasons).
I come from Germany and am into systems engineering and apparantly and slowly working my self into backend development. and apparantly also programming language development now, thats new.
(Please take note that sadly not all of my projects have a readme, I appoligize deeply about that)
- Wicker: A Wasm based Microkernel I am building with a friend @AwesomeQubic.
-
- WickerTime: Originally a wasmtime fork, now a mostly diy Wasm compiler/embedded because it turns out wasmtime dropped no_std a while ago.
-
- Rust: Amazing, just a fork of rust, sadly was nececary to bring std into kernel space. :>
- Mc-Router: A minecraft reverse proxy for hosting multible servers on one port.
- lighthouse-2.0-signals A tool that lets you explode some of the Valve Indexes (VR Headsets) basestation 2.0 signals, this was mostly a toy for me to understand the data and decode it.
- Mist A wierd programming language that follows strict reverse polish notation and somehow works. (CW: the syntax is way worse then brainfuck :D)
- wassup A plugin framework for rust applications based on webassembly work custom async runtime, context switching and hopefully a plugin api at some point.
- bolt A general purpose web server similar to nginx developed in rust.
- sdf A cpu based renderer for 3D signed distance fields, works-ish light is glitched.
- doit A "lightweight" (feature wise) sudo alternative written in rust that fails to hide your password when typing it in.