#metabrainz

/

      • ishaanshah
        thanks ruaok
      • 2020-05-21 14243, 2020

      • shivam-kapila
        I have been to 3. Its a funded trip and awesome time with friends
      • 2020-05-21 14218, 2020

      • shivam-kapila
        2*
      • 2020-05-21 14231, 2020

      • shivam-kapila
        The 3rd one got hanged in the lockdown
      • 2020-05-21 14241, 2020

      • ishaanshah
        Nice, this one has been organised by the college though, as an introduction for 1st years
      • 2020-05-21 14216, 2020

      • shivam-kapila
        We do that too at NITH. A college level and a national level.
      • 2020-05-21 14252, 2020

      • shivam-kapila
        Enjoy!!
      • 2020-05-21 14204, 2020

      • ishaanshah
        thanks :D
      • 2020-05-21 14226, 2020

      • iliekcomputers
        national level and then y'all give just 3k inr to the most innovative team
      • 2020-05-21 14232, 2020

      • iliekcomputers
        ;)
      • 2020-05-21 14251, 2020

      • iliekcomputers
      • 2020-05-21 14252, 2020

      • shivam-kapila
        Says the man who won all those prizes
      • 2020-05-21 14228, 2020

      • shivam-kapila
        I guess they were gonna increase the prize amount this year
      • 2020-05-21 14238, 2020

      • iliekcomputers
        eh, me and rsh7 had fun.
      • 2020-05-21 14212, 2020

      • iliekcomputers
        and the money was enough for a reasonable amount of alcohol
      • 2020-05-21 14225, 2020

      • ruaok
        the farthest I got in the international programming competition was tying for 7th in the world.
      • 2020-05-21 14249, 2020

      • shivam-kapila
        Well thats pretty awesome
      • 2020-05-21 14250, 2020

      • ruaok
        that was fun.
      • 2020-05-21 14201, 2020

      • iliekcomputers
        ACM-ICPC is leagues ahead of the hackathons we're talking about :D
      • 2020-05-21 14218, 2020

      • iliekcomputers
        you did really well, ruaok
      • 2020-05-21 14221, 2020

      • shivam-kapila
        I wish I knew some CP
      • 2020-05-21 14222, 2020

      • ruaok
        yeah, we didn't have hackathons back in the day.
      • 2020-05-21 14225, 2020

      • ruaok
        heh, thanks.
      • 2020-05-21 14226, 2020

      • ishaanshah
        Woah you came 7th in ICPC,noice
      • 2020-05-21 14242, 2020

      • iliekcomputers
        my team came 49th in one of the regionals ;)
      • 2020-05-21 14244, 2020

      • ruaok
        we figured out one really important trick: program triage.
      • 2020-05-21 14202, 2020

      • ruaok
        identify the easiest problem and start on it in seconds.
      • 2020-05-21 14224, 2020

      • ruaok
        the whole competition is about reading problems and exactly understanding what the judges want.
      • 2020-05-21 14242, 2020

      • ruaok
        there was one program: a roman numeral one.
      • 2020-05-21 14252, 2020

      • ruaok
        everyone set out to hack on it -- it was obviously the easiest one.
      • 2020-05-21 14257, 2020

      • BrainzGit
        [listenbrainz-server] release v-2020-05-21.0 has been published by release-drafter[bot]: https://github.com/metabrainz/listenbrainz-server…
      • 2020-05-21 14220, 2020

      • ruaok
        everyone set out to code the algorithm that had a lot lot of edge cases, but the output could only be 20 or so case.
      • 2020-05-21 14224, 2020

      • ruaok
        +s
      • 2020-05-21 14246, 2020

      • ruaok
        so, we wrote up if statements and prints and submitted it in minutes.
      • 2020-05-21 14201, 2020

      • ruaok
        we could hear the judges laughing as they read and accepted the submission
      • 2020-05-21 14214, 2020

      • shivam-kapila
        Modern problems require modern solutions 😂
      • 2020-05-21 14218, 2020

      • iliekcomputers
        wait what
      • 2020-05-21 14228, 2020

      • ruaok
        knowing how to read the problems. thats all.
      • 2020-05-21 14229, 2020

      • iliekcomputers
        these days ACM ICPC has automated test checks
      • 2020-05-21 14236, 2020

      • ruaok
        we did back then too.
      • 2020-05-21 14250, 2020

      • shivam-kapila
        ruaok be like. Hang on boizz this is how u hack it.
      • 2020-05-21 14205, 2020

      • ruaok
        our program was 100% compliant. we just didn't bother writing the alg, we just hard coded all the possible cases base on their input.
      • 2020-05-21 14231, 2020

      • ruaok
        afterwards they called us on it. and congratulated us on reading the problem corrrectly.
      • 2020-05-21 14253, 2020

      • diru1100
        I am thinking, how nested it was 😅
      • 2020-05-21 14214, 2020

      • ruaok
        we didn't win on code prettiness.
      • 2020-05-21 14246, 2020

      • iliekcomputers
        we were doing some number theory math bullshit to get the answer for really big numbers that wouldn't fit in long ints.
      • 2020-05-21 14201, 2020

      • ruaok
        and then python and it was easy?
      • 2020-05-21 14204, 2020

      • iliekcomputers
        eventually we just used java because it had the solution built in
      • 2020-05-21 14209, 2020

      • ruaok
        we could only code in C/C++ back then.
      • 2020-05-21 14211, 2020

      • iliekcomputers
        python was too slow
      • 2020-05-21 14217, 2020

      • ruaok
        ah. clever.
      • 2020-05-21 14224, 2020

      • diru1100
        C++ sucks with bigInt :(
      • 2020-05-21 14244, 2020

      • ruaok
        we had a arbitrary precision library printed out. once we thought we needed one, one person started typing it in right away.
      • 2020-05-21 14245, 2020

      • diru1100
        I once copied a whole custom class for bigInt and submitted the answer in C++
      • 2020-05-21 14248, 2020

      • shivam-kapila
        I once tried CP in JS. 😑
      • 2020-05-21 14240, 2020

      • shivam-kapila
        I have to go for dinner. ruaok iliekcomputers please have alook at the endpoint
      • 2020-05-21 14259, 2020

      • iliekcomputers
        i've solved some of these problems in haskell
      • 2020-05-21 14203, 2020

      • ruaok
        may not be tonight. felling kinda done.
      • 2020-05-21 14209, 2020

      • ruaok
        iliekcomputers: sick
      • 2020-05-21 14214, 2020

      • iliekcomputers
        back when i was more of a nerd
      • 2020-05-21 14237, 2020

      • shivam-kapila
        ruaok: NP. I will try to get the GET api done if I dont go speepy :)
      • 2020-05-21 14258, 2020

      • ishaanshah
        Woah, it seems you guys know a lot of CP
      • 2020-05-21 14236, 2020

      • ishaanshah
        I never got around to do it for more than a month :D
      • 2020-05-21 14222, 2020

      • iliekcomputers
      • 2020-05-21 14232, 2020

      • shivam-kapila
        ishaanshah: Let me join ur train
      • 2020-05-21 14252, 2020

      • iliekcomputers
        ugh, i should have said "there might be a few rough edges" instead of bugs.
      • 2020-05-21 14258, 2020

      • iliekcomputers
        nvm, next time.
      • 2020-05-21 14226, 2020

      • ishaanshah
        Ig you can edit right?
      • 2020-05-21 14255, 2020

      • iliekcomputers
        i don't see an option. :/
      • 2020-05-21 14204, 2020

      • iliekcomputers
        probably can't
      • 2020-05-21 14220, 2020

      • ruaok
        who cares. we're not some fancy corporation that must pass their shit through the comms department.
      • 2020-05-21 14229, 2020

      • ruaok
        we're allows to speak with our own voices. bugs are bugs.
      • 2020-05-21 14239, 2020

      • ruaok
        *allowed
      • 2020-05-21 14245, 2020

      • adhawkins has quit
      • 2020-05-21 14240, 2020

      • adhawkins joined the channel
      • 2020-05-21 14218, 2020

      • madmouser1 joined the channel
      • 2020-05-21 14253, 2020

      • ZaphodBeeblebrox
        +1 for calling bugs bugs and having less bullshit talk
      • 2020-05-21 14231, 2020

      • shivam-kapila
        For the API endpoints
      • 2020-05-21 14231, 2020

      • shivam-kapila
        `/feedback/user/<user_name>/fetch-feedback?score=""`
      • 2020-05-21 14231, 2020

      • shivam-kapila
        `/feedback/recording/fetch-feedback?recording_msid=""`
      • 2020-05-21 14231, 2020

      • shivam-kapila
        Do these look good for endpoints? Doubtful about second
      • 2020-05-21 14250, 2020

      • shivam-kapila
        score is optional in 1st
      • 2020-05-21 14218, 2020

      • shivam-kapila
        For second `/feedback/recording/<recording_msid>/` is another option in my mind
      • 2020-05-21 14217, 2020

      • BrainzGit
        [musicbrainz-server] mwiencek merged pull request #1527 (production…report-issues): Fix MediumsWithSequenceIssues https://github.com/metabrainz/musicbrainz-server/…
      • 2020-05-21 14223, 2020

      • Mr_Monkey
        > "Invalid range: decade"
      • 2020-05-21 14223, 2020

      • Mr_Monkey
        it as worth a try
      • 2020-05-21 14246, 2020

      • iliekcomputers
        I don't really think it's bullshit talk per se. I wanted to say rough edges instead of bugs, because we're reasonably confident that there aren't many bugs.
      • 2020-05-21 14236, 2020

      • BrainzGit
        [musicbrainz-server] mwiencek opened pull request #1528 (production…slow-reports): Prevent two statement timeouts in reports https://github.com/metabrainz/musicbrainz-server/…
      • 2020-05-21 14201, 2020

      • KindTwo joined the channel
      • 2020-05-21 14237, 2020

      • KindOne has quit
      • 2020-05-21 14214, 2020

      • KindTwo is now known as KindOne
      • 2020-05-21 14259, 2020

      • KindTwo joined the channel
      • 2020-05-21 14221, 2020

      • KindOne has quit
      • 2020-05-21 14211, 2020

      • KindTwo is now known as KindOne
      • 2020-05-21 14209, 2020

      • KindTwo joined the channel
      • 2020-05-21 14213, 2020

      • KindOne has quit
      • 2020-05-21 14223, 2020

      • KindTwo is now known as KindOne
      • 2020-05-21 14247, 2020

      • ruaok
      • 2020-05-21 14251, 2020

      • ruaok
        shivam-kapila: check it! ^^
      • 2020-05-21 14228, 2020

      • ruaok
        anyone else have dups on the current production of LB? please check https://test.listenbrainz.org to see if yours have gone. if not, please let me know ASAP
      • 2020-05-21 14241, 2020

      • TOPIC: MetaBrainz Community and Development channel | MusicBrainz non-development: #musicbrainz | GSoC students start here: https://bit.ly/2NUaxgb | Channel is logged; see https://musicbrainz.org/doc/IRC for details | Meeting agenda: Reviews, 2 accounts 1 email (reo), Sockpuppet/system gaming MeB CoC clause (Freso)
      • 2020-05-21 14259, 2020

      • Freso
        bitmap: You got mail. :|
      • 2020-05-21 14227, 2020

      • d4rkie joined the channel
      • 2020-05-21 14202, 2020

      • Nyanko-sensei has quit
      • 2020-05-21 14225, 2020

      • ruaok
      • 2020-05-21 14224, 2020

      • BrainzGit
        [listenbrainz-server] paramsingh opened pull request #874 (master…param/pydantic-stats-models): [wip] Use a pydantic model for artist stats https://github.com/metabrainz/listenbrainz-server…
      • 2020-05-21 14248, 2020

      • Chinmay3199 has quit
      • 2020-05-21 14201, 2020

      • killme has quit
      • 2020-05-21 14203, 2020

      • killmePI joined the channel
      • 2020-05-21 14221, 2020

      • thomasross joined the channel
      • 2020-05-21 14203, 2020

      • thomasross has quit
      • 2020-05-21 14232, 2020

      • thomasross joined the channel