Explore >> Select a destination


You are here

tree-sitter.github.io
| | zackoverflow.dev
3.5 parsecs away

Travel
| | Using Tree-sitter to add syntax highlighting to my personal code editor, Glyph.
| | olvemaudal.github.io
3.9 parsecs away

Travel
| | C++ is a difficult language to master. Very difficult. It does not take more than a few days away from the keyboard before you start forgetting some of the details that will bite when you visit the dark and dusty corners of the language (sometimes because you work with code written by others).
| | devnonsense.com
4.1 parsecs away

Travel
| | Vim was my preferred text editor for nearly eighteen years, until I switched to aretext in 2021. I appreciated vim's efficiency and ubiquity, the way I could rely on it regardless of what project I was working on or what machine I had ssh'd into. Like any software, however, vim reflects the time in which it was written. In many cases, vim optimizes for speed above all else, an approach that made sense given the limitations of late '90s computers.
| | www.droidcon.com
16.6 parsecs away

Travel
| This article serves as a guide on how to set up the project to include the Compose annotation processor as a library. I have exported the necessary JAR files in the GitHub repo. Before doing any step, make sure that your project is set up with Compose. If creating a new project, this can be done by following