#!/usr/bin/python
# -*- coding: utf-8 -*-
class Sysadmin:
def __init__(self):
self.name = "Andrew Augustine"
self.role = "IT Team @ MCCi"
self.degree = "Florida State - Computer Science B.S."
self.interests = ["IT", "Homelabbing", "Linux", "Blogging"]
self.looking_for_job = False # Thanks to all who reached out!
def say_hi(self):
print("Hey! I hope you find some of my stuff interesting!")
if __name__ == "__main__":
me = Sysadmin()
me.say_hi()- Going into 2026...
- Framework 13 Review
- Democrats: Join Trans People or Die
- Let's talk about the Switch 2...
- Going into 2025...
Psst... This section is automatically generated using @JasonEtco's RSS to README action!




