The blog is finally done! I think we've been working on it off and on for a few months now, but I've been kicking around the idea for over a year at this point. I'm glad to have it finally done-ish. It'll never be done.
The biggest drawback of building your own website is you'll never be happy with it. There's a golden rule in writing, particularly with novels. As soon as your story is in its final form, on paper, ready to be given to the consumer... That's when you find a typo you missed. Except with a website it's way more than typos. Seriously, I feel like every time I finish making something I stop liking it.
Anyways, here's the blog.
Yes, the name is cheesy. Yes, I will also probably stop liking the title in the next few weeks, but I see a cool acronym, I use a cool acronym. I'm pretty simple that way.
The Latent Arcana Blog isn't going to be necessarily just a blog. I think it will also be a place for me to store, more permanently, the conversations I have had with the other members of Latent Arcana since its inception. Hopefully I can also do some writing here. I've been craving a place to put my short stories, poetry, and random code snippets I find interesting.
Like this one:
int length = 0;
for(int i = 0; i < list.length; i++) {
length++;
}
Console.WriteLine("length is : " + length);
Who wrote that? I don't know I made it up. It definitely wasn't me.
I can't guarantee I or my team will post regularly but I can guarantee it will be interesting. Mainly, you can expect development logs, reviews of tools and software we're using, random drawings and schematics of our grand design (bad software architecture diagrams), and so on.
Don't touch that dial! We'll be right back!