I am a junior researcher in computational chemistry/material science, and a hobbyist programmer. I am passionate about programming languages, open source and many other topics regarding computer science.
I have a homepage here.
Most of my projects are now living at Sourcehut and I am removing projects from Github because I do not think github has the interests of their user at heart. I would rather pay a service and be respected as a user, which is why I chose sourcehut. I still use github when it comes to contributing to open-source projects of course. I am also present on gitlab, also for contributing to open-source projects.
Anyway, here are some of my favorite projects:
Some Neovim plugins:
- make.nvim
:makeany project, for all the languages - slimy.nvim integrate the REPLs in Neovim
- wiki.nvim a personal wiki in markdown
- browz.nvim a UI plugin similar to Telescope (but much simpler)
Some fun C stuff:
- terminal.h a single file library to interact with the terminal
- chaitea a C port of bubbletea
Some Python stuff:
- pysh write shell like (file manipulation) scripts but with a real language
- vbelt a toolbelt to work with VASP
And also:
- goto a multiplatform tool to jump to favorite directories
- ltls a language server connecting to LanguageTool for spell-checking latex source written in Go