Recent Posts

Using auth-source in a Real Emacs Package

9 minute read

When an Emacs package needs an API token, the easy path is to introduce a custom variable and let users store the secret in their configuration. shpaste take...

The State of Typing in Elixir

3 minute read

Elixir is dynamically typed, but ‘typing in Elixir’ now spans three things: the runtime shape you get from pattern matching and structs, optional typespecs c...