I'm gonna need one of you to find me an expert on Austrian cheese who can help me substitute out a few different things. :P
2021-03-06 06514, 2021
Leftmost
Or provide me with cheese.
2021-03-06 06549, 2021
Clint
i know nothing about austrian cheese except that i liked https://www.rupp.at/ once
2021-03-06 06518, 2021
MRiddickW has quit
2021-03-06 06501, 2021
davic has quit
2021-03-06 06558, 2021
MajorLurker joined the channel
2021-03-06 06557, 2021
Leftmost
Kind of wanting to make Kässpätzle, but the recipes I find like to call for Tiroler or Vorarlberger cheeses, which I can neither find nor figure out how to substitute. :P
ruaok: regarding the empty central space, for the time being we can show what the user recommended using "recommend recording". This can be a good indicator of what the person likes imo. Your thoughts?
2021-03-06 06508, 2021
legoktm has quit
2021-03-06 06550, 2021
legoktm joined the channel
2021-03-06 06526, 2021
MajorLurker joined the channel
2021-03-06 06502, 2021
MajorLurker has quit
2021-03-06 06546, 2021
d4rkie has quit
2021-03-06 06501, 2021
d4rkie joined the channel
2021-03-06 06533, 2021
d4rkie has quit
2021-03-06 06510, 2021
d4rkie joined the channel
2021-03-06 06512, 2021
d4rkie has quit
2021-03-06 06534, 2021
d4rkie joined the channel
2021-03-06 06513, 2021
d4rkie has quit
2021-03-06 06527, 2021
d4rkie joined the channel
2021-03-06 06521, 2021
ruaok
moooin!
2021-03-06 06527, 2021
ruaok
shivam-kapila: sure that seems reasonable
2021-03-06 06521, 2021
iliekcomputers
Good morning
2021-03-06 06530, 2021
MajorLurker joined the channel
2021-03-06 06555, 2021
Rotab has quit
2021-03-06 06522, 2021
MajorLurker has quit
2021-03-06 06542, 2021
goapunk_ has quit
2021-03-06 06551, 2021
goapunk joined the channel
2021-03-06 06505, 2021
ruaok packs a tablet so he can do some code review on the train
and was thing shall we also show similarity score in case I visit someone's else profile. I mean the similarity score will be between the similar users and the person who's profile I visited and not with me
2021-03-06 06536, 2021
shivam-kapila
People might confuse the score as similarity between them
2021-03-06 06526, 2021
shivam-kapila
and the list of users
2021-03-06 06507, 2021
Mr_Monkey
Hm. I can see how there could be room for confusion.
2021-03-06 06509, 2021
Mr_Monkey
Ideally, what I'd like to see when I visit a user's profile is:
2021-03-06 06509, 2021
Mr_Monkey
1. my similarity with them
2021-03-06 06509, 2021
Mr_Monkey
2. my similarity with their followers/followed users
2021-03-06 06515, 2021
Mr_Monkey
Is that doable?
2021-03-06 06558, 2021
Mr_Monkey
If we can only show the similarity between the user I'm visiting and their followers/followed (but not with me) I think that' would indeed be confusing
2021-03-06 06517, 2021
Mr_Monkey
In which case, let's skip it until we have a good way to make it not confusing
2021-03-06 06533, 2021
shivam-kapila
Hmm. To show similarity with me will take two API calls (1 to fetch list of similar users, 2. To fetch scores for my list of similar users) and then extract out the scores. Not sure if its the best way
2021-03-06 06559, 2021
shivam-kapila
But this eliminates the confusion
2021-03-06 06514, 2021
Mr_Monkey
WRT the first call, maybe the server can pass the list of similar users in the props, and on the front-end we only do the api call to fetch the scores
2021-03-06 06559, 2021
shivam-kapila
yeah. so we can keep the scores and make the necessary API fetch then
2021-03-06 06519, 2021
Mr_Monkey
I figure that separates concerns and ensures we're only ever fetching similarity from the front-end, from the point of view of the logged in user
2021-03-06 06536, 2021
Mr_Monkey
I think that can work
2021-03-06 06551, 2021
shivam-kapila
cool. thanks
2021-03-06 06557, 2021
Mr_Monkey
We do the same thing for loading recording feedback
2021-03-06 06512, 2021
shivam-kapila
yep
2021-03-06 06557, 2021
iliekcomputers
ruaok: i read your code review
2021-03-06 06506, 2021
iliekcomputers
each query is a different table
2021-03-06 06523, 2021
iliekcomputers
i don't think it's really realistic to make all those a single query in the database
iliekcomputers: then i posit that the DB structure is wrong. If we have 15 types and need 15 queries to load a user page, any load spikes will doom our db.
2021-03-06 06553, 2021
iliekcomputers
We won't have 15 queries.
2021-03-06 06518, 2021
iliekcomputers
Other events will go into the user timeline event table.
2021-03-06 06543, 2021
iliekcomputers
The follow and the listens need the extra queries because they're not events per se
2021-03-06 06522, 2021
iliekcomputers
Playlist creation will go in the user timeline event table
2021-03-06 06540, 2021
iliekcomputers
I guess we could create an event every time a user follows someone
2021-03-06 06557, 2021
iliekcomputers
But right now that would remove one query.
2021-03-06 06557, 2021
Rotab joined the channel
2021-03-06 06515, 2021
iliekcomputers
Let's chat about it Monday, I guess. I agree that we should come up with something that scales as the types of events grow, I don't think the number of queries right now is an issue.
2021-03-06 06532, 2021
ruaok
Right now, agreed. It's the future i am concerned about.
2021-03-06 06552, 2021
ruaok
Let's talk about a realistic growth plan on Monday.
2021-03-06 06507, 2021
MajorLurker joined the channel
2021-03-06 06502, 2021
MajorLurker has quit
2021-03-06 06506, 2021
milkii_ is now known as milkii
2021-03-06 06533, 2021
iliekcomputers
Yep, sounds good to me.
2021-03-06 06526, 2021
_lucifer
ruaok: in case you are available, i remember you mentioning a task for AB in the coming week. I would like to know more about it.
2021-03-06 06510, 2021
ruaok
Nothing definite on AB, but we shared a doc about oauth and metabrainz. Did you see that?