diff options
author | Austin Adams <git@austinjadams.com> | 2019-01-11 00:17:17 -0500 |
---|---|---|
committer | Austin Adams <git@austinjadams.com> | 2019-01-11 00:19:16 -0500 |
commit | f04ee953d01a262ad71f0101dc0694eab1fff18e (patch) | |
tree | 19e62d219780444ec826dfbaee5886816ab80bb8 | |
parent | c0da3f5037c6ac4a7c4c59a3de31ddcce6e75ea0 (diff) | |
download | webzone-f04ee953d01a262ad71f0101dc0694eab1fff18e.tar.gz webzone-f04ee953d01a262ad71f0101dc0694eab1fff18e.tar.xz |
Oopsie I graduated
-rw-r--r-- | config.toml | 2 | ||||
-rw-r--r-- | content/about.md | 32 | ||||
-rw-r--r-- | content/praise.md | 83 |
3 files changed, 100 insertions, 17 deletions
diff --git a/config.toml b/config.toml index 7cdefd7..a5c0f64 100644 --- a/config.toml +++ b/config.toml @@ -8,5 +8,5 @@ disableSitemap = true [params] homeurl = "/" -tagline = "Georgia Tech student, programmer, GNU/Linux finesser" +tagline = "Georgia Tech alum, programmerdude" description = "Austin Adams's personal website and blog" diff --git a/content/about.md b/content/about.md index 0c827f8..a305538 100644 --- a/content/about.md +++ b/content/about.md @@ -21,21 +21,19 @@ img { ![A photo of me][i1] -Hi, I'm Austin Adams, a senior in Computer Science at the [Georgia -Institute of Technology][1]. Since I enjoy low-level work and computer -science theory, I chose the Theory and Systems & Architecture -[threads][2], and I expect to graduate in Fall 2018. - -Previously, I attended [Kennesaw State University][3] for two years, one -of which was full time in my senior year of high school through the [Dual -Enrollment Honors Program][4]. - -Today, I work as the head teaching assistant for CS 2110, the intro to -computer architecture course at Georgia Tech. I manage a team of TAs -creating course material with the ultimate goal of stuffing knowledge of -circuits, assembly, and C into students' brains with minimal suffering. -We get to help students write recursive assembly, malloc() -implementations, and Game Boy Advance games — it's fun! +Hi, I'm Austin Adams, a recent graduate of the [Georgia Institute of +Technology][1] with a Bachelors in Computer Science. Previously, I +attended [Kennesaw State University][3] for two years, one of which was +full time in my senior year of high school through the [Dual Enrollment +Honors Program][4]. + +The highlight of my college career was working as the head teaching +assistant for CS 2110, the intro to computer architecture course at +Georgia Tech. When I wasn't managing the team of undergraduate TAs or +answering emails, I spent a bunch of time writing autograders for +[digital logic circuits][6], assembly code, malloc() implementations, +and even [Gameboy Advance DMA][8]. Here's some [praise from student +evaluations][9]. Professionally, I've worked on both GNU/Linux and Windows applications, from shell scripts to ASP.NET MVC, but in my free time, I write tools @@ -43,9 +41,11 @@ for GNU/Linux, mainly command-line utilities and webapps. See my [projects page][5] for details. [1]: http://gatech.edu/ -[2]: http://www.cc.gatech.edu/academics/degree-programs/bachelors/computer-science/threads [3]: http://kennesaw.edu/ [4]: http://honors.kennesaw.edu/dehp/ [5]: {{< ref "projects.md" >}} +[6]: https://github.com/ausbin/circuitsim-grader-template +[8]: {{< ref "blog/autograding-gba-dma.md" >}} +[9]: {{< ref "praise.md" >}} [i1]: /img/about/mugshot.jpg diff --git a/content/praise.md b/content/praise.md new file mode 100644 index 0000000..f6cd728 --- /dev/null +++ b/content/praise.md @@ -0,0 +1,83 @@ ++++ +type = "info" +date = "2019-01-10T23:39:28-05:00" +draft = false +title = "Praise" +description = "Praise from student evaluations" ++++ + +<style> +blockquote { + background-color: #ddd; + margin: 1em; + padding: 1em; + display: block; + font-style: italic; +} + +blockquote p { + margin: 0; + padding: 0; +} + +hr { + display: none; +} +</style> + +Here's a cherrypicked list of the highest praise I've received in +student evaluations: + +> nothing except maybe less CS humor + +---- + +> communist + +---- + +> This course was not just a disappointing course, but an embarrassment +> to Georgia Tech. [1400 words omitted] They need to seriously consider +> restructuring this course. + +---- + +> Very childish + +---- + +> Having half the class failing under your watch isn't cool, even if you +> think it is. + +---- + +> I hear his memes suck. + +---- + +> Austin could be even MORE jacked than he is right now. + +---- + +> the most needed improvement is not sending over foam balls and teddy +> bears through the vietnam tunnels to the [adjacent instructional] lab + +---- + +> Think this guy is like the head TA + +---- + +> He needs to step up his meme game. They're all inside jokes... + +---- + +> Needs more memes. + +---- + +> CoC Chad + +---- + +> more memes |