I’m a bit fuzzy on the dates, but it was during a Summer School enrichment program, prior to high school, that I encountered the Internet. Before then, the closest thing to owning a computer was my Super Nintendo. I have memories of using Yahoo! to search for everything Final Fantasy, and used up all the … Continue reading
Monthly Archives: April 2014
Reviewing Card Games: Coloretto
I decided that I’m not going to limit myself to digital games. So, for my first post to that regard, I’m writing about the card game, Coloretto. It’s a game with simple concepts and social mechanics. I’m not good at games, where you have to _regularly_ screw other people over to win. This game is … Continue reading
Ok, Regex, You Win!
Regular Expression or Regex is used in programming to indicate patterns in strings (of characters). My most frequent encounters with Regex are when I’m parsing a string in Java and I call the split() function. When Regex has been useful: Let’s say I wanted to count how many times all the words in the Bible occur. … Continue reading