Youtube-dl: a sample config file

Useful miscellaneous tech tricks and tips… I’m sure, like everyone else in the world, that you’ve wanted to convert Youtube videos into audio. But there are so many shady sites and you don’t know which ones are safe…(does anyone actually buy the music?) Youtube-dl is by far the most useful youtube to audio/video converter. There […]

Read more "Youtube-dl: a sample config file"

G4C Migration Design Challenge

Photo by Jason Blackeye on Unsplash In February, I organized a team of four college students to come up with a game design that would address this challenge, hosted by Games for Change: “The integration of migrant populations has always been an important issue faced by many countries all around the world. Integration is a two-way street, with […]

Read more "G4C Migration Design Challenge"

Bulls and Cows Game in Python

Photo by Angelina Litvin on Unsplash I found an algorithm I wrote in Python to simulate the Bulls and Cows game! Here is a simple description of the game: Create a program that will play the “cows and bulls” game with the user. The game works like this: Randomly generate a 4-digit number. Ask the […]

Read more "Bulls and Cows Game in Python"