I wonder if you and the rest of these commenters extend the same amount of compassion to the hundreds of thousands of non violent people stuck in prison that you do to the multimillionaire CEO of a state surveillance company. Someone who literally got away with shooting up a place of worship.
And if you do, great. Lets work towards fixing the mass incarceration problem in our country. That way, many more people can be given the same second chance that allowed Patton to attain a material wealth that vastly surpasses the overwhelming majority of humans on the planet.
> I wonder if you and the rest of these commenters extend the same amount of compassion to the hundreds of thousands of non violent people stuck in prison
Yes, I do, which is exactly why I'd much prefer we work against that issue instead of advocating for making the problem worse.
The American justice system has a chronic issue of prioritizing retribution over rehabilitation, and while I'm thankful to not have been a victim of that myself, I also recognize full well that I'm one of the lucky ones, and that millions of Americans (whether currently incarcerated, or having already "done the time" but still effectively-permanently handicapped from being productive members of society due to having a criminal record) are not so fortunate.
I'm working on a simple little utilty for finding and exploring internal rhyme schemes in poems and songs. I made this in order to better show people just how complex a rap artist's rhyme combinations can get. You can view my work in progress online at http://reasonedrhymer.com (Click on a combo or word to filter the results)
A utilty for finding and exploring internal rhyme schemes in poems and songs. I made this in order to better show people just how complex a rap artist's rhyme combinations can get. This was created with CMU's pronunction dictionary (http://en.wikipedia.org/wiki/CMU_Pronouncing_Dictionary)
The screen shot shows a subset of the rhyme combos found in the Eminem song 'Lose Yourself'. You can view my work in progress online at http://reasonedrhymer.com (Click on a combo or word to filter the results)
What I wanna do eventually:
- Permalinks to analysis for specific songs (and which current combo's are being viewed in that song)
- Speed up the core algorithm
- Allow people to add new words to the pronunctiation dictionary
- Move away from the barebones bootstrappy look
- Explain the process visibly on the site
You should incorporate the metre of the music itself to help wtih identifying rhymes. For example, the middle chunk of your example is missing the full picture of the rhyming from the 'reality' part onwards, specifically where it's missed 'he won't have it, he' with 'have it, he' being on the same beat as 'reality' before it.
I think the timing will help you a lot rather than just trying to notice punctuation. After all, music is about the rhythm.
The reason 'have it' wasn't matched is because the vowel phoneme in the word 'have' is: "AE" whereas the example in the screenshot was matching combos with successive vowels "AH - IH". So 'have' didn't match that scheme. I agree that these should match, and have been throwing around the idea of matching similar sounding phonemes together.
I completely agree though, the metre/rhythm plays a huge part in a poet or rapper's flow and you don't get the full story without incorporating it. The issue is that I haven't found a way to programmatically pull the metre from a song, and rapper's don't generally keep track of their metre, let alone put it online in a machine readable format (though I'm sure you could find ones for hugely popular songs like 'Lose Yourself' online!).
I am interested in figuring this out though, and have been throwing around ideas for people to simply generate metre for songs by having a tool that simply allows users to match words to times in a song. Though I'm not sure how scalable that is, or how to create such a tool that is drastically simple and fast to use, because otherwise it defeats the point. My hope is that there'd be a way to algorithmically parse the audio and look for inflection points in a song for where words might lie but I've done no research towards that end. digression: This kinda tech would probably be useful for generating 'sing-a-longs'
Could you hack some sort of karaoke system? I mean, it ties word display to time, so you could then use that alongisde tying time to beats (DJ tools do this already) to link the words with the beats of the song. I would expect it to be manually generated but it'd give you a data set to work with for more popular stuff?
That said, I'm not sure how fine-grained karaoke systems get - whether they just display the lyrics for a whole bar of the song and linearly interpolate between the start and end, or whether they are a bit more intelligent than that.
Is React really comparable to things like Angular and Meteor? From what I understand, its supposed to be used in conjunction with a lot of other libraries, being only the 'V' in MVC and all.
Backbone offers some base objects/classes around Models, Views and Collections but does not enforce any specific architecture. It's completely up to you how you use it.
yeh i was wondering that too... but that's what I like about React actually. A simple skin for complex views on top of a server-side language (Java/Clojure for me).
It makes more sense to me since I don't want my entire site to be overly Ajax-y. I'd rather only feed a few initialization variables to js & have most of the site logic/navigation/variable-injection coming server-side from a nice persistence layer.
I'm building a discussions platform that works in a similar fashion to workflowy. I guess you could say it's a collaborative workflowy. for Check it out: http://ec2-50-16-106-77.compute-1.amazonaws.com/
I think the idea of infinitely nested lists are useful for many things. The tree structure is quite powerful.
And if you do, great. Lets work towards fixing the mass incarceration problem in our country. That way, many more people can be given the same second chance that allowed Patton to attain a material wealth that vastly surpasses the overwhelming majority of humans on the planet.