Apparently a long weekend calls for a long playlist, cause this one’s a doozy – 73 songs at this moment. If you’re an American and didn’t blow your head off with fireworks or get eaten by an alligator, you probably had a pretty great weekend. On the other hand, if you’re an American pet or Jason Pierre-Paul, you’re probably wishing that fireworks had never been invented.
Mother’s Finest fuck yeah!!!
I grew up shooting roman candles and bottle rockets at friends and never had a problem, but I burned the shit out of my hand last week lighting 3 sparklers at once for the kids. USA! USA! USA!
Can someone come to my house with a few cassette tapes and record all of these on my boom box? I don’t know how else to listen to the music.
Is youtube blocked for you?
Weird Science? I’m officially chubbed out waiting on Rick and Morty.
Also, great list, man.
I’m so glad I made this tool; it basically means I’ve got music for my entire Monday workday covered. The code for talking to youtube’s API is pretty complicated (and I didn’t write it myself) but look how simple the code for getting the links is:
youtube_links = []
$( “iframe[src*=’youtube.com/embed’]”).each(function(){
if (this.src.indexOf(“videoseries”) == -1){
startindex = this.src.indexOf(“embed”) + 6
endindex = startindex + 11
newlink = this.src.substring(startindex,endindex)
youtube_links.push(newlink)
}
})
console.log(youtube_links)
The YouTube API used to be easy – I think they were tired of people redirecting their traffic. Facebook and Twitter broke theirs SPECTACULARLY last month.
In my work world, API means something completely different. What does it mean in this context?
Asshole
Proxy
Index?
Application Program Interface – it’s a building tool to develop an app or program. If it’s good enough, it gives you the tools you need to create the program yourself. It can also be shorthand for the program that is used to connect 2 separate programs together – I used Twitter’s API to setup auto posting for our site, for example. (Wait, no, I used Feedburner. But I would have if I weren’t so gol’ darned lazy..)
Nice! You guys are super advanced on this tech stuff!
http://media.giphy.com/media/OMK7LRBedcnhm/giphy.gif
There were some really good tunes this weekend. Kudos to all!
Definitely a good music weekend.
The goods were officially brought.
I’m happy that a number of other kommenters have been poking their heads up with contributions; I enjoy being exposed to new stuff.