<BrainzGit> "[listenbrainz-server] rimma-..." <- Hi! I have finished the part with importing playlists (yay!) So there is no problem with functionality, but when it came to design I kinda gave up... I will work on it later
2024-02-29 06020, 2024
mara42 has quit
2024-02-29 06028, 2024
aabbi15 joined the channel
2024-02-29 06005, 2024
mara42 joined the channel
2024-02-29 06024, 2024
aabbi15 has quit
2024-02-29 06033, 2024
aabbi15 joined the channel
2024-02-29 06055, 2024
outsidecontext
zas: the github actions issue is indeed because of the latest git for windows release. it no longer provides gettext binaries (which where considered internal anyway). it's a pitty, because it was a good source of up-to-date gettext binary builds for windows.
I'd like to apply for GSoC program. According to the "Application Template" page, I should submit my application under "GSoCAppliction" tag, yet I don't see any new post from this year there. Can anyone point me to the correct place?
2024-02-29 06051, 2024
ykc
Thanks in advance!
2024-02-29 06002, 2024
sudip_
akshaaatt: sounds good, so this means the bug will get fixed when the API gets updated?
2024-02-29 06032, 2024
sudip_
Meanwhile is there anything else I can work on
2024-02-29 06041, 2024
mayhem
ykc: you might be in the right place, I dont think we've received any apps yet.
2024-02-29 06001, 2024
reosarevok
yvanzo, bitmap: we should probably put a beta out on Monday to at least update translations, it's been a bit :) If there's anything I should review for that, let me know
2024-02-29 06045, 2024
bitmap
reosarevok: sorry, I'll try to review stuff today. got a bit sidetracked by JSON dumps
2024-02-29 06049, 2024
reosarevok
I guess the AC editor still needs a bit more reviewing - yvanzo, did you have any time to check it? (I left some comments on https://github.com/metabrainz/musicbrainz-server/… but they're basically nitpicks)
2024-02-29 06059, 2024
reosarevok
Hi! No worries :)
2024-02-29 06005, 2024
bitmap
maybe I can look into your comments there today too
2024-02-29 06011, 2024
reosarevok
How's the artwork indexer?
2024-02-29 06045, 2024
bitmap
I think it's ready to deploy, as long as both of you are okay with the documentation and everything
2024-02-29 06006, 2024
reosarevok
Was that the last thing missing for EAA beta?
2024-02-29 06018, 2024
bitmap
yes, though one other thing I was concerned about is that the musicbrainz-website-test contain kept getting OOM killed while it was on the eaa branch
2024-02-29 06024, 2024
bitmap
container*
2024-02-29 06030, 2024
bitmap
I thought perhaps it was the ssssss proxy I added (since that serves the images through Perl), but disabling it didn't seem to resolve things...
2024-02-29 06049, 2024
reosarevok
Any way to find out more?
2024-02-29 06055, 2024
bitmap
I guess redeploy it and add some additional logging (how much memory Perl is using before & after each request that is served) and see if it happens again
2024-02-29 06007, 2024
reosarevok
What do we have on test now?
2024-02-29 06012, 2024
reosarevok
I guess the AC editor
2024-02-29 06016, 2024
bitmap
yep
2024-02-29 06038, 2024
reosarevok
If you could be bothered to let it do the logging while you look at other stuff anyway, that might not hurt?
2024-02-29 06007, 2024
bitmap
yea, it will take a bit to set up the logging but I'll look into it today or tomorrow
2024-02-29 06014, 2024
reosarevok
Perfect
2024-02-29 06026, 2024
reosarevok
I'm guessing that means neither of the two big things will make beta on Monday but that's fine :)
2024-02-29 06037, 2024
reosarevok
At least they're both slowly progressing
2024-02-29 06017, 2024
bitmap
well, I'll see how much work your AC editor comments, maybe we can put that in
So we need to send an insert and everything is default except for the specific release mbid, and it will index whatever is there?
2024-02-29 06046, 2024
reosarevok
Ideally we'd have a script to do this given an MBID, then :)
2024-02-29 06007, 2024
reosarevok
How common is this?
2024-02-29 06001, 2024
reosarevok
Similarly, for the failed events, I understand there's no retry option, each one needs to be retried by hand from psql?
2024-02-29 06047, 2024
reosarevok
My comments for the AC probably shouldn't be a lot, but yvanzo probably would want to review that before beta since it's big :)
2024-02-29 06046, 2024
reosarevok
Oh, yeah, ok, those things are specified in more detail under Hacking :)
2024-02-29 06014, 2024
reosarevok
"Failed events (any that encounter an exception during their execution) are tried up to 5 times" in succession or do we wait for a while in between to ensure the IA is not down? :)
2024-02-29 06044, 2024
ykc
mayhem: thank you very much! It feels great knowing I'm in the right place. :)
2024-02-29 06037, 2024
discordbrainz
<07.zima_blue> thanks!
2024-02-29 06030, 2024
discordbrainz
<07.zima_blue> Hello. I'm setting up my own MusicBrainz server and wondering about its Redis use for caching.
2024-02-29 06031, 2024
discordbrainz
<07.zima_blue> If my app's server will call this MusicBrainz server, should I also implement my own caching, or is relying on MusicBrainz's Redis cache generally enough? Thanks!
2024-02-29 06001, 2024
sudip_ has quit
2024-02-29 06034, 2024
bitmap
reosarevok: we don't have to manually reindex stuff very often (the old CAA-indexer uses a similar command)
2024-02-29 06017, 2024
bitmap
for retrying stuff it looks like it waits 30 minutes * 2 * the current number of attempts so far
2024-02-29 06025, 2024
akshaaatt
Hi mayhem , monkey , aerozol , please update the LB app to 2.6.1 and help test listens submission and now listening!
2024-02-29 06027, 2024
reosarevok
Oh, that sounds fairly good then
2024-02-29 06038, 2024
akshaaatt
Working perfectly for me mow after extensive testing on my side
2024-02-29 06040, 2024
bitmap
the current CAA-indexer just waits 4 hours each time AFAIK
2024-02-29 06004, 2024
mayhem
updating. wlll test on the way home
2024-02-29 06012, 2024
akshaaatt
Thanks!
2024-02-29 06014, 2024
bitmap
found a bug in one of the comments, heh
2024-02-29 06055, 2024
relaxoMob has quit
2024-02-29 06013, 2024
relaxoMob joined the channel
2024-02-29 06001, 2024
akshaaatt
mayhem: you are absolutely going to LOVE the update if it works correctly for you. I have been on it for the last 1hr or so and it is sexy as hell
2024-02-29 06020, 2024
akshaaatt
Listening now is dot on point
2024-02-29 06054, 2024
akshaaatt
Plus everything including offline submissions after turning on the internet have been dealt with
2024-02-29 06015, 2024
monkey[m] joined the channel
2024-02-29 06015, 2024
monkey[m] says hello from new laptop
2024-02-29 06017, 2024
rimskii[m] joined the channel
2024-02-29 06017, 2024
rimskii[m]
hi! nice to see you
2024-02-29 06050, 2024
mara42 joined the channel
2024-02-29 06017, 2024
mara42 has quit
2024-02-29 06020, 2024
aabbi15 joined the channel
2024-02-29 06002, 2024
monkey[m]
akshaaatt (IRC): The new version is working great for me so far. No dropped listens so far, and listening now is updating, and fast <3
2024-02-29 06038, 2024
monkey[m]
Will keep an eye on it in the coming week to see if there's any issue, but it's looking very promising, thanks a lot to the whole Android team !
2024-02-29 06009, 2024
akshaaatt
Ikr!!!
2024-02-29 06024, 2024
akshaaatt
Kudos to jasje for this fix 🙌🔥
2024-02-29 06042, 2024
monkey
jasje: 🍪
2024-02-29 06057, 2024
jasje
fingers crossed
2024-02-29 06027, 2024
jasje
android shits when there’s constipation
2024-02-29 06031, 2024
jasje
so im still on lookout for bugs
2024-02-29 06052, 2024
ykc has quit
2024-02-29 06017, 2024
jasje
feed’s swipe animation should be smoother as well now
2024-02-29 06025, 2024
mayhem
so far, looks good!
2024-02-29 06018, 2024
yvanzo
reosarevok: not yet for AC editor, agreed on Beta Monday, will review some more PRs
2024-02-29 06009, 2024
soniii_ joined the channel
2024-02-29 06039, 2024
soniii_
Hey, I'm getting into the MJML-based email renderer project, and I'm confused between choosing mjml-react and the MRML Rust implementation. Could you guide me the right direction on which to go for?
2024-02-29 06058, 2024
mayhem
soniii_: are you sure you have the right IRC channel/open source project?
2024-02-29 06012, 2024
bitmap
soniii_: hey, basically mjml-react would let us use our existing React components to render some things in the emails, e.g., entity links. (I'm not sure what else, tbh.)
the ideas page notes that the rust version would be faster, but I don't think rendering emails will be a bottleneck for us, either, so...
2024-02-29 06000, 2024
bitmap
yvanzo might have some more thoughts about the pros and cons of these since he proposed the idea
2024-02-29 06048, 2024
bitmap
at the same time it would be nice if you could research them yourself and try to understand how they might fit in with our project
2024-02-29 06020, 2024
discordbrainz
<07mostlyk> Can anyone help me setup a local env? So I created apps in both musicbrainz and crique, client id and everything is perfecct but when I go to localhost:9099/cb it first redirects me to the login page and now it's not even loading?
2024-02-29 06013, 2024
SigHunter has quit
2024-02-29 06012, 2024
SigHunter joined the channel
2024-02-29 06001, 2024
soniii_
@ bitmap Thanks for the insights!
2024-02-29 06056, 2024
soniii_
The point about leveraging existing React components does sound like a big plus for mjml-react.
2024-02-29 06006, 2024
soniii_
The main cons I see with MRML (Rust) will be integrating it with our existing tech stack.
2024-02-29 06051, 2024
soniii_
I will dive into both mjml-react and MRML a bit more to understand more about it!
2024-02-29 06002, 2024
soniii_
Also, would love to get Yvanzo's view. Any tips on the best way to reach out? Also, is this right channel to discuss this project?
2024-02-29 06047, 2024
minimal has quit
2024-02-29 06055, 2024
discordbrainz
<07mostlyk> I think MRML would make it faster and more secure as well ig
hi .zima_blue, we also use nginx through openresty for caching.
2024-02-29 06001, 2024
yvanzo
bitmap: True that rendering isn’t the bottleneck, but processing subscriptions takes ~4h as a whole every day so even small improvements are welcome :)
bitmap: True also that there might not be so many React components to reuse with mjml-react since all the layout has to be written in MJML for proper rendering in mail clients.
2024-02-29 06030, 2024
discordbrainz
<07.zima_blue> yvanzo: thanks for the info. i'm going to run some experiments to see what works for me
2024-02-29 06033, 2024
yvanzo
soniii_: Both options seemed to be doable, this is intentionally open to Rust which we would like to explore a bit but this isn’t mandatory.
2024-02-29 06010, 2024
rimskii[m] has quit
2024-02-29 06025, 2024
aabbi15 has quit
2024-02-29 06000, 2024
bitmap
yvanzo: true, I was wondering how much the react would actually help us (and how much time would be spent in rendering). the rust version could also be a good fit