Starting a Blog
Here's a blog. I don't have any plans for what or how often to post, but I'd like to have the option to share thoughts with the world at any time.
What I Like About Blogs
Posts on social media are so ephemeral. You could have the greatest insight ever and after sharing it on social media it is lost, even to you the writer. A blog feels more lasting (and is more archiveable).
What I'll Post About
Life, tech, career, hobbies, stories. We'll see.
Markdown Showcase
I was able to reuse the vibecoded markdown renderer I built for my AI chat app. Here's some examples of what I can do.
I can have titles!
If you're on a large enough screen, they'll show up on the right in a table of contents.
Write code!
I even have syntax highlighting. Here's Python:
def hello_world(): print("Hello, world!")
And here's TypeScript:
function helloWorld() { console.log("Hello, world!"); }
Have tables
Column1 | Column2 |
---|---|
What's | up? |
You get the point
Moving on then.
What's Next
Some way to add likes & comments might be fun (figuring out how to do this without accounts will also be fun).
A better way for me to write, preview, and publish posts (besides deploying my site).
Most importantly, good content!