Live data from Hacker News

Show HN: BandMatch – “Tinder” but for finding musicians to create bands/collab

bandmatch.app

51–60 of 240 posts

Re: Show HN: BandMatch – “Tinder” but for finding musicians to create bands/collab

#51
post #41

Unless there are somehow millions of musicians looking to get matched in a single city, the "swipe" UI is pointless and will just make the whole thing unusable. The search + filter pattern for online datasets was perfected many decades ago. Use it.

Considering how important style is in most genres, I think the swipe interface could be a good way to quickly find better potential matches, assuming there's a pre-filter based on your selected genres.

If I was looking to start a band today, I'd definitely give this kind of thing a try.

Re: Show HN: BandMatch – “Tinder” but for finding musicians to create bands/collab

#52
post #50
post #41

Unless there are somehow millions of musicians looking to get matched in a single city, the "swipe" UI is pointless and will just make the whole thing unusable. The search + filter pattern for online datasets was perfected many decades ago. Use it.

wait, why isn't there a dating app that has this?

Because then people would drill down and either find their perfect partner quickly, or figure out there's nobody compatible with them on the app quickly; and either way, delete the app.

Dating app monetization creates a principal-agent problem: both subscriptions (for paid apps) and advertising/data-brokering (for free apps) are revenue streams that depend on people engaging with the app as much as possible — which people who actually manage to find solid romantic relationships won't do.

The only good dating app monetization model, would be a one-time-fee model. This would induce the correct incentives: as long as people are on the app, they continue to be a cost burden on the service with no further revenue — so, like people hogging a table at a restaurant, the service would be motivated to satisfy them and get them out the door!

But AFAIK, nobody has ever done this yet. (I think it's just because such a site would make so much less money than the traditional "milk your user base eternally" type of dating site. And people who build dating sites are usually in it for the money.)

Re: Show HN: BandMatch – “Tinder” but for finding musicians to create bands/collab

#54

Installed iOS version. Looks like I can’t even browse content without (1) giving away email and (2) entering profile information. So I uninstalled it. Please consider showing content before you ask for personal info from the user.

i definitely get this sentiment, but as someone who's used similar apps for other stuff, i prefer knowing that people who are viewing my profile at least had some email verification

yes anyone can use a throwaway email, maybe it's all irrational, but i know from user interviews i'm not the only one who feels that way

same thing for app vs web. there's at least a feeling that scammers/hackers/creeps on the other side of the world have less access to my personal info. again maybe it's fake, but the perception is there. (otherwise generally i would prefer web > app 100 times out of 100)

Re: Show HN: BandMatch – “Tinder” but for finding musicians to create bands/collab

#55
post #31

Earlier quoted context omitted.

What’s the difference between a drummer and a drum machine? You only have to punch the beat into a drum machine once. (Had bands and multiple drummers. Love’m)

My Roland MC-505 is in violent agreement.

Sure, sure but can it still drum when you turn it completely upside down like Tommy Lee?

Re: Show HN: BandMatch – “Tinder” but for finding musicians to create bands/collab

#56

Earlier quoted context omitted.

Yeah, swiping is a dark pattern employed by dating apps. Even with millions of users, there's better ways to match people up than a simple swipe. It's to keep people at the mercy of an algorithm where spending money is the only way to get any sort of control over what you see. It exists only for shady monetisation.

Actually if you use the same interface for recommendation systems for content (say RSS feed items, videos, etc.) you get much better results than western content recommenders which don't get accurate negative samples. It finally hit me the reason I didn't understand a lot of the recommender literature is that it doesn't make sense and it's transformative to treat recommendation as a classification problem the way Tik…

> it's transformative to treat recommendation as a classification problem the way TikTok does

Treating recommendation as a classification problem has all sorts of flaws, mostly down to normalizing the user's indications into a larger model. People will be more passive sometimes and more engaged at other times. Sometimes they'll blindly accept and watch everything that comes along (or blindly swipe right on every match, etc); other times they'll be very choosey.

It's kind of the same problems that asking users for star ratings has — people interpret the meaning of "one star" or "three stars" or "five stars" differently; and there are selection biases on when people will bother to vote at all. (The Netflix Prize was a challenge for a reason!)

You can avoid all these temporal and selection biases, though, because content recommendation is actually ultimately a ranking problem: any recommendation algorithm ultimately wants to generate a subjective ranking of its universe of items, such that everything gets put in a sequence, with the thing the user would most like to see next, first.

And conveniently, we already have a mathematically-perfect way to do ranking: ELO. Or, in app UX terms: the classical HotOrNot design, where you're presented with exactly two options, and you have to pick one as being better than the other. And you get to see the each option several times, paired against different other options each time.

In user-engagement terms, a HotOrNot interface would be just as much of a "dark pattern" as a Tinder interface. But in recommendation-tuning terms, the backend of a HotOrNot-UX app could build you a subjective scoring function that's much more accurate, much sooner.

> you can't conclude anything at all because a user didn't click on an item

The real negative signal that sites like YouTube (and to a degree, TikTok) use, is landing on something though a more passive engagement action (e.g. auto-play next) and this inducing engagement in a previously-passively-consuming user to "get away" from this content.

Re: Show HN: BandMatch – “Tinder” but for finding musicians to create bands/collab

#57
post #19
post #11

Drummers are probably going to be the "attractive person" equivalent on this app lol

We did have a drummer but unfortunately he died in a bizarre gardening accident.

I heard you've gone through quite a few drummers, actually.

List of Spinal Tap Drummers, all deceased https://zeroenthusiasm.tumblr.com/post/47032679583/list-of-s...

Re: Show HN: BandMatch – “Tinder” but for finding musicians to create bands/collab

#58
post #56

Earlier quoted context omitted.

Actually if you use the same interface for recommendation systems for content (say RSS feed items, videos, etc.) you get much better results than western content recommenders which don't get accurate negative samples. It finally hit me the reason I didn't understand a lot of the recommender literature is that it doesn't make sense and it's transformative to treat recommendation as a classification problem the way Tik…

> it's transformative to treat recommendation as a classification problem the way TikTok does Treating recommendation as a classification problem has all sorts of flaws, mostly down to normalizing the user's indications into a larger model. People will be more passive sometimes and more engaged at other times. Sometimes they'll blindly accept and watch everything that comes along (or blindly swipe right on every matc…

Classification gives you calibrated scores that you can use together with other information. A classifier may not be the ideal recommender by itself but it is a good component.

A probability score for “will he like it?” works as a ranking score in my experience with some caveats which aren’t so much about the score as a score but that recommendation is really a sequential problem. That is, if I get different versions of the same news article that all score 0.9, it might be OK to show me one or two articles from that list. I believe people’s satisfaction with an article is greatly influenced by being spammed with too much of the same thing and that is not so influenced by ranking scores.

I’ll go so far as to say full text search should also be treated as a classification problem, in particularly you need a probability score if you want to make a service like “Google Alerts” where you tell people about new marching documents. Also if you are trying to combine several radically different searchers (like IBM Watson did back in the day) the probability score is essential.

Re: Show HN: BandMatch – “Tinder” but for finding musicians to create bands/collab

#59
post #33

Earlier quoted context omitted.

What does a drummer use for birth control? Their personality. (Agree with sibling posts, getting a great drummer is hard and amazing.)

I’m slow. Can somebody explain all the drummer jokes? What’s wrong with drummers?

There are jokes about all instruments, but some seem to get the brunt of them. In orchestra it’s the viola

Re: Show HN: BandMatch – “Tinder” but for finding musicians to create bands/collab

#60
post #28
post #25

How does this differ from Vampr and Bandmix, which claim to be the same thing?

Haven't used Vampr. I made this in part because I did not enjoy the "retro" UX of BandMix and the fact that you have to pay money to send a message.

It's literally a Tinder-style swipe interface for musician matching. I recommend taking a realistic look at your competition.
Post reply on HN