(it's only a start tho; just the core object outline and the ratelimiter)
2012-06-26 17854, 2012
ianmcorvidae
I meant writing the server-side stuff
2012-06-26 17800, 2012
kepstin-laptop
ah :)
2012-06-26 17803, 2012
ianmcorvidae
as in the actual webservice, not bindings to it :)
2012-06-26 17828, 2012
kepstin-laptop
writing http applications in C is really rare to see.
2012-06-26 17839, 2012
ianmcorvidae
yeah
2012-06-26 17846, 2012
ianmcorvidae
ocharles did a bit of prototyping of a haskell version
2012-06-26 17848, 2012
ruaok
kepstin-laptop: I've been writing a bit of C code recently
2012-06-26 17857, 2012
ianmcorvidae
I'd only be doing it in C because I want a project in C, not because it's the best choice :P
2012-06-26 17803, 2012
ruaok
and if you're restrained about it, it can be quite beautiful and fun
2012-06-26 17824, 2012
ruaok
certainly a lot cleaner than MyClass::MyClass::MyAss::FuckThis
2012-06-26 17853, 2012
kepstin-laptop
writing stuff using gnome libraries takes some of the simplicity away, tho :/
2012-06-26 17800, 2012
ruaok
(aka C++)
2012-06-26 17807, 2012
kepstin-laptop
the only problem with doing webservice stuff in C is that you have to deal with xml; and xml makes *anything* ugly and not fun.
2012-06-26 17826, 2012
ruaok
srsly.
2012-06-26 17840, 2012
ruaok
at the MHD barcelona I apologized profusely for not having json support.
2012-06-26 17841, 2012
ianmcorvidae
yeah :/
2012-06-26 17858, 2012
ruaok
I'm glad we're going to fix that soon
2012-06-26 17802, 2012
ianmcorvidae
yeah
2012-06-26 17811, 2012
ianmcorvidae
of course, we'll still get to support XML for quite a while
2012-06-26 17823, 2012
kepstin-laptop
so, is it going to be an actual new ws design, or just porting the existing ws to a new format?
2012-06-26 17830, 2012
ianmcorvidae
first porting the existing WS
2012-06-26 17844, 2012
ianmcorvidae
there may be a new WS too, but I think the JSON is happening to /ws/2
2012-06-26 17831, 2012
kepstin-laptop
anyways, I now also have a musicbrainz server vm on my laptop, which should hopefully allow me to develop the webservice library and riker player on the bus without an internet connection :)
2012-06-26 17858, 2012
ianmcorvidae
yay :)
2012-06-26 17806, 2012
kepstin-laptop is still amazed with how capable his (slightly upgraded) 5-year-old laptop still is.
navap, ruaok: I bet the symlink got set incorrectly or something, maybe fabric screwed it up?
2012-06-26 17825, 2012
ruaok
ah, is it a symlink now? I know that was discussed, but didn't know it was turned into reality
2012-06-26 17835, 2012
ianmcorvidae
afaik it was
2012-06-26 17840, 2012
ianmcorvidae
I could be wrong though, naturally :)
2012-06-26 17818, 2012
ianmcorvidae
yeah, there's robots.txt.production and robots.txt.staging in root/
2012-06-26 17808, 2012
ianmcorvidae
there should be a symlink root/robots.txt pointing to .production, below that in the nginx config has 'try_files $uri $uri.staging' so it defaults to the staging one
2012-06-26 17814, 2012
massdosage joined the channel
2012-06-26 17819, 2012
lfranchi__ joined the channel
2012-06-26 17809, 2012
warp
hello!
2012-06-26 17810, 2012
ijabz joined the channel
2012-06-26 17853, 2012
Prophet5 joined the channel
2012-06-26 17835, 2012
adhawkins joined the channel
2012-06-26 17857, 2012
ianmcorvidae
warp (and ocharles if you're around): for new development branches, I've been basing them on beta, since in terms of merging it looks basically like master used to, but I realize that might be wrong -- should I be using master as my base for development?
2012-06-26 17823, 2012
ianmcorvidae
(where possible -- i18n stuff I'll probably have to use beta)
2012-06-26 17852, 2012
ianmcorvidae
(or the split-domains branch, but)
2012-06-26 17855, 2012
ianmcorvidae guesses 'probably', goes to correct my three codereviews
2012-06-26 17834, 2012
ocharles joined the channel
2012-06-26 17832, 2012
warp
ianmcorvidae: master is probably better.
2012-06-26 17843, 2012
ianmcorvidae
yeah; I fixed them
2012-06-26 17846, 2012
warp
ianmcorvidae: beta is reset to master after each release
2012-06-26 17807, 2012
ianmcorvidae
yeah; I realized that by the beta flowchart, it's not beta that gets merged into master before release, it's the individual branches
2012-06-26 17819, 2012
ianmcorvidae
i.e., the individual branches should be based on a common parent of beta and master, i.e. master
2012-06-26 17822, 2012
warp
if you need some feature only available in beta, you should branch off of that specific feature.
2012-06-26 17840, 2012
ianmcorvidae
yeah; I'll use split-domains as my base for any i18n stuff then
2012-06-26 17852, 2012
warp nods
2012-06-26 17819, 2012
ianmcorvidae
I guess if I need more than one thing in beta choose one, merge the other?
2012-06-26 17857, 2012
warp
yes
2012-06-26 17803, 2012
ianmcorvidae
cool
2012-06-26 17815, 2012
ianmcorvidae may add that to something on the wiki in the morning so others don't repeat my folly :)
2012-06-26 17813, 2012
djce joined the channel
2012-06-26 17822, 2012
plaintext joined the channel
2012-06-26 17843, 2012
plaintext
Hello!
2012-06-26 17806, 2012
plaintext
So thanks to djce I should now be able to connect to the Splunk server from rika. My question: should I do the development on rika now?
2012-06-26 17833, 2012
plaintext
I can see a musicbrainz-server folder in my home dir, so I suppose it's sort of a private copy of the server, right?
2012-06-26 17824, 2012
warp
plaintext: rika runs the sandbox stuff. many users have a <username>.mbsandbox.org which runs on rika.
2012-06-26 17832, 2012
warp
plaintext: ianmcorvidae can help you set that up if that's what you need.
2012-06-26 17809, 2012
plaintext
yeah ruaok told me to pester him about it :) so
2012-06-26 17811, 2012
plaintext
ianmcorvidae: ping :)
2012-06-26 17839, 2012
Wizzcat
re: browser requirements, don't all current engines support cors?
2012-06-26 17812, 2012
ocharles
good mornin!
2012-06-26 17817, 2012
ocharles
ianmcorvidae: you should be using master as your base and merging whatever you need into it
2012-06-26 17824, 2012
ocharles
ianmcorvidae: but I don't think this branching model makes any sense either
2012-06-26 17810, 2012
adhawkins
ocharles: Did I see you run some kind of irc 'proxy' that stays logged in always, and lets you connect to it from anywhere?
2012-06-26 17819, 2012
ocharles
adhawkins: correct
2012-06-26 17825, 2012
ocharles
I run znc on ocharles.org.uk
2012-06-26 17833, 2012
adhawkins
Ok, that was going to be my next question.
2012-06-26 17835, 2012
adhawkins
Is it easy to set up?
2012-06-26 17844, 2012
ocharles
when I connect to IRC, I get the last 1000 lines I haven't seen sent to me as well
2012-06-26 17801, 2012
ocharles
yea, straight forward enough
2012-06-26 17810, 2012
adhawkins
Cool, might have a ply. Cheers.
2012-06-26 17848, 2012
adhawkins
s/ply/play
2012-06-26 17836, 2012
Prophet5 joined the channel
2012-06-26 17845, 2012
adhawkins_ joined the channel
2012-06-26 17816, 2012
djce joined the channel
2012-06-26 17840, 2012
ijabz joined the channel
2012-06-26 17828, 2012
djce joined the channel
2012-06-26 17836, 2012
adhawkins2 joined the channel
2012-06-26 17807, 2012
gandaliter joined the channel
2012-06-26 17840, 2012
djce joined the channel
2012-06-26 17845, 2012
lfranchi joined the channel
2012-06-26 17817, 2012
reosarevok joined the channel
2012-06-26 17820, 2012
kurtjx joined the channel
2012-06-26 17806, 2012
djce joined the channel
2012-06-26 17853, 2012
adhawkins2 joined the channel
2012-06-26 17857, 2012
warp gives up on internet explorer and finds something more productive to do.
2012-06-26 17810, 2012
alastairp
ocharles: pushed mbs-939
2012-06-26 17844, 2012
alastairp
adhawkins: do you want an invite to irccloud.com? it's the same thing, but web-based
2012-06-26 17856, 2012
adhawkins
alastairp: Might be worth a look. Got ZNC up and running, but might be worth exploring alternatives.
2012-06-26 17811, 2012
adhawkins
Works quite well, just hook mIRC up to it like any other server
2012-06-26 17830, 2012
reosarevok
warp: if only Microsoft did the same, huh :p
2012-06-26 17852, 2012
adhawkins
alastairp: And irccloud will be a pay service too it appears...at least 5 euros a month...
2012-06-26 17836, 2012
alastairp
yeah, but not yet
2012-06-26 17840, 2012
warp
reosarevok: haha
2012-06-26 17840, 2012
alastairp
still in beta
2012-06-26 17803, 2012
adhawkins
alastairp: If you can send an invite then, I'll give it a go.
2012-06-26 17805, 2012
adhawkins
I assume you use it?
2012-06-26 17846, 2012
warp curses at code review a bit.
2012-06-26 17858, 2012
reosarevok
oh
2012-06-26 17813, 2012
reosarevok
That reminds me I'm supposed to write a couple minipatches
2012-06-26 17818, 2012
ocharles
irc cloud is good
2012-06-26 17851, 2012
reosarevok
ocharles: last day for patches is next Monday?
2012-06-26 17856, 2012
reosarevok
Or a bit before?
2012-06-26 17802, 2012
ocharles
no, before
2012-06-26 17808, 2012
ocharles
monday is first day of freeze
2012-06-26 17814, 2012
ocharles
i mean you can still submit patches and they can go on test
2012-06-26 17818, 2012
ocharles
but just not beta or production
2012-06-26 17818, 2012
reosarevok
Yeah, yeah
2012-06-26 17827, 2012
reosarevok
Mostly wondering where exactly the break was
2012-06-26 17809, 2012
reosarevok
So since someone needs to give them a ship it before they can be put in beta and last day for beta is Sunday I guess that makes it Saturday or so
2012-06-26 17802, 2012
djce joined the channel
2012-06-26 17858, 2012
ocharles
well in practice it's more like friday
2012-06-26 17810, 2012
ocharles
Unless someone else is doing stuff over the weekend
2012-06-26 17848, 2012
reosarevok
Hmm, ok
2012-06-26 17854, 2012
kurtjx joined the channel
2012-06-26 17854, 2012
reosarevok
There's a ticket asking for Google+ in the sidebar and I've asked style for opinions but I want to know how long I should keep it open - I guess I'll write it on Friday morning if nobody opposes and leave it there for the next release if someone does
2012-06-26 17817, 2012
Wizzcat
G+? really?
2012-06-26 17813, 2012
reosarevok
Really
2012-06-26 17837, 2012
kepstin-work
all the akb48 members have G+ accounts, for example