Soooo. Apparently I am not able to see nearby objects for at least 12 hrs. I'll be afk for a while now.
2018-06-01 15214, 2018
bukwurm_
LordSputnik: Oh, sorry wasn't able to see your message yesterday. I was on matrix connection, and it didn't come across. 😅
2018-06-01 15245, 2018
iliekcomputers
samj1912: lasik?
2018-06-01 15221, 2018
samj1912
Nope, just some random eye solution for an eye check up.
2018-06-01 15214, 2018
samj1912
Using my grandma's bifocals to type 😂
2018-06-01 15232, 2018
samj1912
So I'll be off now o/
2018-06-01 15257, 2018
ruaok
lol, I wish I could see that.
2018-06-01 15235, 2018
ruaok is imagining https://goo.gl/images/nRKTC4
2018-06-01 15234, 2018
UmkaDK_ has quit
2018-06-01 15244, 2018
sentriz has quit
2018-06-01 15240, 2018
Leo__Verto has quit
2018-06-01 15225, 2018
Sophist-UK joined the channel
2018-06-01 15239, 2018
Sophist_UK has quit
2018-06-01 15205, 2018
drsaunder has quit
2018-06-01 15213, 2018
D4RK-PH0ENiX has quit
2018-06-01 15239, 2018
D4RK-PH0ENiX joined the channel
2018-06-01 15236, 2018
drsaunder joined the channel
2018-06-01 15218, 2018
zas
samj1912: around?
2018-06-01 15244, 2018
zas
is it sir loading williams ? still indexing recordings ?
2018-06-01 15216, 2018
thomasross joined the channel
2018-06-01 15258, 2018
zas
bitmap, yvanzo: ping
2018-06-01 15213, 2018
zas
/var/lib/docker/overlay2/9d84776d88faeff81707abc8ff4e46a2160528d3efad8ece4384811d44a2ac58/merged/home/musicbrainz on cage is using a lot of diskspace, in musicbrainz-server (363M) .cpanm (333M) and .cache (320M)
2018-06-01 15218, 2018
zas
is it expected ?
2018-06-01 15240, 2018
zas
there are significant increases of diskspace usage on many machines since 8am GMT
oh, ignore this, those are mainly on md1 (that's /boot)
2018-06-01 15223, 2018
zas
yvanzo, bitmap: i was debugging Bandcamp importer issues related to https & Bandcamp changes. I noticed that https://musicbrainz.org/label/1d81d8ca-588a-4837-… has https Bandcamp on right side, but http in relationships
2018-06-01 15250, 2018
zas
importer looks for urls to find out if entity exists, but in this case https://suiciderecordsswe.bandcamp.com/album/vall… doesn't show anything, the importer looks for https url, but doesn't find it because it is stored as http
all Bandcamp urls should be converted to https imho, since Bandcamp now redirects all http to https (though it still gives http url in DOM data, the importer will be modified to convert them to https)
2018-06-01 15236, 2018
zas
what do you think?
2018-06-01 15201, 2018
yvanzo
zas: We have to normalize in the database URLs which are normalized in the code.
2018-06-01 15237, 2018
zas
There are also instagram urls : with and without www. i found some artists having both
2018-06-01 15240, 2018
yvanzo
http/https conversions can be done with a direct db change from a cron task
2018-06-01 15209, 2018
yvanzo
more advanced normalizations should be done using URLCleanup.js directly
2018-06-01 15217, 2018
yvanzo
with a bot
2018-06-01 15219, 2018
bukwurm has quit
2018-06-01 15213, 2018
zas
i can fix the importer to use https URLs, but since there are http and https Bandcamp URLs in the db atm, it means a proper fix would be to query for both forms :(
2018-06-01 15219, 2018
zas
actually it'd be great to be able to query ignoring the protocol part
2018-06-01 15247, 2018
zas
yvanzo: when do you think Bandcamp URLs can be fixed in the db ?
I'll fix the importer to play well with https urls, but i'll not double the queries, it shouldn't be a problem if bandcamp urls are all converted in the db