#metabrainz

/

      • Nyanko-sensei has quit
      • 2020-08-04 21746, 2020

      • Nyanko-sensei joined the channel
      • 2020-08-04 21759, 2020

      • ferbncode has quit
      • 2020-08-04 21732, 2020

      • slriv joined the channel
      • 2020-08-04 21733, 2020

      • supersandro2000 has quit
      • 2020-08-04 21743, 2020

      • supersandro2000 joined the channel
      • 2020-08-04 21704, 2020

      • supersandro2000 has quit
      • 2020-08-04 21725, 2020

      • supersandro2000 joined the channel
      • 2020-08-04 21717, 2020

      • Nyanko-sensei has quit
      • 2020-08-04 21726, 2020

      • Nyanko-sensei joined the channel
      • 2020-08-04 21744, 2020

      • djwhitey joined the channel
      • 2020-08-04 21725, 2020

      • Gore has quit
      • 2020-08-04 21715, 2020

      • Gore joined the channel
      • 2020-08-04 21738, 2020

      • kori has quit
      • 2020-08-04 21720, 2020

      • white_shadow joined the channel
      • 2020-08-04 21720, 2020

      • white_shadow has quit
      • 2020-08-04 21710, 2020

      • sumedh joined the channel
      • 2020-08-04 21749, 2020

      • sumedh has quit
      • 2020-08-04 21705, 2020

      • sumedh joined the channel
      • 2020-08-04 21708, 2020

      • sumedh has quit
      • 2020-08-04 21702, 2020

      • sumedh joined the channel
      • 2020-08-04 21712, 2020

      • ishaanshah
        Morning!
      • 2020-08-04 21754, 2020

      • v6lur joined the channel
      • 2020-08-04 21709, 2020

      • jmp_music_
        Morning!!
      • 2020-08-04 21757, 2020

      • diru1100
        Morning!!
      • 2020-08-04 21728, 2020

      • ruaok
        moin moin!
      • 2020-08-04 21702, 2020

      • Nyanko-sensei has quit
      • 2020-08-04 21723, 2020

      • ferbncode joined the channel
      • 2020-08-04 21752, 2020

      • Nyanko-sensei joined the channel
      • 2020-08-04 21722, 2020

      • alastairp
        hi ferbncode!
      • 2020-08-04 21701, 2020

      • Gazooo has quit
      • 2020-08-04 21741, 2020

      • alastairp
        yvanzo: bitmap: security notifications on jenkins. I'll release a new version today
      • 2020-08-04 21744, 2020

      • Gazooo joined the channel
      • 2020-08-04 21726, 2020

      • sumedh has quit
      • 2020-08-04 21737, 2020

      • sumedh joined the channel
      • 2020-08-04 21705, 2020

      • slriv has quit
      • 2020-08-04 21721, 2020

      • slriv joined the channel
      • 2020-08-04 21755, 2020

      • ferbncode
        hi alastairp o/
      • 2020-08-04 21706, 2020

      • ferbncode
        how are you? :)
      • 2020-08-04 21721, 2020

      • alastairp
        very good, surviving from day to day
      • 2020-08-04 21724, 2020

      • alastairp
        how about you?
      • 2020-08-04 21715, 2020

      • ferbncode
        good too :)
      • 2020-08-04 21716, 2020

      • Mr_Monkey
        Hi Suyash! Long time no see !
      • 2020-08-04 21719, 2020

      • ferbncode
        Hi Mr_Monkey o/, yes 😅 how are you? hope you're well and staying safe <3
      • 2020-08-04 21741, 2020

      • Mr_Monkey
        Doing all right! Safe and sound at least.
      • 2020-08-04 21716, 2020

      • sumedh has quit
      • 2020-08-04 21730, 2020

      • abhinavohri
        alastairp: Hi! I saw your comment on my PR. i wanted to ask which of the above approach should I follow. https://www.irccloud.com/pastebin/KMPR4goL/
      • 2020-08-04 21719, 2020

      • 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

      • 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

      • abhinavohri
        ok....Thanks
      • 2020-08-04 21753, 2020

      • 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

      • 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

      • abhinavohri
        I will make the changes in the PR
      • 2020-08-04 21742, 2020

      • abhinavohri
        ok
      • 2020-08-04 21720, 2020

      • alastairp
        often when I have these kinds of questions I look at the google python style guide: https://google.github.io/styleguide/pyguide.html#…
      • 2020-08-04 21731, 2020

      • 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

      • abhinavohri
        OK ...I would keep that in mind
      • 2020-08-04 21732, 2020

      • alastairp
        ferbncode: we had a small discussion about CB yesterday: https://chatlogs.metabrainz.org/brainzbot/metabra…
      • 2020-08-04 21739, 2020

      • alastairp
        you might have some feedback
      • 2020-08-04 21742, 2020

      • ruaok
        pristine___: see if my comment on the PR makes sense
      • 2020-08-04 21704, 2020

      • ferbncode
        alastairp: got it, thanks!, I'll read through
      • 2020-08-04 21721, 2020

      • ruaok waves at ferbncode from hamburg
      • 2020-08-04 21720, 2020

      • ferbncode
        ruaok: Hi o/, how are you? how is it there in Hamburg? :)
      • 2020-08-04 21745, 2020

      • ishaanshah
        ruaok: Hi, is bono.metabrainz.org:8000 down?
      • 2020-08-04 21749, 2020

      • ruaok
        sunny and nice. with lots of nautical shit. :) doing well, you?
      • 2020-08-04 21755, 2020

      • ruaok
        ishaanshah: something weird is currently happening. hang on.
      • 2020-08-04 21712, 2020

      • ruaok
        zas: you about?
      • 2020-08-04 21742, 2020

      • ishaanshah
        even LB looks down
      • 2020-08-04 21700, 2020

      • ishaanshah
        sorry its working
      • 2020-08-04 21703, 2020

      • ruaok
        everything appears down.
      • 2020-08-04 21708, 2020

      • 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

      • ferbncode
        ruaok: not as sunny as usual here, but doing good :)
      • 2020-08-04 21710, 2020

      • 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

      • 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

      • Higilopochtli joined the channel
      • 2020-08-04 21734, 2020

      • ruaok
      • 2020-08-04 21750, 2020

      • ruaok
        pristine___: 👍
      • 2020-08-04 21719, 2020

      • 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

      • ishaanshah
        ruaok: its back up again
      • 2020-08-04 21700, 2020

      • ishaanshah
        as u said dns issues
      • 2020-08-04 21720, 2020

      • ruaok
        yeah, I suspect it never went down.
      • 2020-08-04 21703, 2020

      • diru1100
        Hi, may I how many approx editors accounts does MB have rn?
      • 2020-08-04 21711, 2020

      • diru1100
        Know*
      • 2020-08-04 21740, 2020

      • ruaok
      • 2020-08-04 21752, 2020

      • ruaok
        2,094,046
      • 2020-08-04 21701, 2020

      • ruaok
        see section editors for many more details.
      • 2020-08-04 21713, 2020

      • MajorLurker has quit
      • 2020-08-04 21727, 2020

      • Nyanko-sensei has quit
      • 2020-08-04 21749, 2020

      • diru1100
        Thanks!
      • 2020-08-04 21729, 2020

      • ishaanshah
      • 2020-08-04 21735, 2020

      • Nyanko-sensei joined the channel
      • 2020-08-04 21737, 2020

      • ishaanshah
        ruaok, iliekcomputers ^
      • 2020-08-04 21748, 2020

      • ishaanshah
        iliekcomputers: The PR is ready for review
      • 2020-08-04 21721, 2020

      • ishaanshah
        ruaok: is this error familiar to you?
      • 2020-08-04 21723, 2020

      • ishaanshah
      • 2020-08-04 21718, 2020

      • BestSteve has quit
      • 2020-08-04 21740, 2020

      • ishaanshah
        this one too
      • 2020-08-04 21741, 2020

      • ishaanshah
      • 2020-08-04 21724, 2020

      • ishaanshah
        I wonder if it happens when two CI instances are running simultaneously
      • 2020-08-04 21753, 2020

      • BestSteve joined the channel
      • 2020-08-04 21723, 2020

      • alastairp
      • 2020-08-04 21700, 2020

      • alastairp
        next step: geographically-constrained recommendations
      • 2020-08-04 21743, 2020

      • alastairp
        (or geographically-diverse if that's your jam)
      • 2020-08-04 21759, 2020

      • ruaok
        Yep, should be possible to do with troi. Especially with the new country endpoint.
      • 2020-08-04 21741, 2020

      • ruaok
        Perhaps we need to tune that a bit for better effectiveness.
      • 2020-08-04 21719, 2020

      • slriv has quit
      • 2020-08-04 21722, 2020

      • ruaok
        ishaanshah: I've seen it before, but have no idea what it might be
      • 2020-08-04 21737, 2020

      • slriv joined the channel
      • 2020-08-04 21720, 2020

      • alastairp
        > Spotify doesn't recommend me Kpop cuz it's not available in Korea 😂
      • 2020-08-04 21733, 2020

      • alastairp
        what a great motivation for having a platform-agnostic recommendation system
      • 2020-08-04 21743, 2020

      • ruaok
        Exactly!
      • 2020-08-04 21737, 2020

      • v6lur has quit
      • 2020-08-04 21738, 2020

      • v6lur joined the channel
      • 2020-08-04 21735, 2020

      • white_shadow joined the channel
      • 2020-08-04 21753, 2020

      • alastairp
        jenkins going down
      • 2020-08-04 21711, 2020

      • alastairp
        up. thank you for flying with BrainzAirlines
      • 2020-08-04 21713, 2020

      • sumedh joined the channel
      • 2020-08-04 21717, 2020

      • jmp_music_
        @alastairp: 🤣
      • 2020-08-04 21727, 2020

      • white_shadow has quit
      • 2020-08-04 21745, 2020

      • sumedh has quit
      • 2020-08-04 21739, 2020

      • white_shadow joined the channel
      • 2020-08-04 21708, 2020

      • white_shadow has quit
      • 2020-08-04 21725, 2020

      • white_shadow joined the channel
      • 2020-08-04 21749, 2020

      • alastairp
        reosarevok: hi, are you here today?
      • 2020-08-04 21701, 2020

      • reosarevok
        I am at the moment at least :)
      • 2020-08-04 21731, 2020

      • alastairp
        I'm looking at MBS-10388
      • 2020-08-04 21732, 2020

      • BrainzBot
        MBS-10388: Add some genre tags to MBS https://tickets.metabrainz.org/browse/MBS-10388
      • 2020-08-04 21734, 2020

      • alastairp
      • 2020-08-04 21754, 2020

      • white_shadow
        _lucifer hey lucifer! what about the app launch?
      • 2020-08-04 21717, 2020

      • alastairp
        just looking at some methods of matching genres to mb genres
      • 2020-08-04 21735, 2020

      • reosarevok
        alastairp: oh, neat
      • 2020-08-04 21743, 2020

      • alastairp
        this is just a basic Levenshtein distance
      • 2020-08-04 21755, 2020

      • alastairp
        note that genres from our datasets are sometimes 'genre/subgenre'
      • 2020-08-04 21703, 2020

      • reosarevok
        mhm
      • 2020-08-04 21720, 2020

      • reosarevok
        I think throwing this together first, then asking someone to hand check it makes sense
      • 2020-08-04 21731, 2020

      • alastairp
        in this case, the match rate (80-100) is matched just on the subgenre part
      • 2020-08-04 21740, 2020

      • alastairp
        *70-100
      • 2020-08-04 21712, 2020

      • reosarevok
        Seems that anything under 90 seems to generally be wrong
      • 2020-08-04 21717, 2020

      • 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

      • alastairp
        right, most of the time it seems we should just go with an exact match
      • 2020-08-04 21749, 2020

      • alastairp
        although bebop/bop was a nice catch
      • 2020-08-04 21701, 2020

      • reosarevok
        Exact match automatic, show stuff over maybe 85 to a human to confirm
      • 2020-08-04 21710, 2020

      • _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

      • white_shadow
        ok np
      • 2020-08-04 21729, 2020

      • alastairp
        sounds good to me
      • 2020-08-04 21740, 2020

      • white_shadow
        Are we writing test cases in the app?
      • 2020-08-04 21751, 2020

      • alastairp
        194/347 had an exact match anyway, which is pretty nice
      • 2020-08-04 21708, 2020

      • alastairp
        what do you think about the genre/subgenre situation?
      • 2020-08-04 21737, 2020

      • 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

      • reosarevok
        Hmm