IRC log of #maemo-meeting for Friday, 2012-09-07

*** DocScrutinizer05 has quit IRC06:31
*** DocScrutinizer06 has joined #maemo-meeting06:31
*** DocScrutinizer06 is now known as DocScrutinizer0506:31
*** Estel_ has quit IRC08:05
*** Estel_ has joined #maemo-meeting08:13
*** Estel_ has quit IRC08:18
*** Estel_ has joined #maemo-meeting09:32
*** bergie has joined #maemo-meeting13:41
*** djszapi has joined #maemo-meeting17:15
*** ivgalvez has joined #maemo-meeting17:24
Woody14619Hmm.. Is it 15:00 yet?18:02
X-FadeDepends on where you are :)18:02
Woody14619Not if you're using UTC. ;)18:02
ivgalvezhi18:02
X-FadeThen you should say 15:00 UTC :)18:02
Woody14619I should, but I'm lazy that way. :P18:03
X-FadeHi guys18:03
Woody14619So... Not sure you saw the news, but Council elections have been announced.18:03
X-FadeYeah, I have seen it.18:04
Woody14619So... A primary question for you is, I know you said something about vacation time coming up... Will it be possible to setup the machine for that time frame?18:04
X-FadeI'm only traveling next week.18:05
X-FadeSo that should not be a problem.18:05
Woody14619K, that's what I thought, so I figured we were good on that. :)18:05
ivgalvezand we also have the coding competition, list will be available next week, so if it could be possible to set it up for the next one, that'd be great18:05
X-FadeYeah, I wonder how to do it sensibly.18:07
Woody14619We just got mail from them about their wants on that, but it looks like it would be about the same as a general Council election setup, just with 7 categories.18:07
Woody14619(Where we're asking for 2 categories essentialy this election).18:08
Woody14619I've been looking over the wiki on how to set things up, but it's not exactly clear how to setup multiple categories.18:08
X-FadeYeah, but that would mean 7 mails.18:08
X-Fadetimes the amount of users we have.18:08
X-FadeWhich is a bit.... painful18:09
Woody14619You can't combine them into one election?18:09
Woody14619It looks like the machine is capable of voting for multiple "positions", like presient, vp, etc..18:09
X-FadeNot that I know.18:09
X-FadeI don't think the software supports that.18:10
Woody14619Hmm... the wiki info I saw would suggest if could... I'll look at that today.18:11
X-FadeLast time we did a lot of separate elections.18:12
X-FadeWhich gave a lot of complaints18:12
X-Fadehttp://maemo.org/vote/18:12
X-FadeList of elections.18:12
ivgalvezwhat other possibilities do we have?18:14
X-FadeNothing ready for us to use without a lot of setting up, I fear.18:15
X-FadeUnless you would trust talk polls or something like that.18:16
ivgalvezso do you propose to set up 7 votings then?18:17
X-FadeI'd rather not.18:17
X-FadeThat would generate close to half a milion mails.18:18
ivgalvezand what about set a category daily18:19
Woody14619What if we did a competition per day, or every other day?  That would at least spread them out a bit?18:19
ivgalvezme first ;)18:20
X-FadeIt would still be the same amount of work and spamming :)18:20
Woody14619Setup could be done all at once, just a matter of running the generation scripts. :)18:20
Woody14619Hm... I seems really odd that it can't handle multiple categories...18:21
X-FadeYou think that this is a clean ready solution. It is not :)18:21
X-FadeThe code is available: https://garage.maemo.org/plugins/scmsvn/viewcvs.php/maemo-elections/vote/?root=maemo2midgard18:22
X-FadeIt really is not a general purpose piece of software.18:23
X-FadeIf someone wants to change it, then that would work too.18:23
ivgalvezso we need to look for an alternative method as it was supposed a few weeks ago18:25
X-FadeI don't have time to dive into this code and code some other solution.18:26
ivgalvezok, going back to repositories, it seems that permissions on repositories are not yet working for merlin199118:28
bergiethe vote software is adapted from the stuff GNOME uses, IIRC18:28
X-Fadeivgalvez: Yeah, now bergie is back, I can ask him to take a look at why this doesn't work in midgard.18:28
Woody14619X-Fade: Have you tried using a single token to vote on multiple elections at once?18:29
X-FadeWoody14619: It is not my code, I just ran it.18:30
bergieDave Neary did the election software18:30
Woody14619Looking at the code, it would seem it just checks that you have a valid token, and are voting in an election with a valid date range.18:31
X-FadeOr at least he did some changes.18:31
Woody14619And stores your results back into that eleciton with your token...18:31
Woody14619If you setup two separare elections, and generate one token, I'd bet you can vote in both elections with the same token.18:32
DocScrutinizer05how's token validity checked then?18:33
X-FadeI'm pretty sure the token is linked to the election.18:33
DocScrutinizer05wouldn't both elections bneed same "seed"?18:33
Woody14619The results for each election are stored separately.  (And this is input token, not output token. Output tokens are generated based on your input token and the election ifo)18:33
DocScrutinizer05or table of valid tokens?18:33
DocScrutinizer05I guess - since in the end each token/vote is a row in a table anyway aiui - the generation of tokens will already populate the database with token values18:35
Woody14619They do... they pull from a table called "electorate" and a per-election table of "election_anon_tokens".18:35
Woody14619But you should be able to just clone the election_anon_tokens across elections...18:36
X-FadeBut tokens are removed once you vote.18:36
DocScrutinizer05yep18:36
Woody14619From the local election_anon_tokens table, yes...18:36
DocScrutinizer05cloning should work18:36
Woody14619There is no global token database from what I see.18:36
DocScrutinizer05sure there's no *global* one ;-D18:37
X-FadeAnyway, if someone wants to modify the code so that it works..18:37
Woody14619Unless that is global?  That wouldn't be global though, would it?18:37
DocScrutinizer05you always can clone a db18:37
Woody14619hmm..18:37
*** qwazix_ has joined #maemo-meeting18:38
Woody14619Let me get back to you on that one X-Fade... But if we can move it so that one token can be used for multiple elections, would that make things easier over all?18:38
X-FadeWoody14619: Well then we can just point to all the separate elections.18:39
X-FadeIn one mail.18:39
Woody14619Exactly...18:39
DocScrutinizer05if you don't want SSO18:39
Woody14619It would mandate that the CC elections end before Council elections though. :)18:40
*** SD69 has joined #maemo-meeting18:40
Woody14619which I think was already implied, since the "electorate" table does appear to be global.18:40
X-FadeThat gets wiped now every election.18:41
Woody14619K.  Let me look at that & see if it needs fixing or if it already does it. (Can test it out locally & make it so if not.)18:43
Woody14619But if we could do that, so you just have to setup the electorate once, would you be willing to do the rest of the CC setup?18:43
X-FadeYeah, that is no problem.18:44
Woody14619(And we could use the same for the Council/Board election, so cuts work in half there too.)18:44
DocScrutinizer05"this is your token: <lkahdjkhehd>  And those are the votes you can participate: URL1  URL2  URL3...  You need to enter your token for each vote separately, sorry for the inconvenience"18:44
Woody14619K. I will take that on and try to get that to you before Monday. :)18:44
ivgalvezX-Fade, merlin1991 confirms that repo management is not working yet, maybe we would need to take a different approach and give him more permissions to start working in migration18:45
Woody14619Assuming it doesn't already work like that. ;)18:45
Woody14619doc: exactly.18:45
X-FadeWoody14619: Pretty sure it doesn't work like that as it deletes the code from the table. And how would you know that the person didn't vote yet?18:47
Woody14619Because each election has it's own output table18:48
Woody14619Why is why you can still get results for past elections after new ones. :)18:48
DocScrutinizer05X-Fade: the table with valid tokes has to get cloned and local for each vote18:48
X-FadeDocScrutinizer05: Which doesn't happen now.18:49
DocScrutinizer05of course that's manual work18:49
Woody14619x-fade: that's a one-line command though... with no e-mail output18:49
Woody14619One "side-effect" is that you'll be table to tell all 7 votes done by one "anon" person... But I don't see how that's special.18:50
DocScrutinizer05I don't think that's an issue18:51
DocScrutinizer05if you have a ballot with multiple segregate elections, that's all the same18:51
DocScrutinizer05anonymity is warranted18:52
X-FadeYeah, that should not be that big of a deal.18:52
Woody14619Reguardless, if it doesn't work that way now... It will shortly. ;)18:52
X-FadeOk, well, ping me if you have something :)18:54
DocScrutinizer05it however won't hurt to mention it in a sidenote in the mail, that all votes are on same token and thus corellatable18:54
* DocScrutinizer05 invents nice new words today ;-P18:55
Woody14619X-Fade: Has thee been any change on the repo managment stuff?  merlin1991 is still not seeing management buttons.18:56
merlin1991Woody14619: I think he answered this: "<X-Fade> ivgalvez: Yeah, now bergie is back, I can ask him to take a look at why this doesn't work in midgard."18:57
X-FadeWoody14619: No, I will ping bergie about that issue where I have put him in the admin group, but he doesn't get to see the options.18:57
Woody14619Ah.. my bad, I missed the reply. :)18:58
ivgalvezX-Fade check my latest comment18:58
ivgalvezwouldn't it be better to give merlin1991 more permissions instead18:58
Woody14619K, I'll look at the election stuff and get that setup to work on multiple things.18:58
DocScrutinizer05more than admin?18:58
X-Fadeivgalvez: As said before, the machine is still shared with Nokia stuff.18:58
X-FadeSo I can't give him shell access atm.18:59
ivgalvezso first we would need a list of machines and services18:59
ivgalvezthat way we could start planning the migration18:59
X-FadeOnce we migrated that would be a lot easier.18:59
ivgalvezcan't we start by reorganising all the stuff?19:00
ivgalvezat least we could have access to the services19:00
Woody14619X-Fade: Do we have an ETA for when that's happening?  Nothing we'll hold hard to, just and idea of when?19:00
SD69Is there any progress on the servers Nokia is donating for maemo?19:00
Woody14619(It has been on-going for a bit now.. and I know, things exploded mid-move... )19:00
X-FadeWoody14619: It is moving slowly atm, a few hours here and there.19:01
ivgalvezcan we at least know which services and machines are we talking about?19:02
*** kerio has joined #maemo-meeting19:02
ivgalvezI mean shared with Nokia19:02
X-Fadeivgalvez: Only the repository one.19:02
X-FadeAnother issue I'm trying to solve is to find a technical contact inside Nokia, who is able to change dns and give us ssl certificates.19:05
X-FadeAs right now, Nokia is a black hole for me in terms of getting answers about that.19:05
DocScrutinizer05ouch19:06
DocScrutinizer05without DNS change everything falls into pieces19:06
ivgalvezX-Fade, we can try to move that part19:06
ivgalvezwith Nokia our contact19:06
X-Fadeivgalvez: That depends on ^^^ :)19:07
* DocScrutinizer05 suggests CNAME19:07
DocScrutinizer05*now*19:07
X-FadeIt is not that easy as the repository points to akamai atm.19:08
DocScrutinizer05to some domain "we" got control over19:08
X-FadeWe would need to change the source of that.19:08
DocScrutinizer05then forward from"our" domain to the akamei servers19:08
X-FadeDocScrutinizer05: That still doesn't give people the files you changed elsewhere.19:09
DocScrutinizer05not a DNS expert here, so maybe it's nonsense19:09
DocScrutinizer05X-Fade: the idea is that Nokia already porovides a "hook" so we know the rest can be done by us eventually19:09
ivgalvezX-Fade, forward your needs to council, so we can talk to Nokia19:10
X-Fadeivgalvez: Ok, will do.19:10
X-Fadeivgalvez: Btw, who is your current contact?19:10
ivgalvezwe have been asked not to share it publicly as they have to deal with other tasks19:11
ivgalvezqgil introduced us19:11
ivgalvezlet's see if they can help19:11
X-Fadeivgalvez: Ok, just wondered if it someone who is still there.19:11
Woody14619I think it will make sense to introduce X-Fade, just not in channel. ;)19:12
ivgalvezI hope so, they are emptying the place very fast19:12
ivgalvezyes, we will put you in copy19:12
ivgalvezso as the only service in a shared machine is the repository, we could at least start administrating the rest of services/machines19:12
ivgalvezstarting with merlin1991 and then adding some more volunteers to an administration group19:13
* DocScrutinizer05 raises hand for a stand-in role19:13
X-Fadeivgalvez: Yeah, it is not so easy to move as everything is linked together,.19:14
X-FadeBut let's see what we can do.19:14
ivgalvezthanks X-Fade, I'm concerned that the more we wait the more difficult it will be to start managing it all19:14
*** lbt is now known as lbt_away19:15
Woody14619I'd hope that migration plans would put most Maemo related things onto one set of devices, since those (logically) may be the only ones running past December, based on Nokia's state.19:15
X-FadeLet's see.19:17
X-FadeI need to wrap it up soonish btw, so if there is anything else to discuss?19:17
Woody14619We'll hold Council meeting shortly, since we're mainly here.. but I think we've gotten all our questions/requests for you out. :)19:19
Woody14619Thanks again for being available & helping with all this!19:19
X-FadeHehe, ok no problem.19:19
X-FadeI'll probably not able to make it next week.19:20
ivgalvezthanks19:20
Woody14619oh... And I'd assume wek now this.. but..19:20
Woody14619What is Henri's(sp?) e-mail there?19:21
DocScrutinizer05ivgalvez: you said you'd ping me to "proofread" some bylaw draft?19:22
ivgalvezdoh19:23
ivgalvezI forgot19:23
Woody14619I have the TMO link handy?  http://talk.maemo.org/showthread.php?t=8629019:23
DocScrutinizer05ok19:23
DocScrutinizer05I'll look into it this evening, if it's still up to date19:24
Woody14619I think the only changes so far from the version there are minor wording changes.19:25
Woody14619Seems the main topic of debate is more about the name than the actual bylaws. :P19:26
DocScrutinizer05yeah, names are important ;-)19:27
ivgalvezI won't be available later19:29
ivgalvezWoody14619, is there anything you'd like to comment with me?19:29
Woody14619Do you have a short bit?  If so, with SD69 here we could do the Council meeting now, as proposed.. at 15:30?19:30
SD69I have to leave soon19:30
Woody14619Do we want to do the meeting now, or at 18:00?19:32
Woody14619I'm flexable. ;)19:32
Woody14619I'll be in front my a computer until well after that. :P19:32
*** qwazix_ has quit IRC19:32
*** qwazix_ has joined #maemo-meeting19:32
SD69what do we need to discuss?19:34
*** povbot has joined #maemo-meeting19:39
Woody14619One or two quesitons that have come up in the bylaw discussion have asked about the things that AFAIK are legally required, based on SD69 (anual terms, board approving bylaws changes, etc)19:39
Woody14619It would be nice if you could answer those SD69, as I'm mainly going on your word, as I am not an lawyer. ;)19:39
Woody14619Topic 4: Misc19:40
Woody14619Do we have anything else in the misc category?19:40
ivgalvezI don't think so19:40
SD69annual term is not required; neither is board approving bylaw changes; just good practice I think19:40
SD69I have to make extensive changes to the provision regarding the Board of Directors and the members.19:41
Woody14619Hmm.. ok.  There's been a rather strong bias toward removing the need for Board approval from bylaw changes....19:41
Woody14619SD69: To flesh it out more, or some legal reasons?  We should move on tha ASAP.19:42
Woody14619As I really would prefer to have those solid and everyone happy on them before Sept 15th (when people will start to nominate themselves or others for positions).  It's not a hard deadline, but...19:43
Woody14619Also, on incorporation: Since we're looking at going the route of incorporators starting it up, when should be do that? (And where do I need to send a check to? ;)19:44
*** qwazix_ has quit IRC19:44
ivgalvezwe could repost what has been discussed through ML in TMO19:44
SD69The selection of subsequent Boards has to be clear19:44
ivgalvezas most people is not subscribed19:44
Woody14619I've only seen really one or two questions from the ML, and most were also raise in TMO, but that's not a bad idea. :)19:44
SD69Woody14619: I was going to do the incorporation through my law firm.  I'll send the address offline.19:45
SD69As soon as we are incorporated, I think Niel should open the bank account so we can start accepting donations.19:45
Woody14619sd69:  I see.  For now I would say to codify what we already have (Council rules) in a slightly more vuage terms, and maybe drop the "Karma" requirements.19:46
SD69bylaws and vague don't mix well19:46
Woody14619Declaring what a member is, without referencing TMO and the like will be difficult.19:47
ivgalvezwhat if we lose karma and users database during transition (for whatever reason)?19:48
SD69yes, it will be difficult, but if we're not exact, there will be complaints later, and there will be legal repercussions19:48
Woody14619The election rules and process we can cut/paste from Council election pages... but right now membership is a TMO account with >10 Karma.19:48
ivgalvezso we need TMO in order to vote19:49
ivgalvezwe need to talk again with Reggie about transition19:49
Woody14619I agree... But we need to invent a new way for that then.  Something agreeable to all current members.19:49
SD69you can vote without a tmo account19:49
Woody14619Yes, but it's Karma based...19:50
SD69it's the custom karma system that is hard to duplicate if we can't transfer the entire infrastructure19:50
ivgalvezok, but that belongs to maemo.org19:50
ivgalveznot tmo19:50
ivgalvezonly that tmo gives aditional karma19:50
Woody14619Which should be pretty easy to keep?19:51
ivgalvezwell maybe a lot of members only have karma collected from tmo19:51
Woody14619I'd be willing to bet that Karam is not a privacy concern on Reggie's side.  Giving us a static end-times list of user accounts that map to maemo.org accounts and Karma levels would be doable.19:52
Woody14619I think he's more worried about giving out the e-mail and personal info, which is in the TMO side, and not the maemo side, where it belongs anyway.19:52
ivgalvezright now, we should be able to start administrating all of maemo.org (except repositories) as X-Fade commented, that should also include voting mechanism19:53
ivgalvezTMO is a different beast19:53
ivgalvezmaemo.org collects karma for users from TMO when they link accounts19:53
Woody14619If we can keep Karma (even as a static snap shot that we can add yet another field to later if need be, from a new-TMO) then I think that's a valid thing to do.19:54
ivgalvezso right now we shoulb be able to manage maemo.org users and the karma should be preserved19:54
ivgalvezyes19:54
ivgalvezwith legal entity formed, maybe Reggie wouldn't be so reluctant to traspass TMO19:55
Woody14619I'm looking at token scripts now to see where it get e-mail from.19:55
ivgalvezbut again, we need to start administrating services19:55
SD69we could always hit the reset button on karma19:55
ivgalvezthere is no need for that19:56
ivgalvezwhy should we?19:56
Woody14619e-mails are in a maemo.org database, not TMO from what I see.19:56
SD69personally, I think it's bad policy to let someone who hasn't participated for three years, swoop back in and have the same rights as those currently contributing19:56
Woody14619Though that may be cross-populated for all I know.19:57
ivgalvezSD69 that's very difficult to judge19:57
keriokeep it accessible, as "old karma" in the profile page19:57
SD69yes it's difficult19:57
ivgalvezWoody14619 right, we already have emails, so it shouldn't be a concern for Reggie19:57
Woody14619X-Fade: If you're still here, we need a tech clarification.  e-mail looks like it's coming from a local maemo.org database, not TMO.  Is that correct?  I would assume that DB will remain as things transfer?19:58
kerioaren't the repos the important thing?19:59
Woody14619SD69: We could put in a simple ageing system, especially if TMO goes to read-only and we need to re-impliement forums.19:59
SD69I think asking people to re-register or at least confirm their interest, rather than involuntarily migrating them over, is preferable20:00
Woody14619Current Karma goes into a db, voting karma = new karma + (static karama * 1/(2012-current year)) :)20:00
ivgalvezkerio: yes, but X-Fade first needs to move them so they don't share a machine with other Nokia services20:01
kerioi see20:01
ivgalvezkerio: we have tried to get partial permissions for merlin1991 since almost twon months ago20:01
ivgalvezwith no luck up to now20:01
* kerio puts his two cents on pdiff support20:01
ivgalvezkerio: I would die for that20:02
Woody14619SD69: I'm actually in agreeance with you.  Setup a separate voting registery... But then we must regulate who can sign up.  Karma is good about that since it helps weed duplicate accounts.  (As people tend to not want to post multitple times over several months to build Karam up on multiple accounts. ;)20:02
ivgalvezSD69, the problem wit reregistering is that most people won't do that20:03
Woody14619And/or maintain several users with different garage projects to build Karma that way.20:03
ivgalvezand then they'll realize that too late for voting20:03
Woody14619ivan: People that won't re-register are the ones ignoring their vote token in the e-mail now...20:03
ivgalvezYes, but one thing is not to vote, a different one is not being able to20:04
ivgalvezI don't agree with that at all20:04
Woody14619And yes, that may be an issue... We could stipulate that the first new Board election require 3.5 months notice, to remind everyone they need to sign up to vote?20:04
ivgalvezbut why this complication, we con't need anything like that right now20:05
ivgalvezdatabase is working, karma is working, voting is working20:05
Woody14619Depending on where Karma lives, we may.20:05
ivgalvezall those services belong to maemo.org20:05
ivgalvezso we should be able to keep them20:05
Woody14619Nokia has given us the domain, not nesseceraly all the things under it.20:05
ivgalvezdo not start thinking about alternatives when we haven't reached the problem20:06
Woody14619With the EU privacy laws, they may not be able to give us that data.20:06
SD69because now maemo.org membership doesn't get you much - a vote for council w/o much power due to Nokia running everything; in the new entity, not so much20:06
Woody14619Ivan: we DO need to think about that.20:06
Woody14619Because we need to form the bylaws around this now.20:06
ivgalvezif after migration, we are not able to keep that, then we'll start thinking about it20:06
Woody14619By which time it will be too late.20:07
SD69we can't have a system that is SOOO open that Android ehtusiasts could register en mass and outnumber the maemo enthusiasts20:07
ivgalvezthat's fixed by karma20:07
SD6910 point karma is easy to reach just by trolling on tmo20:08
ivgalvezthen raise it to 10020:08
SD69...in my opinion20:08
ivgalvezbut you don't need to ditch the system20:08
SD69now we're talking20:08
Woody14619We could simply adopt the Karma rules... But I'm not sure I like them in the bylaws...20:08
ivgalvezthat's another option, we shouldn't talk about the underlying technology in the bylaws20:09
ivgalvezas it can change20:09
Woody14619Could we split the definitions?  Put the definition of Member (with all the references to Karma and what not) into something like an Operational Agreement, and then reference that in the Bylaws?20:09
SD69I don't think we can adopt the same karma point system because some parts of the IT infrastructure that give karma points might not be transferred over20:10
Woody14619We could then set a lower bar for modifying the operational agreement, while keeping a high-bar for the bylaws.20:10
SD69Or we could delegate that decision to community council...20:11
Woody14619Oh.. Interesting idea..20:11
Woody14619Kind of a checks & balances approach....20:12
ivgalvezSD69 nice split of powers20:12
Woody14619I do like the ability to have direct Community input on that thoug.20:12
ivgalvezSD69 about karma coming from TMO, that's not so important, consider that right now it doesn't even work automatically20:13
DocScrutinizer05http://maemo.org/profile/view/****20:13
ivgalvezyou need to link accounts20:13
DocScrutinizer05is karma20:13
DocScrutinizer05NOT tmo20:13
ivgalvezand some people simply hasn't done it20:13
DocScrutinizer05aah ivgalvez already mentioned20:13
ivgalvezDocScrutinizer05, that's right,20:13
ivgalvezOK guys, I need to leave20:14
Woody14619Perhapse a delegation of changing that agreement requires a unanimous vote of Council, or a 2/3 vote on a referendum?20:14
ivgalvezbye20:14
Woody14619K... Lets do this:  Let;s post this to TMO and see what ideas happen?20:15
*** ivgalvez has quit IRC20:15
Woody14619(In the bylaw thread)20:15
Woody14619We'll present the ideas we've had here and see what floats?20:15
Woody14619Or, make the changes and re-introduce?20:16
DocScrutinizer05there's also some quarantine period btw, regarding karma and registration and stuff20:16
DocScrutinizer05and you need a maemo.org account20:17
DocScrutinizer05for elections and stuff, you usually pick a "quarantine" period of several weeks up to some few months into the past, so nobody will mass-join avatars just a week before elections20:19
SD69bye20:22
*** SD69 has quit IRC20:25
DocScrutinizer05it's funny to watch how there's obviouly two opposite POV: one (recently more popular) regarding tmo as maemo community and nothing outside really matters. And one (more "traditional") that never thought true maemo community would happen at tmo at all20:28
DocScrutinizer05a few year ago tmo been a nice place, then became more and more uncomfortable for the oldtimers who previously thought of it as a tool to communicate but not by any means instituting and community membership20:30
DocScrutinizer05s/and/any/20:31
Woody14619I think theres room for both.  Not everyone is a developer after all.  The early devices were really targeted only at developers...20:31
*** povbot has joined #maemo-meeting20:33
Woody14619And there are those on the other side that don't see TMO as community at all...  Yet without it, many developers wouldn't have stuck around long enough to find the actuall development community (which is somewhat hidden, to be honest)20:34
Woody14619My point is, all strife and hostility comes just from TMO's side.20:34
Woody14619It exists on both sides of the fence.20:35
DocScrutinizer05sure20:35
kerioIRC > TMO20:35
kerioalthough technically IRC < TMO because I < T20:35
Woody14619When in reality, the problem is the fence, not which side you stand on.20:35
DocScrutinizer05also sure20:35
DocScrutinizer05I'm just watching, amazed20:36
Woody14619That's part of why the Karma system works as well as it does.  It takes little bits from several places (devel and non-devel) to rank activity, not just unique e-mail addresses. :P20:41
DocScrutinizer05"recent" ideas about karma-aging are probably a poor idea, as it would require senior members to compete with trolling newcomers to keep their karma up20:43
Woody14619K, I got a lot to do.  Please to weigh in on this though on the TMO thread if you can (or the ML... or some other place with a slight bit more permanance than IRC? ;)20:43
Woody14619No, I don't think so...20:43
DocScrutinizer05NB it always been planned to look at IRC too, but it turned out there's no feasible metrics20:43
Woody14619Right now, coding input is very heavily weighted.20:43
Woody14619TMO input (by design I think) is like collecting pennies.  Commiting from a garage is quarters... And you only need a buck to participate.20:45
DocScrutinizer05sure, but even that is ... well, a lot of useful stuff already exists20:45
Woody14619And we're talking about some pretty major aging here.  Like dropping stuff after 3 or 4 years.20:45
Woody14619If you haven't pushed to a garage in 3 or 4 years, or commented in TMO in that time frame either, how active are you in the community really?20:46
DocScrutinizer05damn, sitting at PC with my shopping bag, shoes, jacket. Missed the time window again ;-/20:46
Woody14619And yes, IRC metrics are hard to compute too...20:46
DocScrutinizer05Woody14619: how likely is it that you'll (ab)use that 'old' karma then, otoh20:47
Woody14619finding a mertic that allows non-frequent talkers (like GA) in, while excluding povbot.... would be a challenge.20:47
DocScrutinizer05karma aging is the wrong solution for a nonexistent problem20:48
Woody14619True, but it has happened, from what I've heard. :)20:48
Woody14619The bigger concern here is that we have to put something into words to capture all this to make it "legal".20:48
DocScrutinizer05after all, just MEH, who gives a shit about karma? as long as mine lasts for voting, and no troll can gather enough in a week to mess with votes20:49
DocScrutinizer05yup20:50
Woody14619We could just use/copy the Karma system as is... which is great.  But I really don't want to hold a referendum to change the bylaws to fix it if something goes away or changes it's name in a month.20:50
DocScrutinizer05I have no complete picture of what's all this stuff about anyway20:50
DocScrutinizer05is about*20:51
Woody14619Thus my desire to split this out of bylaws and put it somewhere a little easier to update.20:51
Woody14619We need to make a legal entity to inherit stuff from Nokia (and maybe TMO/Reggie).  That's where it's coming from.20:51
Woody14619And we want/need to set that entity up so that it stays democratic (like Council), so one raving idiot can't come along and take control of all the servers and what not.20:52
DocScrutinizer05pretty hard task, to create somewhing decent that doesn't look like a blunder and/or con20:53
DocScrutinizer05I'd prefer to elect a king for lifetime ;-P20:53
Woody14619Yes, but kings go insane and/or die.20:53
DocScrutinizer05benevolent monarchy20:54
DocScrutinizer05they should have installed their successor before they do20:54
Woody14619Which is what we kind of had with Nokia.  But that king is going insane and/or dieing... See...20:54
Woody14619Kings almost never install a successor in time.20:54
Woody14619"Long live Nokia!"20:55
DocScrutinizer05:-)20:55
* DocScrutinizer05 waves and heads out to finally eat something20:55
Woody14619bye!20:55
DocScrutinizer05"Nokia is dead. Long live Jolla" (semi tongue-in-cheek)20:59
kerio"Nokia is dead. Well, shit."21:01
DocScrutinizer05after all if they'd own the servers, they could have a final veto on anything mad going on with admins whatever on the hosted maemo stuff21:01
*** Woody14619 has quit IRC22:51

Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!