Category: Philosophy

  • I hacked Excel

    And it was incredibly easy. Some background: I received a Microsoft Excel spreadsheet (xlsx file) from someone at my company that was struggling with incorrect numbers. The spreadsheet was password-protected. I noticed one of the formulas wasn’t calculating correctly and giving a percentage of a score that they had a 0%, which was incorrect. This was something they had to complete quarterly, and each tab represented a different quarter. I noticed that on the tabs for the first two quarters, the formula for calculating the percentage was completely different than the last two quarters. I thought that if I updated the formulas to correctly calculate their score, then everything would work fine. Unfortunately, the formulas were password-protected.

    (more…)
  • I wrote a letter to my 30-year-old self when I was 25

    I don’t remember what sparked the idea, but I thought it would be interesting to write a letter to my future self in five years when I was 25 years old. It’s interesting to think about what my priorities were then, and how it’s shifted to now. I’m halfway on to my next mark five year mark, but I thought I’d share the questions with answers (as of 2015). The original copy is at the bottom.

    (more…)
  • How I Wrote a C# Terrain Map Generator

    Last week while I was taking the dog for a walk, an idea came to mind: What if I built a town simulation that told stories about people who lived there? Upon thinking this, I was curious if I could somehow build a random map that these people, or “sims” since I grew up in the golden years of SimCity and other sim games, would tell the user stories as they interacted with the world.

    (more…)
  • Let’s Talk: The Equifax Hack

    I want to talk about the Equifax hack. It’s extremely important because if you’re an American, then there’s more than a 50% chance you’re affected and everything about you is at risk: Your full name, your date of birth, your social security number, your address, and more. This article will dive into more details about what it is, how it happened, and what you can do.

    (more…)
  • Blight

    We all knew this was coming. Scientists had been warning us for decades, but many people were blaming the hippies, the democrats, or China. Others thought that perhaps it was natral phenomenon. Those who listened pretended to care, but never did anything about it. It required people to drastically change their lifestyles, but it was too inconvenient.

    (more…)
  • AutoApply

    Filling out job applications can be very time-consuming. Unfortunately, I was laid off about a month ago. Since I’m unemployed and I want to be more efficient, I started building a program that will automatically fill out a majority of the forms for me automatically. So far, I have a settings menu where you can fill in our job experience, cover letter, references, and your personal information (address, name, chosen password, username, etc.)

    The video below displays an early prototype of what I’m building.

    The technology used is C# and I imported Google Chrome, which is very useful for calling javascript commands. I’m not entirely sure what I’m going to do with it, but I’m still building out all the AI algorithms for different application websites. If you want further information, use the Contact section above.