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
Leaving Earth | MARS: How to Get to Mars
We need to be able to get off of Earth better. So, first thing we need to work out is how to very efficiently get off of Earth. Then we can start working out how to efficiently get on to Mars. If you want to get off the planet Earth today, you’ve got one …
Proof: perpendicular radius bisects chord
So we have this circle called circle O based on the point at its center, and we have the segment OD, and we’re told that segment OD is a radius of circle O. Fair enough! We’re also told that segment OD is perpendicular to this chord, to chord AC, or to se…
Worked example: Identifying isotopes and ions | Chemistry | Khan Academy
An isotope contains 16 protons, 18 electrons, and 16 neutrons. What is the identity of the isotope? I encourage you to pause the video and see if you can figure it out. I’ll give you a hint: you might want to use this periodic table here. All right, so I…
Tax implications of non-typical pay structures | Employment | Financial Literacy | Khan Academy
So let’s think about some of the pros and cons of self-employment. I’m going to make a column of pros and then in cons maybe a nice scary red over here. Alright, cons. I think a lot of folks, when they imagine working for themselves, they imagine, “Well…
Average Net Worth By Age (The Sad Truth)
What’s up, guys? It’s Graham here. So, the other day, I came across an article which found that 60% of Americans are currently living paycheck to paycheck. That got me thinking: what is the average net worth throughout every age, and is that realistically…
Paul Graham: What does it mean to do things that don't scale?
What doing things that don’t scale means specifically is doing things in a sort of handmade, artisanal, painstaking way that you feel like, yeah, it would be great if you could do things that way forever. But you, in the back of your mind, think to yourse…