[Miscellaneous] - Tagging system
I've been working out a tagging system for my blogs which would help me organize them a little better, at least for my own sake if not for the sake of a potential outside reader.
The blog is focused on tech, that much is pretty certain. I won't be inclined to veer away and talk about geopolitics, or cooking, or other topics that are drastically different from the focus of the blog. In any case, I think a basic tagging system would make this place easier to parse, especially if I want to revive it somewhere else.
Here's what I've been thinking:
[Prefix] - {{TITLE}} - [SUFFIX]
Where the prefix is the broad categorization of the individual blog post, and the suffix can include any clarifying information. For example, post numbers for serialized blog posts or any topics that warrant multiple posts. The suffix will not necessarily be present on every post, but the prefix will.
Examples could include:
- [C] - Basic graphics setup for a PS1 program
- [Assembly-MIPS] - Optimizing rendering subroutine - [1]
- [Assembly-x86] - Experimenting with DOS Mode X - [3]
You get the idea. This is a work in progress, so if a better idea appears I'll implement it. For now and for my current purposes, this should be fine.