hirokio's comments

hirokio | 11 years ago | on: Timesheet.js

Since you seem to care about good Javascript practices given you're linting your code, I'm going to point out that all your modules are exposed in the global scope, which isn't the best practice. I'll suggest using something like browserify (as opposed to require.js due to the smaller overhead) to "require" smaller modules within closures to expose one final Timesheet constructor.

hirokio | 14 years ago | on: My first public project as a 19 year old programmer

Yeah, my hope wasn't to gather a lot of club music but the website simply gathers what is popular lately, which tends to be dance music.

It took me about half a year during my spare time by. With college its hard to maintain grades, a social life, and a website at once; On good weeks I could dedicate about two hours every other day, on bad weeks, not even an hour.

The website is powered by Youtube--every track is hosted on their servers. My website crawls the internet for keywords of the latest tracks, aggregates them on Youtube, and calculates its "ufonies" with a formula that I wrote.

The 'ufonies' are the numbers on the right which indicate the popularity of the song.

Thanks for your feedback! I really appreciate it :]

page 1