[bookbrainz-site] snyk-bot opened pull request #503 (master…snyk-upgrade-ddfadf045c35fe0947282d8dccfdd5c4): [Snyk] Upgrade morgan from 1.9.1 to 1.10.0 https://github.com/bookbrainz/bookbrainz-site/pul…
2020-09-01 24552, 2020
BrainzGit
[bookbrainz-site] snyk-bot opened pull request #504 (master…snyk-upgrade-fff6cc38ae4faf842b27222274345028): [Snyk] Upgrade react-datepicker from 2.15.0 to 2.16.0 https://github.com/bookbrainz/bookbrainz-site/pul…
2020-09-01 24506, 2020
CatQuest
ruaok would get a kick outa this: just got a bircoin spam on my *phone* hah!
It said looking for js based Projects but are open to any cool projects.
2020-09-01 24523, 2020
diru1100
Got it while surfing twitter, will add if I find any.
2020-09-01 24500, 2020
ruaok
here is my reasoning... for the open source world, we're doing well with paid staff and all that.
2020-09-01 24559, 2020
ruaok
if these folks are looking to sponsors individuals on a small scale, then sponsoring a drop in the bucket for a sligthly larger org like us may not be what they are looking to do. thus I'd like to find out more about what their goals are.
So this is the PR, like we discussed i want to add a link in the info page directing users to a post where they can find reasons about why their rec look the way they are.
2020-09-01 24508, 2020
pristine___
You might want to look at the PR before reading the doc
2020-09-01 24535, 2020
ruaok
ok, I'll put both near the top of the list... after critical post vacation MeB nonsense.
2020-09-01 24512, 2020
pristine___
I really want to finish this stuff this week
2020-09-01 24514, 2020
pristine___
Thanks
2020-09-01 24515, 2020
ruaok
on the doc -- this is our first public statement that we're working on recommendation stuff. I think there will be quite a lot of stuff that I will want to tweak in that doc.
2020-09-01 24532, 2020
ruaok
can you give me write perms and ensure that iliekcomputers can read the doc, if not already?
2020-09-01 24547, 2020
ruaok
this week? should be possible, methinks.
2020-09-01 24513, 2020
pristine___
Yeah, sure. I am prepared for the tweaks. The terminologies used need a check.
2020-09-01 24500, 2020
ruaok
cool.
2020-09-01 24514, 2020
Mr_Monkey
prabal: Hi! Wanna open a PR for merging UserCollection into master?
2020-09-01 24553, 2020
prabal
Yeeah alright. I'll do that
2020-09-01 24559, 2020
alastairp
morning
2020-09-01 24518, 2020
iliekcomputers
pristine___: access requested
2020-09-01 24555, 2020
pristine___
Done
2020-09-01 24556, 2020
iliekcomputers
is this going on blog.metabrainz.org?
2020-09-01 24512, 2020
iliekcomputers
who's the audience of the post exactly? devs or general users?
Mostly general users since the link will be on the site.
2020-09-01 24522, 2020
mckean joined the channel
2020-09-01 24541, 2020
mckean
hello hello
2020-09-01 24529, 2020
mckean
alastairp: you pointed me in the direction of packaging to generate static binaries. But that only seems to be the case for the 3rd party packages...
2020-09-01 24541, 2020
alastairp
hi mckean
2020-09-01 24553, 2020
mckean
any ideas on how to generate static binaries for the streaming extractors?
2020-09-01 24554, 2020
alastairp
that script generates static versions of the 3rd party packages
2020-09-01 24507, 2020
alastairp
then if you do ./waf --with-static-examples
2020-09-01 24519, 2020
alastairp
it'll compile and build the extractors statically too
2020-09-01 24533, 2020
alastairp
(using the 3rd party packages that you just built)
2020-09-01 24557, 2020
mckean
ah so I need to build static 3rd party packages, then run waf with static examples.
2020-09-01 24508, 2020
mckean
any ideas where the binaries will be placed?
2020-09-01 24528, 2020
mckean
the usual but they will just not rely on anything else?
2020-09-01 24559, 2020
alastairp
yeah, exactly
2020-09-01 24511, 2020
alastairp
you can use `file` to see if it's a static or dynamic binary
2020-09-01 24546, 2020
alastairp
as I commented, I've not had experience compiling a static extractor with gaia... because that requires qt and a whole bunch of other things as well. I'll have an ask around to see if it's been done before
2020-09-01 24550, 2020
mckean
many thanks! I'll see what I can do in the meantime!
2020-09-01 24551, 2020
alastairp
oh yes, it seems that build_3rdparty_static_debian.sh has a --with-gaia flag, which does exactly that. give it a go and tell me if it works :)
getting a bunch of undefined reference to pthread_xxx messages leading up to the error.
2020-09-01 24544, 2020
alastairp
what OS are you building it on? Do you have a dockerfile that I could try?
2020-09-01 24515, 2020
alastairp
alternatively, feel free to open a ticket on MTG/essentia on github saying what you're trying to do, and we can try and help you there. I'm @alastair on github
2020-09-01 24514, 2020
mckean
alastairp: here's the dockerfile http://ix.io/2vRp I manually bashed into it and ran ./waf with static examples.
build/src/examples/essentia_streaming_extractor_music: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), statically linked, for GNU/Linux 3.2.0, BuildID[sha1]=ddc28c9baddc71f1317451678866cd6aeef1c2e7, with debug_info, not stripped
2020-09-01 24549, 2020
alastairp
build/src/examples/essentia_streaming_extractor_music_svm: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), statically linked, for GNU/Linux 3.2.0, BuildID[sha1]=a1e1e2e0658e5f29f45ac6e0021fd60587e65c30, with debug_info, not stripped
2020-09-01 24529, 2020
alastairp
the only missing trick was that I had to install yasm, otherwise ffmpeg didn't compile
I removed a few unnecessary install steps - e.g. manually installing gaia and ffmpeg (the dependency script does that). I also didn't squash layers... I assume that you might want to use this in a multi-stage build, or copy the binaries out, so layed it out to be easier to understand
2020-09-01 24534, 2020
alastairp
--with-example= also makes it a bit faster to compile, as you only need to compile those 2 examples
2020-09-01 24524, 2020
pristine___
iliekcomputers: can you do a release today? I want to run the scripts.
2020-09-01 24527, 2020
iliekcomputers
Not sure, maybe ruaok can.
2020-09-01 24510, 2020
ruaok
you'd trust a geek who had been on AFK for two weeks to do a release?
[listenbrainz-server] dependabot-preview[bot] opened pull request #1066 (master…dependabot/pip/flask-cors-3.0.9): Bump flask-cors from 3.0.8 to 3.0.9 https://github.com/metabrainz/listenbrainz-server…
[listenbrainz-server] dependabot-preview[bot] opened pull request #1069 (master…dependabot/pip/pytest-cov-2.10.1): Bump pytest-cov from 2.10.0 to 2.10.1 https://github.com/metabrainz/listenbrainz-server…