Screenshot: https://www.dropbox.com/s/nqe7yy4ledz82hc/screenshot2.png
API docs: https://github.com/starthq/search#readme
Sign up link: https://starthq.com/signup
201–210 of 220 posts
Screenshot: https://www.dropbox.com/s/nqe7yy4ledz82hc/screenshot2.png
API docs: https://github.com/starthq/search#readme
Sign up link: https://starthq.com/signup
https://www.dropbox.com/s/j7u3f9rllmb1jbx/Screen%20Shot%2020... 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…
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…
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'
Massive multiplayer browser game I've been working on with meteor.js. http://imgur.com/cryCE2s
That looks awesome. Would you mind briefly describing what technologies you're using for the graphics?
In early March I whipped up http://Listen2EDM.com because I was tired of searching for new music manually through SoundCloud, GrooveShark/Spotify still sort of required discovery, and Pandora just didn't fit my personal pain-point. While social media stats are meek, it's averaging about 32000 minutes played back each day (~400 uniques/day; ~2000/week). This has motivated me to develop it further and make the UI a bit…
I hate to be that guy, but nothing you have under IDM is actually IDM. It's decent glitchhop/dubstep, but I don't know how/why you created that sub-category to shoehorn IDM in there somewhere.
Evidently, they are not always accurate. :(
Earlier quoted context omitted.
Hey that is really nice! Are you interested in looking for a way to get them manufactured?
If there is community interest, I definitely would! I love the Pibow, by the way. ;)
Glad you're a fan of the Pibow! :-)
http://i.imgur.com/677PMkn.jpg Today I tested https://github.com/rbanffy/testable_appengine on Windows and thought I should add a mention to the README. This is completely unrelated to my day job, but we all have hobbies. Also, about a week ago, I fixed https://github.com/rbanffy/3270font so now it works with https://github.com/milkbikis/powerline-shell
Could you tell me what that font is? :)
In early March I whipped up http://Listen2EDM.com because I was tired of searching for new music manually through SoundCloud, GrooveShark/Spotify still sort of required discovery, and Pandora just didn't fit my personal pain-point. While social media stats are meek, it's averaging about 32000 minutes played back each day (~400 uniques/day; ~2000/week). This has motivated me to develop it further and make the UI a bit…
I fucking love this. Also, I strongly disagree about the name change -- "EDM" might sound stupid, but its widely accepted terminology, and you instantly know what the site does based on the name. EDIT: Since you mentioned Spotify, an "Open in Spotify" link for each song would be killer so users can save songs they like for later (if this is in there and I missed it, woops). Either way it's in my bookmarks bar now (an…
I'll consider adding a Spotify link in the next version (will be released soon, I hope).
RE: Favicon. I need a lot of design stuff! I'll whip up something for the next iteration too.
Earlier quoted context omitted.
I fucking love this. Also, I strongly disagree about the name change -- "EDM" might sound stupid, but its widely accepted terminology, and you instantly know what the site does based on the name. EDIT: Since you mentioned Spotify, an "Open in Spotify" link for each song would be killer so users can save songs they like for later (if this is in there and I missed it, woops). Either way it's in my bookmarks bar now (an…
> "EDM" might sound stupid, but its widely accepted terminology Sure, it's widely-accepted terminology in the US or by people who are disinterested enough to label all electronic music as "EDM". It's also starting to refer to a very 'American' style of dance music, so it probably will turn off a lot of people, especially those most involved/interested in electronic music. Music genres are one of those identity-defini…
The reason why "Spotify" and "Rdio" are such good names is because musically they are undefined by the service and defined by you; you can listen to almost any kind of music on them. Also I think it's better to avoid acronymns; that can be a little obscure. Don't limit yourself or your business to identity-defining topics. See: Amazon, Zappos, Google, Apple, etc.
http://i.imgur.com/KpULrEs.png Localize.js, a javascript library for translating websites. It detects and translates text on your website, and provides a UI for ordering and managing translations. Docs: https://localizejs.com/docs/usage/installation
this looks very nice! is it possible to translate messages that only show in specific use-cases (for example error messages)?
You can also translate text manually, like this: Localize.translate('Hello!');
Auto Miles: https://itunes.apple.com/us/app/auto-miles-automatic-mileage... It's an automatic mileage logger for iOS I've been hacking away at part time for a few months. I wrote it because I constantly forget to log my tax deductible trips, and at the time couldn't find anything that worked well without requiring me to do a few minutes of work after every drive. This week (mostly today, really) I've been working on…