yego.me
💡 Stop wasting time. Read Youtube instead of watch. Download Chrome Extension

$30 Giveaway Winner!


2m read
·Nov 3, 2024

Hey guys, this is Matt.

I get 10 on with the conclusion to the giveaway which we initiated last week. Now, to do this, I'm going to be picking a random winner and verifying that they're actually subscribed to us. Then I'll be sending them thirty dollars to iTunes. So, I'm just going to walk you through the process that I'm using to do this so you can make sure that it's actually fair and because some of you might actually be interested.

So first off, I went to the commenters section of the video to get a list. I threw up the JavaScript console and ran this nice script which I created. I'll just run it to show you what happens. It lists all of the usernames of everyone who commented on the video. Then I copied these usernames into this text file and deleted those who specifically said they didn't actually want to enter the contest because they don't use iTunes or whatever. So now, this basically includes each line is a different contestant.

Now, to pick a random line from this file, I wrote a Ruby script, which I'll just show you now. It reads all the lines into an array, makes sure there's no duplicates, and then picks a random person. So now, I'll go ahead and actually run this script, and it will determine who won the contest.

And the winner is Sim! I'm not going to try to pronounce that one, but they won. So now, the last step to the giveaway is to determine that they actually commented on the video. To do this, I've set up this little curl command which calls YouTube's API to get a list of a user's subscriptions. I'll just get the list of this person's subscriptions.

I haven't actually verified that this method will give a list of all the subscriptions if there's too many, but if it doesn't have us in the list, I'll verify that. But I suspect that it will. So, let's go ahead and get this list, open it up in XML, search for "Mac," and so on.

And there it is! They are subscribed to Mac Heads 101 on YouTube. So that's all we needed to know. This is the winner, and I will be messaging them the thirty dollars to iTunes.

Um, so I really appreciate all of you guys commenting on this video. It's really refreshing to see so many people who watch our videos come together and leave a message, even if you just want thirty dollars.

Um, so thanks! Thanks for all of your guys' comments. It was well appreciated. Thanks for watching, and goodbye!

More Articles

View All
Cellular respiration | Energy and matter in biological systems | High school biology | Khan Academy
In this video, we’re going to talk about cellular respiration, which sounds like a very fancy thing, but it’s really just about the biochemical processes that can take things that we find in food and convert it into forms of energy that we can use to do t…
The Next Great Reset | Why The UK Is Collapsing
What’s up, Graham? It’s Guys here and it’s official: the global economy is tanking. In the last 24 hours, Hong Kong and Chinese stocks crashed to a 13-year low. UK’s Prime Minister resigned under financial pressure, holding the shortest term ever in Briti…
Circuit Terminology
In this video, we’re going to talk about some terminology that we use to talk about how circuits are put together. In previous videos, we’ve talked about the components or elements that are used to make up circuits. So, for example, resistor, capacitor, …
Comparing income trends across countries | Macroeconomics | Khan Academy
The goal of this video is to understand how median per capita income after taxes has trended in the United States in comparison to some other countries over a 30-year period, and the 30-year period for this chart is from 1980 to 2010. So, for example, in…
Catch of the Week - Hooked on a Monstah | Wicked Tuna
All right, behind the boat, you can see we’re right in the whales, circling us like jaws. It’s really good time for some June. It’s embark J. Yeah, we run real, real, real. You gotta pull it all the way, work it down. All right guys, you keep going. This…
Radical functions differentiation intro | Derivative rules | AP Calculus AB | Khan Academy
Let’s say that we have a function f of x, and it is equal to -4 times the cube root of x. What we want to do is evaluate the derivative of our function when x is equal to 8. So, see if you can figure this out. All right, now this might look foreign to yo…