TunA and Socializing via MP3 Player
An anonymous reader writes "Wired is carrying a story about a new program in development called TunA. It will allow you to view other users playlists on their MP3 Player and also stream the music to your Player. Works through WiFi so it limits to mostly laptops for now. "
I think it's a great idea to be able to see what other people in your proximity are listening too. It really does bring a super-social aspect (as in you wouldn't be able to do it without technology) into the music experience. I definitely think that there is room for a non-proximity based playlist sharing mechanisim though. Of course, I'm extremely biased because that's exactly what my site does, but it seems to me that if you wanted to find out about new music that you would need a much larger sample set than "the people in my general vicinity".
That being said, being able to sample the music in another persons collection is totally sweet. It's nice that they don't have to deal with the RIAA since the program would presumably work withougt a central server.
My people call it "iTunes."
You can TunA program but you can't...oh nevermind....
Sometimes I doubt your commitment to Sparkle Motion.
My people call it "iTunes."
That's sooooo two weeks ago.
http://use.perl.org
ahem....
----> Rendezvous
and
----> iTunes Music Sharing
I'm currently working on my thesis for my masters in psychology and this is a very innovative technology.
In interviews that I conducted with several hundred subjects, I've found that the alarming trend that the introduction of new technology causes us to be more separate socially. We've seen it with office staff sending e-mail to individuals just a few cubicles away.
Another expirement I'm currently conducting is to provide negative feedback to individuals who choose to use their cell phone to communicate with their friends instead of dropping by at their apartment. A good example of positive behavior would be the group in "Friends", while a negative example would the person from the Verizon commercial.
If an actual file synchronizing/sharing utility were to grow out of this, it would really mess with the RIAA's attempts to punish filesharers. All that would have to happen for a physical level for added security would be MAC address and SSID spoofer, so that the real hardware addresses aren't recorded. Even if the RIAA were to attempt to set up monitoring machines in busy areas, it wouldn't be very effective if the information was spoofed.
Disclaimer: I don't think that artists should be ripped off. This is why I'm against the RIAA.
Do not look into laser with remaining eye.
I can hear the screams now, as I walk around with my own goatse.cx avatar on my player for all to see.
I Am My Own Worst Enemy
Mmmmmmmm, tuna...
meh
So, I guess what he is saying is that radio is dying? People have listened to radio broadcasts of music for decades, and continue to, without being able to keep the music. What is different now?
Karma: Can there be a void?
.. -. - . .-. .-. --- -...
where you can make song recommendations to others for itunes songs. A very cool concept.
Now I don't have to strain myself trying to identify that tinny screeching sound coming from across the train.
You know the one - too loud to ignore, but just not loud enough to work out what the damn song is.
I get sick of hearing the buzzing of the trunk of the car with the huge fucking subwoofers that toddles down my street at the most bizzare hours of the day and night. I'm SICK of listening to other people's music. I think I'm going to stick with my walkman.
Howl and daapd for those that would like to serve from a Linux/BSD box.
--
the strongest word is still the word "free"
At least that's my understanding.
RIAA to Smithers: "Release the hounds!"
-Mike
Schrödinger's cat is not amused—maybe.
Along a similar idea, my Tungsten C can stream mp3 stations from Shoutcast with Pocket Tunes
Not hifi wifi but it's wild to see in action the first time...
Do not, I repeat, DO NOT ask a woman with an mp3 player if she has TunA. Odds are you will be smacked, probably with the mp3 player too if its that time of the month.
Buy Steampunk Clothing Online!
Not the same at all. Specifically for the fact that it's meant as a 'social Walkman' and, as we all know, Walkman's are portable. iTunes is not and, no, a 12" Powerbook is not the portable I'm talking about. The iPod is portable, but lacks Wi-Fi and the varying operating system features TunA requires. This is meant strictly for palm computers, of which, a version of iTunes does not (will never?) exist.
I just submitted this story a few hours ago. Rejected once again..
This is a different concept than the music sharing feature of iTunes 4: with iTunes, you get access to my entire music library and can pick and choose what you'd like to listen to; with TunA, it's as if I unplugged my headphones to let you listen with me.
I don't see why it should be limited to a wireless connection; surely it uses a higher-level protocol such as IP or NetBEUI or IPX or something that works just as well on Ethernet?
One question I do have: will the playback be synchronized? Normally when you stream audio, it's buffered, so there's a delay. If two people are listening to the same thing, but it's out of sync by half a second, it'll drive both of them crazy...
$x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
$x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
Rendezvous doesn't enable streaming, just service discovery. It's used so itunes instances can find each other, but that's all.
Rendezvous is basically an adaptation of DNS.. (but please, realize that doens't mean it replaces "the" DNS system we use.)
They took DNS, adapted it to work over multicast, and that's about it.. and use it as a heirarchial, distirubted method of publishing services, and other information. IF you want to know what's out there, you send a query not to a DNS server, but to a multicast address (a link-local address in this case, so it's confined to your local network by convention). All those listening mDNS servers (like every Mac in the room, or any linux machine runinng mDNS) will respond to the query via unicast (I think... haven't read it in that much detail yet.)
Works for hostnames too, if your resolver supports it. (macs again).
Of note is that it's a very open standard, and it's a cakewalk for linux or anyone else to support it as well.