Earlier quoted context omitted.
I found cheap yet decent earbuds from Aliexpress and a cheap 3.5mm bluetooth receiver that solves the earbuds falling out of your ears problem. Every time I hear about issues people have with AirPods I'm so glad I went with this solution, and spent a fraction of the money too. If I pop the bluetooth receiver off the 3.5mm jack, I can use it with my (growing) iPod classic collection. The only reason I even use bluetoo…
Can you reccomend decent earbuds from aliexpress? I bought some but they still had a strong chemical smell after I let them offgas for a week.
Show HN: iPod.js – An online iPod that connects to Spotify and Apple Music
151–160 of 160 posts
Re: Show HN: iPod.js – An online iPod that connects to Spotify and Apple Music
#152Earlier quoted context omitted.
Might be because I never owned one myself, but I've always felt the interface incredibly clunky and the navigation hard to grasp. It's not something intuitive you know how to use just by looking at it.
I think its because you never spent time with one. I always found them incredibly intuitive and easy to use.
Re: Show HN: iPod.js – An online iPod that connects to Spotify and Apple Music
#153Re: Show HN: iPod.js – An online iPod that connects to Spotify and Apple Music
#154Earlier quoted context omitted.
I found cheap yet decent earbuds from Aliexpress and a cheap 3.5mm bluetooth receiver that solves the earbuds falling out of your ears problem. Every time I hear about issues people have with AirPods I'm so glad I went with this solution, and spent a fraction of the money too. If I pop the bluetooth receiver off the 3.5mm jack, I can use it with my (growing) iPod classic collection. The only reason I even use bluetoo…
Can you reccomend decent earbuds from aliexpress? I bought some but they still had a strong chemical smell after I let them offgas for a week.
Re: Show HN: iPod.js – An online iPod that connects to Spotify and Apple Music
#155Earlier quoted context omitted.
I think its because you never spent time with one. I always found them incredibly intuitive and easy to use.
That's kinda my point, though. You couldn't just pick up the iPod connected to the speakers at a friends' place and instantly know how to switch songs. While virtually every other mp3 at the time had a d-pad with labeled buttons easily understood.
Re: Show HN: iPod.js – An online iPod that connects to Spotify and Apple Music
#156How long till apple pulls this down with trademark claim? Should be roughly instant.
Re: Show HN: iPod.js – An online iPod that connects to Spotify and Apple Music
#157Whilst it looks nice, is no one else concerned with passing details to some unknown site? It doesn't seem to have any direct way to make contact nor is there a privacy policy (nor is there anything obviously relevant in the GitHub repo for the code either)
The site uses both Spotify and Apple Music’s standard oauth flows. You aren’t providing your credentials to the site directly and the site requests access to a very limited set of your data. So, no people shouldn’t be concerned.
Re: Show HN: iPod.js – An online iPod that connects to Spotify and Apple Music
#158Re: Show HN: iPod.js – An online iPod that connects to Spotify and Apple Music
#159This is really cool. It’s amazing how “realistic” the clickwheel feels—it instantly transported me back to actually using an iPod. Also, there’s something poetic about emulating the clickwheel on the interface that replaced it :)
Agreed! And given the source code is available maybe someone could hack together a prototype of this Onion classic: https://youtu.be/9BnLbv6QYcA
Re: Show HN: iPod.js – An online iPod that connects to Spotify and Apple Music
#160Maybe a bit of a dumb question, but how can one be sure that this doesn't steal my credentials when logging in with spotify? It's open source, so I guess someone would probably have figured it out if it did by now, but is there a way to be sure or is it even possible?
Not a dumb question, very much appreciate you keeping an eye out for your password security. It uses an OAuth flow so you're actually entering your credentials on accounts.spotify.com (Spotify-owned) and then Spotify gives this developer a token (rather than a username+password) to access your data (usually a very limited subset of data outlined on the login page).