projects
- found u - dart wip
- helping owners found their lost pets through community effort.
- this is an ongoing project that is currently private.
- floggy - odin wip
- simple, hackable static blog generator, with accessibility in mind.
- brainy - go
- a brainf*ck compiler, using qbe as a back-end, for entertainment and learning purpose.
- kumquat - posix
- a pass-like note taking script, with extensions support
- repl.kak - posix
- your favorite languages' repl, from kakoune.
- plugins.kak - posix
- small, simple and effective kakoune plugins.
- dabruin.kak - posix
- a theme. one color, multiple attributes, endless possibilities.
a list of foss contributions
blog posts
- bear and fish - colorscheme for kakoune
- why and how i made a minimalist & hackable colorscheme, inspired by vim-bruin
let's discuss
# str -> rot13 -> base64
echo 'qTuioJSmYaEynKuynKWuDUA0LKW0oJScoP5wo20X' |
tr 'a-zA-Z' 'n-za-mN-ZA-M' |
base64 -d