2018
I finally got my drone out this summer to take some more pics! more here
The beginnings of tildeverse.org
Some updates on stuff I was building on tilde.team
A common and seemingly reasonable argument for white pride or white nationalism is: why can’t I be proud of my culture? Well, you can. Always have been able to. We have Irish pride celebrations, we have German drinking festivals, we have Serbian food festivals. Any European culture you can think of has multiple organizations in…
Building my own forum software with elixir
I did a hello-world with wasm
Did you know that ~/.ssh/config aliases work for git remotes? ~/.ssh/config You can now use gh:username/repo as the remote in place of git@github.com:username/repo, which is much shorter and easier to type many times! git clone gh:benharri/learngit There are many other use cases for the ssh_config file. For example, here is my config for the tilde…