Hello, world!
July 13, 2023•121 words
If you've ever done any programming, you know that a routine first exercise is the infamous "hello world" program. Kinda like this, in C:
#include <stdio.h>
int main()
{
printf("Hello, world!\n");
return 0;
}
In that spirit, this is the "hello world" for this site. I'll write about technology. About privacy. About encryption. About firearms. All things that are interests of mine.
And I'm going about it in a really geeky way, writing in Standard Notes, and publishing to their Listed.to platform, which I've pointed a (sub)domain at.
We'll see how this goes, and what comes of it, if anything. You're welcome to come along for the journey.
Or don't. I'm not going to tell you what to do.