Capture the Flag

An online, async Capture the Flag game. Hosted on this webpage.

November 21, 2022
hackingsystems

Why The Links On My Website Turn Pink

Let's talk about favorite colors and digital breadcrumbs!

January 28, 2022
techunrelated

Creating Music Metrics and Modeling Artist Relationships with Spotify's API

I love two things more than anything- music and computer science. Let's use Spotify's API to combine the two! Topics include Music Recommendation, Discography Ranking, creating a Graph of Related Artists, finding the shortest path between two artists, & more!

December 12, 2020
productivitymusicdata-science

I asked 50 strangers to make up a new word. This is my new Internet Lexicon.

Curious to see strangers' creative ability, I went on Omegle and asked 50 participants to create a new word, and tell me what it means. Enjoy!

November 25th, 2020
tiktokmisccreative

20 Things I Learned About Life (for my 20th Birthday)

Today, I turn 20 years old. No longer a teenager, here are 20 things I learned about life.

October 1st, 2020
mindfulnessreflectionhappy

The HotPlot- A Fun Way to Prioritize Ideas

Everyone wants a way to prioritize their ideas and side projects, but doing so often feels tedious and unhelpful. Introducing the HotPlot, a way to organize your thoughts that feels right.

July 8th, 2020
productivity

Joyful Kotlin- The Class You Never Knew You Needed

Kotlin is a language that runs on the JVM, is supported (and recommended) for android development, and has extensive syntax support for important concepts like null safety, concurrent / parallel processes and static typing. Why isn't it being taught in more CS curriculum?

June 3rd, 2020
educationkotlin

Why You Should Intern At A Startup

Working for a startup may not give you immediate prestige on your resume, but it does teach you valuable opportunities and skills that large companies simply cannot offer.

May 18th, 2020
careeradvice

Privacy First Contact Tracing, in Layman's Terms

In order to re-open the economy in the fastest and least-damaging way possible, contact tracing applications will play a huge roll. But how do these apps work, and how do they protect our personal information?

May 17th, 2020
securitycoronaviruscryptography

The Importance of a Good README

How a well-written GitHub README can make your project more successful.

May 17th, 2020
gitproductivity