About
Hello, I am Théo. A young material scientist and theoretical chemistry researcher focused on electronic structure modelling. Here is my resume and research profile.
I am also a passionated hobbyist programmer, working on many different coding projects in many different languages.
My coding projects are mostly on sr.ht.
I may also write a blog post here from time to time.
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
- ui.nvim an implementation of
vim.ui.*in Lua - browz.nvim a fuzzy finder plugin based on ui.nvim
Some fun C stuff:
- terminal.h a single file library to interact with the terminal
- chaitea a C port of bubbletea based on my terminal.h
Some Python stuff:
- pysh write shell like (file manipulation) scripts but with a real language
- vbelt a toolbelt to work with VASP
Some Go stuff:
- goto a multiplatform tool to jump to favorite directories
- ltls a language server connecting to LanguageTool for spell-checking latex source written in Go
- capsule a sort of package builder for local installation of software