#metabrainz

/

      • Mineo has quit
      • JonnyJD has quit
      • ariscop joined the channel
      • D4RK-PH0ENiX has quit
      • D4RK-PH0ENiX joined the channel
      • rahulr has quit
      • kurros has quit
      • kurros joined the channel
      • JesseW joined the channel
      • vidhan has quit
      • ariscop has quit
      • ariscop joined the channel
      • chirlu`
        Freso/legoktm: Note that Discourse also does something when reading, or when having pages open for a while. So not posting alone is not enough.
      • typhoe has quit
      • abhinavjain241 has quit
      • typhoe joined the channel
      • abhinavjain241 joined the channel
      • CallerNo6 has quit
      • black-perl joined the channel
      • shubham1337 joined the channel
      • abhinavjain241 has quit
      • abhinavjain241 joined the channel
      • mRokita has quit
      • stanislas has quit
      • mRokita joined the channel
      • mRokita has quit
      • mRokita joined the channel
      • stanislas joined the channel
      • JesseW has quit
      • JonnyJD joined the channel
      • mihaitish joined the channel
      • shubham1337 has left the channel
      • kartikgupta0909 joined the channel
      • shubham1337 joined the channel
      • diana_olhovyk joined the channel
      • JonnyJD has quit
      • yeeeargh joined the channel
      • ariscop has quit
      • mihaitish has quit
      • chirlu` has quit
      • scorpionhiccup has quit
      • vidhan joined the channel
      • mihaitish joined the channel
      • abhinavjain241 has quit
      • cetko
      • shubham13371 joined the channel
      • shubham1337 has quit
      • alastairp: I've posted the pre-proposal to the forum, please take a look and comment
      • alastairp
        cetko: perfect, thanks
      • ruaok
        alastairp: that memory leak PR is interesting.
      • I wonder how that manifests itself.
      • alastairp
        ruaok: yeah, really odd that no browser seems to solve this
      • it was good sleuthing, or just good luck that we found someone who understands how js works :-P
      • ruaok
        now we need to get the rate-limiting patch finally integrated and debugged.
      • that stupid PR has been blocking things for so long. :(
      • we should go have lunch sometime this week. you in at MOB at all this week?
      • alastairp
        armalcolite: hi. did you solve your problems with listenstore and cassandra version?
      • ariscop joined the channel
      • how did you install the software? We have a vagrant system with fixed dependencies for a reason. If you can't use the vagrant image you will need to make sure you install the exact software versions that we support
      • if you're installing a newer version and you have problems, we would accept any patches that you can submit to make the new version work
      • ruaok: yeah, I think I'll be around
      • ruaok
        any idea which day?
      • tomorrow is no good.
      • kahu joined the channel
      • alastairp
        I've normally been doing thursday afternoon. I think that's still good for this week
      • armalcolite: you asked about LB-84, I think it still has problems. I think we would have closed the ticket if it was fixed.
      • You can look at the source code for this part of the server and see if we have a check for it
      • ruaok: oh, no. thursday is no good
      • perhaps wednesday afternoon then
      • ruaok
        ok.
      • ruaok blocks out time
      • evezhier joined the channel
      • shubham13371 has left the channel
      • kartikgupta0909
        alastairp: Just had a look at the code review. Making the suggested changes
      • alastairp
        cool. as I said, the patch is great, just a few style things to make it fit with the rest of the code
      • kartikgupta0909
        yeah
      • ariscop has quit
      • ariscop joined the channel
      • UmkaDK joined the channel
      • kartikgupta0909 has left the channel
      • evezhier has quit
      • jcazevedo has quit
      • jcazevedo joined the channel
      • kanha has quit
      • armalcolite
        alastairp: yeah. my cassandra and listenstore are working fine.
      • kanha joined the channel
      • alastairp: also, regarding the PR, we still dont get the spotify details, so i wasn't sure what to do with the code. My guess was to delete them, but i commented them for review. will work on the review.
      • alastairp: Also i was working on the ticket, LB-13 where people could export the personal listen history.
      • alastairp
        armalcolite: OK. You should assign the ticket to you, so others know that you are working on it
      • armalcolite
        alastairp: I have made the necessary changes in the user.py and listenstore.py to gain. I have to now add a button on the frontend
      • alastairp: any specific suggestion?
      • alastairp
        also, it would be a good idea if you started a discussion on the tickets that you are working on, so that we can discuss any changes that are needed
      • armalcolite
        alastairp: i cant comment on the tickets !!
      • alastairp
        it's better to talk about what we want to do before you make the changes, because if we have different ideas then you would have to re-do it
      • right. that's unusual. perhaps you can talk to Freso when he is up, to see if he can work out why your account can't make comments
      • armalcolite
        alastairp: ok. will sort this out.
      • and do we have to export json from cassandra database?
      • bcoz currently i m doing it.
      • petepy joined the channel
      • alastairp
        what do you mean?
      • armalcolite
        for exporting the listens, we can just dump all the listens of user in json format.
      • alastairp
        yes, that sounds like a good idea
      • armalcolite
        so, i have made changes in the fetch_listens() to achieve json output as well.
      • Gentlecat
        or something more compact like tsv
      • alastairp
        Gentlecat: hmm. I don't think I'm too worried either way
      • compress it and it'll be small
      • armalcolite
        what to export?
      • alastairp
        last.fm archive is a zip with a bunch of stuff in it
      • armalcolite
        just track_name, artist and listened at?
      • or everything, like mdib's
      • alastairp
        everything
      • armalcolite
        i think, json would be good.
      • we can the import it in future as well.
      • alastairp
        yes. we can start with json, and if we want to change it in the future we can change
      • yes! I would like some more import functions too
      • for me the most important is to be able to import from a lastfm archive file.
      • but it's a good idea to be able to import a listenbrainz archive too
      • this should be a separate ticket
      • armalcolite
        oh. i searched but now they have remobed the feature.
      • alastairp
        yes, when they released the new website it went away
      • I hope it will return
      • armalcolite
        can u share the archive?
      • alastairp
        but we should be able to import archives from the old website
      • yes, I will when I get home
      • but we should finish these tickets first. You should not work on too many at the same time, so that other people have the chance to work on them too
      • armalcolite
        sure. will complete those first
      • Freso: can you check my access to tickets.musicbrainz.org, i cant comment on any issue.
      • alastairp
        you should also tell him your username, so that he doesn't have to ask again
      • give as much information as you can
      • armalcolite
        Freso: username is the same, "armalcolite", email-pinkeshbadjatiya@gmail.com, group: jira-users
      • kosmasK joined the channel
      • :)
      • armalcolite - it is a rock which was first discovered on moon. (Shows my love with astronomy.)
      • shubham1337 joined the channel
      • Gentlecat
        alastairp: that evaluation is still running :(
      • petepy
        hi all I just found out about the brainz community and different brainz projects. anyone know what the current status of listenbrainz is?
      • alastairp
        alastair@spike:/tmp/tmpVmS77z/results$ ls -l|wc -l
      • 1435
      • for each combination -> params/results file, 720 combinations = 1440 total files
      • almost finished!
      • Gentlecat
        cool!
      • don't know if you did, but might be worth noting to others to not make them very large
      • alastairp
        I said it in the document: http://www.dtic.upf.edu/~aporter/amplab/
      • "The training process takes 2 hours per 1,000 instances in your dataset. If other students are doing the same task you will not have time in the last day before the task is due. Start early!"
      • ruaok
        petepy: it had been stalled for a bit, but with summer of code and some other organizational guff out of the way, more attention is being paid to it again.
      • alastairp
        though that seems to be a lie
      • it's weird - sergio did some examples witha few thousand items and it only took about 4 or 5 hours
      • perhaps he had less than you
      • you used 2k right?
      • Gentlecat
        maybe depends on the load