wanted to see if the upgrade works since I found some new docs
2016-11-30 33540, 2016
Nyanko-sensei has quit
2016-11-30 33540, 2016
dpmittal
Gentlecat : ping
2016-11-30 33556, 2016
Gentlecat
hello
2016-11-30 33539, 2016
Gentlecat
I've seen your submission btw
2016-11-30 33546, 2016
Gentlecat
will get to it soon
2016-11-30 33553, 2016
dpmittal
Gentlecat : i was asking was there anything else which you guys told me to add or to rectify and i didnt do it ?
2016-11-30 33519, 2016
D4RK-PH0ENiX joined the channel
2016-11-30 33533, 2016
chirlu has quit
2016-11-30 33538, 2016
chirlu joined the channel
2016-11-30 33510, 2016
Leo_Verto joined the channel
2016-11-30 33529, 2016
Lord_of_Codes_ joined the channel
2016-11-30 33543, 2016
Lord_of_Codes has quit
2016-11-30 33553, 2016
Lord_of_Codes_ is now known as Lord_of_Codes
2016-11-30 33548, 2016
Gentlecat
dpmittal: I can comment here if you prefer
2016-11-30 33514, 2016
dpmittal
Gentlecat : yeah sure
2016-11-30 33530, 2016
lazka joined the channel
2016-11-30 33505, 2016
Gentlecat
in some places you mention just music reviews, like "how to write a good music review on CritiqueBrainz"
2016-11-30 33544, 2016
Gentlecat
but it's not just music anymore. we have places, events, and more types are likely to be available in the future :)
2016-11-30 33509, 2016
Gentlecat
I'm not sure if I understand this sentence: "Choose a language which expresses your emotions rather than facts."
2016-11-30 33533, 2016
dpmittal
Should i change "music reviews on CB " to just "reviews on CB" wherever needed?
2016-11-30 33545, 2016
Gentlecat
that would be better, yes
2016-11-30 33557, 2016
Slurpee joined the channel
2016-11-30 33557, 2016
Slurpee has quit
2016-11-30 33557, 2016
Slurpee joined the channel
2016-11-30 33517, 2016
dpmittal
And with that sentence i meant that choose a language in which you feel free to express your emotions/thoughts instead of choosing a language in which you can just write factual data
2016-11-30 33516, 2016
Gentlecat
it should be fine to write just facts
2016-11-30 33547, 2016
reosarevok
Well, just facts is hardly a review
2016-11-30 33512, 2016
Gentlecat
right
2016-11-30 33556, 2016
dpmittal
I'll remove that sentence then
2016-11-30 33558, 2016
Gentlecat
maybe suggest to choose language which person finds the easiest to express themselves in
2016-11-30 33518, 2016
Gentlecat
another thing that would be nice to do is to replace he/she with they
2016-11-30 33532, 2016
Gentlecat
I'd also make capitalization consistent
2016-11-30 33556, 2016
Gentlecat
you have titles like "Live performance (event) reviews" and "Summing Up the review as a Whole"
2016-11-30 33539, 2016
Gentlecat prefers the former version (just first word)
but just log the URL at certain intervals instead of killing it
2016-11-30 33507, 2016
zas
yes, looks simple enough, we can do it on one backend server for now
2016-11-30 33532, 2016
zas
then provide it as an activable feature
2016-11-30 33545, 2016
zas
with configurable threshold
2016-11-30 33514, 2016
bitmap
I'll try adding something on hip
2016-11-30 33559, 2016
bitmap
log if it takes longer than the mean request time? (0.5s)
2016-11-30 33546, 2016
bitmap
ah, alarm only works with whole seconds
2016-11-30 33548, 2016
zas
you could start with 10s and see how many lines you get, then decrease
2016-11-30 33514, 2016
bitmap
alright
2016-11-30 33512, 2016
zas
response time and load are linked, so you'll get more lines during peak hours
2016-11-30 33529, 2016
dboys has quit
2016-11-30 33504, 2016
regagain joined the channel
2016-11-30 33537, 2016
mihaitish has quit
2016-11-30 33508, 2016
bitmap
just a few indexed search pages with 5s
2016-11-30 33526, 2016
bitmap
lowered to 1s...lots of indexed /search pages, and quite a few artist and release pages
2016-11-30 33544, 2016
bitmap
tail -f /root/slow-website.txt
2016-11-30 33548, 2016
github joined the channel
2016-11-30 33548, 2016
github
[metabrainz.org] gentlecat opened pull request #241: Update Flask-Admin requirement to 1.4.2 (master...admin-update) https://git.io/v1Oxc
2016-11-30 33548, 2016
github has left the channel
2016-11-30 33513, 2016
dpmittal
Gentlecat : by problems did you mean the capitalisation problem or something more than it? I have changed the structure of the wiki as you suggested and tried to make the doc a general one and not restricted only to music
2016-11-30 33550, 2016
bitmap
the indexed searches are a bit of a problem since they have to wait for the search server, but I'm not sure they are actually producing much load while they're waiting
we have 150-200 req/minute on each search server ending with 400 status code, i wonder about those
2016-11-30 33529, 2016
ruaok
in java speak: REQUEST_TIMEOUT_EXCEEDED ("Search request timed out -- please wait a moment and try again")
2016-11-30 33554, 2016
ruaok
the 400s are clients not properly escaping content in their queries, resulting in invalid queries.
2016-11-30 33517, 2016
zas
ruaok: if you provide me a status code i may be able to draw the number of expired queries per minute (if the code isn't used for anything else)
2016-11-30 33529, 2016
ruaok
still looking... java. :(
2016-11-30 33539, 2016
ruaok
SC_REQUEST_TIMEOUT Status code (408)
2016-11-30 33514, 2016
ruaok
so, it should be possible to make that graph and I'd really appreciate that.
2016-11-30 33505, 2016
D4RK-PH0ENiX has quit
2016-11-30 33532, 2016
D4RK-PH0ENiX joined the channel
2016-11-30 33512, 2016
dpmittal
Gentlecat : i have updated the doc again trying to address all your suggestions :D
2016-11-30 33532, 2016
Gentlecat
👍
2016-11-30 33510, 2016
CallerNo6
dpmittal, I think you picked the hardest task :-)
2016-11-30 33556, 2016
github joined the channel
2016-11-30 33556, 2016
github
[metabrainz.org] gentlecat opened pull request #242: Update the README file to match updated Docker setup (master...readme) https://git.io/v13I3
2016-11-30 33556, 2016
github has left the channel
2016-11-30 33545, 2016
CallerNo6
dpmittal, Gentlecat, maybe this is something lost in translation, but "Being biased in your review rather than being objectively critical or praising" is a mistake in a review? That seems like exactly what a review is.
2016-11-30 33528, 2016
ruaok signs the SiriusXM contract
2016-11-30 33519, 2016
bitmap
CallerNo6: +1
2016-11-30 33514, 2016
bitmap
maybe if the band doesn't show up to your event you can be objectively critical, idk
2016-11-30 33542, 2016
Gentlecat
I'm also not sure about "Writing either entirely positive or super negative reviews."