Are You Ready?

Assessments are a tricky business. Writing an exam that successfully tests a person’s knowledge or abilities, without inadvertently giving preference or advantage to certain demographics, is very difficult. The examinations I’ve written so far for my job fall into the category of testing whether a student has mastered a certain curriculum. After a couple of months of class, we give them an exam to check if they learned all that they were supposed to. Everybody is used to such tests, and everybody has experienced them.

Continue reading “Are You Ready?”

I Promise I Like It

For the last two months I’ve been reading Crime and Punishment, by Fyodor Dostoyevsky. I’ve legitimately enjoyed the book whenever I’ve sat down to read it, but there is something about it that doesn’t quite grab my attention. I’ve struggled to sit down for very long stretches and just finish it out, and I can’t put my finger on why.

Continue reading “I Promise I Like It”

Brief Thoughts on Commencement

Due to travel and being home in Minnesota all last week, this post is coming late today.

This past weekend, my girlfriend graduated from college. It was an exciting time, and she officially finished up this chapter of her life and began to look forward to the PhD program she begins in the fall. Going to commencement was exciting, having this official moment to mark the occasion. This is what I appreciate about commencement, is its role as the milestone.

I don’t think I fully appreciated my commencement in the moment. Being in a major where I didn’t know many people, it was even a little isolating to not share the entire time with my friends. Yet it is still an event I can look back at to finalize the accomplishments I had in college. It’s also the last time something like that occurs. It felt to be one of the biggest jumps into adulthood, as there were no more obvious goals set out for me, beyond survival as an adult.

I think it’s good to have times where we can celebrate ourselves, to take the moment necessary to truly reflect on what we’ve done and where we are going after the fact. I hope to be cognizant of that feeling moving forward. Although there will be no institutions to celebrate my personal accomplishments, I want to take the time to reflect regularly, acknowledge what I’ve done, then focus on moving forward.

How I Podcast: Software

After nobody asked me to, I’ve decided to write a few posts about how I podcast. There might be an additional post where I talk about some other software I use on my computer in general, but we’ll start with podcasting because it really is the heaviest use of my computer.

In this post, I’ll focus on the software I use to record. In the next post, I’ll share some of the hardware I use. And finally, I’ll explain how I edit podcasts with the aim of having a screen recording of myself editing either OHAC or Comical Start.

Continue reading “How I Podcast: Software”

Some New Code

After playing around with Project Euler for a while, I determined I wanted to challenge my coding skills even more, but stay firmly planted in the mathematical realm in which I’m familiar. So, I’ve begun writing some code that can be used for certain mathematical objects. In particular, I’ve written a fraction class, a 2D vector class, and a complex number class. You can find the code on GitHub.

Continue reading “Some New Code”