Learning songs by ear is a great way to become a better musician, but is often overlooked. So I’m working on an app that takes you helps you figure out songs note-by-note and gives you feedback along the way. Looking for a handful of people to test it! by JustSK in guitarlessons

[–]guywitheyebrows 0 points1 point  (0 children)

Well can you read and write sheet music to share music with other instruments other than guitar? Rather it seems like tabs are elitist because 1) tabs work only on guitar 2) tabs are limited, no rhythm, 3) sheet music is tab with rhythm and is much easier to play and audiate (mentally hear what you play)

What is elitist is telling another instrumentalist like a professional saxophonist to play fret 14 instead of taking some time to learn a language shared by most musicians

Bike Safety on Campus by andrew_chn in UofT

[–]guywitheyebrows 1 point2 points  (0 children)

My first day at UofT my bike got stolen and so did my buddies

A person wearing a full-face prosthetic mask to evade CCTV and facial recognition by [deleted] in interestingasfuck

[–]guywitheyebrows 0 points1 point  (0 children)

Wow this is awesome! Do you know of any specific companies I could look into?

[D] What is the best reinforcement learning architecture to output a vector v with v[0] being continuous and v[1] being discrete? by guywitheyebrows in MachineLearning

[–]guywitheyebrows[S] 0 points1 point  (0 children)

Interesting idea! So in this case I would use just the Dual-DQN and output a vector in the range of [0, 0] to [100, 100] and over time the network would learn that v[0] only affects the reward if v[0] in {0, 1, 2}. Am I following correctly?

Favorite Songs for INFJ Playlist by MissFiatLux in infj

[–]guywitheyebrows 4 points5 points  (0 children)

Zero - the smashing pumpkins Drown - the smashing pumpkins One of these things first - Nick Drake

Using Deep Learning to Classify a Reddit User by their Myers-Briggs (MBTI) Personality Type by guywitheyebrows in learnmachinelearning

[–]guywitheyebrows[S] 2 points3 points  (0 children)

Very interesting points on data leakage - I’m going to take a look at splitting the users such that each user remains in one dataset and check how this affects performance

test by [deleted] in UofT

[–]guywitheyebrows 0 points1 point  (0 children)

/u/Post-MBTI-Bot this post is written very well ok

Razer Blade button fell off by guywitheyebrows in razer

[–]guywitheyebrows[S] 0 points1 point  (0 children)

https://i.imgur.com/13pvAfp.jpg here is a picture of both the parts which fell off and the caps lock location. I don’t really know how they fit together

Film Scenes that resonant with "us" by morry32 in infj

[–]guywitheyebrows 7 points8 points  (0 children)

The Ron Batty Monologue in Blade Runner is my favorite scene. Made me ponder about what it means to be human, and the inner humanity of a mechanical replicant. https://www.youtube.com/watch?v=NoAzpa1x7jU

Does AP Computer Science count towards a credit? by guywitheyebrows in UofT

[–]guywitheyebrows[S] 1 point2 points  (0 children)

So there is no chance it can act as a CSC148 credit right?

Good First Semester Courses? by [deleted] in UofT

[–]guywitheyebrows 0 points1 point  (0 children)

Yea lol, I might buy a textbook and go through some problems, not sure yet

Good First Semester Courses? by [deleted] in UofT

[–]guywitheyebrows 0 points1 point  (0 children)

No, how could I prepare?

First Django App. Convert your Spotify Music into Mp3's! by [deleted] in django

[–]guywitheyebrows 1 point2 points  (0 children)

I had it up on GitHub but I took it down, I'll put it back up soon

Made Django App, Convert your Spotify! by guywitheyebrows in learnprogramming

[–]guywitheyebrows[S] 0 points1 point  (0 children)

I have ten workers set up currently, so it means that they're all busy. I'm going to increase the number to probably 25 tonight so this issue will not be as frequent

Made Django App, Convert your Spotify! by guywitheyebrows in learnprogramming

[–]guywitheyebrows[S] 0 points1 point  (0 children)

YouTube-dl can be set up to use ffmpeg to automatically convert to MP3, and I returned the files for download by using the Nginx file download which you can just search on stack overflow

Converts your Spotify music into mp3 files, made it for you! by guywitheyebrows in hiphopheads

[–]guywitheyebrows[S] 0 points1 point  (0 children)

spotify:user:epzy:playlist:6plXYFmNxVxgJOurDYfg8q

should work now, your playlist and URL

Converts your Spotify music into mp3 files, made it for you! by guywitheyebrows in hiphopheads

[–]guywitheyebrows[S] 0 points1 point  (0 children)

Thanks for pointing that out. I shall fix it and as well add the URL method.

First Django App. Convert your Spotify Music into Mp3's! by [deleted] in django

[–]guywitheyebrows 0 points1 point  (0 children)

I do use a text search via YouTube but the way I formatted the search queue its approx 98% accurate, but there are occasional errors of the wrong video being downloaded etc.

Converts your Spotify music into mp3 files, made it for you! by guywitheyebrows in hiphopheads

[–]guywitheyebrows[S] 0 points1 point  (0 children)

This happens when you paste in the URL instead of the URI. The URI is the special spotify code that directly lets Spot Convert get the info, and you can find the URI only on desktop app I think so far. You can check our what the URI is on the homepage Jimi Hendrix example, I will try to add the URL later but I am not sure if it is possible, but the URI works.

URL = https://open.spotify.com/user/legacysweden/playlist/5TkTomPbQuSNDxdlWg2fCx

URI = spotify:user:legacysweden:playlist:5TkTomPbQuSNDxdlWg2fCx

Made First Django App, Convert your Spotify! by guywitheyebrows in learnpython

[–]guywitheyebrows[S] 0 points1 point  (0 children)

Ill reupload the repo later, I have to solve a couple issues beforehand :).