that's also really nice if you have one of those matrox thingies :) that turn more monitors into a single one.. but i'd find some nice usage for it if i had a 4000x3000 monitor :)
FauxFaux really needs to learn to manage windows better.
windows, as in MS windows?
FauxFaux
No, as in, open thingies.
xlotlu
ah, thingies
FauxFaux
Indeed.
FauxFaux waggles xlotlu's thingie around.
dholmes
...
xlotlu
hey, my thingie is for me alone to waggle
dholmes
Sounds like Compiz/Beryl wobbly windows
ruaok joined the channel
FauxFaux
Morning ruaok!
ruaok
time of day FauxFaux!
how go things?
you're done with school soon, right?
FauxFaux
For "six months or so" definitions of soon, sure. :)
ruaok
works for me.
oh wait. nm. you dont do perl.
FauxFaux
At the moment I'm tired and cold, though, stupid morning. :/
:)
ruaok
but I need to find a way to hire someone asap...
FauxFaux
I do want to learn perl, what're you desperately looking for people to do?
ruaok
mb_server dev.
we need a full time person working on it.
FauxFaux
Mmm. :/
dholmes
You can actually pay people now?
I would apply if I did perl :P
ruaok
well, I am being paid.
dholmes
I figured you were "special" ;)
ruaok
and I am going to have a friend do a financial projection for the next year for us.
and between soliticing help from the BBC and google, it may actually be enough to hire someone.
xlotlu
ruaok: i'll apply for the job and do it all for free. if you switch to python :)
ruaok
its got to be my top goal in the near future to make that happen.
FauxFaux
xlotlu: Aaagh!
ruaok
xlotlu: I think that is an issue that can be put on the table.
I am no fan of perl anymore.
but the process has to be practical.
FauxFaux just looks at the open issues for musicbrainz server scared.
between NGS and all the other shit that users want its a tough thing to ask for.
brianfreud
I don't know perl, and barely understand python. Main problem I see with the perl sections of the MB server code is the logic can get really hard to parse
ruaok
ding.
well, I need to talk to Jugdish. He has expressed interest in the past.
I need to setup a budget and figure out what I can put on the table.
maybe the community can help find some candidates.
FauxFaux knows lots of crazy perl people, but nobody who'd be expressly interested, worth asking, though.
well, where they live is part of the issue.
people living in northern europe are less likely going to fit.
FauxFaux
Ah yes.
ruaok
since I suspect it will be paid in peso dollars, it wont pay much.
ie. I can't imagine someone living in london be able to make ends meet.
the rest of the uk?
not sure.
FauxFaux
London is just silly, though.
ruaok
someone from eastern europe might be smart. like luks if he wasnt busy with school.
it its, but I use it as an example.
anyone from .ch is out, for instance.
xlotlu
peso dollars :))
FauxFaux
Aye.
ruaok
cory's term. :)
(doctorow)
VxJasonxV
Mr. Red Cape Blogger
xlotlu
ruaok: you know, the "community" might want to do stuff for free, if there would be a nicely structured todo list, and somebody to review the code
but I am going to be putting together a list of things to do, so people can check it out.
xlotlu
ruaok: the only problem is svn doesn't fit this style of development
VxJasonxV
switch to git :)
ruaok
which "style" ?
VxJasonxV
distributed I'd imagine
multiple sources, etc.
xlotlu
^^
FauxFaux
git-svn/bzr-svn/svk, stop whining. :p
VxJasonxV
multiple developed* sources, multiple developers, so on and so forth
git \o/
ruaok
I don't really see why svn can't to it.
FauxFaux
Git is not my friend.
ruaok
though I am not terribly in love with it.
which version control we use is the least of my worries.
dholmes
I would love to do stuff on MB, and there are a whole ton of specific little things I'd like to work on, but I have some time commitment issues
ruaok
xlotlu: if you want to do some development, does it have to be python?
FauxFaux
Language war, check. RCS war, check. Er.. code formatting war? BSD STYLE 4EVAR!!
ruaok
dholmes: if you ever need some help getting started, ping me.
can we talk about tabs vs spaces?
xlotlu
ruaok: my perl's never gone beyond simple hacks of existing sources
ruaok
right now MB seems tab and I HATE IT.
FauxFaux
Tabs! <3
dholmes
ruaok: My last day of school is wednesday, and I hope to start work soon after, so I'll have to get back to you on that
ruaok
tabs are fucking stupid.
VxJasonxV
<3 tabs
ruaok
dholmes: graduating?
dholmes
Yeah
brianfreud
I would be up for development, but my "talents" tend to lie more in "how to make this work with the least effort" and "why does this not work" rather than "how to make something out of nothing:
VxJasonxV
one character vs. 2 or 3 or 4 or 5 spaces.
ruaok
congrats!
dholmes
B.S. Computer Science
Thanks
VxJasonxV
spaces are stupid due to the differences people practice.
with tabs, you have one characters, and your IDE can format it ("looks like {y} spaces") however you want it
FauxFaux
If you are using tabs somewhere that isn't at the start of a line you're doing it wrong, however.
VxJasonxV
that's my tab vs. space in a nutshell
this is true. tabs always lead lines
brianfreud
agreed
xlotlu
ruaok: and i'm trying to get over my current project and poke my nose into the xhtml branch
FauxFaux
One of the reasons to work with Java, load a file, ctrl+shift+f, all the crazy spaces peoples' code /gone/! \o/
ruaok
does anyone know how to make vim insert tabs when I use spaces?
xlotlu: cool.
FauxFaux
:%s/ /\t/
ruaok
FauxFaux: automatically, stupid.
FauxFaux
g etc. :p
ruaok
if I could set my vim so that it used the right combo of tabs then I could forget it.
but every job I've every had was against tabs.
VxJasonxV
I know projects that have an automagical tab to space transformer
ruaok
yeah, its easy to do with indent.
FauxFaux
The java people are doing it on the openjdk code, the maniacs.