RSSAmplifier

Blog

RaphGL

RaphGL's Blog

raphgl.github.ioRSS feed ↗8 posts

Latest posts

The case for custom static site generators

Some reasons to ditch static site generators and write your own

Stop (ab)using regex

Stop it, get some help!

C compiler flags you ought to know

A compiled list of compiler flags that make development and catching errors easier

How to write generics in C

Implementing type-safe generics in C step by step

Helix tutorial for Vim plebs

A walk through vim and helix differences and the various helix modes for people that are familiar with vim motions

Error handling patterns in Rust

Common error handling patterns that help reduce verbosity in Rust

How base64 works

A step by step guide into implementing base64 in C

Setting up NeoVim for Godot

Recently I’ve been using Godot a bit to mess around with game development and I wanted to have autocompletion working with CoC. I looked around and there were no extensions for the Godot LSP. So, to use Godot with NeoVim I just had to connect to their LSP. Setting Up If you have CoC working correctly already, open NeoVim and run :CocConfig , it’ll open the configuration file for your…