posts
Here’s some of my favorite art.
Edvard Munch, The Scream, 1893 (source)
Ben Shahn, All That Is Beautiful, 1966 (source)
Peter Doig, Architect’s Home in the Ravine, 1991 (source)
I recently had to remove a keyword from the git history of a project I was working on. This meant not just removing a file but modifying commits where the keyword was added, commits where the keyword was removed, and even commits with the keyword in the commit message. I eventually came to the right solution through a mix of blog posts and the documentation for git rebase.
For this example, assume the keyword is “matrix”.
Read moreMatrix is a federated, open source chat system. By federated, we mean that people can communicate across different servers, like in the image below. In that way, it works sort of like email: even though you may use you@gmail.com and I might use me@kylrth.com, we can still write each other emails.
In our case, I host the server at matrix.kylrth.com, and you and I can connect to it with various clients.
Read more