Welcome to Another Isolated Island
I regard blog as an isolated island all along. As bloggers, we should open up new routes of links to make it construct an undirected graph. In this way, not only can we communicate and learn more form each other, but also find more gurus from links. Why not?
Whether you find this website from search engines or others’ links, glad to see your valueable comments! I’m happy to communicate knowledge and thoughts!
About Me
from base64 import b64decode
class Me:
def __init__(self):
self.name = "Allen Wu"
self.birth_year = 2004
self.education = {
"undergrad": ("GDUT", 2022, 2026, "B.Eng. in CS")
}
self.hobbies = ["jogging", "harmonica", "reading", "programming"]
self.fav_OS = ["Arch Linux", "LineageOS"]
self.fav_programming_languages = ["Python", "Rust"]
self.fav_games = ["Touhou", "Minecraft", "Outer Wilds"]
self.email = b64decode("YWxsZW53dTIzM0BvdXRsb29rLmNvbQ==").decode("utf-8")
- FOSS enjoyer.
- To live is to try.
About the Website
The Name
- “Allen’s World”: As you can see, the blog is a dreaming world for me.
The Vicissitudes of the website
- 2022/08/16, built the website with Hugo, the theme was Hugo Theme Stack. Deployed on Github Page and Netlify with the name of “Allen_Wu233’s Blog”.
- 2023/05/24, purchased personal domain: blog.allenwu233.com
- 2024/05/xx - 2025/04/07, the blog was down for something wrong with Netlify and SSL certification.
- 2025/04/08, updated blog theme to Hugo PaperMod, changed the website name to “Allen’s World”. Fixed all the problems and the website recovered.