Concentration \ Programming Music 0000 (Part 0)

2024 ж. 14 Мам.
1 247 876 Рет қаралды

Here is the lastest list. It's actually part 5, but my fellow coders out there brought it to my attention that I missed the first number: 0. So, corrected :) ... The list is not as diverse as I'd have liked it to be, however it is composed of tracks I use at work. Will try to get a newer one sooner.
Track List:
0:00:00 Call of Duty Black Ops 3 - "Main Menu Theme - Ignition"
0:03:35 The Martian OST - "Work The Problem"
0:05:18 Deus Ex: Mankind Divided - "Prague Ambient #1"
0:15:20 Quantum Break - Petri Alanko "A Whisper"
0:19:28 Predestination (2014) - "Ending Credits Soundtrack"
0:24:43 Solaris Soundtrack - Cliff Martinez - "First Sleep"
0:27:13 Deus Ex: Mankind Divided - "Resticted Area"
0:29:50 Dying Light OST - "Horizon"
0:33:06 Mirror's Edge Catalyst - "Act 3 Rezoning"
0:35:33 Germind - "Time Consciousness"
0:42:09 Shadowrun Returns OST - "Blood Hounds"
0:46:37 Deus Ex: Mankind Divided - "Prague Ambient #2"
1:00:59 (Bonus) Death Note - "L's Ideology"
As I make nothing from these list, if you'd like to contribute Bitcoin (BTC), use the following string to my wallet :)
13nxxKnzcTfB65Nb5TH73wbog7yCZ6P2cf
*Download this list here:
drive.google.com/file/d/0B9sR...

Пікірлер
  • Scroll up and get to work!

    @figs827@figs8277 жыл бұрын
    • Your right, i'm doing that.

      @MarceloRocha-pd3ri@MarceloRocha-pd3ri7 жыл бұрын
    • Okay

      @L2029@L20297 жыл бұрын
    • you got me there :D

      @yogerrry@yogerrry7 жыл бұрын
    • good one :D

      @xedemx4683@xedemx46837 жыл бұрын
    • But my screen is too tall to hide this comment

      @eeaglllee@eeaglllee6 жыл бұрын
  • Alright guys, so I've been rejected from 2 job interviews, came home... simply turned on this wonderful mix, and started coding. Really appreciate it. Good luck to all my fellow coders, everything is gonna be alright in the end. Just keep going.

    @malaicristian360@malaicristian3605 жыл бұрын
    • Did you find a job?

      @phoenixofchaos2@phoenixofchaos22 жыл бұрын
    • @@phoenixofchaos2 yes, my man. been a front end dev for almost 3 years now

      @malaicristian360@malaicristian3602 жыл бұрын
    • @@malaicristian360 #happyending

      @phoenixofchaos2@phoenixofchaos22 жыл бұрын
    • @@malaicristian360 Any advices to me as a front end dev learner

      @hostname47@hostname47 Жыл бұрын
    • @@dh00mk3tu Thanks for this valuable advice

      @hostname47@hostname47 Жыл бұрын
  • I’ve lost count of how many times I’ve relied on this playlist! If you read this, thank you, Warren!

    @adalke2@adalke2 Жыл бұрын
    • Happy to hear it has been of use Anthony! Appreciate the comment! Take care!

      @warren010h@warren010h Жыл бұрын
  • I listened to this over 5 years ago when I started learning to code and I'm still listening to this today 💚

    @codinginflow@codinginflow8 ай бұрын
  • thank you for starting with part 0, instead of part 1.

    @AngelGarcia-pb5nf@AngelGarcia-pb5nf7 жыл бұрын
    • and apologizing for missing the first number... 0 is not a "number", fellow "programmer"

      @alexcrawford8421@alexcrawford84215 жыл бұрын
    • @@alexcrawford8421technically, arrays start indexing at '0' instead of '1'. So from a technical point of view, he's right.

      @jaredhiggins4045@jaredhiggins40455 жыл бұрын
    • @@alexcrawford8421 pretty sure 0 is a number in any context, technical or otherwise.

      @fart99farts@fart99farts5 жыл бұрын
    • @@akiramenai4973 Starting from zero is not a crap concept, if you understand why it works so. Let me explain. An array is a continuous chunk of memory. And in order to access an element, you use an offset from the array beginning, which means from the allocated memory block. If you were to start the offset from 1, it means that you leave a small memory chunk unused, which makes no sense. That's why 0-based indexing makes sense.

      @emilcebotarosh43@emilcebotarosh434 жыл бұрын
    • @@akiramenai4973 if you were a professional programmer, you'd notice the subtle and not-so-subtle differences, and the elegance of zero-based systems and algorithms. you absolutely don't need to include "-1" anywhere in a zero-based code, but you constantly need that "-1" in a system based on 1. there is absolutely no reason to use a 1-based indexing, other than for pure stylistic and mnemonic convenience. on the other hand, both worlds quantify as expected, so for example five apples naturally translates to apples: 5, which is much more important (for human intuition) than indexing. however, where I would count up to this quantity of 5, excluding the 5 itself, you'd arbitrarily skip 0 for no particular reason (and you'd end up on a "fence"; see the wikipedia article below), which is, as the commenter above me explained, a logical offset from the key ordinal, or the first element of the address space. many algorithms and logical iterations would in fact require you to subtract the 1 that you haphazardly added, making your code bloated and unreadable -- thus prone to bugs. more here en.wikipedia.org/wiki/Off-by-one_error oh aside from the memory access, which is fundamental, modular arithmetic is also very important, especially when working with 3D geometry, and it just wouldn't work with one-based indexing, again, unless you like to make a -1 minefield. so I'd argue that there is, in fact, a variety of logical reasons to go with the 0-based system, it's just that you got used to numbering with your fingers instead with your brain. you cannot simply state "the first one is #1" as that's an acausal statement, deeply ingrained in the linguistic culture, and not the only possible mathematical reality. I could state "the first one is #0" with as much rigor and background as you. you have to understand that these ordinals are just categorical names which carry a structural meaning, not just an arbitrary connotation. if you're having issues with the mnemonics of it, try this one: things essentially start from the "beginning". which is more likely to be that beginning, zero or one? and if in that interval alone, 0 to 1, you could fit an entire universe, which one is it again?

      @milanstevic8424@milanstevic84244 жыл бұрын
  • "(part 0)" This was made for programmers.

    @LarlemMagic@LarlemMagic6 жыл бұрын
  • Thank you for making these concentration/programming mixes. There are a lot out there but I keep coming back to yours and they really help get me through late work nights (C# programmer). Cheers :)

    @andrewfoster5642@andrewfoster56427 жыл бұрын
  • Awesome mix! Thank you for uploading this masterpiece!

    @fabianoberhoff6623@fabianoberhoff66237 жыл бұрын
  • did not expect the bonus part surprised me very positively, thanks

    @wellington-tinho1597@wellington-tinho15975 жыл бұрын
  • So glad you included material from the Solaris soundtrack. Great stuff!

    @lstorrey@lstorrey4 жыл бұрын
  • This was the first programming music mix i ever listened to, while doing C# homework back in 2017... Thanks for uploading ^.^

    @rafacuadros1620@rafacuadros16202 жыл бұрын
  • Worked to this today. Great mix, thanks for putting it together.

    @IanVehrmt@IanVehrmt7 жыл бұрын
  • 3 Years later and still one of my go-to sets for work.

    @CFer84@CFer844 жыл бұрын
  • The Death Note bonus brings back a lot of memories! I love it! Thanks for this!

    @manuelsuarezabascal75@manuelsuarezabascal756 жыл бұрын
  • holy shit. i almost played every game you list but havent think those music can be for programming music to listen. great work

    @knoz35@knoz355 жыл бұрын
    • EU

      @Europa2099@Europa20994 жыл бұрын
    • Animax PU

      @DlcEnergy@DlcEnergy4 жыл бұрын
    • b/c you skipped right to the shooting part

      @rodeo4339@rodeo43392 жыл бұрын
  • This is so helpful for reliving "study stress". Thanks!

    @Mirandorl@Mirandorl4 жыл бұрын
  • I've produced a ton of code and designs listening to this mix throughout the years. Thanks a lot!

    @iwant2outmassu@iwant2outmassu Жыл бұрын
  • It's nice to see you upload more of these, they're great

    @jfcmsb@jfcmsb7 жыл бұрын
    • oh mack Glad you like it man. I never intended to keep doing these but I have no reason not to at the moment so hope to bring more

      @warren010h@warren010h7 жыл бұрын
  • Got so excited when I saw you had made another! Please keep em coming dude. Peace

    @adamfoster3467@adamfoster34677 жыл бұрын
  • still listening to this gem :D For over 5 years these tracks have helped me program some crazy stuff :D

    @johnwisdomtv@johnwisdomtv Жыл бұрын
    • Love to hear it!! 😊

      @warren010h@warren010h Жыл бұрын
    • @@warren010h Hope all is good in your life and wish you a great day mate! Much light and love from switzerland

      @johnwisdomtv@johnwisdomtv Жыл бұрын
    • @@johnwisdomtv Thanks a ton! All has been well. Busy busy with work but, that's a given lol. Hope you are well also! Greetings from the U.S.!

      @warren010h@warren010h Жыл бұрын
  • One of THE best playlists to work to...Many thanks man! =D

    @AshKunDo@AshKunDo4 жыл бұрын
  • This is by far the best compilation. I'm coding like a pro!!!!

    @akisey1@akisey17 жыл бұрын
  • i love this tracks, thanks for this dude!

    @octaviopicasso1529@octaviopicasso15294 жыл бұрын
  • I'm studying chinese with your playlists, they are very helpful. And I love Deus Ex soundtracks! Thank you.

    @lovebooksandchina3075@lovebooksandchina30757 жыл бұрын
    • Very interesting discovering this comment. I'm pretty late on responding but had to respond regardless. I've started studying Mandarin a few months ago myself and it's been a great experience so far. The characters are challenging, but as you may have already discovered, the more you learn, the easier it becomes. Glad you enjoy the music by the way ☺

      @warren010h@warren010h6 жыл бұрын
    • @@warren010h Just tryin to maintain 1 year gap response chain. Hope someone responds next year to maintain this gap chain lol ....

      @pasagamingstudio9962@pasagamingstudio99624 жыл бұрын
  • You have excellent taste in music. very very nice compilation, thank you

    @serenartix@serenartix4 жыл бұрын
  • OMFG new music from Warren, I've been listening to dubstep playlists for the past 2 weeks while coding, and now this WOOOOOOOOOOOOOOOOOOO

    @TheVerbalAxiom@TheVerbalAxiom7 жыл бұрын
    • link?

      @OpplystEn@OpplystEn7 жыл бұрын
  • I keep rediscovering tracks from this gem published 8 years ago, wondering where is deja vu coming from. Wow, what a playlist.

    @delevoxdg@delevoxdg Жыл бұрын
  • This playlist actually helps me focus, and I usually can't code with music on

    @cindyo6298@cindyo62986 жыл бұрын
  • Dude, you're saving my life..I started listening to your tracks whenever I'm studying/coding and I don't have the needed seclusion and silence. Big thanks!!

    @Geri973@Geri9736 жыл бұрын
    • Gergana Stoichkova Awesome man! Really glad that they are helping you ☺

      @warren010h@warren010h6 жыл бұрын
  • Thanks for the new vid! I've been listening to your Programming Mixes pretty much non-stop for months now. They are perfect for work.

    @mitchleblanc@mitchleblanc7 жыл бұрын
    • Mitch LeBlanc Awesome. Glad they work for you

      @warren010h@warren010h7 жыл бұрын
  • Awesome mix! Helped out a lot.

    @apolinarcamacho3662@apolinarcamacho36627 жыл бұрын
  • YES! I am so happy to see the OST from The Martian on here. You have just made my day.

    @deltasfminc.5224@deltasfminc.52247 жыл бұрын
    • Glad I could do so :)

      @warren010h@warren010h7 жыл бұрын
  • Thank you for these, keep it up!

    @twitch4118@twitch41187 жыл бұрын
  • Best programming/concentration set I'va ever listened! Great!

    @Combine1331@Combine13317 жыл бұрын
  • a classic, I listen to many similar concentration compilations - but always return to this one , like a first love !

    @rosengeorgiev7577@rosengeorgiev75775 ай бұрын
  • Bro, I'm addicted to this playlist, great job at assembling these pearls.

    @dudulofuu@dudulofuu3 жыл бұрын
    • I've created a list on Spotify with a lot of those and other chill songs for while programming: open.spotify.com/playlist/3uhy5em4TRDa4DA0QXQoOP?si=Yydf264nQJS3DbrABb30-Q feel free to listen

      @bramteunis3919@bramteunis39193 жыл бұрын
  • Love those playlists of yours! Very cyberpunky, so me likey!!

    @hongquiao@hongquiao7 жыл бұрын
  • Warren please, reupload the rest of the series! They are just amazing!

    @dudulofuu@dudulofuu4 жыл бұрын
  • I never coded in my life, and coding sounded very scary for me for a long years, I'am learning 2 programming languages now in order to improve my career, my only friend now is my laptop, this music really help me to stay focus for long hours, I feel now more familiar with coding and programming world, it's just about be focused !

    @alexjose5046@alexjose50465 жыл бұрын
  • Hell yeah, 7 projects, deadline in 2 weeks, crunch time!

    @sultandelux@sultandelux6 жыл бұрын
    • Yeah!!! Baby!!!

      @jerryphillips5003@jerryphillips50035 жыл бұрын
    • Result: 7buggy half-done projects

      @xCwieCHRISx@xCwieCHRISx5 жыл бұрын
    • @@xCwieCHRISx 7 feature rich, concise projects*

      @GenesisRussell-jt2rp@GenesisRussell-jt2rp4 жыл бұрын
  • Been listening to this on repeat since this morning while at coding bootcamp. Another solid mix!

    @javazomb@javazomb7 жыл бұрын
    • Nice! Yeah I brought my personal laptop to work this morning just to let it render and after that, gave it a test run while I was working lol.

      @warren010h@warren010h7 жыл бұрын
  • Just for the new peeps, this is actually part 5, however, I never started with list 0 (since we start our counts there) so consider this a revisit/throwback haha. Thanks to those who brought it to my attention.

    @warren010h@warren010h7 жыл бұрын
    • Benjamin Zilberman Very True. I've actually been considering that.

      @warren010h@warren010h7 жыл бұрын
    • Benjamin Zilberman Anytime. Glad you like them. Thanks for the recommendation

      @warren010h@warren010h7 жыл бұрын
    • This one is quite good, possibly my favorite of the bunch! I've been using it while programming in Ruby.

      @Krondelo@Krondelo7 жыл бұрын
    • Krondelo Awesome. Glad this one works for ya mate.

      @warren010h@warren010h7 жыл бұрын
    • Oh man, waited all this time and didn't even see a part 0 which is actually part 5. The conspiracy!

      @phoenixofchaos2@phoenixofchaos27 жыл бұрын
  • damn deus ex has some killers, still listening to you playlist 2022

    @Dawho99@Dawho99 Жыл бұрын
    • Oh yeah, to this day I still listen to the soundtracks for all 3 Deus Ex titles while working lol

      @warren010h@warren010h Жыл бұрын
  • I don't know where to post this so I'll post it here, subscribed, I really like your channel and the message it provides, I think many of the videos of self improvement, hope, life, etc. are things many young people (of all backgrounds) need to hear these days. The future is better than our generation can imagine, but we gotta work together to make it so.

    @Dubloh@Dubloh6 жыл бұрын
    • Dubloh Hey there! Thank you so much for the comment. Really made my day! I'm glad I can get a beneficial message out there. It's truly what I hope this channel can do. Love what you said about the future being better if we work together to make it so. I totally agree!

      @warren010h@warren010h6 жыл бұрын
  • I like how this playlist starts at part 0.

    @aussieraver7182@aussieraver71825 жыл бұрын
  • This helped me concentrate to fix a hell of errors, thanks. Deadline is tommorw :)

    @rachidaachich6552@rachidaachich65524 жыл бұрын
  • nice mix mate. thanks

    @GreeeenEagle@GreeeenEagle4 жыл бұрын
  • Great mix! 🙌🏽

    @dirkvanbeveren5042@dirkvanbeveren50427 жыл бұрын
  • just finished 13 hours of html, css, java script and some work on an unreal game and have repeated this video 5 times and other videos like it. and I now have to get up for my classes in 4 hours...

    @christianmt5846@christianmt58464 жыл бұрын
  • Yes! You are back! I've listened to the first 4. (Mostly the last 3 as the first was a bit too game specific for me) Thank you so much for the work!

    @Aprime86@Aprime867 жыл бұрын
    • Kenneth Waters Glad you like them. Thanks for following them along :)

      @warren010h@warren010h7 жыл бұрын
  • Another great mixtube. Thank you!

    @jeremytromburg8744@jeremytromburg87447 жыл бұрын
    • Jeremy Tromburg Glad you enjoy it. Hoping that I can collect a lot more for the next one and have a longer list.

      @warren010h@warren010h7 жыл бұрын
  • GAH HOW HAVE I MISSED THIS FOR SO LONG

    @greatwhitnorth@greatwhitnorth7 жыл бұрын
  • That death note was unexpected at the end Nice touch

    @ebonheartforever@ebonheartforever7 жыл бұрын
  • Great mix. Really enjoyed working on a project with this! Between this and your 1st one, these are probably your best mixes.

    @distheweasel9855@distheweasel98557 жыл бұрын
    • Glad you enjoy it :)

      @warren010h@warren010h7 жыл бұрын
  • best mixes period! I have been using these are a student then as an inten then as ML Engineer. can't thank you enough!

    @OrsonAdams@OrsonAdams7 жыл бұрын
    • Orson Adams Thanks for following along and keeping them with you through your career :) First list was made spring 2013 after a data structures class and I've been out of college for 2 years. Man does time flies!

      @warren010h@warren010h7 жыл бұрын
  • Oh, god. I did not know L's theme was in the vid and I assumed KZhead started playing my playlist!

    @vandeman171@vandeman1717 жыл бұрын
    • vandeman171 Ha! Yeah the thing is, L's theme helps me focus in on thought sometimes, which is something he was all about in DeathNote. Thought it would be a nice bonus. DeathNote was awesome btw!! :)

      @warren010h@warren010h7 жыл бұрын
    • Yeah, me too man! I keep watching the part in which L stares in his coffee mug, and thinks about the absurdity that Kira is God in episode 9: encounter :)

      @vandeman171@vandeman1717 жыл бұрын
    • vandeman171 bulubu

      @Confusedalien1133@Confusedalien11336 жыл бұрын
  • Awesome playlist

    @saucisse_dev@saucisse_dev5 жыл бұрын
  • How I knew this was a legit list? Been listening to Cliff Martinez during coding for years- heard it come on around the 25 minute mark... subscribed.

    @gregrell2441@gregrell24417 жыл бұрын
    • Ha, yes when I discovered his work, amazed!

      @warren010h@warren010h6 жыл бұрын
  • Part[0] was great!

    @gleitonfranco1260@gleitonfranco12602 жыл бұрын
  • This is an awesome playlist, one of my faves on utube!

    @jamesponds4423@jamesponds44237 жыл бұрын
    • James Ponds Glad you like mate :)

      @warren010h@warren010h7 жыл бұрын
  • swift music for programmers & I.T engineers. Calm & humbled

    @lesegomolifi2132@lesegomolifi21324 жыл бұрын
  • Broooooo actually I noticed you counted the parts by binary XD Which I REALLY LOVED it got me cracking for 10 minutes until I stopped Keep it up bro!

    @ahbabullah93@ahbabullah937 жыл бұрын
  • DYING LIGHT MUSIC! so cool! Nice surprise! Can't wait for 2. One of the most amazing zombie survival games ever!

    @makug@makug4 жыл бұрын
  • love your playlist bro

    @dudulofuu@dudulofuu6 жыл бұрын
    • eduardo firino Awesome! Glad you enjoy them. New one will be here soon, and I'm also beginning to compose my own music so lots to come!

      @warren010h@warren010h6 жыл бұрын
  • very good mix. like it!

    @Laika219@Laika2196 жыл бұрын
  • Keep it up Man , u rock !

    @muradalhamwi6582@muradalhamwi65827 жыл бұрын
  • I started firing from all cylinders at 48:00. Coders are god.. Music is life.. Thanks for this one

    @simonkalu@simonkalu6 жыл бұрын
  • one of the best list

    @gavrilmilokumov5763@gavrilmilokumov5763 Жыл бұрын
  • Wait it's been an hour already? Great mix

    @Julia99lol@Julia99lol4 жыл бұрын
  • Love it bro :)

    @FuNkT0iD@FuNkT0iD7 жыл бұрын
  • These are fatastic keep them up mate!

    @DemonFox@DemonFox7 жыл бұрын
  • You are making us programmers a favor, dude. I mean it.

    @pavel_espinal@pavel_espinal7 жыл бұрын
  • This is fantastic.

    @ooperez7587@ooperez75876 жыл бұрын
  • Hey this is great! thank you for this I really appreciate this "programming" and "study session" musics playlist. I am a student studying computer programming and distracted easily. When I put my headphones on I can really focus with this playlists!

    @rolexscotch382@rolexscotch3827 жыл бұрын
    • Rolex Scotch Awesome. Yeah Ive been there. The idea of these lists started after a hectic semester of programming for me 3years ago. The tracks I used in the first list were the ones that took me through the long nights/early mornings...of getting 1 or 2 pieces of functionality in place of a larger project. Dollar menu, NOS energy drink and skittles...memories haha

      @warren010h@warren010h7 жыл бұрын
    • LOL so funny. also very very true my friend. Always I am at Dollar store for supplies. And yes, I always drink coffee. Are you in school or you have moved on? If I may ask? thank you

      @rolexscotch382@rolexscotch3827 жыл бұрын
    • Rolex Scotch Haha. No I graduated 2 years ago. I don't get to code much more at all now, but work keeps me busy there and at home on top of my plans for "changing the world" haha.

      @warren010h@warren010h7 жыл бұрын
  • Wow I am very focused and find myself working really hard with this track list.

    @smithmayowa7719@smithmayowa77195 жыл бұрын
  • 0000 Part 0 - knowing your audience, kudos :)

    @GeoffreyHale@GeoffreyHale6 жыл бұрын
  • I don't know if the music has anything to do with it, but I actually made a breakthrough in my coding project.

    @Jacob011@Jacob0117 жыл бұрын
    • Jacob011 Awesome!

      @warren010h@warren010h7 жыл бұрын
    • Doing my first giveaway! Trying to give as many peeps an opportunity to win as I can before it closes. Details here: goo.gl/PCTUpH > Basically you just comment what you want in that video to be considered to win!

      @warren010h@warren010h6 жыл бұрын
  • Thanks you're the best! keep them coming

    @johnathanmason7269@johnathanmason72697 жыл бұрын
    • Johnathan Mason Thanks. Will try ;)

      @warren010h@warren010h7 жыл бұрын
  • Easily my favorite of them all. Like the lower intensity stuff,

    @michelgenetay5841@michelgenetay58417 жыл бұрын
  • This music is incredible.

    @health-gadgets@health-gadgets6 жыл бұрын
  • Thank you! Good music for my C learning :)

    @whereispie@whereispie5 жыл бұрын
  • not coding, but I do my work on solidworks with your soundtracks. thanks for sharing mate!

    @toyotasupra1141@toyotasupra11414 жыл бұрын
  • Don't know if this playlist or any playlist helped me focus, I realize it's a big issue, I will even try to convince myself to do work during an evening, to end up staring away after few minutes, being distracted, it's like my mind wants to go elsewhere, even reading the comments here or checking something else. So, it's like coding for 2 minutes, then being lost for 10 minutes, realize that I have written 4 lines of code, then come back here to write about it, then I'll go to make something to eat, then watch some youtube, shii.. But it's a good playlist.

    @Optimus6128@Optimus61286 жыл бұрын
  • 3 years listening this and i loved !

    @mateusflores9975@mateusflores99753 жыл бұрын
    • I've created a list on Spotify with a lot of those and other chill songs for while programming: open.spotify.com/playlist/3uhy5em4TRDa4DA0QXQoOP?si=Yydf264nQJS3DbrABb30-Q feel free to listen

      @bramteunis3919@bramteunis39193 жыл бұрын
  • You get it buddy. Love it.

    @alexdorand@alexdorand5 жыл бұрын
  • Thanks for the video brother. #sincerely

    @HotRepublicChannel@HotRepublicChannel4 жыл бұрын
  • I knocked out 3 basic structural steel profile CAD sketches in 45 minutes. Thank you.

    @shopslave5123@shopslave51233 жыл бұрын
  • Gotta love that bonus

    @Jeredriq@Jeredriq5 жыл бұрын
  • L's ideology :),... Great bonus!!

    @dsantanac@dsantanac5 жыл бұрын
  • Deus Ex: Mankind Divided is surprisingly well-sounding

    @livefree5638@livefree56384 жыл бұрын
  • Didn't know I could catch() this on you tube so ill make an exception()

    @musclesdude@musclesdude5 жыл бұрын
  • Thumbs up for the Death Note track! Such a cool little ditty.... the music really made the series special.

    @source2112@source21126 жыл бұрын
    • source2112 Thank you ☺! I loved the series and theme so much I couldn't help but add it in. Though I've done more driving to it than anything when I was going through something at the time a couple years ago. Glad you enjoyed!

      @warren010h@warren010h6 жыл бұрын
    • Yeah...its interesting how we can often relate a piece music or even an anime to certain phase of our lives. You grabbed a new subscriber for this one. I see you are in to tech...are you are Mr. Robot fan?

      @source2112@source21126 жыл бұрын
    • source2112 that is true! :) I haven't started watching Mr. Robot. I've been meaning to as my co-workers talk about it a lot! I've managed to avoid any spoilers so far. I've only recently started watching Stranger Things (which is unrelated but another really good series)

      @warren010h@warren010h6 жыл бұрын
  • Yes!Yes! You are back! Thank you!

    @ylitus@ylitus7 жыл бұрын
    • You're welcome haha. Thanks for coming back.

      @warren010h@warren010h7 жыл бұрын
  • This one is really good!

    @ilove2learn783@ilove2learn7837 жыл бұрын
    • Hater Is Hating Glad you think so ;)

      @warren010h@warren010h7 жыл бұрын
  • Awesome stuff thx

    @alfredooyanadel7861@alfredooyanadel78617 жыл бұрын
  • Nice wallpaper, the music is ok too.

    @traveljordan2060@traveljordan20607 жыл бұрын
  • The Solaris soundtrack is amazing - such an underrated movie. Personally I think it is one of Clooney's best performances and a great interpretation of the original work.

    @briandecker8403@briandecker84036 жыл бұрын
    • Absolutely agreed. The music is beautiful and haunting just like the movie itself.

      @theoctobersurprise7148@theoctobersurprise7148 Жыл бұрын
  • Print ("Yo. Dis is good. Hats off for the Death Note one. My friend and I study CS atm and we basically died laughing when it came on.")

    @admiralepic1357@admiralepic13576 жыл бұрын
  • GREAT MUSIC!

    @bartosak@bartosak7 жыл бұрын
  • Download is available on my GoogleDrive: drive.google.com/file/d/0B9sRjUgaskfqdHkzc2ZqS0lnNUk/view?usp=sharing

    @warren010h@warren010h7 жыл бұрын
    • Thank you so much for this :)

      @smithry@smithry6 жыл бұрын
KZhead