16:18 PM
ishaanshah
thanks ruaok
2020-05-21 14243, 2020
16:18 PM
shivam-kapila
I have been to 3. Its a funded trip and awesome time with friends
2020-05-21 14218, 2020
16:19 PM
shivam-kapila
2*
2020-05-21 14231, 2020
16:19 PM
shivam-kapila
The 3rd one got hanged in the lockdown
2020-05-21 14241, 2020
16:19 PM
ishaanshah
Nice, this one has been organised by the college though, as an introduction for 1st years
2020-05-21 14216, 2020
16:20 PM
shivam-kapila
We do that too at NITH. A college level and a national level.
2020-05-21 14252, 2020
16:20 PM
shivam-kapila
Enjoy!!
2020-05-21 14204, 2020
16:21 PM
ishaanshah
thanks :D
2020-05-21 14226, 2020
16:21 PM
iliekcomputers
national level and then y'all give just 3k inr to the most innovative team
2020-05-21 14232, 2020
16:21 PM
iliekcomputers
;)
2020-05-21 14251, 2020
16:21 PM
iliekcomputers
2020-05-21 14252, 2020
16:21 PM
shivam-kapila
Says the man who won all those prizes
2020-05-21 14228, 2020
16:22 PM
shivam-kapila
I guess they were gonna increase the prize amount this year
2020-05-21 14238, 2020
16:23 PM
iliekcomputers
eh, me and rsh7 had fun.
2020-05-21 14212, 2020
16:24 PM
iliekcomputers
and the money was enough for a reasonable amount of alcohol
2020-05-21 14225, 2020
16:24 PM
ruaok
the farthest I got in the international programming competition was tying for 7th in the world.
2020-05-21 14249, 2020
16:24 PM
shivam-kapila
Well thats pretty awesome
2020-05-21 14250, 2020
16:24 PM
ruaok
that was fun.
2020-05-21 14201, 2020
16:25 PM
iliekcomputers
ACM-ICPC is leagues ahead of the hackathons we're talking about :D
2020-05-21 14218, 2020
16:25 PM
iliekcomputers
you did really well, ruaok
2020-05-21 14221, 2020
16:25 PM
shivam-kapila
I wish I knew some CP
2020-05-21 14222, 2020
16:25 PM
ruaok
yeah, we didn't have hackathons back in the day.
2020-05-21 14225, 2020
16:25 PM
ruaok
heh, thanks.
2020-05-21 14226, 2020
16:25 PM
ishaanshah
Woah you came 7th in ICPC,noice
2020-05-21 14242, 2020
16:25 PM
iliekcomputers
my team came 49th in one of the regionals ;)
2020-05-21 14244, 2020
16:25 PM
ruaok
we figured out one really important trick: program triage.
2020-05-21 14202, 2020
16:26 PM
ruaok
identify the easiest problem and start on it in seconds.
2020-05-21 14224, 2020
16:26 PM
ruaok
the whole competition is about reading problems and exactly understanding what the judges want.
2020-05-21 14242, 2020
16:26 PM
ruaok
there was one program: a roman numeral one.
2020-05-21 14252, 2020
16:26 PM
ruaok
everyone set out to hack on it -- it was obviously the easiest one.
2020-05-21 14257, 2020
16:26 PM
BrainzGit
2020-05-21 14220, 2020
16:27 PM
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
16:27 PM
ruaok
+s
2020-05-21 14246, 2020
16:27 PM
ruaok
so, we wrote up if statements and prints and submitted it in minutes.
2020-05-21 14201, 2020
16:28 PM
ruaok
we could hear the judges laughing as they read and accepted the submission
2020-05-21 14214, 2020
16:28 PM
shivam-kapila
Modern problems require modern solutions 😂
2020-05-21 14218, 2020
16:28 PM
iliekcomputers
wait what
2020-05-21 14228, 2020
16:28 PM
ruaok
knowing how to read the problems. thats all.
2020-05-21 14229, 2020
16:28 PM
iliekcomputers
these days ACM ICPC has automated test checks
2020-05-21 14236, 2020
16:28 PM
ruaok
we did back then too.
2020-05-21 14250, 2020
16:28 PM
shivam-kapila
ruaok be like. Hang on boizz this is how u hack it.
2020-05-21 14205, 2020
16:29 PM
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
16:29 PM
ruaok
afterwards they called us on it. and congratulated us on reading the problem corrrectly.
2020-05-21 14253, 2020
16:29 PM
diru1100
I am thinking, how nested it was 😅
2020-05-21 14214, 2020
16:30 PM
ruaok
we didn't win on code prettiness.
2020-05-21 14246, 2020
16:30 PM
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
16:31 PM
ruaok
and then python and it was easy?
2020-05-21 14204, 2020
16:31 PM
iliekcomputers
eventually we just used java because it had the solution built in
2020-05-21 14209, 2020
16:31 PM
ruaok
we could only code in C/C++ back then.
2020-05-21 14211, 2020
16:31 PM
iliekcomputers
python was too slow
2020-05-21 14217, 2020
16:31 PM
ruaok
ah. clever.
2020-05-21 14224, 2020
16:31 PM
diru1100
C++ sucks with bigInt :(
2020-05-21 14244, 2020
16:31 PM
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
16:31 PM
diru1100
I once copied a whole custom class for bigInt and submitted the answer in C++
2020-05-21 14248, 2020
16:31 PM
shivam-kapila
I once tried CP in JS. 😑
2020-05-21 14240, 2020
16:32 PM
shivam-kapila
I have to go for dinner. ruaok iliekcomputers please have alook at the endpoint
2020-05-21 14259, 2020
16:32 PM
iliekcomputers
i've solved some of these problems in haskell
2020-05-21 14203, 2020
16:33 PM
ruaok
may not be tonight. felling kinda done.
2020-05-21 14209, 2020
16:33 PM
ruaok
iliekcomputers: sick
2020-05-21 14214, 2020
16:33 PM
iliekcomputers
back when i was more of a nerd
2020-05-21 14237, 2020
16:33 PM
shivam-kapila
ruaok: NP. I will try to get the GET api done if I dont go speepy :)
2020-05-21 14258, 2020
16:33 PM
ishaanshah
Woah, it seems you guys know a lot of CP
2020-05-21 14236, 2020
16:34 PM
ishaanshah
I never got around to do it for more than a month :D
2020-05-21 14222, 2020
16:35 PM
iliekcomputers
2020-05-21 14232, 2020
16:35 PM
shivam-kapila
ishaanshah: Let me join ur train
2020-05-21 14252, 2020
16:36 PM
iliekcomputers
ugh, i should have said "there might be a few rough edges" instead of bugs.
2020-05-21 14258, 2020
16:36 PM
iliekcomputers
nvm, next time.
2020-05-21 14226, 2020
16:37 PM
ishaanshah
Ig you can edit right?
2020-05-21 14255, 2020
16:37 PM
iliekcomputers
i don't see an option. :/
2020-05-21 14204, 2020
16:38 PM
iliekcomputers
probably can't
2020-05-21 14220, 2020
16:52 PM
ruaok
who cares. we're not some fancy corporation that must pass their shit through the comms department.
2020-05-21 14229, 2020
16:52 PM
ruaok
we're allows to speak with our own voices. bugs are bugs.
2020-05-21 14239, 2020
16:52 PM
ruaok
*allowed
2020-05-21 14245, 2020
16:53 PM
adhawkins has quit
2020-05-21 14240, 2020
16:55 PM
adhawkins joined the channel
2020-05-21 14218, 2020
17:03 PM
madmouser1 joined the channel
2020-05-21 14253, 2020
17:19 PM
ZaphodBeeblebrox
+1 for calling bugs bugs and having less bullshit talk
2020-05-21 14231, 2020
17:20 PM
shivam-kapila
For the API endpoints
2020-05-21 14231, 2020
17:20 PM
shivam-kapila
`/feedback/user/<user_name>/fetch-feedback?score=""`
2020-05-21 14231, 2020
17:20 PM
shivam-kapila
`/feedback/recording/fetch-feedback?recording_msid=""`
2020-05-21 14231, 2020
17:20 PM
shivam-kapila
Do these look good for endpoints? Doubtful about second
2020-05-21 14250, 2020
17:20 PM
shivam-kapila
score is optional in 1st
2020-05-21 14218, 2020
17:22 PM
shivam-kapila
For second `/feedback/recording/<recording_msid>/` is another option in my mind
2020-05-21 14217, 2020
17:23 PM
BrainzGit
2020-05-21 14223, 2020
18:04 PM
Mr_Monkey
> "Invalid range: decade"
2020-05-21 14223, 2020
18:04 PM
Mr_Monkey
it as worth a try
2020-05-21 14246, 2020
18:21 PM
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
18:31 PM
BrainzGit
2020-05-21 14201, 2020
18:46 PM
KindTwo joined the channel
2020-05-21 14237, 2020
18:47 PM
KindOne has quit
2020-05-21 14214, 2020
18:50 PM
KindTwo is now known as KindOne
2020-05-21 14259, 2020
18:56 PM
KindTwo joined the channel
2020-05-21 14221, 2020
18:58 PM
KindOne has quit
2020-05-21 14211, 2020
19:01 PM
KindTwo is now known as KindOne
2020-05-21 14209, 2020
19:05 PM
KindTwo joined the channel
2020-05-21 14213, 2020
19:06 PM
KindOne has quit
2020-05-21 14223, 2020
19:09 PM
KindTwo is now known as KindOne
2020-05-21 14247, 2020
19:41 PM
ruaok
2020-05-21 14251, 2020
19:41 PM
ruaok
shivam-kapila: check it! ^^
2020-05-21 14228, 2020
19:42 PM
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
19:48 PM
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
20:13 PM
Freso
bitmap: You got mail. :|
2020-05-21 14227, 2020
20:48 PM
d4rkie joined the channel
2020-05-21 14202, 2020
20:51 PM
Nyanko-sensei has quit
2020-05-21 14225, 2020
21:13 PM
ruaok
2020-05-21 14224, 2020
21:48 PM
BrainzGit
2020-05-21 14248, 2020
22:57 PM
Chinmay3199 has quit
2020-05-21 14201, 2020
23:05 PM
killme has quit
2020-05-21 14203, 2020
23:05 PM
killmePI joined the channel
2020-05-21 14221, 2020
23:35 PM
thomasross joined the channel
2020-05-21 14203, 2020
23:38 PM
thomasross has quit
2020-05-21 14232, 2020
23:38 PM
thomasross joined the channel