The title says it all. I wanted to be able to write and edit posts from my phone. And I made it!

I installed a Termius app on my iPhone. It allowed me to generate an ECDSA keypair in a secure enclave – allegedly even the app does not know the key.

I then exported the public key from Termius via Signal (it was the easiest way to sync the content from my iPhone to my Windows PC) and pasted it into the terminal, where I was logged onto the VPS running the blog.

Originally I thought about having a separate app for preparing Markdown files and then uploading them onto the VPS. But file uploading might be not possible (or just very incovenient) using the free version of Termius, so I am currently typing these words in vim… on a smartphone touchscreen keyboard 🤪

Why did I do that? Well firstly, because I was curious whether it’s possible. Secondly, since I’m using my phone way more often than my private laptop, and I consume digital content almost exclusively on a phone, I figured it wpuld be much harder for me to now find an excuse not to write.

But I alteady see I need to find out how to turn on autocorrect.

Cheers! :wq