0:00 AM
Nyanko-sensei has quit
2020-08-04 21746, 2020
0:12 AM
Nyanko-sensei joined the channel
2020-08-04 21759, 2020
0:14 AM
ferbncode has quit
2020-08-04 21732, 2020
0:35 AM
slriv joined the channel
2020-08-04 21733, 2020
0:38 AM
supersandro2000 has quit
2020-08-04 21743, 2020
0:38 AM
supersandro2000 joined the channel
2020-08-04 21704, 2020
0:40 AM
supersandro2000 has quit
2020-08-04 21725, 2020
0:40 AM
supersandro2000 joined the channel
2020-08-04 21717, 2020
1:00 AM
Nyanko-sensei has quit
2020-08-04 21726, 2020
1:01 AM
Nyanko-sensei joined the channel
2020-08-04 21744, 2020
1:26 AM
djwhitey joined the channel
2020-08-04 21725, 2020
2:16 AM
Gore has quit
2020-08-04 21715, 2020
2:17 AM
Gore joined the channel
2020-08-04 21738, 2020
3:27 AM
kori has quit
2020-08-04 21720, 2020
4:04 AM
white_shadow joined the channel
2020-08-04 21720, 2020
4:04 AM
white_shadow has quit
2020-08-04 21710, 2020
4:57 AM
sumedh joined the channel
2020-08-04 21749, 2020
5:28 AM
sumedh has quit
2020-08-04 21705, 2020
5:47 AM
sumedh joined the channel
2020-08-04 21708, 2020
6:23 AM
sumedh has quit
2020-08-04 21702, 2020
6:25 AM
sumedh joined the channel
2020-08-04 21712, 2020
6:35 AM
ishaanshah
Morning!
2020-08-04 21754, 2020
7:26 AM
v6lur joined the channel
2020-08-04 21709, 2020
7:50 AM
jmp_music_
Morning!!
2020-08-04 21757, 2020
8:00 AM
diru1100
Morning!!
2020-08-04 21728, 2020
8:09 AM
ruaok
moin moin!
2020-08-04 21702, 2020
8:27 AM
Nyanko-sensei has quit
2020-08-04 21723, 2020
8:30 AM
ferbncode joined the channel
2020-08-04 21752, 2020
8:30 AM
Nyanko-sensei joined the channel
2020-08-04 21722, 2020
8:57 AM
alastairp
hi ferbncode!
2020-08-04 21701, 2020
9:05 AM
Gazooo has quit
2020-08-04 21741, 2020
9:12 AM
alastairp
yvanzo: bitmap: security notifications on jenkins. I'll release a new version today
2020-08-04 21744, 2020
9:12 AM
Gazooo joined the channel
2020-08-04 21726, 2020
9:28 AM
sumedh has quit
2020-08-04 21737, 2020
9:32 AM
sumedh joined the channel
2020-08-04 21705, 2020
9:36 AM
slriv has quit
2020-08-04 21721, 2020
9:38 AM
slriv joined the channel
2020-08-04 21755, 2020
9:50 AM
ferbncode
hi alastairp o/
2020-08-04 21706, 2020
9:51 AM
ferbncode
how are you? :)
2020-08-04 21721, 2020
10:07 AM
alastairp
very good, surviving from day to day
2020-08-04 21724, 2020
10:07 AM
alastairp
how about you?
2020-08-04 21715, 2020
10:12 AM
ferbncode
good too :)
2020-08-04 21716, 2020
10:13 AM
Mr_Monkey
Hi Suyash! Long time no see !
2020-08-04 21719, 2020
10:15 AM
ferbncode
Hi Mr_Monkey o/, yes 😅 how are you? hope you're well and staying safe <3
2020-08-04 21741, 2020
10:15 AM
Mr_Monkey
Doing all right! Safe and sound at least.
2020-08-04 21716, 2020
10:17 AM
sumedh has quit
2020-08-04 21730, 2020
10:18 AM
abhinavohri
2020-08-04 21719, 2020
10:19 AM
alastairp
abhinavohri: hi! this is a long-standing question in python, and I'm sure that everyone has their own opinions
2020-08-04 21709, 2020
10:20 AM
alastairp
personally, I think it's best to use the second approach, especially if the file uses multiple methods/types from a single module
2020-08-04 21748, 2020
10:20 AM
abhinavohri
ok....Thanks
2020-08-04 21753, 2020
10:20 AM
alastairp
e.g. imagine if we use time.monotonic, and time.time, and time.strptime. personally I think that it's cleaner to just have a single `import time`
2020-08-04 21726, 2020
10:21 AM
alastairp
there are some cases where the first approach is OK, for example if you _only_ use monotonic, and it's clear where that import comes from, but I don't often use it
2020-08-04 21729, 2020
10:21 AM
abhinavohri
I will make the changes in the PR
2020-08-04 21742, 2020
10:21 AM
abhinavohri
ok
2020-08-04 21720, 2020
10:22 AM
alastairp
2020-08-04 21731, 2020
10:22 AM
alastairp
Use import statements for packages and modules only, not for individual classes or functions. The namespace management convention is simple. The source of each identifier is indicated in a consistent way; x.Obj says that object Obj is defined in module x.
2020-08-04 21750, 2020
10:22 AM
abhinavohri
OK ...I would keep that in mind
2020-08-04 21732, 2020
10:26 AM
alastairp
2020-08-04 21739, 2020
10:26 AM
alastairp
you might have some feedback
2020-08-04 21742, 2020
10:26 AM
ruaok
pristine___: see if my comment on the PR makes sense
2020-08-04 21704, 2020
10:27 AM
ferbncode
alastairp: got it, thanks!, I'll read through
2020-08-04 21721, 2020
10:29 AM
ruaok waves at ferbncode from hamburg
2020-08-04 21720, 2020
10:30 AM
ferbncode
ruaok: Hi o/, how are you? how is it there in Hamburg? :)
2020-08-04 21745, 2020
10:32 AM
ishaanshah
ruaok: Hi, is bono.metabrainz.org:8000 down?
2020-08-04 21749, 2020
10:32 AM
ruaok
sunny and nice. with lots of nautical shit. :) doing well, you?
2020-08-04 21755, 2020
10:34 AM
ruaok
ishaanshah: something weird is currently happening. hang on.
2020-08-04 21712, 2020
10:35 AM
ruaok
zas: you about?
2020-08-04 21742, 2020
10:35 AM
ishaanshah
even LB looks down
2020-08-04 21700, 2020
10:36 AM
ishaanshah
sorry its working
2020-08-04 21703, 2020
10:36 AM
ruaok
everything appears down.
2020-08-04 21708, 2020
10:36 AM
pristine___
ruaok: yeah cool. Let's merge this PR, I will open a seperate PR for scaling and will update the comment the, cool?
2020-08-04 21739, 2020
10:36 AM
ferbncode
ruaok: not as sunny as usual here, but doing good :)
2020-08-04 21710, 2020
10:38 AM
ferbncode
alastairp: > I'm going to start by putting out a call for volunteers on the forums, and we'll see what comes out of that and go from there
2020-08-04 21710, 2020
10:38 AM
ferbncode
I agree, I haven't been able to much time in CB the last year, and I am sure we can benefit from the community for volunteers and contributions
2020-08-04 21731, 2020
10:38 AM
Higilopochtli joined the channel
2020-08-04 21734, 2020
10:41 AM
ruaok
2020-08-04 21750, 2020
10:45 AM
ruaok
pristine___: 👍
2020-08-04 21719, 2020
10:46 AM
ruaok
ishaanshah: I suspect that the service on bono is up, but we can't resolve the IP addresses to the servers right now.
2020-08-04 21742, 2020
10:46 AM
ishaanshah
ruaok: its back up again
2020-08-04 21700, 2020
10:47 AM
ishaanshah
as u said dns issues
2020-08-04 21720, 2020
10:47 AM
ruaok
yeah, I suspect it never went down.
2020-08-04 21703, 2020
10:54 AM
diru1100
Hi, may I how many approx editors accounts does MB have rn?
2020-08-04 21711, 2020
10:54 AM
diru1100
Know*
2020-08-04 21740, 2020
10:56 AM
ruaok
2020-08-04 21752, 2020
10:56 AM
ruaok
2,094,046
2020-08-04 21701, 2020
10:57 AM
ruaok
see section editors for many more details.
2020-08-04 21713, 2020
11:30 AM
MajorLurker has quit
2020-08-04 21727, 2020
11:32 AM
Nyanko-sensei has quit
2020-08-04 21749, 2020
11:33 AM
diru1100
Thanks!
2020-08-04 21729, 2020
11:35 AM
ishaanshah
2020-08-04 21735, 2020
11:35 AM
Nyanko-sensei joined the channel
2020-08-04 21737, 2020
11:35 AM
ishaanshah
ruaok, iliekcomputers ^
2020-08-04 21748, 2020
11:35 AM
ishaanshah
iliekcomputers: The PR is ready for review
2020-08-04 21721, 2020
11:43 AM
ishaanshah
ruaok: is this error familiar to you?
2020-08-04 21723, 2020
11:43 AM
ishaanshah
2020-08-04 21718, 2020
11:44 AM
BestSteve has quit
2020-08-04 21740, 2020
11:44 AM
ishaanshah
this one too
2020-08-04 21741, 2020
11:44 AM
ishaanshah
2020-08-04 21724, 2020
11:45 AM
ishaanshah
I wonder if it happens when two CI instances are running simultaneously
2020-08-04 21753, 2020
11:46 AM
BestSteve joined the channel
2020-08-04 21723, 2020
11:55 AM
alastairp
2020-08-04 21700, 2020
11:56 AM
alastairp
next step: geographically-constrained recommendations
2020-08-04 21743, 2020
12:01 PM
alastairp
(or geographically-diverse if that's your jam)
2020-08-04 21759, 2020
12:01 PM
ruaok
Yep, should be possible to do with troi. Especially with the new country endpoint.
2020-08-04 21741, 2020
12:03 PM
ruaok
Perhaps we need to tune that a bit for better effectiveness.
2020-08-04 21719, 2020
12:04 PM
slriv has quit
2020-08-04 21722, 2020
12:05 PM
ruaok
ishaanshah: I've seen it before, but have no idea what it might be
2020-08-04 21737, 2020
12:05 PM
slriv joined the channel
2020-08-04 21720, 2020
12:08 PM
alastairp
> Spotify doesn't recommend me Kpop cuz it's not available in Korea 😂
2020-08-04 21733, 2020
12:08 PM
alastairp
what a great motivation for having a platform-agnostic recommendation system
2020-08-04 21743, 2020
12:08 PM
ruaok
Exactly!
2020-08-04 21737, 2020
12:18 PM
v6lur has quit
2020-08-04 21738, 2020
12:19 PM
v6lur joined the channel
2020-08-04 21735, 2020
12:31 PM
white_shadow joined the channel
2020-08-04 21753, 2020
12:43 PM
alastairp
jenkins going down
2020-08-04 21711, 2020
12:45 PM
alastairp
up. thank you for flying with BrainzAirlines
2020-08-04 21713, 2020
13:00 PM
sumedh joined the channel
2020-08-04 21717, 2020
13:07 PM
jmp_music_
@alastairp: 🤣
2020-08-04 21727, 2020
13:13 PM
white_shadow has quit
2020-08-04 21745, 2020
13:27 PM
sumedh has quit
2020-08-04 21739, 2020
13:49 PM
white_shadow joined the channel
2020-08-04 21708, 2020
14:05 PM
white_shadow has quit
2020-08-04 21725, 2020
14:05 PM
white_shadow joined the channel
2020-08-04 21749, 2020
14:21 PM
alastairp
reosarevok: hi, are you here today?
2020-08-04 21701, 2020
14:22 PM
reosarevok
I am at the moment at least :)
2020-08-04 21731, 2020
14:23 PM
alastairp
I'm looking at MBS-10388
2020-08-04 21732, 2020
14:23 PM
BrainzBot
2020-08-04 21734, 2020
14:23 PM
alastairp
2020-08-04 21754, 2020
14:23 PM
white_shadow
_lucifer hey lucifer! what about the app launch?
2020-08-04 21717, 2020
14:24 PM
alastairp
just looking at some methods of matching genres to mb genres
2020-08-04 21735, 2020
14:24 PM
reosarevok
alastairp: oh, neat
2020-08-04 21743, 2020
14:24 PM
alastairp
this is just a basic Levenshtein distance
2020-08-04 21755, 2020
14:24 PM
alastairp
note that genres from our datasets are sometimes 'genre/subgenre'
2020-08-04 21703, 2020
14:25 PM
reosarevok
mhm
2020-08-04 21720, 2020
14:25 PM
reosarevok
I think throwing this together first, then asking someone to hand check it makes sense
2020-08-04 21731, 2020
14:25 PM
alastairp
in this case, the match rate (80-100) is matched just on the subgenre part
2020-08-04 21740, 2020
14:25 PM
alastairp
*70-100
2020-08-04 21712, 2020
14:26 PM
reosarevok
Seems that anything under 90 seems to generally be wrong
2020-08-04 21717, 2020
14:26 PM
alastairp
There are some other matching heuristics that I'm going to try, e.g. some that insist that all words must be there, will fix issues such as alternative punk -> alternative pop
2020-08-04 21738, 2020
14:26 PM
alastairp
right, most of the time it seems we should just go with an exact match
2020-08-04 21749, 2020
14:26 PM
alastairp
although bebop/bop was a nice catch
2020-08-04 21701, 2020
14:27 PM
reosarevok
Exact match automatic, show stuff over maybe 85 to a human to confirm
2020-08-04 21710, 2020
14:27 PM
_lucifer
white_shadow: a bit behind schedule. some ui bugs are to be fixed. as soon as that is done will make th release
2020-08-04 21727, 2020
14:27 PM
white_shadow
ok np
2020-08-04 21729, 2020
14:27 PM
alastairp
sounds good to me
2020-08-04 21740, 2020
14:27 PM
white_shadow
Are we writing test cases in the app?
2020-08-04 21751, 2020
14:27 PM
alastairp
194/347 had an exact match anyway, which is pretty nice
2020-08-04 21708, 2020
14:28 PM
alastairp
what do you think about the genre/subgenre situation?
2020-08-04 21737, 2020
14:28 PM
alastairp
a single tag to represent the whole thing, or one for genre, one for subgenre? (since MB has many tags that we consider 'subgenres'
2020-08-04 21739, 2020
14:29 PM
reosarevok
Hmm