#metabrainz

/

      • pristine__
        Yes. But till then we need some place to run other jobs
      • 2020-02-24 05511, 2020

      • pristine__
        🤷‍♀
      • 2020-02-24 05558, 2020

      • iliekcomputers
        ruaok: hi
      • 2020-02-24 05516, 2020

      • adhawkins has quit
      • 2020-02-24 05524, 2020

      • ruaok
        Nom nom nom
      • 2020-02-24 05533, 2020

      • iliekcomputers
        could we have a couple of small-ish vms for non-production
      • 2020-02-24 05544, 2020

      • iliekcomputers
        2 would be enough
      • 2020-02-24 05551, 2020

      • ruaok
        Hetzner or Google? Specs?
      • 2020-02-24 05529, 2020

      • ruaok
        Send me a mail with details, I including how long you need them.
      • 2020-02-24 05549, 2020

      • adhawkins joined the channel
      • 2020-02-24 05552, 2020

      • iliekcomputers
        mhmm.
      • 2020-02-24 05555, 2020

      • ruaok
        I want to avoid forgetting about unused vms that we pay for, but don't use. There has been a lot of that.
      • 2020-02-24 05501, 2020

      • iliekcomputers
        i'll do that
      • 2020-02-24 05507, 2020

      • ruaok
        K, thanks.
      • 2020-02-24 05516, 2020

      • iliekcomputers
        but while you're here.
      • 2020-02-24 05530, 2020

      • iliekcomputers
        this is about having a qa environment for development / testing on actual LB data.
      • 2020-02-24 05539, 2020

      • iliekcomputers
        so the vms would probably live long.
      • 2020-02-24 05555, 2020

      • iliekcomputers
        what do you think / do you have any other ways to do this
      • 2020-02-24 05524, 2020

      • iliekcomputers
        I don't want to break the production cluster (which is now actually linked with production) because we were developing something
      • 2020-02-24 05556, 2020

      • adhawkins has quit
      • 2020-02-24 05515, 2020

      • adhawkins joined the channel
      • 2020-02-24 05523, 2020

      • Raghav joined the channel
      • 2020-02-24 05517, 2020

      • Raghav has quit
      • 2020-02-24 05526, 2020

      • Sophist-UK has quit
      • 2020-02-24 05535, 2020

      • ruaok
        are you talking about the spark cluster?
      • 2020-02-24 05508, 2020

      • sweta05 joined the channel
      • 2020-02-24 05537, 2020

      • shivam-kapila joined the channel
      • 2020-02-24 05550, 2020

      • iliekcomputers
        Yes
      • 2020-02-24 05529, 2020

      • sweta05 has quit
      • 2020-02-24 05540, 2020

      • ihan joined the channel
      • 2020-02-24 05549, 2020

      • BrainzGit
        [bookbrainz-site] endurance21 opened pull request #379 (master…documentations): improved documentation of hot-reloading on repo https://github.com/bookbrainz/bookbrainz-site/pul…
      • 2020-02-24 05531, 2020

      • kuno joined the channel
      • 2020-02-24 05546, 2020

      • kuno
        hello! Does anyone know where LinkedBrainz / MusicBrainz-R2RML is documented? I'm specifically looking for something which explains why '#_' is added to the URLs.
      • 2020-02-24 05517, 2020

      • ruaok
        hi kuno!
      • 2020-02-24 05536, 2020

      • kuno
        (to be clear, _I_ know why it is added -- but I'm writing some README for a side project and was hoping to link to some documentation which explains to other ppl :)
      • 2020-02-24 05538, 2020

      • ruaok
        as far as I know, Linkedbrainz is dead and there were no docs.
      • 2020-02-24 05510, 2020

      • ruaok
        but I think if you look at docs about RDF, it might explain it.
      • 2020-02-24 05512, 2020

      • kuno
        (also, hey ruaok :)
      • 2020-02-24 05527, 2020

      • ruaok
        iliekcomputers: sorry for dropping off the question about the VMs. I'm on the edge of fighting a cold and just took a nap...
      • 2020-02-24 05542, 2020

      • ruaok
        getting VMs that we pay for but sit idle is not a good use of our resources.
      • 2020-02-24 05553, 2020

      • ruaok
        for this case I could think of two alternatives:
      • 2020-02-24 05511, 2020

      • kuno
      • 2020-02-24 05526, 2020

      • ruaok
        1. Run a copy of virtualbox on one of the hetzner machines and make instances to your liking.
      • 2020-02-24 05518, 2020

      • ruaok
        2. setup VMs on google cloud and then start/stop the instances as needed.
      • 2020-02-24 05549, 2020

      • ihan has quit
      • 2020-02-24 05501, 2020

      • iliekcomputers
        i'll look more into it.
      • 2020-02-24 05513, 2020

      • iliekcomputers
        maybe a solution is fixing our tooling instead
      • 2020-02-24 05546, 2020

      • ruaok
        yes. we manage to run tests in docker containers that do not interfere with production/dev containers.
      • 2020-02-24 05511, 2020

      • ruaok
        ideally we should be able to use one cluster for both testing and prod, by separating the filespace they use...
      • 2020-02-24 05558, 2020

      • ishaanshah[m]
        > what's our opinion on moving to typescript instead of javascript
      • 2020-02-24 05559, 2020

      • ishaanshah[m]
        iliekcomputers hi, I am not that familiar with typescript, but doesn't using typescript limit our capabilities to use external libraries
      • 2020-02-24 05503, 2020

      • iliekcomputers
        i am not completely sure, but i have a feeling that that's not true
      • 2020-02-24 05516, 2020

      • iliekcomputers
        because essentially all typescript compiles down to js
      • 2020-02-24 05552, 2020

      • ishaanshah[m]
        Oh, thats nice
      • 2020-02-24 05553, 2020

      • ishaanshah[m]
        Typescript would really help in development in that case
      • 2020-02-24 05552, 2020

      • ishaanshah[m]
        Also for generating the graphs, is it compulsory to use D3?
      • 2020-02-24 05519, 2020

      • travis-ci joined the channel
      • 2020-02-24 05519, 2020

      • travis-ci
        Project bookbrainz-data-js build #1384: passed in 1 min 58 sec: https://travis-ci.org/bookbrainz/bookbrainz-data-…
      • 2020-02-24 05519, 2020

      • travis-ci has left the channel
      • 2020-02-24 05552, 2020

      • ihan joined the channel
      • 2020-02-24 05535, 2020

      • iliekcomputers
        ishaanshah[m]: NO
      • 2020-02-24 05555, 2020

      • iliekcomputers
        i want to use react for this as much as possible
      • 2020-02-24 05520, 2020

      • iliekcomputers
        shivam-kapila found http://recharts.org/en-US/
      • 2020-02-24 05536, 2020

      • iliekcomputers
        but i'm still open to other libraries as appropriate
      • 2020-02-24 05500, 2020

      • iliekcomputers
        however, the graphs need to be react components that are reusable wherever possible.
      • 2020-02-24 05500, 2020

      • ishaanshah[m]
        I was looking into this library called nivo which built upon react and d3
      • 2020-02-24 05515, 2020

      • iliekcomputers
        (unless I hear a compelling argument against it)
      • 2020-02-24 05524, 2020

      • ishaanshah[m]
        But I will compare both of them
      • 2020-02-24 05545, 2020

      • ishaanshah[m]
        Also should I consider typescript support for the library?
      • 2020-02-24 05539, 2020

      • sweta05 joined the channel
      • 2020-02-24 05517, 2020

      • iliekcomputers
        ishaanshah[m]: yes
      • 2020-02-24 05528, 2020

      • iliekcomputers
        i envision us moving to typescript sooner rather than later
      • 2020-02-24 05551, 2020

      • ishaanshah[m]
        Ok, I will do some research on these and let you
      • 2020-02-24 05510, 2020

      • ishaanshah[m]
        I didn't get time to start working on the tests.
      • 2020-02-24 05557, 2020

      • ishaanshah[m]
        I will try to open a PR tomorrow or day after tomorrow at the worst.
      • 2020-02-24 05514, 2020

      • ruaok
        iliekcomputers: I'm also pondering... Is xz compression worth the extra time/hassle over bzip2? Its seems very slow. :(
      • 2020-02-24 05543, 2020

      • ruaok
        especially since we no longer have to pay for bandwidth. 🤣
      • 2020-02-24 05537, 2020

      • yvanzo
        it is worth the decompression time though
      • 2020-02-24 05505, 2020

      • yvanzo
        lower compression rate might be a better fit
      • 2020-02-24 05540, 2020

      • yvanzo
        (I just did few tests with xz/bzip2 for search indexes backup)
      • 2020-02-24 05505, 2020

      • ruaok
        do you have a feel for what the lower compression ratio might do?
      • 2020-02-24 05540, 2020

      • Pac23 has quit
      • 2020-02-24 05557, 2020

      • Pac23 joined the channel
      • 2020-02-24 05550, 2020

      • yvanzo
        0 to 3
      • 2020-02-24 05537, 2020

      • yvanzo
        I will start with 0 for search indexes.
      • 2020-02-24 05538, 2020

      • prabal has quit
      • 2020-02-24 05517, 2020

      • iliekcomputers
        ishaanshah[m]: thanks!
      • 2020-02-24 05508, 2020

      • Darkloke joined the channel
      • 2020-02-24 05543, 2020

      • BrainzGit
        [bookbrainz-site] endurance21 closed pull request #376 (master…master): changed styling of button-bar https://github.com/bookbrainz/bookbrainz-site/pul…
      • 2020-02-24 05541, 2020

      • iliekcomputers
        No stats email today btw
      • 2020-02-24 05557, 2020

      • ruaok
        I would've missed it. heh. was there something in sentry?
      • 2020-02-24 05553, 2020

      • iliekcomputers
        Don't see anything
      • 2020-02-24 05559, 2020

      • iliekcomputers
        Maybe the cron job didn't fire
      • 2020-02-24 05546, 2020

      • iliekcomputers
        Why is it so hard to write stable software 😁
      • 2020-02-24 05552, 2020

      • anant has quit
      • 2020-02-24 05542, 2020

      • SothoTalKer_
        because everyone is a noob today :P
      • 2020-02-24 05506, 2020

      • SothoTalKer_
        or rather: everything got more complex
      • 2020-02-24 05518, 2020

      • shivam-kapila
        (le me: comparing these chats to Software Engineering exam I have tomorrow 😂)
      • 2020-02-24 05535, 2020

      • iliekcomputers
        Ah yes, I too miss the software engineering class taught by people who'd never written a line of production code in their life.
      • 2020-02-24 05506, 2020

      • BrainzGit
        [bookbrainz-site] endurance21 reopened pull request #376 (master…master): changed styling of button-bar https://github.com/bookbrainz/bookbrainz-site/pul…
      • 2020-02-24 05559, 2020

      • iliekcomputers
        I think I have an inkling of where the problem might be
      • 2020-02-24 05501, 2020

      • ruaok
        > Ah yes, I too miss the software engineering class taught by people who'd never written a line of production code in their life.
      • 2020-02-24 05524, 2020

      • ruaok
        our networks teacher was the same. crusty, old skool and useless.
      • 2020-02-24 05548, 2020

      • ruaok
        from punjab, too. 🤣 so, very similar in a lot of ways I imagine.
      • 2020-02-24 05502, 2020

      • anant joined the channel
      • 2020-02-24 05537, 2020

      • shivam-kapila
        iliekcomputers: Remember Narottam sir 😶
      • 2020-02-24 05522, 2020

      • eharris has quit
      • 2020-02-24 05526, 2020

      • travis-ci joined the channel
      • 2020-02-24 05526, 2020

      • travis-ci
        Project bookbrainz-site build #1: passed in 2 min 15 sec: https://travis-ci.com/idl99/bookbrainz-site/build…
      • 2020-02-24 05526, 2020

      • travis-ci has left the channel
      • 2020-02-24 05504, 2020

      • Freso
        <BANG>
      • 2020-02-24 05504, 2020

      • Freso
        It’s Tortilla Chip Monday!
      • 2020-02-24 05504, 2020

      • Freso
      • 2020-02-24 05504, 2020

      • Freso
        People up for reviews: Mr_Monkey, iliekcomputers, bitmap, yvanzo, ruaok, pristine__, reosarevok, zas, Freso, CatQuest, Cyna – anyone else, please let me know ASAP!
      • 2020-02-24 05504, 2020

      • Freso
        Mr_Monkey: Go!
      • 2020-02-24 05505, 2020

      • Freso
        Mr_Monkey says…
      • 2020-02-24 05510, 2020

      • Freso
        """
      • 2020-02-24 05510, 2020

      • Freso
        Hi everyone!
      • 2020-02-24 05510, 2020

      • Freso
        I had another short week, but found time to review a few PRs and help with onboarding new contributors and troubleshooting the installation process.
      • 2020-02-24 05510, 2020

      • Freso
        I also did a bit of repo upkeep and issue triage.
      • 2020-02-24 05510, 2020

      • Freso
        I found a bit of time to have a look at embedding a bandcamp player in ListenBrainz, following a quick chat with zas.
      • 2020-02-24 05511, 2020

      • Freso
        Finally I did some testing of amCap1712’s VLC plugin, which worked fine on mac (well done !), and a bit of edge cases testing of BB's entity merging tool (so far so good…).
      • 2020-02-24 05513, 2020

      • Freso
        The End.
      • 2020-02-24 05513, 2020

      • Freso
        """
      • 2020-02-24 05513, 2020

      • Freso
        iliekcomputers: Go!
      • 2020-02-24 05520, 2020

      • iliekcomputers
        hi
      • 2020-02-24 05529, 2020

      • iliekcomputers
        i worked on ListenBrainz stats.
      • 2020-02-24 05534, 2020

      • eharris joined the channel
      • 2020-02-24 05548, 2020

      • iliekcomputers
        quite happy with where we are. soon we should have regularly updating artist stats
      • 2020-02-24 05556, 2020

      • CatQuest
        :O
      • 2020-02-24 05558, 2020

      • iliekcomputers
        regularly as in every two weeks for now
      • 2020-02-24 05500, 2020

      • Mr_Monkey is lurking
      • 2020-02-24 05505, 2020

      • ruaok
        yay!!
      • 2020-02-24 05516, 2020

      • ruaok
        lurking and flying, Mr_Monkey ?
      • 2020-02-24 05528, 2020

      • Mr_Monkey
        Waiting for flight
      • 2020-02-24 05531, 2020

      • ishaanshah[m]
        Freso I would like to give a review too
      • 2020-02-24 05506, 2020

      • iliekcomputers
        other than that, mostly code review and sanity checking ruaok's design on timescale :D
      • 2020-02-24 05512, 2020

      • iliekcomputers
        also, while i'm at it
      • 2020-02-24 05520, 2020

      • iliekcomputers
        if anywhere here uses last.fm imports regularly
      • 2020-02-24 05532, 2020

      • iliekcomputers
        we'd love help testing the new importer on beta.listenbrainz.org
      • 2020-02-24 05536, 2020

      • CatQuest
        🙋
      • 2020-02-24 05547, 2020

      • iliekcomputers
        it is a pretty big rewrite (using react instead of vanilla js)
      • 2020-02-24 05553, 2020

      • iliekcomputers
        some testing would be helpful.
      • 2020-02-24 05507, 2020

      • iliekcomputers
        it should be feature equivalent to the one in production right now
      • 2020-02-24 05511, 2020

      • iliekcomputers
        so no major changes
      • 2020-02-24 05519, 2020

      • iliekcomputers
        if you find something, hit me or ishaanshah[m] up
      • 2020-02-24 05532, 2020

      • iliekcomputers
        fin.
      • 2020-02-24 05536, 2020

      • iliekcomputers
        CatQuest: go
      • 2020-02-24 05542, 2020

      • CatQuest
        Meow! `😺`
      • 2020-02-24 05551, 2020

      • CatQuest
        This week kinda got mr eaten by Winter Vacation and Fastelaven's preparations 🎊