Live data from Hacker News

Show HN: SoundCloud Instant

karan.github.io

11–20 of 34 posts

Re: Show HN: SoundCloud Instant

#11
post #10
post #5

Earlier quoted context omitted.

This is great. It would be nice to see the next couple of songs that are going to play and maybe a delete button next to them. A Youtube version would also be useful.

I like the idea but search on YouTube seems to be so inaccurate I'm not sure if it would work nearly as well. I'm having trouble thinking of how to improve scInstant as it is--it's so pared down and fast and just works! Great job!

I'm glad you like it. Feel free to send any PRs. As long as the UI isn't bloated, I'm happy to merge. :)

Re: Show HN: SoundCloud Instant

#12
Hmmm...

> Blocked loading mixed active content "http://code.jquery.com/jquery-latest.js"

> Blocked loading mixed active content "http://connect.soundcloud.com/sdk.js"

You're trying to mix HTTPS and HTTP...

I also see that your API key is there in clear. I hope no one can do any bad stuff in your name.

Oh, and it looks like every action is sent to google for statistics ?

Re: Show HN: SoundCloud Instant

#13

I made this small app last Saturday solely because I wanted to. Any feedback is welcome. Oh, and the source code is open: https://github.com/karan/scInstant EDIT: Right now, it's meant to be used only on desktop. I'm starting to get into frontend stuff, so don't really know how to touch optimize the app. Again, suggestions welcome.

Great! I guess it is searching little bit too fast so that using browser's back button showing some other results for each key stroke.

Re: Show HN: SoundCloud Instant

#14
Nice work. I'm personally not a huge fan of autoplay, since there's a ton of stuff on SC and the search results aren't always accurate enough.

Volume control would also be ace. Not sure how easy that would be to implement - now that I think about it, I've never seen it on any of their widgets.

Re: Show HN: SoundCloud Instant

#15

Nice work. I'm personally not a huge fan of autoplay, since there's a ton of stuff on SC and the search results aren't always accurate enough. Volume control would also be ace. Not sure how easy that would be to implement - now that I think about it, I've never seen it on any of their widgets.

Personally I prefer Bandcamp's approach to volume control:

http://bandcamp.com/help/audio_basics#volume

Re: Show HN: SoundCloud Instant

#19
post #12

Hmmm... > Blocked loading mixed active content " http://code.jquery.com/jquery-latest.js" > Blocked loading mixed active content " http://connect.soundcloud.com/sdk.js" You're trying to mix HTTPS and HTTP... I also see that your API key is there in clear. I hope no one can do any bad stuff in your name. Oh, and it looks like every action is sent to google for statistics ?

> I also see that your API key is there in clear. I hope no one can do any bad stuff in your name.

To OP: The way to fix this is to have the JS make a request to your own server, have your own server make the request to Soundcloud and proxy it back to you. That way you don't have to put your key in the JS, you can keep it on your server.

Re: Show HN: SoundCloud Instant

#20
post #12

Hmmm... > Blocked loading mixed active content " http://code.jquery.com/jquery-latest.js" > Blocked loading mixed active content " http://connect.soundcloud.com/sdk.js" You're trying to mix HTTPS and HTTP... I also see that your API key is there in clear. I hope no one can do any bad stuff in your name. Oh, and it looks like every action is sent to google for statistics ?

Well the URLs are provided by SoundCloud and jQuery so there's nothing that I can do (other than hosting it myself).

Yeah I just hope no one misuses it.

Yes.

Post reply on HN