on this page I would improve 2 things: 1) the how are you using our data question: Make the question better and take feedback up to 500 charts. 2) Allow a user to indicate what data they are using and then save that data to the DB.
I am uncertain if that should be a free text field that people are not going to fill out well, or if we should have all of our projects with tickboxes data-sets that are available. something like:
lucifer
i think tickboxes would be better for us to get a list of all users of a project.
mayhem
1. [ ] MusicBrainz project data, music brainz canonical data, etc.
2. [ ] ListenBrainz, listen data, similiar artists, similar tracks
. . .
lucifer
yeah a list like that sounds good.
mayhem
I'm leaning towards tickboxes myself, but I am trying to think of us trying to make sense of the data later on.
SothoTalKer has quit
the list above is simple, but it doesn't give a lot of granularity.
lucifer
multilevel tickbox?
mayhem
that.
where a user can tick the specific dataset they plan to download.
lucifer
also need to consider if a user suddenly starts using more kinds of data, will they take the pain to go back to that page to update.
mayhem
they never will.
lucifer
yeah :/
mayhem
but I think this data is a good first order approximation of what people are doing.
does this project make sense to you?
would you like me to summarize it in a ticket?
SothoTalKer joined the channel
lucifer
sounds good to me.
pranay joined the channel
mayhem
ok
lucifer
sure ticket would be good.
will add a table to store various types of data we have and an admin panel to add more.
mayhem
and monkey and I have started a brainstorm of how to get organized for the next 1-2 months.
we'll add to that today/monday and then we'll circle back to you to set goals for that timeframe.
we've got a lot of loose ends that we should finish up and the ideas is for us get more focused than we are now.
no, as mentioned in the above, you cannot pick files out of the build context, even using .. or symlink.
Good catch.
The "update-perl.sh" is expected, not the other (minor) diffs.
atj
ok, the other minor diffs are my fault, sorry
yvanzo
np, will fix these
fixed in master
zas
atj: did you reboot sentry already?
atj
zas: no, i asked who used sentry so i could coordinate downtime but nobody answered
mayhem
zas: that means you can reboot it, no?
you asked. :)
zas
yup ;)
atj
zas: I'm slg
wauidhuwaqd
zas
? ;)
mayhem
that's a rather elaborate command to exit from an editor, atj.
atj
zas: I'm slightly more concerned about the risks of replacing docker.io with docker-ce than the reboot
zas: sorry, frustration due to my poor typing
and I want to do the package change before rebooting
AFAICS it shouldn't cause any issues, but I can't find a definitive answer and blowing up an entire service by accident isn't really on my TODO list
zas
well, we can shutdown the server, take a snapshot, reboot, deploy, reboot. At worse, we use the snapshot to restore things
atj
well, can we do that then? :P
zas
ok, I'll shutdown sentry and take a snapshot
atj
great
rdswift
<lucifer> "also need to consider if a user suddenly starts using more kinds of data, will they take the pain to go back to that page to update." If the user could be identified somehow at the download stage, then their download types coule be updated automatically? (Possible long-term solution?)
*could be updated*
zas
atj: server powered off, snapshot in progress
atj
yvanzo: the PR for MBVM-64 looks good, I tested it and it seems to work
atj: snapshot done, server powered up, you can proceed
atj
"if the file is bigger on the server because it's been changed, as opposed to just appended to, you'll end up with a garbled file. Wget has no way of verifying that the local file is really a valid prefix of the remote file."
zas: thanks
yvanzo
atj: Ok, I avoided using -c because of that and because I thought that -N would do it, but I have (had) a patch for using -c instead.
atj
yvanzo: if you're downloading unique (e.g. filename contains a timestamp) then it should be safe to use -c
*unique files
however if you have a static filename, but the contents change then it's not
yvanzo
atj: or (as in my previous not pushed patch) just remove previous files if the content of LATEST changed.
(the filename is not unique but the path is, as the timestamp is in the directory name)
rdswift has a comment from the peanut gallery... If you need stop and start support, perhaps a torrent format?
atj
yvanzo: the destination path?
if you download 2 files with the same name from different URLs, wget doesn't know