alastairp: i upgraded packages and rebooted babar, not sure what was the cause of 502s, but everything is back now
alastairp
ok, thanks. flask sometimes gets sad with listenbrainz
github joined the channel
github
[listenbrainz-server] paramsingh opened pull request #113: Write a python script for moving data from LB alpha to beta (big-query...db-move) https://git.io/vDv4k
github has left the channel
JonnyJD has quit
iliekcomputers
mayhem: ping, PR done ^^, please review when you get back from chi-town :P
samj1912
zas where is rahulr's gsoc code?
alastairp
iliekcomputers: you don't need to ask for reviews. We all get notifications on new PRs and will get to it when we have time
samj1912
ah nvm
iliekcomputers
alastairp: okay, i'll keep that in mind :)
samj1912
zas ping
zas
pong
samj1912
i have a proposal in mind about mbids and picard
I was thinking of adding a way to view some info on right clicking mbid to open a dialog and displaying some info
hibiscuskazeneko has quit
currently if I input any of the mbids and have inbuilt search on, it just opens a browser tab with the link
zas
yep, since we have now inbuilt search it makes sense, feel free to propose a PR ;)
samj1912
also I wanted to expand on this, for maybe a gsoc proposal, I wanted to do away with the lookup in browser button as much as possible for a more integrated UI
zas: SSL error on community: “community.metabrainz.org uses an invalid security certificate” “The certificate expired on 27/01/2017 12:55.”
zas
hmmm cert expired, i think nginx wasn't reloaded
on it
D4RK-PH0ENiX has quit
chirlu joined the channel
ferbncode has quit
Wildwatz joined the channel
r_dunn
sup peeps, I assume lookups are considerably cheaper/faster than searches, right?
iliekcomputers has quit
Freso
r_dunn: Possibly. zas?
r_dunn: On one hand, lookups need to make a lot of SQL calls to various places to compile the information to send back, so it's heavier on the database, OTOH, the search server in itself is heavy, but (IIUC) stores most of the MB data internally, so doesn't actually hit the database on searches.
D4RK-PH0ENiX joined the channel
Oh, wow. Firefox is very determined to not let me visit community.meb now. Oh, because it's using HSTS.
zas: Please ping when it's fixed. :)
r_dunn
Freso: I see, so you're saying the search server caches a lot of data? I wonder what the cost for each is, I mean if a lookup is roughly the same as a search, but if searches have a good few cache misses, then perhaps lookups are better from a user pov.
zas
Freso: i'm on it, still looking for a fix
Freso
r_dunn: Well, they're different things. Lookups are for when you know what you want ("artist with this specific MBID") and searches are for when you don't ("an artist called Angel").
D4RK-PH0ENiX has quit
zas: Do you have any insight to r_dunn's question? (Is a search query lighter/heavier than a lookup one?)
And yes, I know you're on the forum thing. You said so less than half an hour ago. I merely requested a ping for when you've figured it out. :)
D4RK-PH0ENiX joined the channel
zas
lookups are very fast atm, but they don't provide all features searches do
r_dunn
Freso: Yeah I know, but I'm trying to develop an algorithm to verify what I'm getting back from a search, especially since lucene's scoring isn't spot on. So I need to make several additional calls to do so, i.e. are the tracks associated with a release the same as the tracks in a folder I'm scanning.
I can do it many ways, but it's probably cheaper to do a lookup on what I believe is the correct release, and then do some processing on my end to verify that it looks to the correct.
Freso
( r_dunn: Also, you should consider using a proper IRC client. :) )
r_dunn
Freso: lol, I'm a man of simple pleasures. Yeah, probs should...
r_dunn has quit
ricky_d joined the channel
ricky_d
Freso, Done. ;)
Freso
:)
ricky_d
Freso, Anyway, when the forums are back in order, I might post my question in more detail, cheers for the info!
Freso
👍
zas
Freso: community is back, cert (finally) renewed, i upgraded system and discourse in the process