 
      
    | You are here | zackoverflow.dev | ||
| | | | | devnonsense.com | |
| | | | | 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.scannedinavian.com | |
| | | | | ||
| | | | | logr.cogley.info | |
| | | | | Was pleasantly suprised at how easy it is to get syntax highlighting going in Hugo, since its inclusion of the fast Golang-based «Chroma» library, and even making it backward compatible with most pygments settings. My config.toml contains the following: 1 2 3 4 pygmentsOptions = "linenos=table" pygmentsCodeFences = "true" pygmentsCodefencesGuessSyntax = "true" pygmentsStyle = "tango" ... and to get it to work you just use a code fence (three backticks) specifying the language like: | |
| | | | | radu-matei.com | |
| | | In this article, we explore how to add a new system call to WASI, the WebAssembly System Interface, and implement it in Wasmtime | ||