;; Hello, my name is Sophie 🌋
(defpackage
:about
)(in-package :about)
(defvar *pronouns* '(:she :her))
(defvar *birthdate* (make-date :day 22 :month 11 :year 2001)) ;; Oh no, I feel so old :(
(defvar *education* '((:program "Computer Science (General Computer Science)"
:degree :masters
:at "Palacký University Olomouc, Faculty of Science"
:graduation :in-progress)
(:program "Computer Science (Programming and Software Development)"
:degree :bachelors
:at "Palacký University Olomouc, Faculty of Science"
:graduation 2024)))
#|
I am a -year-old computer science student at Faculty of Science at Palacký University Olomouc, currently in a master's General Computer Science program. And hopefully in the future a PhD student... maybe.
|#
(defpackage
:interests
)(in-package :interests)
#|
Computer-science-wise I am interested in computability, complexity, formal languages and graph theory (though I suck at it). My favorite languages are Common Lisp (must have been really hard to tell) and Java, though I also enjoyed dipping my toes in C and ASM.
Outside computer science, I am interested in history (especially Roman/Byzantine history), geography, astronomy and other natural sciences.
My favorite shows are Battlestar Galactica and Stargate. I would like to tell you what music I listen to... but I can not. Like, I have no idea where to put it genre wise. Currently, I listen to Pacific Drive, BSG and TNO (yes, the mod) soundtracks... so I guess that is the best I can answer with.
A bit ashamed to say that despite originally starting programming at the age of 9 due to interest in games and game development, I have not really played or made any games/mods in a long time. Still, some of the games I played recently are Stardew Valley, Pacific Drive, and Skyrim.
|#