Unreality
I started writing and then just didn't stop, so apologies, it's a bit disjointed
Surely reality is not the space which I inhabit, surely reality would be more exciting, more substantive than this dull existence. I live in a single room and while I wish I could claim it was a room with a view of the Seine in Paris, or with a view …
GitHub as a file server
So, I had this idea, GitHub pages is intended to host static websites for documentation and so forth, but, the thing is, in reality, it's just a simple read-only file server. It's given a URL which it replies to with a file in the repository. Other …