IRC log of #meego for Thursday, 2010-04-29

*** chicks_ has quit IRC00:01
*** chicks_ has joined #meego00:01
*** AstralStorm has quit IRC00:01
*** heffer has quit IRC00:01
*** AstralStorm has joined #meego00:02
*** solarion has quit IRC00:02
*** PostmanPechkin has joined #meego00:02
*** PostmanPechk has quit IRC00:03
*** smyows has quit IRC00:03
*** PostmanPechkin has quit IRC00:04
*** marciom_ has quit IRC00:04
*** Armi^ has quit IRC00:05
*** kanibalv has quit IRC00:11
*** lizardo has quit IRC00:12
*** javiF has quit IRC00:13
DawnFosterinteresting http://www.engadget.com/2010/04/28/hp-buys-palm/00:13
Cosmo:o00:14
*** leinir has quit IRC00:15
*** kanibalv has joined #meego00:15
*** thinkingpotato has joined #meego00:16
*** mzanetti_ has joined #meego00:20
*** kanibalv has quit IRC00:22
*** tgalal has joined #meego00:22
*** adorsey has quit IRC00:23
*** mzanetti has quit IRC00:23
*** SWFu has quit IRC00:27
jrayhawkThis means we need to trick bdale into porting Debian to the Pre.00:28
*** kanibalv has joined #meego00:28
*** lazevedo has quit IRC00:29
*** lizardo has joined #meego00:30
*** lazevedo has joined #meego00:31
*** luck has quit IRC00:34
*** luck has joined #meego00:35
*** Amfi has joined #meego00:35
*** ctusar has quit IRC00:35
*** Jophish_n900 has joined #meego00:37
*** tgalal has quit IRC00:37
*** kanibalv has quit IRC00:37
*** Joonas has quit IRC00:38
*** Jophish_n900 has quit IRC00:42
Cosmothere's a magical way measure how much memory is used by a program?00:48
thiago_homeno00:48
thiago_homemodern VM systems are far too complex00:48
*** kanibalv has joined #meego00:49
thiago_homethere isn't a number of "how much memory" a program uses00:49
CosmoVM?00:49
CosmoI was talking about a program I just compiled00:49
thiago_homeVirtual Memory00:49
*** Jophish_n900 has joined #meego00:49
thiago_homeyes00:49
CosmoI was thinking virtual machine00:49
CosmoI'm using top00:49
thiago_homeyou can measure the total virtual addressable memory00:49
*** mzanetti has joined #meego00:50
*** fredy has quit IRC00:50
thiago_homeyou can measure the resident set size (the amount of RAM used)00:50
thiago_homethose both include shared memory, mapped files, etc.00:50
*** mzanetti_ has quit IRC00:50
thiago_homeyou can measure heap usage, you can measure private (non-shared) memory00:50
thiago_homewhat do you want?00:50
Cosmoto test that my destructor works and deallocates memory00:50
thiago_homeah00:51
thiago_homethen you want valgrind --leak-check=full00:51
Cosmothank you00:51
thiago_homeyou don't want to measure memory, you want to check for leaks :-)00:51
CosmoI knew it began with a V00:51
*** akeripper has quit IRC00:52
*** kanibalv has quit IRC00:53
Cosmodon't I have to compile it with a special flag?00:53
*** SDP has joined #meego00:53
thiago_homeno00:54
Cosmothank you00:55
*** akeripper has joined #meego00:55
Cosmoerm00:58
*** smhar has joined #meego00:58
*** kanibalv has joined #meego00:58
*** mzanetti has quit IRC00:58
Cosmomaybe i shouldn't test it on my server00:58
Cosmoif it leaks it wills up the RAM00:58
*** smhar has quit IRC00:58
Cosmotake up*00:58
*** mikhas has quit IRC00:58
Cosmoand then the system will come to a hault00:58
*** smhar has joined #meego00:58
jrayhawkThe OOM killer will take care of it at that point.00:59
thiago_homethe OOM killer will do something00:59
Cosmo?00:59
thiago_homeyou can also limit the amount of addressable memory. See man ulimit.00:59
jrayhawkhttp://linux-mm.org/OOM_Killer00:59
Cosmodamn01:00
Cosmojust throught, I have a constructor in a sub class01:00
Cosmobut it';s not ran in the super class01:00
*** baraujo has quit IRC01:01
thiago_homeconstructors are run from least derived to most derived01:01
thiago_homedepth-first, pre-order graph walking01:01
Cosmo*destructor01:01
thiago_homedestructors are run in the inverse order01:01
Cosmo==8385== LEAK SUMMARY:01:01
Cosmo==8385==    definitely lost: 28 bytes in 1 blocks.01:01
Cosmo==8385==    indirectly lost: 621 bytes in 22 blocks.01:01
*** TSCHAKeee has quit IRC01:02
*** SWFu has joined #meego01:02
thiago_homevalgrind should have told you where those 28 bytes were allocated01:02
thiago_homeit doesn't tell you where they were leaked, though01:02
CosmoI think it was at the end01:03
*** TSCHAKeee has joined #meego01:03
*** nona has quit IRC01:03
Cosmodamn, where is my metal class map01:04
*** puffin has quit IRC01:05
*** tgalal has joined #meego01:06
*** kanibalv has quit IRC01:06
*** thinkingpotato has quit IRC01:06
Cosmoso memory leakage is bad, but the OS will deal with it instead of crashing?01:07
*** kanibalv has joined #meego01:07
*** mjv has quit IRC01:07
*** trbs has quit IRC01:07
thiago_homewell, depends01:08
thiago_homea leakage can be something that causes a long-running program to balloon in size01:08
lcukCosmo, whats the operating system to do with leaky memory from your own app?  can't you tidy up after yourself?  how would it know difference between leaky code and high use?01:08
*** anaZ1 has quit IRC01:08
thiago_homeyou will have adverse effects, because it will cause swapping01:08
*** GeneralAntilles has quit IRC01:08
Cosmolcuk: I'm dealing with it]01:09
thiago_homenot all leaks are like that01:09
thiago_homethere are leaks that only leaked because the app exited. They aren't real leaks.01:09
*** mkeir has quit IRC01:09
*** TheAppleMan has quit IRC01:09
Cosmookay I have fake leaks01:09
*** mkeir has joined #meego01:09
*** Mirv has quit IRC01:10
*** Savago has quit IRC01:10
*** Zeikko has quit IRC01:10
*** otep has quit IRC01:11
*** kebax has quit IRC01:11
*** crysaz has quit IRC01:11
*** kulve has quit IRC01:11
*** kortsi has quit IRC01:11
*** jl___ has quit IRC01:11
*** polac has quit IRC01:11
*** kebax has joined #meego01:11
*** kortsi has joined #meego01:12
*** VRe_ has quit IRC01:12
*** polac has joined #meego01:12
*** VRe has joined #meego01:12
*** Zeikko has joined #meego01:12
*** vmlemon_ has joined #meego01:12
*** Amfi has left #meego01:13
*** kanibalv has quit IRC01:15
*** roger` has quit IRC01:15
*** anaZ has joined #meego01:15
*** DawnFoster has quit IRC01:15
*** vmlemon_ has left #meego01:16
*** Savago has joined #meego01:16
*** GeneralAntilles has joined #meego01:16
*** rsalveti has quit IRC01:16
*** kanibalv has joined #meego01:16
*** thiago_home has quit IRC01:17
*** tgalal has quit IRC01:18
*** otep has joined #meego01:19
*** ptl is now known as ptlunregtest01:19
*** Mirv has joined #meego01:19
*** jl_ has joined #meego01:19
*** kulve has joined #meego01:20
*** mjv has joined #meego01:20
*** crysaz has joined #meego01:20
*** DawnFoster has joined #meego01:22
*** ptlunregtest is now known as ptl01:22
*** roger` has joined #meego01:27
*** kanibalv has quit IRC01:28
*** njsf_ has joined #meego01:28
*** kanibalv has joined #meego01:29
*** jsa- has quit IRC01:29
*** tgalal has joined #meego01:34
tremnite all, sweet dreams01:36
*** trem has quit IRC01:37
*** prpplague has quit IRC01:40
*** deegee_ has quit IRC01:40
*** abinader has quit IRC01:41
*** dharman has quit IRC01:43
*** Savago has quit IRC01:43
*** tgalal has quit IRC01:43
Cosmosay I have: exitClass *temp = nextExit01:43
Cosmois there a way i could delete that variable and then return temp witrh another class01:44
Cosmoso redefine it as   nonplayingClass *temp = firstPerson;01:44
*** njsf_ has quit IRC01:47
*** anselmolsm has quit IRC01:47
*** Diod has quit IRC01:48
*** aloisiojr has quit IRC01:52
*** luck has quit IRC01:53
Cosmois there a valgrind for windows?01:57
*** nid0 has quit IRC01:59
*** townxelliot has quit IRC02:00
*** mitsutaka has joined #meego02:02
*** nid0 has joined #meego02:04
*** kvasir has quit IRC02:10
*** githogori has quit IRC02:12
*** zs has quit IRC02:15
*** pkt has quit IRC02:16
*** ufa_ has quit IRC02:17
*** Jophish_n900 has quit IRC02:17
*** ufa_ has joined #meego02:17
*** felipec has quit IRC02:21
*** radhermit has quit IRC02:23
*** andyross has quit IRC02:23
*** lizardo has quit IRC02:24
*** rsalveti has joined #meego02:25
*** radhermit has joined #meego02:29
*** gaveen has quit IRC02:29
*** javispedro has quit IRC02:29
*** rsalveti has quit IRC02:32
*** bpeel is now known as bpeel_away02:36
*** puffin has joined #meego02:40
*** puffin has quit IRC02:44
*** puffin has joined #meego02:45
*** SWFu has quit IRC02:47
* Cosmo gets in bed, realises he's left his drink in the kitchen then gets out of bed02:47
*** puffin has quit IRC02:49
*** kanibalv_ has joined #meego02:49
*** t_s_o has joined #meego02:49
*** kanibalv has quit IRC02:51
*** glunardi has quit IRC02:51
*** andyross has joined #meego02:52
*** DawnFoster has quit IRC02:53
*** koupsaa has joined #meego03:00
*** puffin has joined #meego03:01
*** koupsaa has left #meego03:02
*** andyross has quit IRC03:07
*** andyross has joined #meego03:08
*** Zeikko has quit IRC03:09
*** armika has quit IRC03:09
*** deux__ has quit IRC03:09
*** FSCV has quit IRC03:09
*** sharpneli has quit IRC03:09
*** Gizmokid2005 has quit IRC03:09
*** ambuli has quit IRC03:09
*** jesperht has quit IRC03:09
*** mauricek has quit IRC03:09
*** nomadalien has quit IRC03:09
*** JLP has quit IRC03:09
*** zeddii has quit IRC03:09
*** juergbi has quit IRC03:09
*** markey has quit IRC03:09
*** jesperht has joined #meego03:10
*** mauricek has joined #meego03:11
*** sharpneli has joined #meego03:11
*** JLP has joined #meego03:11
*** JLP has quit IRC03:11
*** JLP has joined #meego03:11
*** Gizmokid2005 has joined #meego03:12
*** armika has joined #meego03:12
*** Zeikko has joined #meego03:12
*** ambuli has joined #meego03:13
Jartzawhat's up?03:13
*** pillar has quit IRC03:15
*** andyross1 has joined #meego03:15
*** andyross has quit IRC03:15
*** andyross1 has quit IRC03:16
*** andyross has joined #meego03:16
*** andyross has quit IRC03:17
*** kanibalv has joined #meego03:18
*** deux__ has joined #meego03:18
*** nomadalien has joined #meego03:18
*** zeddii has joined #meego03:18
*** juergbi has joined #meego03:18
*** kanibalv_ has quit IRC03:18
dl9pfcan I disable omap wdt on kernel cmdline somwhow ?03:25
*** rsalveti has joined #meego03:25
* Cosmo dances03:34
CosmoI only lose 14 blocks of memory now, not 2203:34
Cosmoso my new code worek03:34
*** puffin has quit IRC03:37
*** puffin has joined #meego03:37
*** heliocastro has quit IRC03:38
*** puffin has joined #meego03:38
*** W_I has quit IRC03:41
*** puffin has quit IRC03:43
*** b-man17 has joined #meego03:43
Cosmo==8663==  Address 0x427d7c0 is 24 bytes inside a block of size 28 free'd03:43
Cosmohow bad is this?03:44
b-man17what is that from?03:44
Cosmovalgruad03:44
*** kanibalv_ has joined #meego03:45
*** kanibalv has quit IRC03:45
Cosmo*valgrind03:45
b-man17ah03:46
*** hurewitz has joined #meego03:47
b-man17hmm03:47
*** rsalveti has quit IRC03:47
*** rsalveti has joined #meego03:47
CosmoI'm pleased that I don't have a memory leak tho03:47
*** sheepbat has joined #meego03:52
* Cosmo flushes his cache :)03:55
Cosmoweek 11 of 12 we get told that our programs will almost certainly have a memory leak03:55
Cosmoso the longer we work on them the more RAM it will eat03:56
Cosmohowever my program leaks abnout 650 bytes per go03:56
*** githogori has joined #meego03:56
*** puffin has joined #meego03:59
*** hurewitz has quit IRC03:59
Cosmocyas04:00
Cosmob-man17: nothing's on fire so I can figure it out another day :)04:00
*** puffin has quit IRC04:01
*** Cosmo has quit IRC04:01
*** puffin has joined #meego04:01
*** puffin has quit IRC04:01
JartzaCosmo: you are freeing the same block twice?04:01
*** puffin has joined #meego04:02
*** puffin has quit IRC04:06
dl9pfdid someone test beagleboard already  ?04:08
*** melik` has joined #meego04:10
*** armika has quit IRC04:11
*** melik has quit IRC04:11
*** glin has joined #meego04:14
*** puffin has joined #meego04:15
*** armika has joined #meego04:17
*** vgrade1 has quit IRC04:23
*** kona_ has joined #meego04:23
*** kona_ is now known as SharonG04:24
SharonGI went04:25
*** itdock has quit IRC04:26
*** wasikevin has joined #meego04:26
*** itdock has joined #meego04:27
*** kanibalv has joined #meego04:36
*** kanibalv_ has quit IRC04:37
*** t_s_o has quit IRC04:37
*** cure` has quit IRC04:43
*** kanibalv has quit IRC04:45
*** NishanthMenon has quit IRC04:45
*** SharonG has quit IRC04:46
*** vgrade has joined #meego04:50
*** yanli has joined #meego04:57
*** DawnFoster has joined #meego05:02
*** melik` has quit IRC05:11
*** kanibalv has joined #meego05:13
*** glunardi has joined #meego05:14
*** b-man17 has quit IRC05:16
*** kanibalv_ has joined #meego05:22
*** kanibalv has quit IRC05:23
*** III has joined #meego05:28
*** fatal__ has joined #meego05:40
*** GeneralAntilles has quit IRC05:45
*** GAN900 has quit IRC05:46
*** pcutler has joined #meego05:46
Stskeepsmorning05:46
*** v-pv has joined #meego05:47
IIImorning Stskeeps05:48
* Stskeeps is on n900 on way to .dk05:54
*** v-pv has quit IRC05:55
*** glunardi has quit IRC05:56
*** glunardi has joined #meego05:57
*** melik has joined #meego05:58
*** edisson has joined #meego06:03
*** Shanita has joined #meego06:03
*** glunardi has quit IRC06:04
*** Moku has quit IRC06:04
*** ufa_ has quit IRC06:16
*** ufa_ has joined #meego06:17
dl9pfmoin06:18
Stskeepsmoin06:18
Stskeepsdl9pf: WAHa_06x36 is working on meego beagle too. check irc logs of this channel, he had some solutions06:19
*** TSCHAKeee has quit IRC06:25
*** TSCHAKeee has joined #meego06:25
dl9pftnx, grepping06:29
*** GeneralAntilles has joined #meego06:29
*** Unmenschlich has joined #meego06:31
*** Unmensch has quit IRC06:33
*** ptl has quit IRC06:36
*** puffin has quit IRC06:39
*** puffin_ has joined #meego06:39
*** GeneralAntilles has quit IRC06:40
*** ptl has joined #meego06:47
*** ptl has joined #meego06:47
*** glunardi has joined #meego06:58
*** slonopotamus has quit IRC07:02
*** ubIx_ has joined #meego07:05
*** slonopotamus has joined #meego07:08
*** ubIx has quit IRC07:09
*** glunardi has quit IRC07:10
*** glunardi has joined #meego07:11
*** puffin_ has quit IRC07:14
*** puffin_ has joined #meego07:15
*** tealbird has joined #meego07:15
*** sheepbat has quit IRC07:17
*** puffin_ has quit IRC07:19
*** jmc93739653 has joined #meego07:21
*** yanli has left #meego07:27
*** srag has joined #meego07:30
*** DocScrutinizer has quit IRC07:30
*** DocScrutinizer has joined #meego07:30
*** DocScrutinizer is now known as DocScrutinizerwa07:35
*** DocScrutinizerwa is now known as DocScrutinizer07:35
*** tealbird has left #meego07:38
*** GeneralAntilles has joined #meego07:40
*** GAN900 has joined #meego07:40
*** |R has quit IRC07:49
*** III has quit IRC07:51
*** bhushan has joined #meego07:55
*** anbaldwi has joined #meego07:56
*** sheepbat has joined #meego07:57
*** glunardi has left #meego08:10
*** gaveen has joined #meego08:12
*** villemv has joined #meego08:15
*** slonopotamus has quit IRC08:17
*** yanli has joined #meego08:19
*** andrei1089 has quit IRC08:19
*** tmikola has joined #meego08:20
*** Cy8aer has joined #meego08:22
*** RST38h has quit IRC08:30
*** andrei1089 has joined #meego08:31
*** thiago_home has joined #meego08:36
*** andrei1089 has quit IRC08:37
*** markey has joined #meego08:39
*** andrei1089 has joined #meego08:42
*** chitti has joined #meego08:45
*** andrei1089 has quit IRC08:47
*** andrei1089 has joined #meego08:48
*** redfish has joined #meego08:54
*** andrei1089 has quit IRC08:54
*** pohly has joined #meego08:57
*** wolfiR has joined #meego08:58
*** andrei1089 has joined #meego08:59
*** tekojo has joined #meego09:04
*** tekojo has joined #meego09:04
*** andrei1089 has quit IRC09:07
*** thiago_home has quit IRC09:11
*** andrei1089 has joined #meego09:11
*** andrei1089 has quit IRC09:17
*** radhermit has quit IRC09:19
*** radhermit has joined #meego09:19
*** andrei1089 has joined #meego09:19
*** nicu has joined #meego09:20
*** ingalsuo has quit IRC09:21
*** zalan has joined #meego09:24
*** mkeir has quit IRC09:26
*** ingalsuo has joined #meego09:27
*** Joonas has joined #meego09:27
*** tilppis has joined #meego09:27
*** leinir has joined #meego09:27
*** sebf has joined #meego09:27
*** sebf has left #meego09:28
*** Stortkanda has joined #meego09:34
*** antti has joined #meego09:35
*** yanli has quit IRC09:36
*** zalan has quit IRC09:42
*** antti has left #meego09:42
*** zalan has joined #meego09:43
*** tekojo has quit IRC09:44
*** timeless_mbp has quit IRC09:45
*** tilppis has quit IRC09:45
*** Coke has joined #meego09:46
*** andrei1089 has quit IRC09:53
*** gerrymoth has joined #meego09:55
*** gerrymoth has quit IRC09:56
*** andrei1089 has joined #meego09:57
*** timeless_mbp has joined #meego10:03
*** timeless_mbp has joined #meego10:03
*** Joonas has quit IRC10:05
*** andrei1089 has quit IRC10:07
*** Joonas has joined #meego10:10
*** sepultina has joined #meego10:11
*** dvoid_ has joined #meego10:12
*** andrei1089 has joined #meego10:13
*** bfree has quit IRC10:13
*** sheepbat has quit IRC10:16
*** wasikevin has quit IRC10:20
*** mzanetti has joined #meego10:21
*** nicu has quit IRC10:23
*** bergie has joined #meego10:23
*** nicu has joined #meego10:24
*** ysyrota has joined #meego10:25
*** bfree has joined #meego10:32
*** andrei1089 has quit IRC10:35
*** andrei1089 has joined #meego10:37
*** sar3th is now known as sar3th|away10:38
*** jusliukk has joined #meego10:43
*** timeless_mbp has quit IRC10:43
*** timeless_mbp has joined #meego10:44
*** timeless_mbp has joined #meego10:44
*** timeless_mbp has quit IRC10:44
*** DawnFoster has quit IRC10:44
*** andrei1089 has quit IRC10:45
*** dharman has joined #meego10:47
*** maclaver has joined #meego10:48
*** andrei1089 has joined #meego10:49
*** deegee_ has joined #meego10:49
*** hunger has joined #meego10:57
*** florian_kc has joined #meego10:57
*** florian_kc is now known as florian10:58
*** javiF has joined #meego10:58
*** andrei1089 has quit IRC11:00
*** anbaldwi has quit IRC11:00
*** tackat has joined #meego11:02
*** jrocha has joined #meego11:02
*** tibshoot has joined #meego11:03
*** dazo_afk is now known as dazo11:04
*** andrei1089 has joined #meego11:06
*** Stortkanda has quit IRC11:07
*** rcc has joined #meego11:08
*** SWFu has joined #meego11:09
*** richieeee72 has quit IRC11:09
*** Termana has joined #meego11:10
Termanagood morning11:11
*** andrei1089 has quit IRC11:11
Termanaerr11:11
Termanaits not morning so I don't know why I said morning11:11
*** maclaver has quit IRC11:12
*** Naveen_ has joined #meego11:13
*** wasikevin has joined #meego11:13
*** edisson has quit IRC11:13
*** andrei1089 has joined #meego11:14
*** andre__ has joined #meego11:20
*** Votan|off is now known as Votan11:21
*** andrei1089 has quit IRC11:22
*** PolarFox has joined #meego11:23
*** townxelliot has joined #meego11:23
*** mzanetti has quit IRC11:26
*** deegee_ has quit IRC11:26
*** zs has joined #meego11:27
*** hwoarang has joined #meego11:29
*** andrei1089 has joined #meego11:31
*** Joonas has quit IRC11:37
*** dneary has joined #meego11:37
*** andrei1089 has quit IRC11:37
*** andrei1089 has joined #meego11:37
*** Joonas has joined #meego11:40
*** villemv has quit IRC11:41
*** deegee_ has joined #meego11:42
*** W_I has joined #meego11:43
*** sri has joined #meego11:43
*** bpeel_away is now known as bpeel11:43
sriin mer rootfs, how can i restrict X to start and directly start console?11:45
*** andrei1089 has quit IRC11:45
*** villemv has joined #meego11:45
*** andrei1089 has joined #meego11:45
*** sqwable has joined #meego11:48
*** tekojo has joined #meego11:49
*** tekojo has joined #meego11:49
*** andrei1089 has quit IRC11:50
*** andrei1089 has joined #meego11:51
*** Coke has quit IRC11:56
*** mzanetti has joined #meego11:57
*** ssvb has quit IRC11:58
*** lainwir3d has joined #meego12:00
*** timeless_mbp has joined #meego12:01
*** timeless_mbp has joined #meego12:01
*** slaine has joined #meego12:02
*** pavank10 has joined #meego12:02
*** andrei1089 has quit IRC12:02
*** Joonas has quit IRC12:08
*** achipa has joined #meego12:11
*** javiF has quit IRC12:12
*** Joonas has joined #meego12:12
*** SWFu has quit IRC12:14
*** hwoarang has quit IRC12:16
*** lugkhast has joined #meego12:16
*** ufa_ has quit IRC12:17
*** andrei1089 has joined #meego12:18
*** hwoarang has joined #meego12:18
*** ufa_ has joined #meego12:18
*** javiF has joined #meego12:21
*** hwoarang has quit IRC12:21
*** hwoarang has joined #meego12:23
*** cure` has joined #meego12:23
*** milliams has joined #meego12:25
*** maclaver has joined #meego12:27
*** andrei1089 has quit IRC12:27
*** townxelliot1 has joined #meego12:31
*** andrei1089 has joined #meego12:31
*** townxelliot has quit IRC12:33
*** lugkhast has quit IRC12:35
*** lugkhast has joined #meego12:40
*** jacquesdupontd has quit IRC12:41
*** andrei1089 has quit IRC12:41
*** tekojo has quit IRC12:41
*** deegee_ has quit IRC12:43
*** hwoarang has quit IRC12:45
*** deegee_ has joined #meego12:45
*** hwoarang has joined #meego12:45
*** hwoarang has quit IRC12:48
*** hwoarang has joined #meego12:50
*** pillar has joined #meego12:54
*** TSCHAKeee has quit IRC12:58
*** andrei1089 has joined #meego13:00
*** pcutler has quit IRC13:00
*** vgrade_ has joined #meego13:00
*** tekojo has joined #meego13:02
*** tekojo has joined #meego13:02
*** pcutler has joined #meego13:02
*** ubIx_ has quit IRC13:07
*** zs has quit IRC13:08
*** andrei1089 has quit IRC13:08
*** red is now known as reijo-nyberg13:11
*** deegee_ has quit IRC13:11
*** rego has joined #meego13:12
*** glunardi has joined #meego13:14
*** deegee_ has joined #meego13:20
*** Joonas has quit IRC13:20
*** gaveen has quit IRC13:22
*** andrei1089 has joined #meego13:22
*** mzanetti has quit IRC13:24
*** Joonas has joined #meego13:24
*** ToArtist has joined #meego13:26
*** cyprix has joined #meego13:33
*** hunger has quit IRC13:34
*** gaveen has joined #meego13:35
slaine!tumbleweed13:36
*** jmc93739653 has quit IRC13:38
Anss|~curse Voldemort13:40
infobotMay you be reincarnated as a Windows XP administrator, Voldemort !13:40
*** andrei1089 has quit IRC13:42
*** hunger has joined #meego13:42
*** smyows has joined #meego13:43
*** ragner has joined #meego13:44
*** andrei1089 has joined #meego13:45
TermanaAnyone know what happened to the 28/4 TSG meeting log? Its not where it normally is (http://trac.tspre.org/meetbot/meego-meeting/2010/)13:45
*** shankly has joined #meego13:46
*** thinkingpotato has joined #meego13:46
shanklyhey folks, is there a working image to test meego?13:47
shanklythe one on the site has no working desktop environment13:48
Surfafirst release doesn't have desktop environment13:49
Surfait's working, but only on the command line13:49
tekojoTermana the meeting was cancelled last minute13:49
tekojoboth Imad and Valtteri could not make it to a connected location13:50
shanklyand when we will see it with the de? also a not full working release13:50
shanklya pre-alpha, a pre-pre-alpha, a neither alpha13:52
Surfasometimes it's sad that people consider anything without graphical ui as non functional13:52
Surfait's not that long ago when there was no such thing in most environments..13:52
shanklyi'm not considering it non functional, but i'd like to see what it will13:53
Termanatekojo, ahh ok fair enough. So it hasn't been rescheduled I assume, we are just to wait for next weeks one?13:53
*** dl9pf_ has joined #meego13:54
TermanaLucky I didn't go getting myself back up at 4 in the morning for it then :P13:54
shankly*be13:54
*** dl9pf has quit IRC13:55
shanklyand it's a non sense, to test it on my netbook just to see a shell13:55
shanklyif i want only a shell, i use debian13:55
tekojoTermana: it's the next weeks one directly13:55
Surfashankly, and debian and plain shell are linked to each other how? :)13:56
timeless_mbptekdo you remember who had dns control for meego.com?13:56
shanklyare not linked, but what I want to say, is that I would like to test meego with the de, and that without de i've nothing to do13:57
*** andrei1089 has quit IRC13:57
shanklymy question, know, is just regarding schedule13:58
timeless_mbpmxr.moego.org is what it would look like fwiw13:58
shanklyis there a date to release an alpha with meego and it's de?13:59
*** andrei1089 has joined #meego13:59
*** tackat has quit IRC14:00
tekojotimless_mbp can't remember, but can ask and get back to you14:01
*** heliocastro has joined #meego14:01
*** heliocastro has joined #meego14:01
timeless_mbpthanks14:01
*** apoi has quit IRC14:02
*** ubIx has joined #meego14:02
timeless_mbpi suppose we could stick mxr.moego.org into the topic so people could play with it for a while14:03
timeless_mbpfwiw, i'm trying to index the latest meego repo sources14:03
timeless_mbpbut my box doesn't have 'xz', and building things is moderately painful14:03
*** hurewitz has joined #meego14:04
tekojotimeless_mbp I assume you would want mxr.meego.com to point at it?14:05
*** apoi has joined #meego14:06
*** andrei1089 has quit IRC14:09
*** ubIx has quit IRC14:11
*** andrei1089 has joined #meego14:11
*** apoi has quit IRC14:12
*** shankly has quit IRC14:12
*** ubIx has joined #meego14:12
*** apoi has joined #meego14:13
*** reijo-nyberg is now known as red14:16
*** andrei1089 has quit IRC14:17
dl9pf_Stskeeps: tnx for the pointer ! works . (still need to poll watchdog, but it runs)14:18
ShadowJKmoe go :)14:22
*** HuuGo has quit IRC14:22
*** andrei1089 has joined #meego14:24
*** nedrichards has joined #meego14:25
*** chitti has quit IRC14:25
*** mzanetti has joined #meego14:27
*** andrei1089 has quit IRC14:29
*** tgalal has joined #meego14:30
*** andrei1089 has joined #meego14:30
*** lugkhast has quit IRC14:30
*** lizardo has joined #meego14:31
*** wasikevin has quit IRC14:35
*** glin has quit IRC14:36
*** notmart has joined #meego14:36
WAHa_06x36well, no luck getting any information about my watchdog troubles yet.14:37
WAHa_06x36maybe I can chmod it 000 at some point in the bootup to kludge it.14:37
*** maclaver has quit IRC14:38
*** bergie has quit IRC14:39
*** rsalveti has quit IRC14:40
*** baraujo has joined #meego14:43
*** aloisiojr has joined #meego14:49
*** mzanetti has quit IRC14:52
WAHa_06x36of course that doesn't work since it doesn't apply to root anyway... sigh.14:52
WAHa_06x36and even using udev rules to rename /dev/watchdog doesn't help!14:52
WAHa_06x36this is some PERSISTENT task that wants to mess with my watchdog.14:53
*** andrei1089 has quit IRC14:53
*** nid0 has quit IRC14:53
*** andrei1089 has joined #meego14:55
*** javiF has quit IRC14:56
*** zaheerm-lp has joined #meego14:57
*** bergie has joined #meego14:57
*** puffin has joined #meego14:58
*** joppu has quit IRC14:59
*** fredy has joined #meego14:59
*** nid0 has joined #meego14:59
*** puffin has quit IRC15:00
*** puffin has joined #meego15:01
*** drizztbsd has quit IRC15:01
*** puffin has quit IRC15:05
*** TSCHAKeee has joined #meego15:05
timeless_mbptekojo: yes15:06
timeless_mbp(sorry, meetings)15:06
*** maswan has quit IRC15:08
PolarFoxMeetings, the practical alternative to work.15:08
*** bergie has quit IRC15:09
*** HuuGo has joined #meego15:11
chakie_workrumour has it that someone has actually been in a meeting that was useful15:11
Anss|really?15:13
Anss|then things must be really bad, if meeting is useful :)15:14
*** andrei1089 has quit IRC15:15
*** andrei1089 has joined #meego15:15
Surfawell, meetings are useful, if they are used correctly..15:15
timeless_mbptekojo: thanks for the email15:15
Surfawith correct people about things that really need meeting15:15
villemvbetter yet, I guy I know once attended a useful telco15:15
*** hhartz has joined #meego15:16
jusliukkvillemv, i bet he was a telco equipment salesperson15:16
Surfawell, it completely depends on what do you do and who are you working with15:16
*** t_s_o has joined #meego15:17
Surfatelcos and meetings do have their purpose and are extremely vital for some things15:17
Anss|Surfa, need is the magic word, normally people to tend prefer self organization in this business (imo)15:17
Anss|or hobby15:18
villemvis there any way a telco beats irc, apart from the fact that some people refuse to use irc?15:19
Surfayes of course.. :) but complex systems are pretty impossible to get up and running if not having meetings.. especially if people are located in china finland and usa for example15:19
Surfavillemv, in every way :)15:19
*** marciom_ has joined #meego15:20
Surfawhen you write something down, if there is anything that may be understood incorrectly, it will.. and no one will ask anything because you have to write even more15:20
Surfaand if someone asks, then you have 500klines of discussion that is absolutely impossible to follow15:21
villemvas opposed to telco, when you have nothing as a record? ;-)15:21
villemvnot to mention problems with foreign accents, ...15:22
Surfasurprisingly there are live meeting solutions for telcos that are used for note taking15:22
slaineI've had a lot of meetings this week15:22
villemvyeah, note taking but not actual records of what people said15:22
slainemost surprisingly productive, for a change15:22
*** kth has joined #meego15:22
Surfavillemv, it doesn't matter how people say and what.. outcome is important and that's wy meetings should take place in the first place15:23
villemvand writing down something complex is much easier than speaking it out, to the extent that you won't bother to do it at all15:23
villemvI mean in a spoken setting, you may just choose to neglect to mention something15:23
Surfai haven't met ever a single person that is able to explain themselves better by writing in irc than talking in telco15:23
Surfasome do think so but when really trying to work with them, that's not quite the case15:24
Surfayou need to call them anyway to clear things up15:24
villemvone-on-one call is a different thing15:24
villemvit's a conversation, not a conference ;-)15:25
*** NishanthMenon has joined #meego15:25
Surfasurprisingly also in the telco you can talk one to one, it doesn't mean that everyone should talk all the time15:25
*** marciom_ has quit IRC15:25
villemvyes, but everyone needs to *listen*15:25
Surfanot really, every thing is not in interest of everyone15:26
villemvyou are stealing everyones time by talking one-on-one for a long time15:26
Surfait doesn't make telcos unuseful, it just how you use them15:26
Surfait's15:26
Surfasome thing need to be continued afterwards, some require more people.. that's the skill15:27
Anss|i don't know how anything technical can really be communicated trough phone lines, it is difficult even in meeting room situation15:27
Anss|*through15:28
Surfaif 10 people are talking in the irc, it's always difficult to follow who's responding to who and what comment is intended to what topic.. so i can't see any case where irc would be better15:28
SurfaAnss|, how do you plan doing that on irc? :)15:28
villemvI dunno, it may be an acquired mindset. i think you can easily follow 4+ conversations on irc if they proceed at moderate pace15:29
Anss|using references to some real information.15:29
SurfaAnss|, sure.. but you can add some graphs and msc's on the live meeting solutions15:29
Anss|www.google.com15:29
villemvyou can also scroll back to see what was said15:29
villemvas opposed to telcos where you need to ask what was just said, "I didn't get the question"...15:30
villemvwe'd need an objective test for this15:30
Surfavillemv, now we have third person in this discussion and it seems to get a little too complex already as Anss| is talking about something I something else and you have your own interests :)15:30
*** marciom_ has joined #meego15:30
Anss|Surfa, does live meeting work on linux?15:30
villemvlive meeting VIEWING works on linux15:31
SurfaAnss|, not necessarily live meeting, but similar solutions exist on all platforms15:31
villemvbut you can't share your desktop15:31
Anss|i don't have windows, it is not needed for coder.15:31
Surfai've seen actually solution also for symbian15:31
*** maswan has joined #meego15:31
*** jusliukk has quit IRC15:32
villemvtelcos are nice for presentation though15:32
Surfavillemv, if talking about ms livemeeting, i think that it's web based and should work pretty much on anything with java?15:32
villemvargh, just noted I missed a telco :-)15:32
Surfa:D15:32
Surfairc is more interesting15:32
villemvSurfa: yes, you can view a meeting with the java interfage15:33
Surfavillemv, livemeeting viewer i mean15:33
villemvbut it can't expose your desktop15:33
Surfayep, we're on the same page then15:33
*** andrei1089 has quit IRC15:33
*** Andy80 has joined #meego15:33
*** Andy80 has quit IRC15:33
*** Andy80 has joined #meego15:33
Anss|im not. sorry :)15:35
*** rsalveti has joined #meego15:35
Anss|another wasted meeting when i could have cracked few bugs.15:35
Surfahmm, actually sharing should be possible also with web-interface for ms live meeting15:35
*** javispedro has joined #meego15:36
Surfa..but not on the linux.. :)15:37
*** maswan has quit IRC15:37
*** andrei1089 has joined #meego15:38
*** maswan has joined #meego15:39
*** rodarvus_ has joined #meego15:39
*** rodarvus has quit IRC15:39
*** t_s_o has quit IRC15:41
*** optimus has joined #meego15:42
*** optimus has left #meego15:43
*** alecrim has joined #meego15:43
*** maswan has quit IRC15:45
*** maswan has joined #meego15:46
*** edisson has joined #meego15:49
*** tekojo_ has joined #meego15:50
*** SDP has quit IRC15:50
*** tekojo has quit IRC15:51
*** pkt has joined #meego15:52
*** t_s_o has joined #meego15:54
*** andrei1089 has quit IRC15:55
*** apoirier has joined #meego15:55
*** florian has quit IRC15:57
*** mzanetti has joined #meego16:00
*** luck has joined #meego16:00
*** edisson has quit IRC16:01
*** anselmolsm has joined #meego16:02
*** namus has joined #meego16:02
*** wasikevin has joined #meego16:02
*** mzanetti_ has joined #meego16:04
*** ufa_ has quit IRC16:04
*** ufa_ has joined #meego16:05
*** mzanetti has quit IRC16:06
*** maswan has quit IRC16:07
*** danielwilms has quit IRC16:08
*** namus has quit IRC16:08
*** FSCV has joined #meego16:08
*** DawnFoster has joined #meego16:12
*** Votan is now known as Votan|off16:12
*** jmc93739653 has joined #meego16:15
*** timeless_mbp has quit IRC16:16
*** abinader has joined #meego16:16
*** wolfiR has quit IRC16:16
*** W_I has quit IRC16:18
*** jrocha has quit IRC16:19
*** timeless_mbp has joined #meego16:23
*** timeless_mbp has joined #meego16:23
*** thopiekar has joined #meego16:23
*** danielwilms has joined #meego16:23
*** notmart has quit IRC16:24
*** tmikola has quit IRC16:24
*** maswan has joined #meego16:25
*** timeless_mbp has quit IRC16:27
*** timeless_mbp has joined #meego16:27
*** timeless_mbp has joined #meego16:27
*** hhartz has quit IRC16:28
*** hhartz has joined #meego16:28
*** tekojo_ has quit IRC16:28
*** leinir has quit IRC16:30
*** lugkhast has joined #meego16:31
*** maswan has quit IRC16:32
*** maswan has joined #meego16:39
*** RST38bis has joined #meego16:40
*** rodarvus_ is now known as rodarvus16:44
*** rodarvus has quit IRC16:44
*** rodarvus has joined #meego16:44
*** niqt has joined #meego16:44
*** maswan has quit IRC16:47
*** maswan has joined #meego16:47
*** leinir has joined #meego16:47
*** leinir has joined #meego16:47
*** puffin_ has joined #meego16:51
*** glinpus has quit IRC16:54
*** glinpus has joined #meego16:54
*** jpetersen has joined #meego16:58
*** sheepbat has joined #meego16:59
*** DawnFoster has quit IRC16:59
*** hunger has quit IRC17:00
*** zhee has joined #meego17:02
*** kth1 has joined #meego17:05
*** kth has quit IRC17:05
*** Cy8aer has quit IRC17:07
*** javiF has joined #meego17:08
*** danielwilms has quit IRC17:10
*** tackat has joined #meego17:13
*** hunger has joined #meego17:17
*** srag has quit IRC17:18
*** zs has joined #meego17:19
*** aboyer has joined #meego17:21
*** danielwilms has joined #meego17:22
*** jrocha has joined #meego17:24
*** Terje_ has joined #meego17:24
*** jpetersen has quit IRC17:24
*** rcc has quit IRC17:24
*** rcc has joined #meego17:25
*** danielwilms has quit IRC17:31
*** adorsey has joined #meego17:32
*** ctusar has joined #meego17:35
*** Terje_ has quit IRC17:35
*** lainwir3d has quit IRC17:35
*** aboyer has quit IRC17:35
*** anselmolsm has quit IRC17:36
*** dpino has joined #meego17:38
*** polac has quit IRC17:38
*** bergie has joined #meego17:39
* slaine waves at nedrichards 17:44
slainenice to see you back17:44
* Stskeeps yawns17:45
Stskeepsthat was an enjoyable drive17:45
slaineWell, you're still alive, that's a bonus17:45
slainenice to be home17:45
slaine?17:45
nedrichardsslaine: elo17:45
nedrichardsyes, very nice to be back17:45
slainecool17:45
Stskeepsi am wondering what this strange language is people talk here17:46
Stskeeps:P17:46
slaineStskeeps: !polish ;)17:46
*** anselmolsm has joined #meego17:46
*** brbrr has joined #meego17:47
*** brbrr has left #meego17:47
*** t3rm1n4l has joined #meego17:47
*** bedgen has joined #meego17:48
*** jusliukk has joined #meego17:49
bedgenmeego is usefull distr at the moment of not?17:49
bedgenfor multimedia docs and web brousing17:50
*** anselmolsm_ has joined #meego17:50
*** anselmolsm has quit IRC17:51
slainebedgen: it's not released yet17:52
*** jusliukk has quit IRC17:52
bedgenohh. and when it will?17:52
slaineWithin the next  33 days17:53
*** sheepbat has quit IRC17:53
*** srag has joined #meego17:57
*** niqt has quit IRC17:58
*** adorsey has quit IRC18:00
*** tackat has quit IRC18:00
*** arjan has joined #meego18:02
*** bogie11 has joined #meego18:07
*** t_s_o has quit IRC18:10
*** PostmanPechk has joined #meego18:10
PostmanPechkhi18:10
PostmanPechkis anybody here from Moscow?18:11
*** andyross has joined #meego18:12
*** |ToArtist| has joined #meego18:14
*** ToArtist has quit IRC18:17
*** armika has quit IRC18:19
*** armika has joined #meego18:19
*** timeless_mbp has quit IRC18:22
*** t_s_o has joined #meego18:22
*** t_s_o has quit IRC18:23
*** VDVsx has joined #meego18:24
*** jacquesdupontd has joined #meego18:24
*** milliams has quit IRC18:26
*** Naveen_ has quit IRC18:30
*** bedgen has quit IRC18:31
*** carloscesa has joined #meego18:32
*** redfish has quit IRC18:32
*** notmart has joined #meego18:33
*** gaveen has quit IRC18:38
*** sri has quit IRC18:40
*** RST38bis has quit IRC18:40
*** hhartz has quit IRC18:43
*** glunardi has quit IRC18:44
*** glunardi has joined #meego18:45
*** sttwister has joined #meego18:45
*** RichardP has joined #meego18:49
*** daithib has joined #meego18:50
*** milliams has joined #meego18:51
*** ysyrota has quit IRC18:52
*** orbarron has left #meego18:55
*** mlfoster has joined #meego18:56
*** hhartz has joined #meego18:57
*** wasikevin has quit IRC18:57
*** PostmanPechk has quit IRC18:58
*** glunardi has quit IRC18:58
*** Diod has joined #meego18:58
*** glunardi has joined #meego18:59
*** wasikevin has joined #meego18:59
*** DawnFoster has joined #meego19:01
*** arnor has joined #meego19:02
TermanaGood morning to the other half of the world that must of just woken up (by the look of all the joins :P)19:03
*** mlpug has joined #meego19:04
*** Openfree has quit IRC19:04
* lbt is rather pleased to see the arguing on -dev ....19:06
*** lugkhast has quit IRC19:08
*** achipa has quit IRC19:09
*** HuuGo1 has joined #meego19:09
TermanaI'm rather pleased that I feel like I'm CC'ing some rather more important people than me for once :P19:10
*** adorsey has joined #meego19:12
*** mitsutaka has quit IRC19:12
*** daithib has quit IRC19:12
*** andrei1089 has joined #meego19:14
*** mitsutaka has joined #meego19:15
slainek19:17
slaineoops19:17
slainewrong window19:17
javispedrolbt: kernel process arguing?19:19
lbtyes19:19
*** bogie11 has quit IRC19:19
javispedroconversation went harsh quickly19:20
*** nomadalien has quit IRC19:20
Stskeepsit was a question, turned into a bug report, it just had to end there..19:21
Stskeepsas arjan sanely agreed19:21
*** sar3th|away is now known as sar3th19:22
*** kth1 has quit IRC19:23
*** mzanetti_ has quit IRC19:24
*** t_s_o has joined #meego19:25
*** W_I has joined #meego19:25
JaffaIndeed.19:26
lbtkinda don't care... happy to see real, uncensored, life19:27
*** sttwister has left #meego19:28
*** Armi^ has joined #meego19:28
*** DawnFoster has quit IRC19:30
TermanaI'm not quite sure a bug report would suffice. A bug report would just sweep the subject under the carpet. There seems to be a larger issue than just the Documentation. Arjan still seems to be arguing that Intel control the kernel maintenance, but that the documentation be changed to make it look like Intel are following a process.19:31
TermanaWhich if Intel controls the kernel solely, no one cares weather they are following process or not.19:31
Stskeepsno, he said exactly the right thing19:32
*** hunger has quit IRC19:32
arjanthe kernel document is garbage, I hadn't seen it before.... sorry about that19:33
arjanwe need a simple process that is clear and obvious19:34
arjanand in practice we have that19:34
TermanaAh right hes right here :P19:34
arjanjust the document does not match the reality19:34
arjanTermana: I'm not arguing that Intel is the sole maintainer.19:34
arjanright now we do most of the work there, but there's nokia guys already as well19:34
GAN900What a mess.19:34
arjanwhat I don't understand is the objection to intel having maintainerships in meego19:34
arjanbecause that's what the tone turned into19:35
*** dharman has quit IRC19:35
*** skaboy has joined #meego19:35
TermanaArjan - No, I don't believe the tone has turned into Intel having the maintainership, but more that Intel has FULL maintainership.19:35
lbtarjan: I didn't take that impression from the mails19:35
TSCHAKeeeneither did i19:35
GAN900Nor I19:36
* TSCHAKeee has been following as well19:36
TSCHAKeeeit really just seems like a slight comms snafu19:36
TSCHAKeeeif anything19:36
lbt*nod*19:36
TSCHAKeeewe've got some aggregate confusion.19:36
*** apoirier has left #meego19:36
lbtand lots of people saying "mea culpa" and rushing to fix it... apart from Greg who's confused ;)19:37
TSCHAKeeequim is right, nothing like this has ever been tried19:37
*** dneary has quit IRC19:37
lbtbut he's allowed.19:37
TSCHAKeeehahahahahahaha19:37
lbtarjan: anyhow... when you have a minute... I wanted to ask about kiwi vs mic219:37
TSCHAKeeekiwi ?19:37
TermanaWhich is good in its own way (aggregated confusion). It means that good discussion is happening (?)19:37
lbtTSCHAKeee: stay tuned...19:37
*** skaboy has left #meego19:38
arjanlbt: we looked at kiwi way back, but it didn't do what we wanted19:38
arjanlbt: do you have issues with mic2 ?19:38
lbtarjan: no19:38
*** HuuGo1 has quit IRC19:38
lbtI mainly have issues with developing an imaging system that's not as integrated into the build system as it could be19:39
arjanthere is a whole bunch of integration on the back end19:39
lbtI know kiwi is no good today19:39
arjanI know that we (almost) have the capability to regenerate images on each build complete etc19:39
lbtand I'm writing a version of build that wraps mic219:39
lbtso right now I'm integrating mic2 into the OBS19:40
lbtbut...19:40
*** kvasir has joined #meego19:40
lbtthe question is .... do we aim to move towards kiwi and focus our efforts there19:40
lbtwith the suse/obs developers19:40
lbtor do we maintain mic2 and meego maintains the mic2/obs integration19:41
*** zs has quit IRC19:41
arjanI don't think we have that plan; mic2 is there to stay19:41
lbtit feels like we should use kiwi on the "use upstream tools" argument19:41
lbtthis is gentle exploration BTW19:42
lbtI know the kiwi devs would like to help us19:42
lbtso it's worth raising the issue for discussion19:42
*** HuuGo1 has joined #meego19:44
Termanaarjan, I don't mean to have offended you at all if you believe I had that intention from my posts to the mailing list and if I have in any way, I am sorry. (re: Intel's maintainership of the MeeGo kernel)19:44
lbtarjan: so Nokia should be investing time+resource into mic2 based imaging and meego (not opensuse/OBS) will be maintaining the integration into OBS19:45
*** mzanetti_ has joined #meego19:49
*** prpplague has joined #meego19:50
slainecommute time, catch you all later19:51
*** slaine has quit IRC19:51
*** arnor has quit IRC19:53
*** nedrichards has quit IRC19:59
Termana2:30am here for me. Good night guys19:59
*** wasikevin has quit IRC20:01
*** Termana has quit IRC20:02
arjanlbtL yum20:03
arjanyup20:03
lbtarjan: fine...  I'll get to it ;)20:03
*** kth1 has joined #meego20:04
lbtarjan: I've already spoken to adrianS and he's confirmed the approach; FYI in case anyone else is working on this.20:05
*** townxelliot1 has quit IRC20:05
*** glunardi has quit IRC20:06
*** glunardi has joined #meego20:07
*** kth1 has quit IRC20:08
*** ufa_ has quit IRC20:10
*** ufa_ has joined #meego20:11
*** biochimia has quit IRC20:13
*** hhartz has quit IRC20:13
*** hhartz has joined #meego20:14
*** |ToArtist| has quit IRC20:18
*** anselmolsm_ is now known as anselmolsm20:19
*** cbsch has quit IRC20:20
*** glunardi has quit IRC20:21
*** Andy80 has quit IRC20:24
*** bergie has quit IRC20:24
*** trbs has joined #meego20:25
*** Votan|off is now known as Votan20:26
*** Votan is now known as Votan|off20:27
*** CosmoHill has joined #meego20:28
* CosmoHill shoots his lecturer20:29
*** cbsch has joined #meego20:29
Stskeepschannel is logged20:31
Stskeeps:P20:31
CosmoHillfiguratively speaking20:32
CosmoHill<.<20:32
CosmoHill>.>20:32
javispedrotoo late, police is coming to scene20:32
CosmoHillhe did press all the wrong buttons20:32
*** nomadalien has joined #meego20:34
*** OgMaciel has joined #meego20:36
*** nomadalien has left #meego20:36
*** Shanita has quit IRC20:38
*** edisson has joined #meego20:38
*** SWFu64 has joined #meego20:38
*** thinkingpotato has quit IRC20:38
*** armika has quit IRC20:40
*** pohly has quit IRC20:40
*** megabast has joined #meego20:40
*** Moku has joined #meego20:41
*** armika has joined #meego20:41
*** thiago_home has joined #meego20:42
*** floppyears has joined #meego20:46
*** milliams has quit IRC20:47
*** biochimia has joined #meego20:49
*** glunardi has joined #meego20:50
*** polac has joined #meego21:00
*** zaheerm-lp has quit IRC21:01
*** alden has joined #meego21:01
polacHi! Does anyone know when there will be release  with somekind of UX?21:03
CosmoHillmay i think21:04
polacgreat!21:04
vgradeCosmo, you should not have to think about it,its the most asked question atm21:06
polacCosmoHill, Can one read about it somewhere?21:06
CosmoHilltry milestones or the TSG logs21:07
GAN900Bleh, wish the Summit location selection had been brought out in the open a little sooner21:07
GAN900Open--but not!21:07
CosmoHillGAN900: like saying I'm allowed to pick any 6 modules I want and then giving me a choice of 6?21:07
polacCosmoHill, thx! I will go and digg deeper.21:08
CosmoHillcurse you digg.com21:09
CosmoHillanyone in here good with object orientated design, C++ and willing to be kidnapped?21:10
crysaz:D21:10
thiago_homelocation selection?21:11
thiago_homethis is not about vote, but about $$21:11
thiago_homeor €€ for that matter21:11
thiago_homeCosmoHill: there's always #c++, but I can lend a hand.21:11
GAN900thiago_home, we didn't have any issue picking Maemo Summit locations.21:12
GAN900Dunno why the process needed to be behind closed doors for MeeGo.21:12
thiago_homeI think I saw this morning even price quotes in the wiki21:13
thiago_homeI think that's open21:13
GAN900After the fact21:13
thiago_homeyeah21:13
thiago_homenegotiations usually are closed21:13
GAN900Once a location was basically selected and turned out to be subpar21:13
GAN900Well, duh21:13
Stskeepswasn't it tenative?21:13
GAN900So we got about a week to try to find another.21:14
*** lainwir3d has joined #meego21:14
*** lainwir3d has joined #meego21:14
thiago_homeso do you want to help?21:14
CosmoHillmy lecturer said that my design wasn't properly object orientated to which i reacted badly21:14
GAN900Too late now21:14
javispedroCosmoHill: You killed it?21:14
GAN900Looks like Amsterdam is likely to be the location.21:15
polacCosmoHill, Is your "design" in some public repo?21:15
CosmoHilli said something like "f**k you I'm finishing the interface and then that's it"21:15
thiago_homedo you have better suggestions?21:15
thiago_homethere's still time21:15
GAN900To get a quote from a venue and deliver all of the needed info by tomorrow?21:16
GAN900Not likely21:16
CosmoHillpolac: erm one moment, my dns needs updating21:16
thiago_homedo you know potential venues?21:16
GAN900See the thread on the forums under Community.21:16
thiago_homeplaces you'd call?21:16
*** smyows has quit IRC21:17
* thiago_home thinks that there should be an organising committee21:17
GAN900Is21:18
GAN900All @intel or @nokia, unfortunately.21:18
javispedroheh, huelva.21:18
thiago_homeI don't think it's a problem that negotiations happen behind closed doors. I also don't think it's a problem that discarded locations don't even get mentioned.21:19
*** rusti has joined #meego21:20
thiago_homethe places probably would prefer that way, rather than a stamp on "you're bad"21:20
*** vgrade has quit IRC21:20
CosmoHillpolac: http://62.56.57.201/uni-web/c++/21:20
thiago_homehowever, participation in the committee should be open to the community21:20
CosmoHillthe username and password are "ag"21:20
CosmoHillignore the ._ files, I have no idea why my mac makes them21:21
polacCosmoHill, let's see, allthough I'm not pro in these things.21:22
*** grishnav_ has joined #meego21:22
CosmoHillpolac: I've been doing c++ for 11 weeks now so.... :p21:22
*** thopiekar has quit IRC21:23
*** hhartz has quit IRC21:23
*** hhartz_ has joined #meego21:23
CosmoHillwhat my lecturer doesn't like is that mapclass interacts with player class in the way that is does21:23
VDVsxAmsterdam again ? :( I want to know new cities :D21:23
thiago_homeCosmoHill: when your professor tells you that it's not OO design, he probably means there's not enough abstraction21:23
*** grishnav has quit IRC21:23
VDVsxGAN900, have the link to that thread by hand ? :)21:24
thiago_homealso remember that a class's job is to protect the invariant. So avoid making assumptions of how one class behaves in another's code. Abstract that away.21:24
*** javispedro has quit IRC21:24
*** RST38h has joined #meego21:25
*** dpino has quit IRC21:25
*** vgrade has joined #meego21:25
CosmoHilldo you think that I should move the functions that deal with the player class from mapclass to main.cpp ?21:25
*** tekojo has joined #meego21:25
*** tekojo has joined #meego21:25
CosmoHillcos part of me is just thinking i should finish the interface and not touch the rest of the code21:25
*** timeless_mbp has joined #meego21:26
*** timeless_mbp has joined #meego21:26
GeneralAntillesVDVsx, http://forum.meego.com/showthread.php?t=8821:28
VDVsxGeneralAntilles, thanks21:28
polacCosmoHill, little interruption. Now I will look at your code.21:28
CosmoHillmerci21:29
VDVsxwow, not AMS but huelva, lololol21:29
GeneralAntillesthiago_home, not the part of the process I'm concerned about.21:29
GeneralAntillesVDVsx, read the thread.21:29
*** thinkingpotato has joined #meego21:29
JaffaGeneralAntilles: At least there's no sodding Chuck Norris :-/21:29
polacCosmoHill, btw. it's two years when I last coded c++. But I need to refresh my skill because of Qt & meego. :)21:29
GeneralAntillesPerhaps I'm just being irritable since I was involved in the selection for 2009.21:30
GeneralAntillesOh well.21:30
CosmoHillI plan to go on to Qt in the summer21:30
*** Diod has quit IRC21:30
*** Terje_ has joined #meego21:30
JaffaGeneralAntilles: That neither qgil nor petermeego seem particularly happy with the venue is... surprising.21:32
*** grishnav has joined #meego21:32
GeneralAntillesJaffa, yeah.21:32
Jartzalot of interest towards Qt lately :)21:32
GeneralAntillesSo, let's blame Intel! ;)21:32
*** grishnav_ has quit IRC21:32
Jartzawhich is good, as I'm an instructor, teaching for example Qt Programming :)21:32
JaffaGeneralAntilles: Anyone with an @intel.com email address can organise the conference ;-)21:33
*** javiF has quit IRC21:34
*** Terje_ has quit IRC21:35
*** jusliukk has joined #meego21:36
GAN900lol21:36
* VDVsx notices that petermaemo become petermeego, lol21:37
JaffaVDVsx: :)21:37
CosmoHillyay, my lecturer isn't angry with me :)21:40
CosmoHillhaha21:41
*** hhartz_ is now known as hhartz21:42
VDVsxhuelva would be nice, but the connections aren't good, Sevilha airport is very small(few flights) and Faro airport in the winter is almost desert :P21:42
* CosmoHill puts scotland on the list21:42
* lbt adds Iceland21:42
VDVsxlol21:42
lcukwe should get the volcano to blow again and choose somewhere within walking distance!21:43
lcuklol21:43
lbtwhat could go wrong?21:43
VDVsxlbt, extended vacations on Iceland :D21:43
CosmoHillanything within mainland europe can be accessed if the volcano does blow21:43
CosmoHilli mean you maybe driving for over a day to get there21:43
CosmoHilland your flight might land in the wrong country, but it's possible21:44
* lcuk adds extremely vital request to the forum21:44
lcukhttp://forum.meego.com/showpost.php?p=804&postcount=4321:45
*** RST38h has quit IRC21:47
*** dharman has joined #meego21:51
*** hcarrega has quit IRC21:51
GeneralAntillesI say we hold it at VDVsx's new apartment.21:53
VDVsxGeneralAntilles, sure, I'm expecting amazing weather here in Nov ;)21:54
*** otep has quit IRC21:55
GeneralAntillesVDVsx, you provide the cold weather survival gear. :P21:55
VDVsxeven better I suggest to host the conference in a park near to my house21:55
*** evilrob has quit IRC21:55
*** cos^ has quit IRC21:55
*** trHD has quit IRC21:55
VDVsxopen space FTW :P21:55
lcukGeneralAntilles, 500 people in VDVsx's appt WOULD be warm21:55
*** evilrob has joined #meego21:56
*** trHD has joined #meego21:56
*** cos^ has joined #meego21:56
*** rusti has quit IRC21:57
CosmoHillcyas21:58
*** lainwir3d has quit IRC21:58
*** lainwir3d_ has joined #meego21:58
CosmoHillthanks thiago_home21:58
*** CosmoHill has quit IRC21:58
*** ferringb has joined #meego22:00
*** RST38h has joined #meego22:00
*** hcarrega has joined #meego22:02
*** sqwable has joined #meego22:04
*** otep has joined #meego22:09
*** carloscesa has quit IRC22:11
*** seba_ has joined #meego22:13
*** wazd has joined #meego22:13
*** smyows has joined #meego22:16
*** cBuckle has quit IRC22:17
*** TSCHAKeee has quit IRC22:17
*** TSCHAKeee has joined #meego22:17
*** carloscesa has joined #meego22:18
*** edisson has quit IRC22:21
*** armika has quit IRC22:24
*** armika has joined #meego22:25
*** thinkingpotato has quit IRC22:28
*** hhartz has quit IRC22:29
*** hhartz has joined #meego22:29
*** zs has joined #meego22:31
*** zalan has quit IRC22:33
*** armika has quit IRC22:39
*** armika has joined #meego22:40
*** seba_ has quit IRC22:47
*** luck has quit IRC22:49
*** luck has joined #meego22:51
*** thinkingpotato has joined #meego22:53
*** pkt has left #meego22:58
*** rcc has quit IRC22:58
*** adorsey has quit IRC22:58
*** VDVsx has quit IRC22:58
*** grishnav_ has joined #meego23:00
*** grishnav has quit IRC23:02
*** jusliukk has quit IRC23:04
*** HuuGo1 has quit IRC23:07
*** seiflotfy has quit IRC23:14
*** seiflotfy has joined #meego23:15
*** mlpug has quit IRC23:17
*** marciom_ has quit IRC23:21
*** javispedro has joined #meego23:22
*** jpwhiting has quit IRC23:23
*** thinkingpotato has quit IRC23:23
*** smyows has quit IRC23:26
*** SWFu64 has quit IRC23:27
*** thinkingpotato has joined #meego23:28
*** SWFu has joined #meego23:32
*** villemv has quit IRC23:34
*** thinkingpotato has quit IRC23:35
*** trbs has quit IRC23:36
*** hhartz has quit IRC23:38
*** jusliukk has joined #meego23:38
*** sandstorm has joined #meego23:40
*** nicu has quit IRC23:43
*** sandstorm has quit IRC23:46
* lbt looks around...23:47
*** p8david has joined #meego23:47
*** bspencer has joined #meego23:47
*** tekojo has quit IRC23:48
*** zaheerm-lp has joined #meego23:51
*** Joonas has quit IRC23:51
*** carloscesa has quit IRC23:52
*** baraujo has quit IRC23:52
*** puffin_ has quit IRC23:54
*** ragner has quit IRC23:55
*** marciom has joined #meego23:57
*** jusliukk has quit IRC23:58
*** blobben has joined #meego23:59
*** SWFu_ has joined #meego23:59
*** rsalveti has quit IRC23:59

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