{% extends 'shared/core/base.html' %} {% load static %} {% block head %} {% endblock head %} {% block content %}

Welcome to the home of Shifoo (previously That Computer Scientist). My name is @bobby, and this is my personal website. I aim to build a retro looking personal website, where I share my thoughts, ideas, and experiences through articles, and will showcase some cool nostalgic features and tools.

Please note that I am continuously working on this site, and it is still under construction. So, not all features are available yet, and some features may not work as intended.

There's also a some of The Good Stuff you can find in the sidebar, that you can play around with. I will be adding more in the not so distant future. Also, To participate around various sections of the site, you will need to register for an account. I hope you enjoy your stay here.

{% if announcements is not None %}
{% for announcement in announcements %}
{% if announcement.is_new %} New Announcement {% else %} Announcement {% endif %}
{{ announcement.created_at | date:"M d, Y" }}: {{ announcement.content | safe }}
{% endfor %}
{% endif %}

Contemplations of Late

{% include 'partials/_weblog_list.html' with posts=recent_weblogs %}

Recent Weeb Degenerecy

{% for anime in recent_mal_activity.anime %}
{{ anime.title }}

{{ anime.title }}

{{ anime.status }} {{ anime.episodes_seen }}/{{ anime.episodes_total }}
{% endfor %}
{% endblock %} {% block scripts %} {% endblock scripts %}