Skip to main content Scroll Top

Hello World!

_da4daec6-797c-4c6b-a1d1-efa809d3e8ce

Hello Everyone,

In this first post, I’d like to share the purpose of this site and what to expect moving forward. I see the era of personal blogs as mostly past, so my goal here is to use this site primarily as a Linktree—a quick-access point to content related to me. Beyond that, the blog will include a “shit post” section, where I’ll save things from private messages that make me laugh or that I want to keep around. On the technical side, instead of regular articles, I plan to share brief, practical tricks and resources that I find useful and might want to bookmark for future reference.

That’s the general idea—happy reading!

echo “# Welcome to FCN Universe” > README.md
echo “Hello everyone, welcome to FCN Universe! This is our first post. Stay tuned for future updates. Keep in touch!” >> README.md
git init
git add README.md
git commit -m “first commit”
git branch -M main
git remote add origin https://github.com/TheFCN/FCN-Universe
git push -u origin main

Leave a comment