10:37 AM
ruaok
I'm totally happy with that schedule.
10:37 AM
demonimin joined the channel
10:39 AM
alastairp
sebas is around, but claims he's busy writing
10:39 AM
we may be able to get him out for a mountain trip one day
10:41 AM
ruaok trades in his soul and opens quickbooks
10:52 AM
ariscop has quit
10:52 AM
ariscop joined the channel
10:56 AM
ruaok
do we still have a way to pull up an artists from a row id via the web interface?
10:56 AM
samphippen joined the channel
10:56 AM
ocharles__
10:56 AM
ruaok
ah, thanks!
10:58 AM
alastairp
first artists in the MB database: various artists, Massive Attack
10:58 AM
representative of ruaok's music tastes?
10:59 AM
demonimin has quit
10:59 AM
ruaok
alastairp: yes
11:02 AM
zas
ruaok: can i safely remove primoprime ? (todo)
11:02 AM
ruaok
not sure, I would have to read the xen docs.
11:04 AM
zas
it has a lot of memory allocated to it compare to others
11:05 AM
i'm currently upgrade cosgrove
11:05 AM
s/upgrade/upgrading/
11:05 AM
cosgrove only has 512M atm
11:05 AM
demonimin joined the channel
11:05 AM
i would like to raise it a bit
11:06 AM
ruaok
ah, I see. sure, fine by me.
11:07 AM
zas
is it possible to modify allocated ram on the fly ? do you remember how ? (or i google for it ofc)
11:07 AM
ruaok
I dont. I have only created one or two VMs and didn't do much else.
11:10 AM
jontyw
You cannot change ram on the fly
11:10 AM
(At least, you couldn't when I ran xen installs ~3 years ago)
11:11 AM
zas
xm mem-set <-- i didnt try yet
11:12 AM
it seems to work :)
11:13 AM
you can reduce or increase within limits of memory_static_max
11:13 AM
but else i guess i need to change the config
11:14 AM
and reboot the vm
11:18 AM
ruaok
love from support@ > This is a really user unfriendly site, confusing and clunky to use compared with PRS
11:18 AM
ouch. burn.
11:22 AM
zas
:'(
11:33 AM
for info, i was able to change cosgrove memory on the fly, using xm mem-max then xm mem-set, i decrease pinoprime memory a bit too
11:34 AM
hmmm ... it doesnt work, free still report old mem, though it is modified on xm list
11:35 AM
so i guess a reboot is needed for it to take effect
11:35 AM
ruaok
yeah, I'm sure of that
11:37 AM
zas
ruaok: can we postpone the gateway stuff ? i would like to focus on cosgrove upgrade + new graphite install
11:37 AM
ruaok
sure
11:37 AM
ruaok is busy selling his soul anyway
11:37 AM
zas
lol :)
11:38 AM
is tintin used for anyting else than graphite ?
11:38 AM
s/ting/thing/
11:38 AM
if it is the case we'll be able to remove it once cosgrove will do the job
11:43 AM
ruaok
I dont think so.
12:11 PM
madmouser1 has quit
12:11 PM
MBJenkins
12:11 PM
* roman: Detect and clean up links to LinkedIn.
12:11 PM
* roman: MBS-8244: Detect and clean up links to Foursquare.
12:17 PM
beqn joined the channel
12:17 PM
Gentlecat
bitmap: ^ deployed on beta
12:22 PM
alastairp
1:53 PM <beqn> saying that, if min_ts is going to exist, it to should also be exclusive
12:22 PM
1:53 PM <beqn> to allow easy timestamp + count paging in the other direction
12:22 PM
1:55 PM <beqn> then the page could be specified in any one of three ways: max_tx+count, min_ts+count, max_ts+min_ts (with a count ceiling? this last one is my least favourite as it's not clear what to do if you hit the max response count)
12:23 PM
ruaok:
12:23 PM
(though, I just saw him go to lunch)
12:23 PM
2:01 PM <beqn> so, I think what needs to happen, is the listenstore code needs to come into compliance with the docs
12:23 PM
2:01 PM <beqn> and maybe the docs need to be made a bit more clear
12:24 PM
thanks, beqn
12:33 PM
_5moufl has quit
12:37 PM
MajorLurker has quit
12:40 PM
does anyone know how to mock now() in postgres? samphippen? beqn?
12:40 PM
(for testing)
12:40 PM
the easier way would be to freeze python datetime.now
12:41 PM
_5moufl joined the channel
12:49 PM
ruaok
alastairp: btw, blame the gyspy tunes on discover weekly. :)
12:49 PM
ohh flaneur!
12:49 PM
_5moufl has quit
12:49 PM
alastairp
oh, I blame many things on discover weekly
12:49 PM
mine this week was more miss than hits
12:50 PM
ruaok
oh you too?
12:50 PM
first time I had to skip tracks.
12:50 PM
can we blame the unexpected rain on DW? thanks Discover Weekly!
12:53 PM
_5moufl joined the channel
12:59 PM
chirlu` has left the channel
12:59 PM
chirlu` joined the channel
13:00 PM
13:01 PM
samphippen
alastairp: don't mock globals
13:01 PM
alastairp
ruaok: are you surprised?
13:01 PM
samphippen
strictly: don't mock things you don't control
13:01 PM
alastairp
hmm, right
13:02 PM
so given a method that compares 2 dates, I should just do the compare, and get the data from arguments, for example?
13:02 PM
13:04 PM
Gentlecat still doesn't understand how these stats work
13:05 PM
Gentlecat: every 10 minutes (cache timeout), when someone visits the page, they'll generate a new set of stats
13:05 PM
so for ~every 10 minutes, we have a total number of items for each category
13:05 PM
it's going miss data, and it won't be regular, since if no one visits the site, no stats will be generated
13:06 PM
Gentlecat
why do we need to save it?
13:06 PM
alastairp
so we can show the chart
13:06 PM
also, for 1 person every 10 minutes, the front page will load a little slower
13:06 PM
Gentlecat
but we have creation timestamps, right?
13:07 PM
can't we just calculate the points from them? or that would be too expensive?
13:07 PM
alastairp
we do, but this is cheaper
13:07 PM
right
13:07 PM
Gentlecat
ok
13:07 PM
alastairp
we could have an offline processor which periodically computes the most recent stats
13:07 PM
that's one more moving part, though
13:08 PM
samphippen: I wish we could get you here to give some talks. but I fear most of it would go over everyone's head
13:09 PM
samphippen
alastairp: if you're comparing two dates
13:09 PM
just pass in the dates
13:09 PM
and then compare them
13:09 PM
alastairp
you should come for a visit immediately after you get back from boston!
13:09 PM
right
13:09 PM
samphippen
no
13:09 PM
alastairp
so, do we need to test at a level higher then?
13:09 PM
ruaok
no flying to BCN for drinks?
13:09 PM
heartless bastard.
13:09 PM
alastairp
if I want a database test, which runs the sql query, what should I test?
13:09 PM
should I do a database test?
13:12 PM
13:19 PM
D4RK-PH0ENiX joined the channel
13:21 PM
samphippen has quit
13:22 PM
samphippen joined the channel
13:30 PM
samphippen has quit
13:31 PM
samphippen joined the channel
13:55 PM
samphippen has quit
14:19 PM
CatQuest
p+´xc
14:31 PM
alastairp
cat at the keyboard
14:31 PM
Gentlecat
🐈 🌋
14:32 PM
alastairp
14:32 PM
he had some interest in talking with us, but wasn't too impressed by the features
14:32 PM
I wonder if we can take some ideas
14:34 PM
ruaok
yea, we've been chatting a bit.
14:34 PM
we should go to lunch next week.
14:35 PM
alastairp
ah, cool!
14:35 PM
ruaok
SMINT could be relevant for us. :)
14:36 PM
alastairp
bingo
14:36 PM
I'm curious as to how they're storing data
14:36 PM
ruaok
ok, I'm down. :)
14:39 PM
ruaok runs off for a couple of hours.
14:39 PM
ruaok has quit
14:46 PM
navap1
Who runs the bookbrainz twitter account now?
14:48 PM
_Dave_ has quit
14:50 PM
_Dave_ joined the channel
15:06 PM
kahu has quit
15:08 PM
diana_olhovik has quit
15:37 PM
madmouser1 joined the channel
15:39 PM
samphippen joined the channel
15:47 PM
alastairp
Gentlecat: still here?
15:48 PM
Gentlecat
ugh, I left
15:48 PM
sorry
15:48 PM
alastairp
np
15:49 PM
JesseW joined the channel
15:49 PM
do you have some time to look at code?
15:51 PM
Gentlecat
ugh...
15:51 PM
mañana
15:51 PM
samphippen has quit