IRC log of #maemo for Monday, 2011-03-14

*** norayr has quit IRC00:04
ZogG_laptopVenemo, sorry i got timeout00:05
*** davyg has quit IRC00:05
ZogG_laptop1) can u up it00:05
*** Flipi is now known as Flipi|BNC00:05
ZogG_laptop2) can u check what i did wrong (rewritted it)]00:05
ZogG_laptoprewrote*00:06
*** tackat has joined #maemo00:06
*** larsivi has quit IRC00:07
*** scoobertron has joined #maemo00:08
MohammadAGoh dear00:09
MohammadAGqrc:/entertainmentview.qml:138:9: QML Image: Cannot open: qrc:/home/user/.cache/media-art/album-7215ee9c7d9dc229d2921a40e899ec5f-6125f3f0367e2f34fc2656b572605d7d.jpeg00:09
ZogG_laptopVenemo, found error00:10
*** ||jess| has quit IRC00:11
VenemoZogG_laptop: k00:11
ZogG_laptopVenemo, can u up ur version00:11
VenemoZogG_laptop: yes, where?00:11
ZogG_laptopanywhere u can00:12
VenemoZogG_laptop: ok00:12
*** tchan has quit IRC00:13
ezistohello folks00:14
ezistois there a way to get an android app to work under maemo ?00:15
ZogG_laptopgoogle for alien dalvik00:16
MohammadAGalien dalvik, unreleased00:16
VenemoZogG_laptop: ok, uploading00:16
ezistoyeah i couldn’t find it any where00:17
VenemoZogG_laptop: http://venemo.net/temp/fresh.zip00:17
VenemoZogG_laptop: please upload this to git00:18
*** OkropNick has quit IRC00:19
*** Sargun has joined #maemo00:19
*** Sargun has joined #maemo00:19
VenemoZogG_laptop: short description: if you want to add an XMMS-related feature, then add it to Xmms2Connector, and then connect that to the GUI00:19
*** kthomas has joined #maemo00:19
VenemoZogG_laptop: NEVER, EVER add such code to the GUI layer - it just makes your code unreadable and hard to follow or debug00:19
ZogG_laptopu mean one i did now?00:20
VenemoZogG_laptop: 'u'?00:20
ZogG_laptopi uploaded something new00:20
Venemobased on my code?00:21
*** buntfalke has quit IRC00:21
*** kthomas_vh_ has quit IRC00:21
VenemoZogG_laptop: yes, I see you did something similar00:22
VenemoZogG_laptop: now please, use my Xmms2Connector00:22
*** sakis has joined #maemo00:22
*** ||jess| has joined #maemo00:22
ezistothank you guys for the file00:22
VenemoZogG_laptop: it sends proper Qt signals and does a lot of other things :)00:22
ezistobut one more thing.. is it a Qt application ?00:23
ZogG_laptopVenemo, does it make coffee?00:23
VenemoZogG_laptop: of course00:23
ZogG_laptopVenemo, i did it based on your old files00:23
ZogG_laptopso i'm learning a little bit00:23
VenemoZogG_laptop: re-base on my new ones00:24
ezistoand do i need Qt installed in order to launch it ?00:24
ZogG_laptopok i'll so it tomorrow, anyway noone follows my repo now =)00:24
VenemoZogG_laptop: do it now00:24
ZogG_laptophaha00:24
ZogG_laptopwhy so hurry00:25
MohammadAGGuru Meditation: XID: 128149275600:25
*** BCMM has quit IRC00:25
ZogG_laptopi just wanted to read it first properly00:25
* MohammadAG sighs at gitorious00:25
VenemoZogG_laptop: well, _I_ hurried for you. :P00:25
ZogG_laptopok00:25
ZogG_laptopi'll do00:25
ZogG_laptopi'll do00:25
*** mitsutaka has quit IRC00:25
ZogG_laptopezisto, u better not use it for now00:25
*** z4chh has quit IRC00:26
VenemoZogG_laptop: also, it can now refresh your label and everything00:26
*** z4chh has joined #maemo00:26
VenemoZogG_laptop: look at the code of the callbacks if you want to know how :)00:27
*** tzafrir_laptop has quit IRC00:27
VenemoZogG_laptop: also, NEVER use global variables for such a purpose as you did00:27
*** sakis has quit IRC00:27
*** Zero_Dogg has joined #maemo00:28
Zero_DoggCan the n810 use some form of external wireless dongle? My n810 reboots whenever the wlan is used (ie. when the connection manager scans for networks)00:28
VenemoZero_Dogg: try a reflash00:29
ezistookay thank you anyway00:29
Zero_DoggVenemo: done that, several times. Doesn't change anything00:29
VenemoZero_Dogg: well then either take it to the repair centre or find a dongle that it can support with its host mode :)00:30
ZogG_laptopVenemo, i almost was there, just needed to add this instead of NULL and i didn't know how to declare static functions in *.h now i know00:30
*** piggz has quit IRC00:30
*** sakis has joined #maemo00:30
ZogG_laptopVenemo, backed up mine so i can see the differences00:30
VenemoZogG_laptop: ok, don't worry :)00:30
ZogG_laptopWriting objects: 100% (8/8), 1.76 KiB, done.00:31
ZogG_laptopTotal 8 (delta 6), reused 0 (delta 0)00:31
Zero_DoggVenemo: nod, warranty on it is up, so could probably buy a used one for less than the repairs would cost. I do have Linux compatible usb dongles, but I'm guessing the n810's kernel probably doesn't ship with the modules00:31
ZogG_laptopVenemo, actually i tryed it before like that when it was in one file00:31
VenemoZogG_laptop: the this pointer is then passed to the user_data of the callbacks, so you can access an instance of the object from there00:31
VenemoZogG_laptop: then it emits a signal which is picked up by the slot at the main window00:31
*** WielkiTost has quit IRC00:32
VenemoZogG_laptop: and in that slot, I change the text of the label00:32
VenemoZogG_laptop: and note that those are static functions of a class, and not just static functions00:32
VenemoZogG_laptop: this means that they can access the private members of the class00:33
VenemoZogG_laptop: I also recommend you to learn some OOP and C++ :)00:33
*** ZogG_laptop has quit IRC00:33
*** tchan has joined #maemo00:33
*** timeless_xchat has quit IRC00:33
*** ZogG_laptop has joined #maemo00:33
ZogG_laptopbut this NULL and static thing ruined it as i declared those functions under private slots and got error with xmmsc_result_notifier_set00:34
ZogG_laptopVenemo, but i need to change ur code now too00:34
VenemoZogG_laptop: what do you need in it?00:34
ZogG_laptopVenemo, as u still used asynced method00:34
*** GNUtoo|laptop has quit IRC00:34
*** swc|666 is now known as Tiger|Blood00:35
VenemoZogG_laptop: ok, feel free to change it. :)00:35
ZogG_laptopi need to polish the way u get info and change xmmsc_result_wait00:35
ZogG_laptopnow i need to sleep as i woke up in 5 hours and still didn't took shower00:35
ZogG_laptopthanks man00:35
VenemoZogG_laptop, okay. if you have a problem or question, just ask :)00:36
ZogG_laptopVenemo, when and if i'll finish kinda useable version 0.0.0.0.0.1-alpha i would need help to make widget (it would be easier just relaying on existing code of program)00:36
VenemoZogG_laptop: what widget?00:36
ZogG_laptopand again man, many many thanks00:36
*** timeless_w7ip has quit IRC00:37
*** nostyle has joined #maemo00:37
*** nostyle has joined #maemo00:37
VenemoZogG_laptop: you're welcome :)00:37
ZogG_laptopVenemo, a lt of things i just learn from how u did it00:38
VenemoZogG_laptop: I'm happy for you :)00:38
ZogG_laptopi mean there are things i dunno how to do or that i can do, and than i see the solution and i do understand for next time00:38
ZogG_laptopbut still i'm slow learner =(00:39
VenemoZogG_laptop: no problem. I had lots of trouble when I learned C++00:39
Arkenoiwow, surprised to know batteries "bigger than original" capacity do exist, i thought all of those are fake00:39
VenemoZogG_laptop: also, I had lots of trouble some time later when I learned Qt00:39
ZogG_laptopthey are bigger in all meanings00:39
VenemoZogG_laptop: so if I can help others to suffer less than I did, I'm happy :)00:39
ZogG_laptopi know a little bit C and no Qt00:39
VenemoArkenoi: which one is not fake?00:39
VenemoZogG_laptop: no problem00:40
Venemo[23:33] <Venemo> ZogG_laptop: I also recommend you to learn some OOP and C++ :)00:40
ZogG_laptopi have friend he is just getting it from code, he even doesn't need to read manuals sometimes00:40
ZogG_laptophe is quicklearner00:40
ZogG_laptopbut he never share even his programs00:40
ZogG_laptophe just doesn't care00:40
VenemoZogG_laptop: my father once said, the more you learn, the faster you can learn :)00:41
Arkenoivenemo: "scud" from aliexpress, said to be 1510 (even more than claimed 1450)00:41
ZogG_laptopbut he is more like python+gtk+c guy00:41
Arkenoierr, claimed 142000:41
ZogG_laptopVenemo, do u know java?00:41
Arkenoithere is thread on tmo00:41
VenemoZogG_laptop: java? NO! I only know a single joke about java00:42
*** tackat has quit IRC00:42
VenemoArkenoi: link please?00:42
ZogG_laptopbad, found pretty program for android00:42
*** Dhraakellian is now known as The3_14ed|r00:42
VenemoZogG_laptop: why do all java programmers wear glasses?00:42
ZogG_laptopit is based on C program00:42
ZogG_laptopVenemo, dunnp00:42
*** The3_14ed|r is now known as Dhraakellian00:42
VenemoZogG_laptop: because they don't C#!00:42
*** BCMM has joined #maemo00:42
ZogG_laptophahah00:42
*** Rarok has quit IRC00:43
VenemoZogG_laptop: as in C# [see sharp]00:43
VenemoZogG_laptop: I'm a C# / .NET developer too. or rather, I was before I started with Qt :)00:43
ZogG_laptopaso this program is based on program on C that is ported to maemo it can be built with qt4 or qpe or gpe or gtk and android uses it just to make more userfriendly gui00:44
VenemoMohammadAG: we were talking about wrapper classes earlier, remember?00:44
*** ShadSEC has quit IRC00:44
VenemoMohammadAG: the Xmms2Connector class I wrote for ZogG_laptop is a good example of a wrapper00:44
ZogG_laptopVenemo, yeah i got it00:44
VenemoZogG_laptop: okay then :)00:44
ArkenoiVenemo, http://talk.maemo.org/showthread.php?t=6556800:44
Venemothx Arkenoi00:44
ZogG_laptopanyway CYA00:44
ZogG_laptopgnight00:44
Venemobb ZogG_laptop, sleep well00:45
MohammadAGVenemo, I wrote MafwPlaylistAdapter :)00:45
VenemoMohammadAG: :):):)00:45
Arkenoitime to order new battery anyways, mine is one year old00:45
VenemoArkenoi: please do tell me if it's really any better than the original one00:46
Arkenoiyep, i really hope so :-)00:46
ZogG_laptopis it bigger?00:46
ZogG_laptopi mean size00:46
Arkenoinope, the size is similar00:46
ZogG_laptopgood00:46
*** booiiing has quit IRC00:46
VenemoArkenoi, so it fits into the N900 without adding more bulkiness? that's good00:47
*** booiiing has joined #maemo00:47
ZogG_laptopand it's 1510 when original is ...00:47
*** hardaker has joined #maemo00:47
ZogG_laptop?00:47
Arkenoi135000:48
ZogG_laptopnot bad00:48
ZogG_laptop+- more 4-6 hours on regular usage i assume00:48
Venemothe original is not 135000:48
*** sq-one has quit IRC00:48
ZogG_laptopVenemo, than original is ?00:49
*** _0x47 has quit IRC00:49
*** mc_teo` has quit IRC00:50
*** scoobertron has quit IRC00:50
VenemoZogG_laptop: mine is 132000:51
*** zap has quit IRC00:52
Arkenoiah, maybe 132000:52
*** PhonicUK has quit IRC00:53
Arkenoianyways, 1510 means a few extra hours you may need so desperately sometimes00:53
Venemoyeah :)00:54
lolcatArkenoi: A bigger battery? Where?00:55
Arkenoilolcat, http://talk.maemo.org/showthread.php?t=6556800:55
*** dailylinux has quit IRC00:55
*** strunz has joined #maemo00:55
lolcat23:40 <@arcade> Ymgve: Forøvrig, jeg ville tatt Nils Bøhmer i bellone med  fem klyper salt.  Ikke at det han sier er galt, men det er  litt .. opphausset.00:55
lolcatsorry00:55
lolcatAccidental paste00:56
strunzgood evening :-)00:56
Venemogood evening strunz00:56
strunzi`ve a question about n900 and maemo00:57
*** BCMM has quit IRC00:59
*** ae__ has quit IRC00:59
strunzwhen i start sygic mm10 it crashes on n90000:59
*** ae__ has joined #maemo00:59
jacekowskiyeah01:00
jacekowskibecause you've got pirated version01:00
*** javispedro has joined #maemo01:00
strunzno, i bought it from a distributor01:01
*** javispedro has quit IRC01:01
*** javispedro has joined #maemo01:01
strunzhttp://direkt.jacob-computer.de/_artnr_756468.html?status=1&SID=01:01
*** javispedro has quit IRC01:02
*** lxp has joined #maemo01:03
*** GNUton-BNC has quit IRC01:03
*** BCMM has joined #maemo01:04
*** MadViking has quit IRC01:05
*** lxp1 has quit IRC01:06
*** FIQ|n900 has quit IRC01:06
*** slonopotamus has quit IRC01:06
*** nostyle has quit IRC01:06
ezistoVenemo: could you please tell me how to run that fresh on n900, i will be thankful if you show me how :)01:07
*** Corsac has quit IRC01:07
*** Corsac has joined #maemo01:08
*** ||jess| has quit IRC01:08
lolcathttp://www.aliexpress.com/product-fm/367257966-Lithium-ion-battery-Nokia-BL-5J-for-5230-5800XM-5233-N900-1420mAh-Free-Shipping-by-EMS-wholesalers.html01:09
lolcatThis is it? I have to buy three of them?01:09
*** FIQ|n900 has joined #maemo01:09
*** rcg has quit IRC01:11
cehtehi'd take one :)01:11
lolcatI should order 1000, then they are sick cheap01:11
lolcatThen I just need a charger01:12
lolcatIf I have 4 batteries it is ez to replace them while doing stuff01:12
*** rbelem has joined #maemo01:13
*** Lonely has joined #maemo01:13
*** Lonely has quit IRC01:13
cehtehwhere are you that it is hard to get replacement batteries? ... i can just pick one up at the next mobile shop here01:14
*** mikhas has quit IRC01:14
lolcatcehteh: I wanted the one with 1500mAH01:14
lolcatMy phone is @ Nokia for repair of the USB port I think01:14
cehtehwell .. me too .. but ... its just a sticker :)01:15
SpeedEvilI can sell you one marked as 2500mAh01:15
cehtehhehe01:15
*** pcacjr_ has quit IRC01:15
cehtehanyone of you has the equipment to reliable measure battery charge? DocScrutinizer dont you have an electronics lab?01:15
lolcatcehteh: http://talk.maemo.org/showthread.php?t=6556801:16
DocScrutinizer51cehteh: rudimentary01:16
cehtehah nice01:16
jacekowskicehteh: how do you define battery charge01:16
jacekowskiamount of energy you can pull from battery before it cannot be recharged back to like 95% of previous capacity01:17
*** valeriusN has quit IRC01:17
DocScrutinizer51cehteh: why?01:17
cehtehjacekowski: mAh or mWh ... there are ways to measure it01:17
strunzn801:17
jacekowskior amount of energy you can pull from battery before device it's powering shuts down on low voltage01:17
*** strunz has quit IRC01:17
cehtehyes01:17
jacekowskicehteh: but mAh or mWh don't tell you when you stop your measurments01:18
cehtehwell if you want you can measure the joules ... but thats a bit inconvinent01:18
cehtehjacekowski: well within design limits of the device01:18
cehtehwhen you know that it shuts down at 3.2 volts then you just programm your testing equiment the same way01:18
jacekowskiat what current?01:19
*** ZogG has quit IRC01:19
*** ZogG_laptop has quit IRC01:19
cehtehwhatever .. some 'typical' for the device .. the current you draw isnt really much critical01:19
jacekowskiit is01:20
jacekowskibattery capacity changes with current you pull01:20
jacekowskiless current you pull more energy you can get01:20
cehtehnot that much01:20
cehtehnot with liion01:20
jacekowskiBS01:20
cehtehwell i am not talking about shorten it01:21
jacekowskiif you have 1Ah liiion and pull 1A from it and pull 100mA from it01:21
jacekowskiyou will get like 50% more from it at 100mA01:21
*** shanttu has quit IRC01:21
cehtehheh .. source?01:21
jacekowskimy own measurments01:21
cehteh1A on a phone battery is quite much anyways01:22
jacekowskiit's not01:22
jacekowskiN900 pulls like 2A peak01:22
cehtehif you pull 100mA vs 250mA then you wont see much difference01:22
cehtehpeak yes .. for short times01:22
cehtehnot for 1hr :)01:23
jacekowski1A when playing games01:23
*** PhonicUK has joined #maemo01:23
*** PhonicUK has joined #maemo01:23
jacekowskiif you use mobile hot spot01:23
cehtehanyways .. i am about comparing batteries with each other ..01:23
jacekowskieverything is getting warm01:23
jacekowskiand it discharges my battery in like 40-50 minutes01:23
*** trbs has quit IRC01:23
jacekowskiwhich is about right for almost 2A01:24
*** jrocha has joined #maemo01:24
lolcatI think I will order three scud batteries with 1510mAh01:24
*** mitsutaka has joined #maemo01:25
Venemoezisto, well, I haven't tried01:26
Venemoezisto, but, since you don't have xmms2 on your N900, you probably won't be able to use it01:26
*** lxp has quit IRC01:27
*** mitsutaka_ has joined #maemo01:27
*** Jade has quit IRC01:28
*** mitsutaka has quit IRC01:30
*** SmilyOrg has joined #maemo01:30
*** habmala has quit IRC01:31
*** sakis has quit IRC01:32
*** jrocha has quit IRC01:34
*** SmilybOrg has quit IRC01:34
*** skrr has joined #maemo01:34
villagera 50% power loss at 1A sounds like the battery has an internal resistance of 3-4 ohms...01:38
jacekowskiyeah,01:39
jacekowskitry that on used battery01:39
jacekowskinot fresh one01:39
*** federico2 has quit IRC01:40
*** hardaker has quit IRC01:40
*** florian has quit IRC01:45
*** akiniemi has quit IRC01:45
*** C-S-B has quit IRC01:46
ShadowJK3-4 ohms sounds excessive01:47
*** Jade has joined #maemo01:47
*** Jade has quit IRC01:47
*** Jade has joined #maemo01:47
ShadowJKBL-5J should be closer to .101:47
*** akiniemi has joined #maemo01:49
*** akeripper has joined #maemo01:53
*** Metallikettu has quit IRC01:57
jacekowskifresh one01:57
jacekowskiuse it for couple months and it will be around 101:58
SpeedEvilThe modem 'hard' powers off at around 3.2V IIRC01:58
SpeedEvilIt needs to be able to draw nearly 2A and stay above this.01:59
SpeedEvilTo supply pulses.01:59
DocScrutinizerhey, still with batteries?01:59
ShadowJKhm, mine stops working at around 3v01:59
SpeedEvilShadowJK: yeah - around - I'm unsure of exact.01:59
* ShadowJK doesn't have any couple months old batteries anymore02:00
*** wazd has quit IRC02:00
ShadowJKbut I'm pretty sure my 11 month one was <1 ohm02:01
ShadowJKthe mugen2400 was disturbingly high internal resistance :/02:01
ShadowJKafter 50 cycles or so02:02
DocScrutinizeranyway, 3-4Ohm, 2A, in my book that's 8V drop02:02
DocScrutinizersee how silly that looks?02:03
naeon an n900 can I disable the long presses entering the alternate symbol?02:03
* ShadowJK only has 50 cycles on this BL-5J02:03
ShadowJKand 3 reboots on this N900 :P02:03
*** FireFly has quit IRC02:05
*** Spydemon_ has quit IRC02:05
ShadowJKbme on N800 used a battery model with .16 ohm resistance, on N810 that parameter was .18002:06
ShadowJKin both cases my original batteries for them developed much higher resistance than that and became pregnant..02:06
*** Necc has quit IRC02:07
DocScrutinizernae: yes02:08
DocScrutinizernae: http://wiki.maemo.org/User:Joerg_rw/tools02:09
DocScrutinizersome gconf setting02:09
*** korhojoa has quit IRC02:11
DocScrutinizercehteh: you know you get best results on least effort with bq27200.sh script?02:11
*** kabtoffe has quit IRC02:12
*** robink has quit IRC02:13
*** robink has joined #maemo02:13
*** kabtoffe has joined #maemo02:13
DocScrutinizerjust make sure to change RS=30 to RS=22 whenever you get this script somewhere02:13
*** korhojoa has joined #maemo02:14
DocScrutinizerShadowJK: sounds about right - it mustn't be much more than 200mR for modem to work correctly02:15
* ShadowJK uses RS=2102:15
DocScrutinizeron too high a impedance of battery you get those mysterious GSM connectivity drops02:16
Jadewould anyone be interested in buying a n900 with an usb port that came off?02:17
*** NIN101 has quit IRC02:17
DocScrutinizersure. 20 bucks02:17
DocScrutinizermeh, 3002:18
*** Malin_ has quit IRC02:18
Jade50 + shipping02:19
DocScrutinizer$ or eur?02:19
DocScrutinizerGBP?? :-o02:19
ShadowJKon n900 you get the pin code prompt after cellmo undervoltage reboot02:19
naeDocScrutinizer: thanks for the link02:19
DocScrutinizerShadowJK: brownouts on TX spikes won't trigger POR02:20
DocScrutinizerjust ruin the TX parameters, so the BTS will barf up02:21
ShadowJKhey is there usb pads below the battery?02:21
JadeUSD02:21
* DocScrutinizer stares at his bare board02:21
DocScrutinizerumm, shipping from US is too expensive02:21
Jadei live in canada02:21
Jadewhere do you live02:21
DocScrutinizerD02:21
JadeD?02:22
DocScrutinizerteutschlant02:22
Jadeoh02:22
*** andre__ has quit IRC02:23
*** mpoirier has joined #maemo02:23
DocScrutinizerI'd actually be willing to pay $50, but the hassle with sending and customs and all is too much02:24
Jadei could get it mailed for maybe $10-2002:25
Jadeusing regular mail02:25
Jadei mailed stuff to europe before02:25
Jadepackages02:25
DocScrutinizer60$ incl postage, on your risk, payment when it arrives, via paypal02:26
DocScrutinizersorry, can't go better02:27
DocScrutinizerI won't run away with it, I have some IRC channels to mamage ;-P02:29
DocScrutinizermanage even02:29
*** robink has quit IRC02:30
*** robink has joined #maemo02:31
*** robink has quit IRC02:31
*** robink has joined #maemo02:31
*** otep has quit IRC02:31
DocScrutinizerhow many coremelts? I missed the news for 3 hours02:32
ds3marshmellows glowing in the dark yet? ;)02:33
DocScrutinizerI got my fair share of atomic waste on my keyring02:34
* n900evil sings 'Just one coremelto'02:34
BCMMoh my02:35
BCMMthey're pouring seawater into two cores now02:35
BCMMand "considering using seawater on a third"02:35
*** vblazquez has quit IRC02:36
DocScrutinizercool, hope they got a plug to pull and drain the second one when the first goes BOOOOOOOOOOOOM when 70 tons of 2000°C whiteglowing molten gue hit the seawater02:36
BCMMpumping large amounts of water in means that they've now accepted that it's all going to come back out as radioactive steam, right?02:36
ds3fill it with lead02:37
BCMMand since at least one core is almost certainly disintegrating, that's proper radioactive steam, not boring nitrogen from neutron-activated water02:37
ds3lead shot02:37
*** ae__ has quit IRC02:37
DocScrutinizerlead shot doesn't help at all02:37
*** Tiger|Blood has quit IRC02:37
BCMM^radionitrogen02:37
ds3why not? lead show block the neutrons02:38
ds3and since it is hot, it'll melt and encase the rods02:38
BCMMwhat's the specific latent heat of fusion of lead like?02:38
*** vblazquez has joined #maemo02:38
ds3not as nice as water I am sure02:38
BCMMvery little is02:38
BCMMalso, they probably don't have piles of lead to hand02:38
ds3but I suspect it will absorb more neutrons02:38
BCMMthey don't even have fresh water02:38
ds3raid the armory, use bullets (have the solders take out the power/brass first)02:39
*** SmilybOrg has joined #maemo02:39
DocScrutinizerds3: aiui that's what the boratic acid is meant for02:39
BCMMpumping seawater into the reactor is an act of desperation in the first place02:39
ds3DocScrutinizer: yes but isn't lead suppose to be one of the decay products?02:39
BCMMit is really, REALLY annoying when people talk about "radioactivity" as if it is a substance02:40
BCMMsecond hydrogen explosion hasn't happened yet, but they still think it's going to happen02:41
DocScrutinizerit's even more stupid when they talk about radiation contamination all the time02:41
BCMMor "radiation leaking"02:41
DocScrutinizer10:1 on next explosion in <48h02:41
BCMMwhen they actually mean stuff that emits radiation has leaked02:41
BCMMi wish they'd say what exactly had leaked when they say things like that02:41
ds3isn't a radiation leak basically neutrons/alpha/beta/gamma flying out?02:41
DocScrutinizerBCMM: exactly02:42
BCMMi mean, the radioactive steam, per se, isn't a huge deal02:42
*** SmilyOrg has quit IRC02:42
DocScrutinizerpfff, radioactive H2O? so what?02:42
ds3what exactly is radioactive steam? heavy water steam?02:42
BCMMit shouldn't be that radioactive; just short-lived stuff formed by neutron activation of the water02:42
* DocScrutinizer yawns02:43
DocScrutinizersorry02:43
BCMMit shouldn't contain bits of the fuel rods02:43
BCMMbut if they've been feeding iodine to people exposed to it, that implies it does02:43
BCMMor that somebody doesn't know what iodine supplements are for02:43
SpeedEvilIt is only 'clean' if the fuel rods are intact.02:44
ds3Iodine could have vaporized02:44
ds3doesn't that stuff sublimes?02:44
DocScrutinizerseawater OTOH is full of 'nice' minerals02:44
*** BCMM_ has quit IRC02:44
SpeedEvilBCMM: Or if there is the possibility of leaks - you want people to have iodine beforehand.02:44
BCMMthat's sorta my point, if there is iodine in it, the rods are disintegrating02:44
DocScrutinizercaesium02:45
DocScrutinizeriodine02:45
DocScrutinizerall sure signs of a coremelt02:45
*** kpoman has quit IRC02:45
*** swc|666 has joined #maemo02:46
BCMMi don't know how you make radioisotopes of caesium02:46
SpeedEvilThere will presumably nominally be some diffusion out of the rods.02:46
DocScrutinizeralso hydrogen explosions, as H2O desintegrates into hydrogen and O2 at some 1000s of °C02:46
DocScrutinizerwhich of course means the rods are gue02:46
BCMMbut radioiodine tends to come from uranium02:46
BCMMand definitely not from water02:46
BCMMyeah, the rods are goo02:47
*** kpoman has joined #maemo02:47
pupnikit would be ironic if the wind blew the fallout over the USA02:47
DocScrutinizererr did I say caesium?02:47
BCMMthe pacific is bigger than it looks02:47
pupnik'oops! so sorry!'02:47
BCMMDocScrutinizer: yeah, but so did the news02:47
SpeedEvilI would be surprised if the rods remain completely gastight under conditions of neutron activation, and elevated temperature. In normal use, I'd expect the primary coolant loop to have a fair amount of contamination from activated gasses02:47
DocScrutinizerI'm dizzy02:48
*** swc|666 has quit IRC02:48
BCMMif the rods are not intact, this seawater is basically washing over the nuclear fuel, right?02:48
DocScrutinizeryes02:48
BCMM(i know the principles, but not how the plant is actually put together)02:48
BCMMand this stuff is boiling off all the time... i wonder how much contamination the process of avoiding a full meltdown is producing02:49
DocScrutinizerds3: they should throw in natrium or a similar metal02:49
cehtehdo they feed it into the core? .. or just into the containment? iirc there was no information about02:49
pupnikdon't we have funky satellites that can take snapshots of radiation?02:49
DocScrutinizerpreferrably sth that doesn't incinerate02:49
pupnikwhy doesn't Google *do* something!02:50
cehtehgoogle earth live!02:50
DocScrutinizerpupnik: nope, sats can't see radiation02:50
ds3sure they can, but they might not be pointed at the planet02:51
DocScrutinizerat least not that one on earth surface02:51
ds3the gamma ray observatory02:51
*** swc|666 has joined #maemo02:51
cehtehwhen voyager 1 picks up neutron emission from earth we should be considerably scared :)02:51
BCMMon the bright side, Onagawa appears to be intact... that's the one that caught fire, followed by elevated radiation readings02:52
BCMMapparently said readings were just contamination from Fukushima I02:52
cehtehthey say a lot these days ...02:52
* cehteh thinks it will take some months or even years to find about the whole truth02:53
BCMMcehteh: i'm pretty sure the sun would swamp that signal02:53
cehteh(which might be not that spectacular when we are lucky)02:54
*** ae__ has joined #maemo02:54
cehtehbut remember three miles island .. it took years before they realized that the core melt down02:54
cehtehprolly the now know better, but there is a lot to investigate what really happend still02:54
pupniklet's send the 9/11 commission to investigate02:55
ds3even if it did melt, isn't there less stuff in there then both of the A bombs?02:58
*** etrunko has joined #maemo02:59
cehtehhaha its all a evil plot of Osama Bin Laden!02:59
cehtehds3: you cant compare an atomic plant with atomic bombs02:59
DocScrutinizerit's common practice worldwide, and esp in nuke powerplant dependant Japan, for gvmt to only semi-admit facts that aren't possible to deny anymore02:59
cehtehthe plant may contain more mass .. more dirty but not critical since less enriched03:00
DocScrutinizerds3: less stuff??? that's TONs!03:00
cehtehand more fission byproducts and other crap03:00
BCMMDocScrutinizer: such as the possibility that the cores might be starting to disintegrate, after decay products obviously originating from the fuel have already been detected and people are already being dosed with iodine03:01
ds3just saying, it has happened before03:01
BCMM^such as admitting the03:01
DocScrutinizerds3: and due to the fact Fukushima rods were used and old, the percentage of isotopes like iodne etc is probably 20 times higer / kg than in Chernobyl03:02
cehtehBCMM: yes .. and the hydrogen explosion meant that hydrogen was produced which isnt at all good03:02
cehtehmeans the fuel-rods detoriating which is a good sign for meltdown03:02
ds3DocScrutinizer: all in all, the half life of iodine is short enough that it isn't that horrible03:02
ds3take plenty of KI til it all breaks down03:03
cehtehthere is plutonium in block 303:03
cehtehif that gets released then they have a really big problem03:03
DocScrutinizerwell, the Pu spilled all across on Nagasaki was for sure worse03:04
BCMMhttp://maps.google.com/maps?ftr=crisisresponse.kmlpanel:src=japan_earthquake_2011&cad=japan_earthquake_2011 has maps showing areas of evacuation03:04
BCMMbut they don't seem to have a meaningful legend03:04
BCMMit does at least confirm that fukushima II has it's own evacuation zone03:05
DocScrutinizerit has, since yesterday03:05
DocScrutinizerwell, make that now-30h03:06
DocScrutinizerabout as long as I'm posting here about ~5 coremelts pending03:06
DocScrutinizerfor all info available that'S the minimum of blasts to happen if they don't find a better strategy03:07
DocScrutinizerrobability for a 6th one high03:08
DocScrutinizer+p03:08
*** SmilybOrg has quit IRC03:08
DocScrutinizerif only one of 6 gets a 'proper' core meltdown with china syndrome, they are on the lucky side03:09
*** doc|home has quit IRC03:10
BCMMi take it "china syndrome" refers to the melt burning through the floor and getting into the groundwater?03:11
DocScrutinizeryep03:12
*** QinGW has joined #maemo03:12
pupniki predict japan's next nuclear reactors get built differently03:13
DocScrutinizerprobably bonbing it to pieces would be the better alternative03:13
SpeedEvilDocScrutinizer: You're missing something.03:14
*** slonopotamus has joined #maemo03:14
SpeedEvilDocScrutinizer: As time after shutdown increases, decay heat decreases.03:14
DocScrutinizeryeah, in 12 moths it's only 5MW instead of 1003:14
SpeedEvilAt some point, decay heat will be passively coolable. I don't know when that point is of course.03:15
*** Smily has joined #maemo03:15
SpeedEvilI vaguely recall 10% being stated as decay heat output an hour after SCRAM.03:15
*** madalu has joined #maemo03:15
SpeedEvilSo ~50MW03:15
BCMMDocScrutinizer: but that also guarantees a complete release into the environment03:15
DocScrutinizerI didn't completely wrap my head around it, but I think I heard it's the decay products that continue to "tick" even when subcritical03:15
DocScrutinizerthat's why a reactor doesn't stop the very moment you pull the moderator rods out03:16
DocScrutinizeror in, depending on build03:17
BCMMit's all unstable atom; they decay no matter what you do to them03:17
BCMM^atoms03:17
BCMMi mean, move them far far away from any other unstable nuclei and they'll still spontaneously decay03:17
SpeedEvilWhen normally operating, the chain reaction neutron cause massive generation of unstable radioisotopes with decay times from picoseconds to years.03:17
BCMMyou just won't get any chain reactions where a fast neutron from one decay triggers another one03:18
DocScrutinizerswapped fuel rods need to chill for iirc 2 years next to reactor in a pool, prior to shipping them anywhere03:18
SpeedEvilThese decay over time when you turnthe reactor off, as there are 'no' neutrons.03:18
SpeedEvilBut you've got a whole heap of exponential curves piled on top of each other.03:19
DocScrutinizeryes exactly03:19
BCMMit's possible to have a perfectly safe (from blowing up or doing anything surprising) lump of plutonium that just sits there and is warm to the touch03:19
SpeedEvilIt starts at the nominal power, and then decays from there.03:19
SpeedEvilYep.03:19
SpeedEvilRTG.03:19
BCMM(allegedly, this was verified in the Manhattan project. by actually touching it.)03:19
DocScrutinizerSpeedEvil: and decay of one isotop creates another one :-P03:20
SpeedEvilDocScrutinizer: Decay chains, yes, it's more complex than a simple exponential due to this.03:20
DocScrutinizerthat's my point03:21
*** ZogG has joined #maemo03:21
*** ZogG_laptop has joined #maemo03:21
BCMMthe chain-reaction itself is somewhat self-sustaining03:21
DocScrutinizeranyway, even a shutdown reactor needs cooling for months, if not years. Or you see core meltdown03:22
nox-http://www.kalzumeus.com/2011/03/13/some-perspective-on-the-japan-earthquake/03:22
SpeedEvilTrue - of course - but cooling may be passive too.03:22
*** valerius has quit IRC03:22
BCMMAFAIK, since inserting the control rods doesn't come close to totally isolating each U atom from each other U atom, the rate of fission tails off quite gradually03:23
SpeedEvilI'd be surprised if it was engineered to require passive cooling after shut off for a month, for example.03:23
DocScrutinizerSpeedEvil: sure - if the heatsink is of enormeous size ;-P03:23
BCMMit puts it in a state where it's basically self-limiting and each neutron is causing an average of less than one other neutron to be emitted03:23
*** doc|home has joined #maemo03:23
BCMMbut it takes a long time to reach equilibrium03:23
DocScrutinizerand you put in enough heat conducting paste03:24
nox-haha03:24
BCMMand the challenge is keeping it cool while that happens03:24
BCMMcause obviously if everything melts the control rods become kinda academic03:24
*** Scifi has quit IRC03:25
DocScrutinizerBCMM: nope, all those processes happen at speed of light03:25
DocScrutinizerI.E. in zero time03:25
BCMMneutrons can not travel at the speed of light...03:25
DocScrutinizerthe difference is negligible03:26
BCMM(and gamma rays cannot trigger decay)03:26
*** Smily has quit IRC03:26
DocScrutinizerif it would take time to stop the process, it also would take time to start it -> nukes impossible03:26
SpeedEvilDocScrutinizer: Wrong.03:26
SpeedEvilDocScrutinizer: thermal electrons are _verry_ far from the speed of light03:26
*** Muelli has quit IRC03:27
SpeedEvilA few tens or hundreds of meters/second IIRC03:27
DocScrutinizerSpeedEvil: not like taking weeks to settle03:27
DocScrutinizernot even milliseconds03:27
DocScrutinizerbtw fission is rather unrelated to electrons03:28
BCMMwhere the thermal electrons come into things?03:28
BCMM^do03:28
BCMMthe term is not interchangeable with "beta particle"03:28
BCMM(or "neutron" for that matter)03:29
*** Smily has joined #maemo03:29
DocScrutinizerand beta particles also are unrelated to chain reaction buildup03:29
kpomanok guys I got gingerbread working, and with overclocking it is excellent03:29
kpomanlot of games03:29
DocScrutinizerneutrons that's it03:29
kpomanvery smooth03:29
kpomanvery good battery life03:29
kpomanquite impressive in fact03:29
DocScrutinizerbeta particles - what a nonsense03:30
DocScrutinizerbeta quants maybe03:30
BCMM?03:30
DocScrutinizeran electron is a particle?03:30
SpeedEvil7% of reactor output is decay heat (according to docs I found), and typically it takes a day to decrease to 1% of nominal.03:30
cehtehstrange .. with 2.6.38* my rxvt behaves very freaky ...03:31
BCMMok, so the chain reaction does not take much time to shut off03:31
SpeedEvilcanteach.candu.org/library/19930201.pdf pager 25603:31
DocScrutinizerbut the isotopes do03:31
*** hardaker has joined #maemo03:31
cehtehand xterm too wtf03:32
DocScrutinizeras lots of them have halflife of minutes, hours, days03:32
DocScrutinizerwithout chain reaction03:32
SpeedEvilSee also teh graph on page 25303:32
BCMMso the slow shut-off is caused by short half-life neutron emitters triggering chain reactions?03:33
DocScrutinizeryeah, something along that line03:34
SpeedEvilThe source above gives neutron-based thermal generation hitting 1% at about 40s for the reactor type.03:34
DocScrutinizermy TV nukes expert gave power emission of a shutdown core of the Fukujima type as 10MW, for several weeks to months03:35
DocScrutinizerwhich is kinda of in line with what I know about handling of used fuel rods03:37
DocScrutinizerbuzzword Abklingbecken, Castor03:37
SpeedEvilI can't find a nice soruce on BWRr03:37
*** kpoman has quit IRC03:41
*** chx_sleep is now known as chx03:45
pupnikhttp://www.youtube.com/watch?v=PD7r3RgTHr0 some nuclear reactor background for a video i helped did back in 97..  Good Nukes-- "Almost Good Enough": Pt. I Reactor Components03:50
pupnikoveruse of music by pupnik03:50
*** SmilyOrg has joined #maemo03:53
*** Smily has quit IRC03:56
GeneralAntillesGet your popcorn! http://lists.meego.com/pipermail/meego-architecture/2011-March/000076.html03:59
*** mpoirier has quit IRC04:04
*** Gizmokid2005 has quit IRC04:08
kthomaswait,  wait,  it's working...04:10
*** penguinbait has quit IRC04:10
*** Gizmokid2005 has joined #maemo04:11
*** BCMM has quit IRC04:11
*** NishanthMenon has joined #maemo04:14
*** e-yes has quit IRC04:15
chxGeneralAntilles: They're rearranging deck chairs on The Titanic.04:15
*** ezisto has left #maemo04:17
*** mlwane has quit IRC04:17
cehtehchx: its important to have a first-row seat on the sinking!04:21
cehtehimagine you cant see the iceberg04:21
*** Jade has quit IRC04:21
*** Jade has joined #maemo04:22
*** Jade has quit IRC04:22
*** Jade has joined #maemo04:22
*** spiritd has joined #maemo04:23
*** otep has joined #maemo04:27
*** e-yes has joined #maemo04:29
GeneralAntilleschx: something like that, yeah. . . .04:29
*** mlwane has joined #maemo04:30
*** mlwane has left #maemo04:30
*** mlwane has quit IRC04:31
chxwhat happened to "real men ship" ?04:32
*** Tsuyo has joined #maemo04:32
zerojayThe ship's been going down for years, just that most of you haven't realized it.04:33
Tsuyohey, i wanted to flash my n900 because it doesnt start anymore. I just see the Nokia screen, and then it turns off. After plugging my N900 into my pc and running the flasher, it stays on "Suitable USB device not found, waiting." Also, the phone reboots every 10 seconds. Does someone have an Idea?04:33
*** Openfree` has quit IRC04:33
TsuyoI'm on Windows 7 x86. Using arch' doesn't work too04:34
*** ZogG has quit IRC04:34
zerojayAnd, I don't know about anyone else, but Arjan's just... such an ass.04:34
*** ZogG has joined #maemo04:34
GeneralAntillesHe's nice in person.04:37
GeneralAntillesProbably a bit frustrated, though.04:37
GeneralAntilleszerojay: yeah, but what's my alternative?04:37
GeneralAntillesAndroid aint it. :)04:37
zerojayWith that guy around, even WinMo is an option.04:38
GeneralAntillesMeh04:38
zerojayHe's really good at driving passionate people away.04:38
GeneralAntillesIntel doesn't know how to deal with a community of individuals.04:40
GeneralAntillesThat's the strength Nokia (sort of) brought to the table.04:40
GeneralAntillesBut they've been tucked away with Harmattan.04:40
ShadowJKarjan is more used to dealing with large group of kernel hackers I think :)04:43
zerojayI don't think Arjan's used to dealing with anyone but himself.04:44
*** Openfree` has joined #maemo04:45
*** orlok has joined #maemo04:50
orlokfuck microsoft and fuck nokia.04:50
GeneralAntillesIndeed.04:51
gavinwell put04:51
orlokmy N900's camera gives operation failed when i open the slider.. any suggestions?04:51
GeneralAntillesRestart?04:52
orlokforum threads indicate it needs a fsck?04:52
orloknah, done that04:52
*** Sargun has quit IRC04:53
TsuyoPlease, guys, any help here? enable-rd-mode doesn't help too04:53
Tsuyo: /04:53
GeneralAntillesTsuyo: did you hold down the U key while inserting the battery with USB plugged in?04:54
*** kthomas_vh_ has joined #maemo04:55
nox-http://english.kyodonews.jp/news/2011/03/77583.html :(04:55
TsuyoGeneralAntilles: I tried it now, and doesn't change anything04:55
GeneralAntillesTsuyo: so, no USB icon in the corner on the N900?04:55
GeneralAntillesAnd you're sure the USB cable isn't at fault?04:55
TsuyoWell, there is one. I don't flash for my first time :p04:56
TsuyoMy brother had the nice idea to dpkg -r -a04:56
doc|homenox-: it's not major. Similar to explosion the other day. Data coming from the reactors says so far it shouldn't be a big problem.04:56
GeneralAntillesSo, the N900 is going into flashing mode, but the flasher isn't seeing it?04:56
Tsuyo2.04:56
TsuyoIt finds the phone04:56
Tsuyobut it freezes at:04:56
TsuyoSuitable USB device not found ..04:56
TsuyoThe phone keeps rebooting04:56
*** kthomas has quit IRC04:57
Tsuyoi hear the vibrate ever ~10 secs04:57
Tsuyoy*04:57
lcukflat battery?04:57
orlokhmm.. deleted kernel maybe?04:57
GeneralAntillesYeah, battery might be low.04:57
GeneralAntillesNothing but NOLO is involved in flashing.04:58
GeneralAntillesSo if it's power cycling, it's likely a low battery.04:58
TsuyoBattery is on ~ 85%04:58
lcukhow do you know?04:58
lcukif you are not getting into os04:58
TsuyoI had it on the power cable04:58
Tsuyowhen my brother killed my phone04:58
Tsuyoand it was on arround 90%, wich would be ~85 now04:58
lcukpesky brothers04:58
lcukjusta thought04:59
* lcuk had power cycling doofer earlier today04:59
*** sobczyk has joined #maemo04:59
lcukI had to look at my n900 sternly before it would bootup04:59
*** pcfe has quit IRC05:00
*** pcfe has joined #maemo05:01
*** pcfe has quit IRC05:01
*** pcfe has joined #maemo05:01
TsuyoWell, i power it up over the night. I hope i get it to work today. Sending my phone back to nokia would suck much different things.05:01
lcuk indeed, when you try it in the morning05:02
lcukperhaps take out battery, plug in usb, start flasher, then when it says device not found, pop the battery in05:02
TsuyoAight'05:02
* lcuk used this method for every flashing on every device in last couple of years05:03
Tsuyowith your method i get this response: http://pastebin.com/wg1D3ApW05:04
Tsuyolcuk.05:04
lcukTsuyo, my old laptop used to do that randomly, it was something in the kernel etc - i had to reboot laptop to fix that cos I am not a kernel bod05:05
*** McMAGIC-- has quit IRC05:05
Tsuyoi've rebooted my pc for the second time now : /05:05
* lcuk goes to sleep again anyway05:05
lcuk:(05:06
lcukTsuyo, try an alternative machine05:06
lcukbut that error is more host than n900 i believe05:06
ShadowJKand different usb port, and don't use hubs05:06
*** Scifi has joined #maemo05:07
lcukTsuyo, are your usb cables using clockwise twisting, or anticlockwise?05:07
Tsuyoyeah, i'm going to sleep too. Thanks for your help :), i'll abuse mother's pc after mornin'05:07
TsuyoErr05:07
TsuyoHuh :D ?05:08
Tsuyoi thought usb would be a standard05:08
lcukwell you have to get the right kind of cable depending on which hemisphere you are on05:08
lcukthe electrons go the wrong way if you import :'(05:08
Tsuyowat :D05:09
orloklcuk: heh.. thats almost funny, as you said that while i was looking at stuff in #astronomy :)05:09
lcukheh05:09
lcukgnite fellas \o05:09
TsuyoSeeya05:09
orloklcuk: my telescope tripod came with a scope configured for the wrong hemisphere05:09
lcuk;)05:09
Tsuyogood night, too :)05:09
*** Tsuyo has quit IRC05:10
*** Openfree` has quit IRC05:13
*** Openfree` has joined #maemo05:14
*** spiritd has quit IRC05:14
*** Openfree` has quit IRC05:16
*** Openfree` has joined #maemo05:17
*** mitsutaka_ has quit IRC05:22
*** mitsutaka has joined #maemo05:22
*** lbt has quit IRC05:23
*** ZogG has quit IRC05:26
*** lbt has joined #maemo05:26
*** lbt has joined #maemo05:26
*** KMFDM has quit IRC05:26
*** ZogG has joined #maemo05:26
*** maybeHere has quit IRC05:34
*** smooph1 has joined #maemo05:36
*** smooph has quit IRC05:36
*** ZogG_laptop has quit IRC05:36
*** ZogG_laptop has joined #maemo05:36
*** maybeHere has joined #maemo05:36
*** etrunko has quit IRC05:38
*** defragger has quit IRC05:44
*** defragger has joined #maemo05:45
*** woodong50_______ has joined #maemo05:46
* orlok ssh's into his phone to back everything up05:48
orlokAhh, a phone that doesnt drive me nuts...05:49
*** woodong50_______ has quit IRC05:51
*** Natunen has joined #maemo05:51
*** e-yes has quit IRC05:52
*** ZogG has quit IRC05:55
*** ZogG has joined #maemo05:59
*** Sargun has joined #maemo06:02
*** ZogG_laptop has quit IRC06:10
*** PhonicUK has quit IRC06:11
*** radic has joined #maemo06:12
*** radic_ has quit IRC06:12
*** Rhoruns has quit IRC06:15
DocScrutinizer~flash06:17
infoboti guess flashing is http://wiki.maemo.org/Updating_the_tablet_firmware06:17
*** Jade has quit IRC06:17
*** Jade has joined #maemo06:19
*** Jade has quit IRC06:19
*** Jade has joined #maemo06:19
*** JakDaRippa has quit IRC06:20
*** robbiethe1st has joined #maemo06:21
*** nox- has quit IRC06:21
*** JakDaRippa has joined #maemo06:22
*** MacDrunk has joined #maemo06:28
*** woodong50_______ has joined #maemo06:28
*** robink has quit IRC06:38
*** woodong50_______ has quit IRC06:38
*** robink has joined #maemo06:38
*** mavhc has quit IRC06:40
*** lbt has quit IRC06:44
*** mavhc has joined #maemo06:45
*** MadViking has joined #maemo06:47
*** hardaker has quit IRC06:56
DocScrutinizerhmm, 2nd reactor gone pooof06:59
orlokjust hydrogen containment06:59
*** GNUton-BNC has joined #maemo06:59
DocScrutinizersure, what else?06:59
*** madalu has quit IRC07:06
*** Scifi has quit IRC07:12
chxsounds like the containment vessels are intact07:12
ds3on topic question - does python offer bluetooth bindings?07:15
orlokpretty sure it does07:16
ds3i.e. ability to setup a rfcomm connection07:16
ds3Hmmm07:16
orlokhttp://code.google.com/p/pybluez/07:16
chxin general, does python offer X answer is yes :D07:16
orlokimport soul07:16
ds3ah07:16
orlok:)07:16
orlokpython makes me look like i know how to programm07:16
ds3python seems to be the easiest way to get a graphically app on the N90007:16
orlokds3: with what?07:16
* orlok uses pygame and wxwidgets on desktops07:16
orlokspeaking of which07:16
ds3I want to poke at the GPS, Bluetooth, and camera07:16
orloki need to get back to the hardware for it07:16
ds3all of which request mucking with X or wrapped X calls (aka libs like gtk/qt/etc)07:16
orlokmaking arduino controlled telescope.. PC side will be python07:16
ds3python seems to avoid that07:16
ds3okay, so the N900 side seems to be covered07:16
ds3trying to figure out what it would take to build a bluetooth watch as a N900 companion07:16
*** Guest40473 has quit IRC07:16
*** Guest40473 has joined #maemo07:17
doc|homeall reactors at plant 1 have been shut down07:17
ds3shutdown but not cooled down yet, right?07:17
*** lbt has joined #maemo07:21
*** lbt has joined #maemo07:21
doc|homeds3: some, yes07:21
doc|homeds3: that takes days07:21
doc|homebut that's going ahead now07:21
ds3*nod*07:21
*** Dialekt has quit IRC07:21
*** Guest40473 has left #maemo07:21
*** slonopotamus has quit IRC07:21
*** slonopotamus has joined #maemo07:24
*** idoru has quit IRC07:42
*** JakDaRippa has quit IRC07:42
*** Chewtoy has quit IRC07:42
*** kerio has quit IRC07:42
*** cehteh has quit IRC07:42
*** Vanadis has quit IRC07:42
*** kimitake has quit IRC07:42
*** Kilroo has quit IRC07:42
*** evilbulgarian has quit IRC07:42
*** jas4711 has quit IRC07:42
*** X-Fade has quit IRC07:42
*** yanu has quit IRC07:42
*** Sargun has quit IRC07:42
*** vblazquez has quit IRC07:42
*** skrr has quit IRC07:42
*** divan has quit IRC07:42
*** orospakr has quit IRC07:42
*** guerby has quit IRC07:42
*** comawhite has quit IRC07:42
*** robink has quit IRC07:42
*** otep has quit IRC07:42
*** SmilyOrg has quit IRC07:42
*** HRH_H_Crab has quit IRC07:42
*** disco_stu has quit IRC07:42
*** Bleadof has quit IRC07:42
*** hcarrega has quit IRC07:42
*** alturiak has quit IRC07:42
*** Dragnslcr has quit IRC07:42
*** zgoldberg has quit IRC07:42
*** xxtjaxx has quit IRC07:42
*** githogori has quit IRC07:42
*** pronto has quit IRC07:42
*** SouBE has quit IRC07:42
*** infobot has quit IRC07:42
*** rjeo has quit IRC07:42
*** sejo has quit IRC07:42
*** Appiah has quit IRC07:42
*** Flanbix has quit IRC07:42
*** Gadgetoid has quit IRC07:42
*** vcgomes has quit IRC07:42
*** aloril has quit IRC07:42
*** bleeter has quit IRC07:42
*** Arkenoi has quit IRC07:42
*** mirsal has quit IRC07:42
*** SpeedEvil has quit IRC07:42
*** rm_you| has quit IRC07:42
*** trip0 has quit IRC07:42
*** eMHa has quit IRC07:42
*** APTX has quit IRC07:42
*** lbt has quit IRC07:42
*** Natunen has quit IRC07:42
*** defragger has quit IRC07:42
*** swc|666 has quit IRC07:42
*** korhojoa has quit IRC07:42
*** booiiing has quit IRC07:42
*** straind has quit IRC07:42
*** Venemo has quit IRC07:42
*** ferdna has quit IRC07:42
*** Laamane has quit IRC07:42
*** achipa has quit IRC07:42
*** swc|666__ has quit IRC07:42
*** shamus has quit IRC07:42
*** dangergrrl has quit IRC07:42
*** lucent has quit IRC07:42
*** mva has quit IRC07:42
*** mveplus has quit IRC07:42
*** pdz has quit IRC07:42
*** ketas has quit IRC07:42
*** ebzzry has quit IRC07:42
*** th0br0 has quit IRC07:42
*** cpt_nemo has quit IRC07:42
*** ccooke has quit IRC07:42
*** tg has quit IRC07:42
*** GuySoft has quit IRC07:42
*** Trizt has quit IRC07:42
*** Robot101 has quit IRC07:42
*** ^24seven has quit IRC07:42
*** haj has quit IRC07:42
*** bernard_ has quit IRC07:42
*** corecode has quit IRC07:42
*** nomis has quit IRC07:42
*** Summeli has quit IRC07:42
*** Passeli has quit IRC07:42
*** MacDrunk has quit IRC07:42
*** radic has quit IRC07:42
*** ZogG has quit IRC07:42
*** mitsutaka has quit IRC07:42
*** ae__ has quit IRC07:42
*** Corsac has quit IRC07:42
*** sobczyk has quit IRC07:42
*** klasu_ has quit IRC07:42
*** v2px has quit IRC07:42
*** Gh0sty has quit IRC07:42
*** ColdFyre has quit IRC07:42
*** ftrvxmtrx has quit IRC07:42
*** bboyvat has quit IRC07:42
*** shpaq has quit IRC07:42
*** Tuco1 has quit IRC07:42
*** xkr47 has quit IRC07:42
*** redeeman has quit IRC07:42
*** script has quit IRC07:42
*** Roksteady has quit IRC07:42
*** Treibholz has quit IRC07:42
*** gavin has quit IRC07:42
*** trx has quit IRC07:42
*** yacc has quit IRC07:42
*** GeneralAntilles has quit IRC07:42
*** mhlavink_afk has quit IRC07:42
*** onion has quit IRC07:42
*** sge has quit IRC07:42
*** Sulx has quit IRC07:42
*** der_moder_dscc has quit IRC07:42
*** dvarnes has quit IRC07:42
*** em has quit IRC07:42
*** Cor-Ai has quit IRC07:42
*** T_X has quit IRC07:42
*** Shapeshifter has quit IRC07:42
*** mat- has quit IRC07:42
*** odin_ has quit IRC07:42
*** edheldil has quit IRC07:42
*** basiaf has quit IRC07:42
*** n1x0n has quit IRC07:42
*** Azog has quit IRC07:42
*** inz has quit IRC07:42
*** haltdef has quit IRC07:42
*** borism has quit IRC07:42
*** Macer has quit IRC07:42
*** crashanddie_ has quit IRC07:42
*** ketas-av has quit IRC07:42
*** pcfe has quit IRC07:42
*** DocScrutinizer has quit IRC07:42
*** simeoni has quit IRC07:42
*** DocScrutinizer51 has quit IRC07:42
*** Spookje has quit IRC07:42
*** Scorcerer has quit IRC07:42
*** parasight has quit IRC07:42
*** trench has quit IRC07:42
*** mardi has quit IRC07:42
*** dotCOMmie has quit IRC07:42
*** exes has quit IRC07:42
*** kkoehne has quit IRC07:42
*** xnt14 has quit IRC07:42
*** steve___ has quit IRC07:42
*** Jaffa has quit IRC07:42
*** janemba has quit IRC07:42
*** Lava_Croft has quit IRC07:42
*** Plnt has quit IRC07:42
*** ssweeny has quit IRC07:42
*** EgS has quit IRC07:42
*** Nitial has quit IRC07:42
*** _llll_ has quit IRC07:42
*** GAN900 has quit IRC07:42
*** marienz has quit IRC07:42
*** compengi has quit IRC07:42
*** _Firehand has quit IRC07:42
*** Solarion has quit IRC07:42
*** pyhimys has quit IRC07:42
*** dashavoo has quit IRC07:42
*** Vid has quit IRC07:42
*** flux has quit IRC07:42
*** claw has quit IRC07:42
*** ThreeM has quit IRC07:42
*** PolarFox has quit IRC07:42
*** _|Nix|_ has quit IRC07:42
*** ruskie has quit IRC07:42
*** Kaadlajk has quit IRC07:42
*** thuttu77 has quit IRC07:42
*** nslu2-log has quit IRC07:42
*** stippeng has quit IRC07:42
*** felipe` has quit IRC07:42
*** Veggen has quit IRC07:42
*** QinGW has quit IRC07:42
*** Tscheesy has quit IRC07:42
*** w00t_ has quit IRC07:42
*** rbelem has quit IRC07:42
*** rtyler has quit IRC07:42
*** joga has quit IRC07:42
*** LiraNuna has quit IRC07:42
*** ieatlint has quit IRC07:42
*** sevard has quit IRC07:42
*** mgedmin has quit IRC07:42
*** toggles_ has quit IRC07:42
*** MikaT_ has quit IRC07:42
*** aslani has quit IRC07:42
*** jpinx_away has quit IRC07:42
*** MadViking has quit IRC07:42
*** mavhc has quit IRC07:42
*** tchan has quit IRC07:42
*** sunny_s has quit IRC07:42
*** lcuk has quit IRC07:42
*** d1b has quit IRC07:42
*** thauta has quit IRC07:42
*** l13tl3 has quit IRC07:42
*** fiberspeed has quit IRC07:42
*** alextreme has quit IRC07:42
*** Xjs|moonshine has quit IRC07:42
*** El_Angelo has quit IRC07:42
*** tripz0 has quit IRC07:42
*** Earthwings has quit IRC07:42
*** dmb has quit IRC07:42
*** sigue has quit IRC07:42
*** fredix has quit IRC07:42
*** Flipi|BNC has quit IRC07:42
*** niko has quit IRC07:42
*** ptl has quit IRC07:42
*** olvix_ has quit IRC07:42
*** derf has quit IRC07:42
*** kulve has quit IRC07:42
*** Trewas has quit IRC07:42
*** romaxa__ has quit IRC07:42
*** villager has quit IRC07:42
*** sharpneli has quit IRC07:42
*** dm8tbr has quit IRC07:42
*** sezuan has quit IRC07:42
*** pahartik has quit IRC07:42
*** tmzt_ has quit IRC07:42
*** vesa_ has quit IRC07:42
*** lupine_85 has quit IRC07:42
*** madduck has quit IRC07:42
*** kirma has quit IRC07:42
*** lauri has quit IRC07:42
*** luke-jr has quit IRC07:42
*** luke-jr|otg has quit IRC07:42
*** maybeHere has quit IRC07:42
*** Ian-- has quit IRC07:42
*** visz has quit IRC07:42
*** joppu has quit IRC07:42
*** krau has quit IRC07:42
*** jjo has quit IRC07:42
*** dev has quit IRC07:42
*** klasu___ has quit IRC07:42
*** BugBlue has quit IRC07:42
*** kahless has quit IRC07:42
*** wijiji has quit IRC07:42
*** chem|st has quit IRC07:42
*** jacekowski has quit IRC07:42
*** tybollt has quit IRC07:42
*** fuz_ has quit IRC07:42
*** florentia has quit IRC07:42
*** dubzii_afk has quit IRC07:42
*** musca has quit IRC07:42
*** Riussi has quit IRC07:42
*** till| has quit IRC07:42
*** andrunko has quit IRC07:42
*** kov has quit IRC07:42
*** ed1703 has quit IRC07:42
*** t0h has quit IRC07:42
*** MohammadAG has quit IRC07:42
*** rosseaux has quit IRC07:42
*** johnsu01 has quit IRC07:42
*** gregoa has quit IRC07:42
*** matthias- has quit IRC07:42
*** Zucca has quit IRC07:42
*** frals has quit IRC07:42
*** rmrfchik has quit IRC07:42
*** Elfix has quit IRC07:42
*** kamui has quit IRC07:42
*** pvanhoof has quit IRC07:42
*** kevsim_ has quit IRC07:42
*** Pavel has quit IRC07:42
*** neal has quit IRC07:42
*** RST38h has quit IRC07:42
*** marmoute has quit IRC07:42
*** razzloss has quit IRC07:42
*** slonopotamus has quit IRC07:42
*** GNUton-BNC has quit IRC07:42
*** kthomas_vh_ has quit IRC07:42
*** doc|home has quit IRC07:42
*** kabtoffe has quit IRC07:42
*** akiniemi has quit IRC07:42
*** FIQ|n900 has quit IRC07:42
*** Funnyface2 has quit IRC07:42
*** Suiseiseki has quit IRC07:42
*** chx has quit IRC07:42
*** n900evil has quit IRC07:42
*** The_Fellow has quit IRC07:42
*** udovdh has quit IRC07:42
*** crs has quit IRC07:42
*** cyborg-one has quit IRC07:42
*** FireFly|n900 has quit IRC07:42
*** wmarone__ has quit IRC07:42
*** Chiku|dc has quit IRC07:42
*** lolcat has quit IRC07:42
*** tuho has quit IRC07:42
*** flat` has quit IRC07:42
*** toresbe has quit IRC07:42
*** tank-man has quit IRC07:42
*** zimmerle has quit IRC07:42
*** cmvo has quit IRC07:42
*** ponyofdeath has quit IRC07:42
*** Dhraakellian has quit IRC07:42
*** orlok has quit IRC07:42
*** monkeyiq has quit IRC07:42
*** fabo has quit IRC07:42
*** stonda has quit IRC07:42
*** mikki-kun has quit IRC07:42
*** ShadowJK has quit IRC07:42
*** massoud has quit IRC07:42
*** Jartza has quit IRC07:42
*** woldrich has quit IRC07:42
*** alterego has quit IRC07:42
*** pigeon has quit IRC07:42
*** nae has quit IRC07:42
*** degggeard has quit IRC07:42
*** SaBer has quit IRC07:42
*** fellu has quit IRC07:42
*** Openfree` has quit IRC07:42
*** Gizmokid2005 has quit IRC07:42
*** rysiek|pl has quit IRC07:42
*** TheXception has quit IRC07:42
*** peetah has quit IRC07:42
*** Tibux has quit IRC07:42
*** Wamanuz3 has quit IRC07:42
*** mk8 has quit IRC07:42
*** mortenvp has quit IRC07:42
*** marnanel has quit IRC07:42
*** merlin1991 has quit IRC07:42
*** vivijim has quit IRC07:42
*** andrei1089 has quit IRC07:42
*** abner has quit IRC07:42
*** albanc has quit IRC07:42
*** macmaN has quit IRC07:42
*** barisione has quit IRC07:42
*** KaKaRoTo has quit IRC07:42
*** dRbiG has quit IRC07:42
*** pillar_ has quit IRC07:42
*** jaska has quit IRC07:42
*** FauxFaux has quit IRC07:42
*** range has quit IRC07:42
*** ds3 has quit IRC07:42
*** cos^ has quit IRC07:42
*** fil has quit IRC07:42
*** petteri has quit IRC07:42
*** `0660 has quit IRC07:42
*** Psi has quit IRC07:42
*** Proteous has quit IRC07:42
*** dragly has quit IRC07:42
*** ChanServ has quit IRC07:42
*** Arkenoi has joined #maemo07:53
*** bleeter has joined #maemo07:53
*** aloril has joined #maemo07:53
*** DocScrutinizer has joined #maemo07:53
*** McMAGIC-- has joined #maemo07:53
*** mikhas has joined #maemo07:53
*** slonopotamus has joined #maemo07:53
*** lbt has joined #maemo07:53
*** GNUton-BNC has joined #maemo07:53
*** MadViking has joined #maemo07:53
*** mavhc has joined #maemo07:53
*** robink has joined #maemo07:53
*** MacDrunk has joined #maemo07:53
*** JakDaRippa has joined #maemo07:53
*** radic has joined #maemo07:53
*** Sargun has joined #maemo07:53
*** ZogG has joined #maemo07:53
*** Natunen has joined #maemo07:53
*** defragger has joined #maemo07:53
*** maybeHere has joined #maemo07:53
*** mitsutaka has joined #maemo07:53
*** Openfree` has joined #maemo07:53
*** pcfe has joined #maemo07:53
*** sobczyk has joined #maemo07:53
*** kthomas_vh_ has joined #maemo07:53
*** orlok has joined #maemo07:53
*** otep has joined #maemo07:53
*** Gizmokid2005 has joined #maemo07:53
*** SmilyOrg has joined #maemo07:53
*** doc|home has joined #maemo07:53
*** QinGW has joined #maemo07:53
*** ae__ has joined #maemo07:53
*** swc|666 has joined #maemo07:53
*** vblazquez has joined #maemo07:53
*** korhojoa has joined #maemo07:53
*** kabtoffe has joined #maemo07:53
*** akiniemi has joined #maemo07:53
*** skrr has joined #maemo07:53
*** rbelem has joined #maemo07:53
*** FIQ|n900 has joined #maemo07:53
*** Corsac has joined #maemo07:53
*** booiiing has joined #maemo07:53
*** tchan has joined #maemo07:53
*** mirsal has joined #maemo07:53
*** rysiek|pl has joined #maemo07:53
*** Chewtoy has joined #maemo07:53
*** sunny_s has joined #maemo07:53
*** SpeedEvil has joined #maemo07:53
*** Funnyface2 has joined #maemo07:53
*** straind has joined #maemo07:53
*** Venemo has joined #maemo07:53
*** Suiseiseki has joined #maemo07:53
*** chx has joined #maemo07:53
*** TheXception has joined #maemo07:53
*** kerio has joined #maemo07:53
*** n900evil has joined #maemo07:53
*** divan has joined #maemo07:53
*** HRH_H_Crab has joined #maemo07:53
*** ferdna has joined #maemo07:53
*** Lava_Croft has joined #maemo07:53
*** Laamane has joined #maemo07:53
*** v2px has joined #maemo07:53
*** klasu_ has joined #maemo07:53
*** Ian-- has joined #maemo07:53
*** Tscheesy has joined #maemo07:53
*** visz has joined #maemo07:53
*** achipa has joined #maemo07:53
*** xxtjaxx has joined #maemo07:53
*** swc|666__ has joined #maemo07:53
*** shamus has joined #maemo07:53
*** orospakr has joined #maemo07:53
*** guerby has joined #maemo07:53
*** Gh0sty has joined #maemo07:53
*** ColdFyre has joined #maemo07:53
*** w00t_ has joined #maemo07:53
*** andrunko has joined #maemo07:53
*** Macer has joined #maemo07:53
*** dangergrrl has joined #maemo07:53
*** joppu has joined #maemo07:53
*** peetah has joined #maemo07:53
*** crashanddie_ has joined #maemo07:53
*** cehteh has joined #maemo07:53
*** ftrvxmtrx has joined #maemo07:53
*** rm_you| has joined #maemo07:53
*** lcuk has joined #maemo07:53
*** eMHa has joined #maemo07:53
*** The_Fellow has joined #maemo07:53
*** Tibux has joined #maemo07:53
*** Wamanuz3 has joined #maemo07:53
*** d1b has joined #maemo07:53
*** lucent has joined #maemo07:53
*** Vanadis has joined #maemo07:53
*** Trewas has joined #maemo07:53
*** APTX has joined #maemo07:53
*** bboyvat has joined #maemo07:53
*** udovdh has joined #maemo07:53
*** shpaq has joined #maemo07:53
*** disco_stu has joined #maemo07:53
*** mk8 has joined #maemo07:53
*** kimitake has joined #maemo07:53
*** thauta has joined #maemo07:53
*** rtyler has joined #maemo07:53
*** mva has joined #maemo07:53
*** mveplus has joined #maemo07:53
*** Bleadof has joined #maemo07:53
*** Kilroo has joined #maemo07:53
*** evilbulgarian has joined #maemo07:53
*** crs has joined #maemo07:53
*** mortenvp has joined #maemo07:53
*** Tuco1 has joined #maemo07:53
*** cyborg-one has joined #maemo07:53
*** l13tl3 has joined #maemo07:53
*** xkr47 has joined #maemo07:53
*** redeeman has joined #maemo07:53
*** simeoni has joined #maemo07:53
*** krau has joined #maemo07:53
*** joga has joined #maemo07:53
*** fiberspeed has joined #maemo07:53
*** hcarrega has joined #maemo07:53
*** kov has joined #maemo07:53
*** FireFly|n900 has joined #maemo07:53
*** alextreme has joined #maemo07:53
*** pdz has joined #maemo07:53
*** script has joined #maemo07:53
*** DocScrutinizer51 has joined #maemo07:53
*** Xjs|moonshine has joined #maemo07:53
*** comawhite has joined #maemo07:53
*** alturiak has joined #maemo07:53
*** Roksteady has joined #maemo07:53
*** ketas has joined #maemo07:53
*** ebzzry has joined #maemo07:53
*** Dragnslcr has joined #maemo07:53
*** wmarone__ has joined #maemo07:53
*** th0br0 has joined #maemo07:53
*** El_Angelo has joined #maemo07:53
*** Treibholz has joined #maemo07:53
*** cpt_nemo has joined #maemo07:53
*** ccooke has joined #maemo07:53
*** jjo has joined #maemo07:53
*** gavin has joined #maemo07:53
*** Spookje has joined #maemo07:53
*** jas4711 has joined #maemo07:53
*** zgoldberg has joined #maemo07:53
*** marnanel has joined #maemo07:53
*** merlin1991 has joined #maemo07:53
*** Scorcerer has joined #maemo07:53
*** vivijim has joined #maemo07:53
*** andrei1089 has joined #maemo07:53
*** abner has joined #maemo07:53
*** tripz0 has joined #maemo07:53
*** albanc has joined #maemo07:53
*** macmaN has joined #maemo07:53
*** Earthwings has joined #maemo07:53
*** edheldil has joined #maemo07:53
*** Chiku|dc has joined #maemo07:53
*** X-Fade has joined #maemo07:53
*** dmb has joined #maemo07:53
*** barisione has joined #maemo07:53
*** KaKaRoTo has joined #maemo07:53
*** githogori has joined #maemo07:53
*** trx has joined #maemo07:53
*** LiraNuna has joined #maemo07:53
*** ieatlint has joined #maemo07:53
*** tg has joined #maemo07:53
*** yanu has joined #maemo07:53
*** GuySoft has joined #maemo07:53
*** Trizt has joined #maemo07:53
*** pronto has joined #maemo07:53
*** SouBE has joined #maemo07:53
*** sigue has joined #maemo07:53
*** yacc has joined #maemo07:53
*** sejo has joined #maemo07:53
*** Appiah has joined #maemo07:53
*** Flanbix has joined #maemo07:53
*** GeneralAntilles has joined #maemo07:53
*** fredix has joined #maemo07:53
*** mhlavink_afk has joined #maemo07:53
*** onion has joined #maemo07:53
*** ed1703 has joined #maemo07:53
*** lolcat has joined #maemo07:53
*** infobot has joined #maemo07:53
*** parasight has joined #maemo07:53
*** sge has joined #maemo07:53
*** sevard has joined #maemo07:53
*** tuho has joined #maemo07:53
*** dev has joined #maemo07:53
*** Flipi|BNC has joined #maemo07:53
*** klasu___ has joined #maemo07:53
*** matthias- has joined #maemo07:53
*** toresbe has joined #maemo07:53
*** BugBlue has joined #maemo07:53
*** ketas-av has joined #maemo07:53
*** trench has joined #maemo07:53
*** mardi has joined #maemo07:53
*** jpinx_away has joined #maemo07:53
*** aslani has joined #maemo07:53
*** MikaT_ has joined #maemo07:53
*** toggles_ has joined #maemo07:53
*** mgedmin has joined #maemo07:53
*** Robot101 has joined #maemo07:53
*** Sulx has joined #maemo07:53
*** der_moder_dscc has joined #maemo07:53
*** flat` has joined #maemo07:53
*** niko has joined #maemo07:53
*** rjeo has joined #maemo07:53
*** dRbiG has joined #maemo07:53
*** kahless has joined #maemo07:53
*** ^24seven has joined #maemo07:53
*** Gadgetoid has joined #maemo07:53
*** ptl has joined #maemo07:53
*** PolarFox has joined #maemo07:53
*** dvarnes has joined #maemo07:53
*** vcgomes has joined #maemo07:53
*** haj has joined #maemo07:53
*** olvix_ has joined #maemo07:53
*** t0h has joined #maemo07:53
*** wijiji has joined #maemo07:53
*** ssweeny has joined #maemo07:53
*** chem|st has joined #maemo07:53
*** tank-man has joined #maemo07:53
*** jacekowski has joined #maemo07:53
*** derf has joined #maemo07:53
*** dotCOMmie has joined #maemo07:53
*** exes has joined #maemo07:53
*** kulve has joined #maemo07:53
*** asimov.freenode.net sets mode: +v infobot07:53
*** nomis has joined #maemo07:53
*** bernard_ has joined #maemo07:53
*** corecode has joined #maemo07:53
*** pillar_ has joined #maemo07:53
*** romaxa__ has joined #maemo07:53
*** kkoehne has joined #maemo07:53
*** em has joined #maemo07:53
*** steve___ has joined #maemo07:53
*** xnt14 has joined #maemo07:53
*** MohammadAG has joined #maemo07:53
*** zimmerle has joined #maemo07:53
*** cmvo has joined #maemo07:53
*** Summeli has joined #maemo07:53
*** Cor-Ai has joined #maemo07:53
*** woldrich has joined #maemo07:53
*** n1x0n has joined #maemo07:53
*** T_X has joined #maemo07:53
*** Passeli has joined #maemo07:53
*** jaska has joined #maemo07:53
*** ponyofdeath has joined #maemo07:53
*** villager has joined #maemo07:53
*** Dhraakellian has joined #maemo07:53
*** rosseaux has joined #maemo07:53
*** pahartik has joined #maemo07:53
*** FauxFaux has joined #maemo07:53
*** Shapeshifter has joined #maemo07:53
*** monkeyiq has joined #maemo07:53
*** fabo has joined #maemo07:53
*** mat- has joined #maemo07:53
*** basiaf has joined #maemo07:53
*** sharpneli has joined #maemo07:53
*** stonda has joined #maemo07:53
*** Jaffa has joined #maemo07:53
*** janemba has joined #maemo07:53
*** johnsu01 has joined #maemo07:53
*** mikki-kun has joined #maemo07:53
*** gregoa has joined #maemo07:53
*** Plnt has joined #maemo07:53
*** ShadowJK has joined #maemo07:53
*** odin_ has joined #maemo07:53
*** dm8tbr has joined #maemo07:53
*** sezuan has joined #maemo07:53
*** range has joined #maemo07:53
*** ds3 has joined #maemo07:53
*** EgS has joined #maemo07:53
*** tmzt_ has joined #maemo07:53
*** vesa_ has joined #maemo07:53
*** Nitial has joined #maemo07:53
*** lupine_85 has joined #maemo07:53
*** madduck has joined #maemo07:53
*** _llll_ has joined #maemo07:53
*** Azog has joined #maemo07:53
*** cos^ has joined #maemo07:53
*** GAN900 has joined #maemo07:53
*** marienz has joined #maemo07:53
*** inz has joined #maemo07:53
*** kirma has joined #maemo07:53
*** haltdef has joined #maemo07:53
*** compengi has joined #maemo07:53
*** Zucca has joined #maemo07:53
*** borism has joined #maemo07:53
*** lauri has joined #maemo07:53
*** Vid has joined #maemo07:53
*** luke-jr has joined #maemo07:53
*** massoud has joined #maemo07:53
*** _Firehand has joined #maemo07:53
*** tybollt has joined #maemo07:53
*** frals has joined #maemo07:53
*** Solarion has joined #maemo07:53
*** rmrfchik has joined #maemo07:53
*** pyhimys has joined #maemo07:53
*** dashavoo has joined #maemo07:53
*** luke-jr|otg has joined #maemo07:53
*** flux has joined #maemo07:53
*** fuz_ has joined #maemo07:53
*** claw has joined #maemo07:53
*** florentia has joined #maemo07:53
*** ThreeM has joined #maemo07:53
*** Elfix has joined #maemo07:53
*** Jartza has joined #maemo07:53
*** kamui has joined #maemo07:53
*** pvanhoof has joined #maemo07:53
*** dubzii_afk has joined #maemo07:53
*** kevsim_ has joined #maemo07:53
*** idoru has joined #maemo07:53
*** Pavel has joined #maemo07:53
*** neal has joined #maemo07:53
*** RST38h has joined #maemo07:53
*** alterego has joined #maemo07:53
*** _|Nix|_ has joined #maemo07:53
*** musca has joined #maemo07:53
*** fil has joined #maemo07:53
*** ruskie has joined #maemo07:53
*** Kaadlajk has joined #maemo07:53
*** pigeon has joined #maemo07:53
*** thuttu77 has joined #maemo07:53
*** nae has joined #maemo07:53
*** degggeard has joined #maemo07:53
*** nslu2-log has joined #maemo07:53
*** stippeng has joined #maemo07:53
*** felipe` has joined #maemo07:53
*** Veggen has joined #maemo07:53
*** dragly has joined #maemo07:53
*** Proteous has joined #maemo07:53
*** Psi has joined #maemo07:53
*** `0660 has joined #maemo07:53
*** fellu has joined #maemo07:53
*** petteri has joined #maemo07:53
*** SaBer has joined #maemo07:53
*** marmoute has joined #maemo07:53
*** razzloss has joined #maemo07:53
*** Riussi has joined #maemo07:53
*** till| has joined #maemo07:53
*** ChanServ has joined #maemo07:53
*** asimov.freenode.net sets mode: +o ChanServ07:53
*** cehteh has quit IRC07:53
*** cehteh has joined #maemo07:55
*** Chewtoy has quit IRC07:56
*** jayne has quit IRC07:58
*** Chewtoy has joined #maemo07:59
DocScrutinizerdoc|home: I don't see anything going ahead there, except expected hydrogen explosions after 15-20h from cooling failure, and the final coremelt after 30-45h, which will result in another much huger explosion or china syndrome07:59
*** slonopotamus has quit IRC07:59
doc|homeDocScrutinizer: why do you expect failure?07:59
*** avs has joined #maemo07:59
DocScrutinizerfaulure is a fact, that happened quite some time ago07:59
DocScrutinizerbecause of both generators and power grid are damaged07:59
doc|homefailure of the systems they had in place, yeah, but they've been working on alternatives07:59
DocScrutinizerthese aren't alternatives, that's desperate last efforts that are rather unlikely to help a lot08:00
doc|home, but they've been working on alternatives08:00
doc|homewhoops08:00
doc|homehttp://english.kyodonews.jp/news/2011/03/76948.html08:00
doc|homefine, desperate alternatives :)08:00
doc|homeok, looks like it is happening08:01
doc|homefuck08:01
doc|homepardon my french08:01
doc|homehttp://english.kyodonews.jp/news/2011/03/77025.html08:01
*** jayne has joined #maemo08:02
*** buntfalke has joined #maemo08:03
*** jayne has quit IRC08:04
DocScrutinizerplus wind is changing, tomorrow it might hit Tokyo08:06
doc|homewest coast of north america otherwise08:07
doc|homenot sure how bad that'd be08:07
DocScrutinizerand for all I know there are another 3 to 4 blocks pending which also have no more cooling08:07
doc|home4 of them have been previously shut down08:07
doc|homeiirc08:08
DocScrutinizerall have been shut down, but that doesn't help as you MUST cool a reactor for several weeks after shutdown08:08
DocScrutinizerblock1 and 3 also were shutdown, and still blew up08:09
doc|homewill try to get the link08:09
*** Spydemon has joined #maemo08:09
DocScrutinizerwhy? I don't see any news there08:10
doc|homeone sec08:10
DocScrutinizerand it's a japanese website - seems those have the most censored info08:10
doc|homehttp://www.tepco.co.jp/en/press/corp-com/release/11031312-e.html08:11
doc|homegetting hit pretty hard right now though08:11
doc|homewill pastebin contents08:11
DocScrutinizermeh, I doubt there's anything that I haven't heard yet. I even doubt there's much truth at all on that page - it as well has a .jp TLD08:12
*** slonopotamus has joined #maemo08:12
doc|homethat's their own page08:12
doc|homehttp://pastebin.ws/8rva7508:12
*** Metallikettu has joined #maemo08:12
doc|homeso, 3 of the 6 should be ok, two worrying, one ok but possibly a problem08:13
doc|homeif something changes08:13
orlokhmm lot of crimping and soldering08:14
doc|homeDocScrutinizer: if you have more info, I'm all ears08:14
*** jayne has joined #maemo08:15
*** Cy8aer has joined #maemo08:15
DocScrutinizerwell, everybody got more info than that BS they publish on their own official website08:15
doc|homeDocScrutinizer: like?08:16
doc|homehmm, that one about the partial core meltdown was from 2 days ago08:17
DocScrutinizerlike explosion on block3, some 2h or 3h ago, more severe than that of block1, 4 workers injured, 7 *missing* - allegedly it's been a planned controlled explosion (that's what you will read on their website in 10h)08:17
DocScrutinizercaesium137 found 100km from Fukushima08:18
doc|homethat's not new info, and that explosion's on the front page of http://english.kyodonews.jp/08:18
doc|homeok, the 100km is new08:19
doc|homewhere did you hear that?08:19
DocScrutinizerwhich explosion=08:19
doc|homeon block 308:19
RST38hMoo all08:19
RST38hSoo, what is new and exciting? Japan again?08:20
DocScrutinizerhonestly, I'm too tired to argue with you about fsckng japanese info policy08:21
doc|homei'm not arguing...08:21
doc|homewere you?08:21
*** jas4711 has quit IRC08:21
*** jas4711 has joined #maemo08:22
*** melkkis has joined #maemo08:24
*** melkkis has left #maemo08:25
*** zap has joined #maemo08:28
*** croppa has joined #maemo08:31
*** Spydemon has quit IRC08:31
RST38hDoc vs doc08:31
*** bef0rd has quit IRC08:31
*** mikhas has quit IRC08:32
doc|homenot on my part08:32
doc|homenight08:32
*** avs has quit IRC08:33
orlokHmm... I'm getting "operating not supported" when i open the camera cover on my N90008:34
DocScrutinizerorlok: sometimes this is caused by a broken filesystem where camerat would store pictures08:36
*** ferdna has quit IRC08:36
DocScrutinizeralso fcam drivers need reinstallation after any kernel update or change08:37
DocScrutinizerof course only if fcam or any other alternative camera app got installed08:38
JakDaRippadoes the nokia n900 work with boost mobile?08:45
chxi'd be surprised08:46
*** kimitake is now known as kimitake_idle08:47
chxisnt boost one of the last using  iDEN ?08:47
chxJakDaRippa: http://en.wikipedia.org/wiki/Boost_Mobile CDMA / iDEN.08:48
*** swc|666 has quit IRC08:49
*** hurbu has joined #maemo08:52
*** FIQ|n900 has quit IRC08:52
*** buntfalke has quit IRC08:54
*** buntfalke has joined #maemo08:54
*** crs has quit IRC08:56
*** drj_cro has joined #maemo08:57
*** FIQ|n900 has joined #maemo08:57
*** divan has quit IRC08:58
*** pupnik_ has joined #maemo08:58
*** pupnik has quit IRC09:01
*** eMHa has quit IRC09:02
*** haltdef has quit IRC09:02
*** tekojo has joined #maemo09:03
*** tekojo has quit IRC09:03
*** tekojo has joined #maemo09:03
*** drj_cro has left #maemo09:04
*** haltdef has joined #maemo09:14
*** jrocha has joined #maemo09:15
*** villev has joined #maemo09:18
*** [Sergiu] has joined #maemo09:19
*** slonopotamus has quit IRC09:20
*** mece has joined #maemo09:22
*** KMFDM has joined #maemo09:25
*** bergie has joined #maemo09:31
*** guerby has quit IRC09:32
*** guerby has joined #maemo09:33
*** kuuntelija has joined #maemo09:36
*** kuuntelija has quit IRC09:36
*** ppenz has joined #maemo09:37
*** tackat has joined #maemo09:39
*** dneary has joined #maemo09:44
*** avs has joined #maemo09:45
*** murrayc has joined #maemo09:45
*** Termana has joined #maemo09:48
Termanagood morning09:48
*** Zero_Dogg has left #maemo09:48
*** rd has joined #maemo09:49
*** eMHa has joined #maemo09:52
*** geaaru has joined #maemo09:52
*** mairas has joined #maemo09:53
*** gomiam has joined #maemo09:53
*** FireFly|n900 has quit IRC09:54
pupnik_hi09:57
gomiamsyn 5757809:57
pupnik_nobody like my juok09:58
mece\o10:00
mecepupnik_, que?10:00
pupnik_moment mece10:01
pupnik_ < Aleister93> i saw a headline, "Japan asks US Navy for help"10:01
pupnik_< pupnik> US navy answers japan: "Whom do you want us to bomb?"10:02
meceteehee10:02
*** Evanescence has joined #maemo10:03
*** TheXception is now known as TheXception|off10:03
*** Openfree` has quit IRC10:03
*** _berto_ has joined #maemo10:04
*** tarantism has quit IRC10:05
*** mardi has quit IRC10:08
*** kthomas has joined #maemo10:08
*** cyborg-one has quit IRC10:09
*** andrenarchy has joined #maemo10:09
*** kthomas_vh_ has quit IRC10:10
*** FireFly|n900 has joined #maemo10:10
*** pupnik_ is now known as pupnik10:12
*** mardi has joined #maemo10:12
*** florian has joined #maemo10:12
*** trupheenix has joined #maemo10:13
*** dvaske has joined #maemo10:14
pupnik18,000 ppl missing in rikuzentaka, a town of 24,000, 6,000 accounted for10:17
*** Wikier has joined #maemo10:19
*** petrux has joined #maemo10:19
*** achipa has quit IRC10:20
*** frade has joined #maemo10:20
*** dneary has quit IRC10:22
*** Openfree` has joined #maemo10:23
*** rd has quit IRC10:23
*** ag0ny has joined #maemo10:25
*** Openfree` has quit IRC10:25
*** Openfree` has joined #maemo10:26
*** tackat has quit IRC10:27
*** Po0ky has joined #maemo10:28
*** amigadave has joined #maemo10:28
*** bigbrovar has joined #maemo10:28
*** crs has joined #maemo10:35
*** andrenarchy has left #maemo10:37
*** lbt has quit IRC10:37
*** tripz0 has quit IRC10:40
*** robink has quit IRC10:40
*** tripz0 has joined #maemo10:40
*** jpe has joined #maemo10:41
*** robink has joined #maemo10:41
*** robink has quit IRC10:45
*** robink has joined #maemo10:45
*** chx is now known as chx_sleep10:46
*** buntfalke has quit IRC10:48
*** buntfalke has joined #maemo10:49
*** Evanescence has quit IRC10:50
*** FredrIQ|n900 has joined #maemo10:51
*** psycho_oreos has joined #maemo10:53
*** FIQ|n900 has quit IRC10:54
*** tackat has joined #maemo10:56
*** hannesw_ has joined #maemo10:58
*** achipa has joined #maemo10:59
*** achipa has joined #maemo10:59
*** FredrIQ|n900 has quit IRC11:00
*** mikhas has joined #maemo11:00
*** zap has quit IRC11:06
*** asj_ has joined #maemo11:06
pupnik< pupnik> the difference between japan and haiti is japanese and haitians11:08
RST38hpupnik: Better question: What is the difference between Haiti and Dominican Republic?11:09
pupnikdunno11:10
RST38hBut it is a much, MUCH better question ;)11:10
*** lucent has quit IRC11:10
pupniki didn't ask a question RST38h, i made an observation.11:14
pupnikdo you have an observation to make about haiti vs dominican rep?11:14
*** retro|cz has joined #maemo11:14
RST38hpupnik: Yea. It appears to be directly linked to yours ;)11:15
pupnikdominican republic is on the same island, i believe11:16
RST38hcorrect.11:16
*** jonwil has joined #maemo11:17
*** asj_ has quit IRC11:20
*** lbt has joined #maemo11:21
*** lbt has joined #maemo11:21
*** andre__ has joined #maemo11:22
*** andre__ has quit IRC11:22
*** andre__ has joined #maemo11:22
*** andre_ has joined #maemo11:22
*** andre_ has quit IRC11:22
*** FIQ|n900 has joined #maemo11:23
*** calvaris has joined #maemo11:25
*** arno0ob has joined #maemo11:26
*** Muelli has joined #maemo11:26
*** asj_ has joined #maemo11:27
*** ab has joined #maemo11:31
*** ab has quit IRC11:31
*** ab has joined #maemo11:31
*** FIQ|n900 has quit IRC11:35
*** gomiam1 has joined #maemo11:35
*** gomiam has quit IRC11:36
crashanddiexnt14, you pinged me?11:36
crashanddiepupnik & RST38h discover the world as offered to them by the conglomeration of corporate news networks...11:37
mecehehhe ipad2 jailbreaked. that was fast :D11:37
crashanddiejailbroken?11:37
*** calvaris has quit IRC11:37
*** calvaris has joined #maemo11:37
*** calvaris has quit IRC11:38
*** msanchez has joined #maemo11:38
*** gomiam1 is now known as gomiam11:38
*** mhlavink_afk has quit IRC11:39
*** OkropNick has joined #maemo11:46
*** ArGGu^^ has quit IRC11:47
*** GNUtoo|laptop has joined #maemo11:50
*** buntfalke_ has joined #maemo11:51
*** buntfalke has quit IRC11:51
*** tackat has quit IRC11:52
*** Malin_ has joined #maemo11:53
*** FIQ|n900 has joined #maemo11:53
chem|st mmh...11:54
chem|stanyone experienced problems with sip lately?11:54
chem|stI still have no clue about debugging telepathy...11:55
*** bigbrovar_ has joined #maemo11:56
*** mikhas has quit IRC11:56
*** FIQ|n900 has quit IRC11:56
*** bigbrovar has quit IRC11:56
*** ArGGu^^ has joined #maemo11:58
*** mhlavink has joined #maemo11:58
pupnikchem|st: sorry i have avoided that since 200211:58
chem|stpupnik: sip?11:59
chem|sta reboot did it (or the cssu upgrade) but I'd like to know what is hogging that sofia bitch12:00
pupnikoh sip sorry12:00
*** tackat has joined #maemo12:00
*** mitsutaka has quit IRC12:00
*** QinGW has quit IRC12:01
*** FIQ|n900 has joined #maemo12:01
*** Termana has quit IRC12:02
*** calvaris has joined #maemo12:02
*** Mozillion has joined #maemo12:04
*** NIN101 has joined #maemo12:04
*** McMAGIC-- has quit IRC12:04
*** kimitake_idle is now known as kimitake12:05
FIQ|n900Hi, isn't mobilehotspot supposed to depend on kernel-power?12:06
*** mitsutaka has joined #maemo12:07
pupniki forgot12:07
FIQ|n900Because it fails to initiate ("DEBUG: Command output: insmod: can't read '/lib/modules/2.6.28-omap1/nf_conntrack.ko': No such file or directory"), and kernel-power seems not installed. Hoewer, it conflicts with mobilehotspot.12:07
*** buntfalke_ is now known as buntfalke12:07
*** McMAGIC-- has joined #maemo12:07
FIQ|n900So i can't install it anyway12:07
lcukFIQ|n900, http://maemo.org/packages/package_instance/view/fremantle_extras-devel_free_armel/mobilehotspot/0.3.5/12:08
FIQ|n900Oh, in extras-devel12:08
lcukFIQ|n900, extras has 0.3.4 which might have different deps, http://maemo.org/packages/view/mobilehotspot/12:09
*** FireFly|n900 has quit IRC12:09
*** zap has joined #maemo12:11
pupnikFIQ|n900: report your results pls12:11
*** dvaske has quit IRC12:12
*** NIN101 has quit IRC12:15
*** MacDrunk has quit IRC12:22
*** hannesw_ has quit IRC12:23
*** kama has joined #maemo12:23
*** Mozillion has quit IRC12:24
*** pcacjr_ has joined #maemo12:24
*** hannesw has joined #maemo12:26
*** dvaske has joined #maemo12:27
*** kimitake is now known as kimitake_idle12:28
*** mitsutaka has quit IRC12:29
*** FIQ|n900 has quit IRC12:32
*** bigbrovar_ has quit IRC12:33
*** crs has quit IRC12:34
*** sunny_s has quit IRC12:35
*** sunny_s has joined #maemo12:37
pupnikhttps://github.com/nullkey/glc/wiki/  screencast desktop opengl - to n900?12:39
*** FIQ|n900 has joined #maemo12:43
*** lizardo has joined #maemo12:44
*** wazd has joined #maemo12:44
RST38hmoo wazd12:44
*** jpe has quit IRC12:45
*** jpe has joined #maemo12:50
*** Necc has joined #maemo12:51
*** crs has joined #maemo13:00
*** jhb has joined #maemo13:01
*** MadViking has quit IRC13:04
*** hannesw has quit IRC13:05
*** sunny_s has quit IRC13:07
*** brar has joined #maemo13:07
*** brar has left #maemo13:08
*** scoobertron has joined #maemo13:11
*** kuuntelija has joined #maemo13:12
*** kuuntelija has quit IRC13:12
*** tuho has quit IRC13:12
wazdRST38h: o/13:13
wazdhi all13:13
*** kuuntelija has joined #maemo13:18
*** kuuntelija has quit IRC13:18
FIQ|n900<pupnik> FIQ|n900: report your results pls13:18
FIQ|n900I activated extras-devel, then installed kernel-power. Rebooted, installed mobilehotspot. It failed to work. But after one more reboot it seems to work (the UI looks like so, and no errors in the terminal. Hoewer, I can't test if it actually works atm.13:20
FIQ|n900)13:20
*** robbiethe1st has quit IRC13:20
*** kimitake_idle is now known as kimitake13:22
FIQ|n900will test if it worked when at home13:22
*** SmilybOrg has joined #maemo13:25
*** cyborg-one has joined #maemo13:26
*** retro|cz has quit IRC13:27
*** robink_ has joined #maemo13:28
*** NiQ1 has joined #maemo13:28
*** SmilyOrg has quit IRC13:29
*** robink has quit IRC13:29
*** robink_ is now known as robink13:30
*** robink has joined #maemo13:30
*** shanttu has joined #maemo13:32
shanttuHi guys. Why omap2_mc psi takes 100% cpu after heavy load? It doesn't end after reboot. Is it ok to kill on terminal?13:34
*** robink has quit IRC13:34
shanttuSorry it doesn't end _until_ i reboot13:34
*** robink has joined #maemo13:35
*** arno0ob has quit IRC13:35
*** robink has quit IRC13:36
*** robink has joined #maemo13:36
*** mikhas has joined #maemo13:38
*** retro|cz has joined #maemo13:39
*** willer_ has joined #maemo13:40
*** ftrvxmtrx has quit IRC13:43
*** kimitake is now known as kimitake_idle13:44
*** sunny_s has joined #maemo13:44
*** E0x has joined #maemo13:47
*** retro|cz has quit IRC13:50
*** ftrvxmtrx has joined #maemo13:50
*** cyborg-one has quit IRC13:55
*** scoobertron has quit IRC13:56
*** SmilyOrg has joined #maemo13:57
*** psycho_oreos has quit IRC14:00
*** SmilybOrg has quit IRC14:01
*** bergie has quit IRC14:01
*** mitsutaka has joined #maemo14:03
*** retro|cz has joined #maemo14:03
*** FIQ|n900 has quit IRC14:05
*** bergie has joined #maemo14:05
*** javispedro has joined #maemo14:06
*** javispedro has quit IRC14:10
*** Muelli has quit IRC14:14
*** hannesw has joined #maemo14:14
dashavooHappy Monday everyone (I'm not sure how I feel about it myself)14:14
*** GuySoft has quit IRC14:15
* ruskie throws some spiky, sharp things at dashavoo 14:15
merlin1991Mondays suck (because they start with a maths lecture for me)14:15
dashavooruskie: ouch =(14:16
* merlin1991 copycats ruskie14:16
dashavoo:(14:16
ruskieMondays suck. No qualifier needed.14:16
dashavooI had sharp things thrown at me, and now I have just remembered that I didn't bring lunch with me to work this morning14:17
dashavoobah14:17
*** FIQ|n900 has joined #maemo14:19
*** FIQ|n900 has joined #maemo14:19
*** javispedro has joined #maemo14:19
ruskie:(14:19
ruskieI hate when I forget my lunch @home14:19
dashavooI had a nasty surprise this morning, too.14:20
dashavooI had set the clock wrong on my coffee machine, so it wasn't made when I stumbled into the kitchen this morning14:20
dashavooThat one was easily sorted though14:20
dashavooIt was worse the time that I forgot to put coffee in, and got up to a pot of hot water14:21
ruskiegood thing I don't drink/consume coffee or caffinated stuff14:21
dashavooruskie: I didn't used to. I've always liked coffee, but before I started working here I drank it in moderation, just now and then. Now I have several cups a day.14:22
*** radic has quit IRC14:22
*** lopz has quit IRC14:22
ruskiedashavoo, any particular reason?14:22
*** radic has joined #maemo14:23
*** edisson has joined #maemo14:23
dashavooruskie: because there is a pot of coffee brewed at coffee break, and I'm not good at resisting things that are there, and in the morning I am not very coordinated or organised, so it is easier to set my coffee machine to make me a coffee than it is to make myself something else to drink when I get up14:24
*** briglia has joined #maemo14:24
ruskiehehe14:24
ruskiereplace coffee with a coffee substitute...14:24
ruskiethat requires the same cooking process14:24
kerioamphetamines14:25
dashavooUsually if I try to do something first thing in the morning, I end up breaking things14:25
keriocrystal meth14:25
dashavoohaha14:25
*** joga has quit IRC14:25
dashavooI have considered putting a small amount of chilli powder in with my morning coffee, just as an experiment14:25
dashavooI am a bit of a heat-freak... I love chilli14:25
kerioit worked for erdös14:25
*** mpoirier has joined #maemo14:26
*** joga has joined #maemo14:27
*** Talus_Laptop has joined #maemo14:27
*** javispedro has quit IRC14:28
*** GuySoft has joined #maemo14:28
*** FIQ|n900 has quit IRC14:31
*** FireFly|n900 has joined #maemo14:33
*** fabo_ has joined #maemo14:36
*** dvaske has quit IRC14:37
*** mairas has quit IRC14:37
*** fabo has quit IRC14:37
dashavooI noticed somewhere that the power kernel has mesh networking support... does anything/anyone actually use it?14:37
*** fabo_ is now known as fabo14:37
*** dvaske has joined #maemo14:37
*** fabo has quit IRC14:37
*** fabo has joined #maemo14:37
*** mairas has joined #maemo14:38
*** Tsuyo has joined #maemo14:39
*** hardaker has joined #maemo14:39
*** lucent_ has joined #maemo14:40
TsuyoHey, i was here already ~ 7 hours ago. My phone always reboots after my brother killed my phone with "dpkg -r -a". If i want to put my phone on usb, it reboots/vibrates every 10 secs. Even loading the battery doesnt work, because it restarts every time14:42
TsuyoDoes someone have an idea?14:42
TsuyoI have the N90014:42
merlin1991reflash?14:43
*** anidel has quit IRC14:43
ruskiewth is dpkg -r -a ?14:43
*** arno0ob has joined #maemo14:43
*** robink has quit IRC14:45
*** NIN101 has joined #maemo14:46
ruskiehttp://www.theregister.co.uk/2011/03/14/microsoft_apologises_about_bing_japan_quake_tweet/ <-- loath14:46
*** SmilyOrg has quit IRC14:46
TsuyoIt removes every package on the phone14:46
Tsuyoeven the kernel.14:46
*** SmilyOrg has joined #maemo14:46
Tsuyomerlin1991: Doesn't work. The phone reboots14:47
*** robink has joined #maemo14:47
merlin1991Tsuyo even if you hold u when booting and have usb connected?14:47
TsuyoYeah14:48
TsuyoI don't flash for my first time and have some experience. that's why i'm asking here :p14:48
merlin1991Well normally when people ask about flashing they are first timers :)14:49
*** radic has quit IRC14:50
TsuyoI like to read first, before i ask dumb questions :p14:51
TsuyoWell, but the 'net says nothing about this desease14:51
MohammadAGspeaking of diseases14:53
MohammadAGwhatever happened to H1N1?14:53
*** renato has joined #maemo14:53
ruskiewhat happend to all other disesases... became obscure for the panick media...14:54
orlokyeah, there are worse diseaes to worry about14:54
Tsuyoit was removed by the economy because no one wants to buy the vaccination14:55
*** aloisiojr has joined #maemo14:56
TsuyoBut that doesn't bring my phone back : /14:56
*** tackat has quit IRC14:58
*** FireFly|n900 has quit IRC15:00
*** radic has joined #maemo15:04
*** zimmerle has quit IRC15:04
jonwilSucks that your phone wont even boot into flash mode so you can reflash it :(15:07
*** FIQ|n900 has joined #maemo15:07
jonwilYou may have no choice but to take it to Nokia and get it fixed15:07
*** aloisiojr has quit IRC15:11
*** aloisiojr has joined #maemo15:12
*** rm_you| has quit IRC15:13
kerioyou're lying15:14
pupnikhttp://pics.kuvaton.com/kuvei/japan_streetview.jpg  hahahaha15:19
RST38hpupnik: a real American!15:20
*** javispedro has joined #maemo15:20
pupnik"Tepco Simpson" http://i.imgur.com/9RV1Z.png15:20
*** scoobertron has joined #maemo15:23
*** jonwil has quit IRC15:23
* javispedro has found a funny xchat bug15:24
javispedroso there's this function that shows or hides certain widgets, which is called when you resize the window and gtk+s size allocations are calculated15:24
pupnikyes?15:24
javispedrobut of course, hiding or showing widgets can cause gtk+s size allocations to be reallocated15:25
javispedro*recalculated15:25
*** NishanthMenon has quit IRC15:25
javispedrowhich might cause xchat to again show and hide certain widgets, which causes gtk+ to recalculate sizes, which causes xchat to show/hide certain widgets...15:25
lcukjavispedro, that sort of problem used to occur on Windows too, where you have a frame with auto scrollbars, you calculate how much room you need, but it cuts into space needed by scrollbars so it needs adjusting again :P15:26
javispedrohehe15:26
RST38hjavispedro: yea, well known crap15:26
RST38hStill occurs in Windows15:26
*** anidel has joined #maemo15:27
* lcuk used many hearty swearwords on those issues15:27
javispedrofortunately, the workaround I found is to avoid certain window heights (multiples of a yet undetermined N I believe)15:28
javispedroand/or avoid using the channel switcher vertical tab bar altogether.15:29
*** hardaker has quit IRC15:35
*** BCMM has joined #maemo15:43
*** rm_work has joined #maemo15:45
*** penguinbait has joined #maemo15:49
*** asj_ has quit IRC15:51
*** Ryback_ has joined #maemo15:55
*** Ryback_ has joined #maemo15:55
*** FIQ|n900 has quit IRC15:58
*** willer_ has quit IRC16:00
*** edisson has quit IRC16:00
*** lizardo has quit IRC16:00
*** edisson has joined #maemo16:00
*** willer_ has joined #maemo16:01
*** FireFly|n900 has joined #maemo16:01
*** sobczyk_ has joined #maemo16:01
*** lizardo has joined #maemo16:01
*** sobczyk has quit IRC16:01
*** FireFly has joined #maemo16:02
*** Rarok has joined #maemo16:04
*** MadViking has joined #maemo16:05
*** sakis has joined #maemo16:06
*** dvaske_ has joined #maemo16:06
*** mairas_ has joined #maemo16:06
*** mortenvp has quit IRC16:07
*** mairas has quit IRC16:09
*** dvaske has quit IRC16:09
*** FIQ|n900 has joined #maemo16:13
*** gomiam has quit IRC16:13
*** chenca has joined #maemo16:14
*** shanttu has quit IRC16:16
*** penguinbait has quit IRC16:17
*** penguinbait has joined #maemo16:17
*** sq-one has joined #maemo16:19
*** tekojo has quit IRC16:20
*** mece has quit IRC16:22
*** FIQ has joined #maemo16:23
*** FIQ has left #maemo16:23
*** FIQ has joined #maemo16:23
dashavooWhy is it that, despite having every email I have recieved since 2006, I can't find any proof of purchase for my N900? D=16:24
dashavooAnyone who bought one from the nokia shop know what the subject would have been?16:24
*** avs has quit IRC16:24
SpeedEvil...16:24
dashavooof course, I am assuming they sent some sort of email acknowledgement16:25
jacekowskiit's not a proof of purchase16:25
Robot101dashavoo: I got the email acknowledgements from noreply_NokiaUKonlineshop@nokia.com - but I think the actual invoice is sent with the device16:25
*** FIQ|n900 has quit IRC16:25
SpeedEvilThank You For Your Purchase at Nokia UK Online Shop16:26
SpeedEvilFrom: <noreply_NokiaUKonlineshop@nokia.com>16:26
dashavoojacekowski: the insurance people will possibly accept that, whereas they have said outright that my bankstatement won't do16:27
jacekowskidashavoo: you've lost it?16:27
SpeedEvildashavoo: you're in the UK?16:27
dashavoothanks everyone :), I'll search again for that ridiculously long email address later16:27
dashavooSpeedEvil: yes, UK16:27
SpeedEvildashavoo: Worst case, you can FOIA nokia shop.16:28
SpeedEvilWhich is a bit extreme, but...16:28
SpeedEvilErr - not FOIA16:28
SpeedEvilSubject access request under the data protection act.16:29
dashavoojacekowski: my screen is broken, and I (family member) used the box for something and disposed of the invoice16:29
dashavooSpeedEvil: thanks, if it comes to it, I will16:29
*** Venemo has quit IRC16:29
*** trupheenix has quit IRC16:30
*** wazd has quit IRC16:31
*** dvaske__ has joined #maemo16:31
*** dvaske_ has quit IRC16:32
*** mairas_ has quit IRC16:32
jacekowskidashavoo: new screen may be cheaper than you excees16:34
jacekowskiyour*16:34
dashavoojacekowski: the excess is only £2516:34
jacekowskiare you sure16:34
jacekowskiwho are you with?16:34
jacekowskilloyds?16:34
*** sakis has quit IRC16:34
dashavoojacekowski: I can't remember who the insurance is actually with, I got the insurance via one of my parents as they had an offer for free mobile insurance for 4 devices16:36
dashavooall of the paper work has been sent to their address, and I have been sending them details for them to send on16:36
jacekowskicheck if your excess is still 2516:36
jacekowskiit went up recently16:36
jacekowskiand n900 lcd is less than £5016:37
dashavooHmm. I'll check. If it is too high, then I'll just buy a new screen, but it is worth seeing first16:37
dashavoojacekowski: really? That is less than I thought it was.16:37
jacekowskiyes16:37
*** Venemo has joined #maemo16:37
jacekowskidigitizer is like £2016:37
jacekowskihttp://cgi.ebay.co.uk/Nokia-N900-Lcd-Screen-Display-Replacement-Part-TESTED_W0QQitemZ190510153231QQcmdZViewItem?rvr_id=217774370217&rvr_id=217774370217&cguid=cd6b525b12a0a0e20314c394fea9bd7416:38
jacekowski£3216:38
jacekowskiwith free shipping16:38
SpeedEvilThat has come down!16:39
jacekowskihttp://cgi.ebay.co.uk/NOKIA-N900-LCD-SCREEN-DISPLAY-%20-FREE-TOOLS_W0QQitemZ270698110175QQcmdZViewItem?rvr_id=217786118324&rvr_id=217786118324&cguid=cd6b525b12a0a0e20314c394fea9bd7416:39
jacekowski£3616:39
* mgedmin paid about £125 to have the cracked LCD on his N810 replaced at a local authorized Nokia repair shop a couple of years back...16:39
dashavooThat is awesome, thanks16:39
dashavooI'll bookmark that and possibly just forget about the insurance16:39
SpeedEvilThough the digitiser may need replaced too16:40
jacekowskimy has some holes in it16:40
jacekowskibut it's still working16:40
jacekowskiso i'm not bothered16:40
SpeedEvilAnd it is possible to screw up your device whn attempting repair.16:40
jacekowskihow?16:40
jacekowskias long as you adhere to basic esd precautions16:40
*** joga has quit IRC16:40
SpeedEviljacekowski: The flex cable is very fragile, and the screws are tightened enough that you should really replace them.16:41
jacekowskii think you get new ones with that screen16:42
dashavooIt really is ironic that it wasn't until I reflashed in preparation for sending the phone for repair, that it started working at a decent speed16:42
crashanddieit's really ironic that someone who uses the term "ironic" doesn't know the definition of it.16:43
crashanddiedashavoo, are you, by any chance, a relative of Alanis Morissette?16:44
SpeedEvilof, or pertaining to iron.16:44
*** WielkiTost has joined #maemo16:44
NiQ1hi, anyone has some experience with kernel compiling for maemo?16:45
*** _0x47 has joined #maemo16:45
RST38hhttp://www.theregister.co.uk/2011/03/14/fukushiima_analysis/16:46
*** FIQ|n900 has joined #maemo16:47
dashavoocrashanddie: I understand the definition of crashanddie, and have had this argument many times before ;)16:47
orloksounds like a discarded name from hackers16:47
dashavoo*ironic16:47
dashavooI'm not sure how that happened16:47
orlok:)16:48
*** udovdh has quit IRC16:50
*** udovdh has joined #maemo16:51
*** joga has joined #maemo16:53
*** larsivi has joined #maemo16:53
*** kthomas_vh_ has joined #maemo16:55
*** kthomas has quit IRC16:57
*** baraujo has joined #maemo16:58
BCMMRST38h: wow...16:58
BCMMfor a start, material from the fuel rods has entered the environment. this always means the plant loses.16:59
BCMMalso, using multiple redundant power supplies doesn't mean much when they can all be taken out at the same time16:59
BCMM"contains quite a lot of very short-lived (half-life measured in seconds) radioactive materials such as Nitrogen-16" - even the power company isn't claiming that anymore...17:01
BCMMhmm, i just realised i'm arguing with a Reg article...17:01
*** FIQ|n900 has quit IRC17:02
*** vblazquez has quit IRC17:02
ZogGVenemo, day17:04
ZogGhey every117:04
crashanddieorlok, I'll hack your IP and trace your VB script to get your webcam on Facebook...17:04
crashanddieorlok, so, d0nT m3ss w1th meh!17:05
Venemohey ZogG, what's up?17:05
Tsuyo127.0.0.117:05
Tsuyocome at me bro17:05
*** etrunko has joined #maemo17:06
udovdh127.0.0.1?!17:06
kerioit's a trap!17:06
udovdh::1!17:06
VenemoZogG, are you familiar with Gnome?17:06
crashanddieudovdh++17:06
udovdh:-)17:06
*** Tsuyo has quit IRC17:06
javispedroBCMM:what is wrong with TheReg? they publish the BOFH stories!17:07
ZogGVenemo, yeap17:07
ZogGVenemo, little bit17:07
ZogGi use it on laptop17:07
javispedroBCMM:(not to mention that they pretty much repeat the IAEA story...)17:07
dashavoough, I need to get back to working again... I wouldn't mind if this code wasn't so ugly17:08
*** vblazquez has joined #maemo17:08
*** felipec has joined #maemo17:08
crashanddiedashavoo, pretty much the reason why I've been stalling all morning/afternoon.17:08
crashanddieSo, I feel for you.17:09
dashavoocrashanddie: thanks17:09
dashavooalways good to know I am not suffering alone17:09
RST38hjavispedro: I think he just hasn't got it17:09
dashavooah well, here I go17:09
*** zap has quit IRC17:10
*** dvaske__ has quit IRC17:13
*** shanttu has joined #maemo17:14
*** edisson has quit IRC17:16
*** FIQ|n900 has joined #maemo17:18
*** BCMM has quit IRC17:20
*** amigadave has quit IRC17:23
*** habmala has joined #maemo17:25
*** setanta_ has joined #maemo17:27
*** cyborg-one has joined #maemo17:28
*** dvaske__ has joined #maemo17:28
*** mlwane has joined #maemo17:33
*** GNUtoo|laptop has quit IRC17:34
*** jas4711 has quit IRC17:35
*** dvaske_ has joined #maemo17:36
*** jas4711 has joined #maemo17:36
*** edisson has joined #maemo17:38
*** dvaske__ has quit IRC17:39
*** paroneayea has quit IRC17:41
*** kimitake_idle is now known as kimitake17:42
*** ppenz has quit IRC17:45
*** BCMM has joined #maemo17:46
*** jas4711 has quit IRC17:46
*** shanttu has quit IRC17:46
*** GNUtoo|laptop has joined #maemo17:47
*** paroneayea has joined #maemo17:48
*** Evanescence has joined #maemo17:48
*** jas4711 has joined #maemo17:49
*** etrunko has quit IRC17:49
*** qole has joined #maemo17:56
ZogGruskie, are you ready to test? Venemo has coded it =)17:58
rm_workJaffa: you around?17:58
*** MadViking has quit IRC17:58
*** tuho has joined #maemo18:00
*** jpe has quit IRC18:00
*** qole has quit IRC18:00
*** MadViking has joined #maemo18:01
ZogGdamn timeouts18:02
Venemohey ZogG, I didn't code it. I was just helping you.18:02
ZogGhaha18:03
ZogGi messed too much18:03
ZogGbut now i have a start =)18:03
VenemoI just organized your code in a suitable way :)18:03
ZogGVenemo how do i set the title?18:04
VenemoZogG, title of what?18:04
ZogGwindow18:04
Venemodouble click the mainwindow.ui file, and on the list at the right side select the main window. then the window title should be at the properties window18:05
*** _berto_ has quit IRC18:07
*** dvaske__ has joined #maemo18:07
*** dvaske_ has quit IRC18:07
ZogGyeah found it, just thought to do it with command =)18:07
*** _berto_ has joined #maemo18:08
*** edisson has quit IRC18:08
*** amigadave has joined #maemo18:08
*** amigadave has left #maemo18:08
VenemoZogG, what you can do with the UI designer, don't do with code18:08
*** android10 has joined #maemo18:09
*** ZogG_laptop has joined #maemo18:11
*** dvaske_ has joined #maemo18:11
*** GNUtoo|laptop has quit IRC18:14
*** spiritd has joined #maemo18:15
*** dvaske__ has quit IRC18:15
ZogGVenemo, true18:18
*** _berto_ has quit IRC18:18
*** isak has joined #maemo18:19
NiQ1hi, anyone has some experience with the n900 kernel?18:22
*** petrux has quit IRC18:25
pupniki entered some magic numbers to make it faster :D18:26
*** ezisto has joined #maemo18:27
*** ezisto has quit IRC18:27
*** unixSnob has joined #maemo18:28
*** ag0ny has quit IRC18:30
*** mikhas has quit IRC18:35
*** TheXception|off has quit IRC18:35
*** achipa has quit IRC18:46
*** unixSnob has quit IRC18:48
*** mikhas has joined #maemo18:49
*** unixSnob has joined #maemo18:50
*** robink has quit IRC18:52
*** robink has joined #maemo18:52
*** dos1 has joined #maemo18:52
*** Talus_Laptop has quit IRC18:53
*** android10 has left #maemo18:53
*** WielkiTost has quit IRC18:53
*** dos11 has joined #maemo18:55
*** chx_sleep is now known as chx18:57
*** dos1 has quit IRC18:58
*** WielkiTost has joined #maemo18:59
*** dos11 has quit IRC19:00
*** WielkiTost has quit IRC19:04
*** TomaszD has joined #maemo19:06
*** TomaszD has quit IRC19:06
*** TomaszD has joined #maemo19:06
*** Wikier has quit IRC19:06
*** dos1 has joined #maemo19:06
*** geaaru has quit IRC19:08
*** dos1 has quit IRC19:08
*** Summeli has quit IRC19:11
DocScrutinizer(Fuckishima) the best one I've seen so far: http://blogs.nature.com/news/thegreatbeyond/2011/03/fukushima_crisis_anatomy_of_a.html19:16
Robot101burn through concrete? that's not quite right19:17
*** jas4711 has quit IRC19:17
Robot101the concrete containment is entirely designed to catch the core if it melts19:18
Robot101it's the last line of defence19:18
*** jas4711 has joined #maemo19:18
DocScrutinizeryeah, alas even concrete melts at <2000°C19:18
DocScrutinizergoogle for china syndrome19:19
ZogGruskie, =(19:19
*** unixSnob has quit IRC19:19
Robot101assuming it's uncooled. which it's not - hence the steam (and hydrogen)19:19
*** jrocha has quit IRC19:19
ZogGVenemo, if i want to use several lines and different fonts, do i need to use 2 labels or Qt magic can do it with one?19:20
DocScrutinizerhow would you cool the concrete wehn a massive blob of 70 tons withglowing molten radioactive gue sits on it?19:20
DocScrutinizers/with/white/.19:20
*** dos1 has joined #maemo19:21
ZogGice cubes?19:21
DocScrutinizermight help if yu suck on them, at least for your mood19:22
Robot101well, they can tell from the material leaving the reactor that it's not got to that stage yet - and this is not primary uranium reaction at 1000sC, it's residual heat from the secondary reactions, at 100sC19:22
DocScrutinizereven japan gvmt is now admitting core melt in 3 reactors, I heard19:23
*** ZogG_laptop has quit IRC19:23
DocScrutinizerpartial, but meh19:23
Robot101yeah, due to the tops of fuel rods being exposed19:23
Robot101hence the seawater19:23
*** ZogG_laptop has joined #maemo19:23
ZogGhttp://www.abc.net.au/news/events/japan-quake-2011/beforeafter.htm19:23
DocScrutinizeryeah, sea water is so much better than the originally present water of the reactor19:24
*** wooden has joined #maemo19:24
*** wooden has joined #maemo19:24
*** etrunko has joined #maemo19:24
DocScrutinizerseems they decided to fill in seawater, wait 1 day, release radioactive steam, rinse repeat19:25
DocScrutinizerfor the next 3 months19:25
DocScrutinizer*might* work19:25
DocScrutinizerI honestly doubt19:25
*** Tscheesy has quit IRC19:25
Robot101well, they ran out of deionised water. and it shouldn't be months, the emergency shutdown worked already19:25
*** Tscheesy has joined #maemo19:25
*** Evanescence has quit IRC19:25
BCMMeven if it works, that steam surely contains medium-long half-life stuff?19:26
*** eMHa has quit IRC19:26
DocScrutinizerBS, there's no emergency shutdown for chill down, as clearly explained here in this chan ~18h ago, and also detailled in that article.19:26
BCMMi don't know which caesium is out19:27
MohammadAGthere is emergency shutdown19:27
*** Spydemon has joined #maemo19:27
BCMMbut Cs-137 is a good candidate, being a common fission product19:27
MohammadAG"I'm your CPU, you obviously know more than I do, so I'm taking a rest *fries*"19:28
BCMMit has a 30-year half-life...19:28
DocScrutinizerwhich got triggered for ALL JP nuke plants 10s before the earthquake19:28
DocScrutinizerMohammadAG: ^^^19:28
*** mlpug has joined #maemo19:28
BCMMso even if they "succeed" with the seawater, they're causing long-term contamination19:28
*** Sicelo has joined #maemo19:28
DocScrutinizeryou know they have some 10-30s prewarn time on earthquakes, based on P-waves19:29
DocScrutinizerBCMM: sure19:29
*** shanttu has joined #maemo19:29
BCMMCs-137 is one of the major reasons there is still a zone around chernobyl19:29
DocScrutinizerthey are at severity 4.5 of 5 now, and try desparately to avoid 5+19:30
DocScrutinizer(that's my take on it, no facts)19:30
*** swc|666 has joined #maemo19:31
MohammadAGDocScrutinizer, Japan never suffered cause of the quakes19:31
MohammadAGthe tsunami is what did all the damage19:31
DocScrutinizercore melt is going on in 3 blocks, cooling failed on 4 - that's semi-confirmed facts19:31
DocScrutinizernext block to go boom: #219:32
DocScrutinizeramazingly few info about fukushima-II19:32
BCMMthe most worrying bit is that the latest explosion was in the building housing the reactor with the plutonium19:33
DocScrutinizerjust the salt in the soup19:33
*** Sargun has quit IRC19:34
*** piggz has joined #maemo19:34
ZogG_laptopi wonder are there any ussd codes or opion to get info on billing (i mean spent, minutes talked and so on)19:35
*** lmoura has quit IRC19:36
SpeedEvilhttp://www.renault-ze.com/en-gb/news/twizy-lab/zoom-61796.html&idItem=1500&self=1 - the car of the future!19:36
SpeedEvil(plz vote, I want free car!) I thought goatse was a bit obvious.19:36
SpeedEvil:)19:36
*** lxp has joined #maemo19:37
*** vblazquez has quit IRC19:38
*** Summeli has joined #maemo19:39
SpeedEvilIn principle it's an interesting vehicle - it's just completely wacked from a style POV.19:39
*** arno0ob has quit IRC19:39
*** thaum has joined #maemo19:39
DocScrutinizerZogG_laptop: depends on what your carrier supports19:39
javispedroI SCREAM!19:40
DocScrutinizerthose are *S*upplementary codes19:40
*** vblazquez has joined #maemo19:41
*** Wamanuz3 has quit IRC19:43
*** retro|cz has quit IRC19:43
*** [Sergiu] has quit IRC19:44
*** nightwalk has joined #maemo19:45
*** lmoura has joined #maemo19:45
fralshm19:46
fralswhat do i need to force rotation in applications?19:46
merlin1991cssu ;)19:47
*** ZogG_laptop has quit IRC19:48
*** Wamanuz has joined #maemo19:48
*** ZogG_laptop has joined #maemo19:50
*** aloisiojr has quit IRC19:50
JakDaRippaanyone here using boost mobile on their nokia n900? i'm with tmobile now and thinking about switching and wanted some input.19:50
*** aloisiojr has joined #maemo19:52
wmarone__boost mobile is CDMA (using Sprint's network) and will not work with the N90019:52
JakDaRippadamn. there goes that idea19:52
JakDaRippaso i'm stuck with tmobile and at&t?19:53
*** jhb has quit IRC19:53
wmarone__yup19:53
wmarone__or if you can find a GSM based carrier other than them19:54
* wmarone__ is on AT&T19:54
ds3what would cause fmms to crash with a trace back ? tail line in /tmp/fmms.log - ValueError: invalid literal for int() with base 10: '50:8080'19:54
JakDaRippawhat plan do you have? how's the service?19:54
wmarone__JakDaRippa: basic plan with 400 minutes and $15/mo "unlimited" data, and it works without issue19:55
JakDaRippawhat about text msg'ing?19:55
*** kama has quit IRC19:55
*** avs has joined #maemo19:55
wmarone__JakDaRippa: no plan, cheaper to just eat the $0.20 per text for as few as I get19:56
wmarone__still a ripoff ;)19:56
*** madalu has joined #maemo19:56
wmarone__ds3: improperly parsing a URL (looks like it's choking on the port number tacked on to the last octet...)19:56
JakDaRippado they have something like 'friends and family' or 'myfaves'?19:57
ds3wmarone__: that's what I thought but further up fmms.fmms_config_dialog... shows it having the right port19:57
ds3it is as if there is an internal self inconsistancy19:57
wmarone__JakDaRippa: believe they do19:57
*** rcg has joined #maemo19:57
wmarone__ds3: well, perhaps there's a flaw down in the proxy config, since that's what :8080 makes me think19:57
ds3let me see if it is still compiled python19:58
ds3cool .py files there now19:58
*** bergie has quit IRC20:01
*** mitsutaka has quit IRC20:02
*** mitsutaka has joined #maemo20:02
DocScrutinizeranother good one: http://bravenewclimate.com/2011/03/14/fukushima-more-technical-info/20:03
*** radic has quit IRC20:07
*** radic_ has joined #maemo20:07
MohammadAGhmm20:11
MohammadAGI wonder where I could get QGLWidget20:12
alteregoMohammadAG: how do you mean?20:13
alteregoYou instantiate it yourself :P20:13
MohammadAGalterego, the headers are missing20:13
alteregoQT += opengl20:13
alterego?20:13
alterego;)20:13
*** mc_teo` has joined #maemo20:14
MohammadAGheh, thanks alterego20:16
alteregonp20:16
*** eMHa has joined #maemo20:16
*** ZogG_laptop has quit IRC20:17
MohammadAGholy crap that's fast20:17
MohammadAGalterego, any disadvantages20:17
MohammadAG?20:17
alteregoNope20:18
alteregoNot really.20:18
MohammadAGI remember you mentioned something when you were making the XBox remote app20:18
MohammadAGXbox*20:18
NiQ1hi, anyone can help with kernel issues?20:18
alteregoYeah, that uses a qglwidget20:18
MohammadAGyeah, but I remember something about anti-aliasing issues20:18
*** calvaris has quit IRC20:19
*** mece has joined #maemo20:19
NiQ1plz?20:19
MohammadAG~ask20:19
infobotQuestions in the channel should be specific, informative, complete, concise, and on-topic.  Don't ask if you can ask a question first.  Don't ask if a person is there; just ask what you intended to ask them.  Better questions more frequently yield better answers.  We are all here voluntarily or against our will.20:19
MohammadAGagainst our will lol20:19
BCMMjust one of the odd things about freenode, really20:19
alteregoHrm, there's some precision errors sometimes, which was because of my very complex widgets20:19
*** sq-one has quit IRC20:20
alteregoBut I managed to fix those by making the images smaller.20:20
BCMMnewbies presumably think that it's rude to just ask, like in real life20:20
BCMMNiQ1: ask away!20:20
NiQ1typing :)20:20
*** ZogG_laptop has joined #maemo20:20
NiQ1trying to install a custom kernel. unforetunately it does not load and the n900 restarts. trying to debug. enabled framebuffer so i can see debug messages but unfortunately can't follow (too quick for me). any ideas how to log them somewhere?20:21
MohammadAGthis is awesome!20:21
MohammadAGhmm20:21
BCMMMohammadAG: what is?20:21
ds3I have said it before and I'll say it again - google blows chunks20:21
MohammadAGif there's a kernel oops, it's logged to an mtdblock20:21
MohammadAGBCMM, openGL accelerated QML20:21
ds3search for fmms and it gives me a bazillion hits on MMS WTF20:21
E0xfirst result of google when i search for fmms : [Announce] fMMS for N900 - maemo.org - Talk20:22
*** msanchez has quit IRC20:22
BCMMcan QML use normal-looking qt widgets?20:22
ZogGMohammadAG, the open media player look neat20:22
*** thaum has quit IRC20:22
alteregoNiQ1: if you put your N900 in R&D mode it wont reset on fatals20:22
NiQ1doesn't seem like a kernel oops - one of the things i have noticed is that the system goes into act_dead state and then an unidentified process touches /tmp/shutdown and the machine halts.20:23
ZogGbut video quality...20:23
alteregoBCMM: no, though Qt Components is working towards that goal20:23
*** unixSnob has joined #maemo20:23
ds3E0x: I was looking for fmms proxy settings and it dumps me into matches for MMS20:23
ds3I am convinced something in recent veresions broq.20:24
*** z4chh has quit IRC20:24
*** GNUtoo|laptop has joined #maemo20:24
shanttuHi. Asked this earlier without response. Why omap2_mc psi takes 100% cpu after heavy load? Process does not end until I reboot. Is it ok to kill?20:25
NiQ1will try rnd mode w/ no lifeguard reset20:26
BCMMhmm ogl accelerated QML is going to make KDE's plasma really, really fast...20:26
*** rm_work has quit IRC20:27
alteregoIt makes my MeeGo QML dialer really slick ;)20:27
NiQ1doesn't work... will appreciate any other idea.20:28
alteregoHopefully as I come to the end of this contract I'llhave earned enough cash to dedicate a couple of weeks to a month on MeeGo and Maemo dev20:28
*** z4chh has joined #maemo20:28
*** gnutoo has joined #maemo20:29
*** gnutoo has quit IRC20:30
NiQ1is there any way to completely halt the system when it attempts to shut down?20:30
ruskietake out the battery?20:31
NiQ1halt = keep whatever is on the screen still on the screen :)20:31
ruskieerm... this isn't enik20:31
ruskieerm eink20:31
*** trbs has joined #maemo20:31
*** gnutoo has joined #maemo20:32
*** GNUtoo|laptop has quit IRC20:32
*** gnutoo is now known as GNUtoo|Laptop20:32
SpeedEvilHehe. Found someone confused linking people to IKEA, not IAEA20:33
NiQ1or alternatively, how can i tell which process called the shutdown?20:33
*** gnutoo has joined #maemo20:33
*** rm_work has joined #maemo20:33
*** gnutoo has quit IRC20:33
meceffs not entirely simple to replace ff3.6 with 4.020:34
*** gnutoo has joined #maemo20:34
*** gnutoo has quit IRC20:34
*** edisson has joined #maemo20:34
lcukNiQ1, follow the startup20:34
*** ||jess| has joined #maemo20:35
*** rzr has joined #maemo20:35
meceogl qml really doesn't work properly on my n900 for some reason.20:35
NiQ1that's the whole issue, it's too quick and i can't read it before the system shuts down20:35
rzrdoes E7 worth n900 ?20:35
mecerzr, ??20:36
mecerzr, N900 < E7, if that's what you're asking.20:36
meceeiku20:36
mecesiis20:36
mecerzr, N900 > E7, duh20:36
*** rm_work has quit IRC20:36
rzri got a E7 to swap for a N900 :)20:36
*** vblazquez has quit IRC20:36
*** zap has joined #maemo20:37
mecerzr, I guess it depends on what you do. E7 is much more expensive. You should get 2 N900's for one E720:37
rzrE7 is not for QT hacking20:37
*** rm_work has joined #maemo20:37
rzrbut it will lack the unix underlayer20:38
rzrfor me20:38
rzr(19:37:51) rzr: E7 is not for QT hacking20:38
rzr-not20:38
rzr+ok20:38
rzrjust ran the update20:39
rzrand he suggest me to install msn20:39
*** vblazquez has joined #maemo20:39
rzraww20:39
mecerzr, are you talking about an E7 now?20:39
rzri am typing on left hand on the kb , the e7 is in my right one :)20:40
rzrn810 is on my right20:40
rzrand e61 on the left20:40
rzri see this beast is 495EUR http://en.wikipedia.org/wiki/Nokia_E7-0020:41
mecerzr, what was the question again??20:42
*** geaaru has joined #maemo20:44
rzr(19:39:25) mece: rzr, are you talking about an E7 now?20:44
*** rd has joined #maemo20:45
*** avs has quit IRC20:45
mecerzr, well you started with "rzr: does E7 worth n900 ?" and I'm wondering what that means.20:45
pupnikrzr: does e7 have shorter battery life than n8?20:45
pupniklooks like there's less space in there20:46
mecepupnik, hw is sexier at least :)20:46
pupnikis symbian's image worse than the substance?20:47
*** mlwane has quit IRC20:47
*** odin_ has quit IRC20:48
NiQ1ok, trying another approach. suppose the error is logged to syslog, i'll attempt to dump it to a file before shutting down.20:48
*** n1x0n has quit IRC20:48
*** odin_ has joined #maemo20:49
mecepupnik, well it looks old.20:49
*** D-man has joined #maemo20:49
*** APTX_ has joined #maemo20:50
*** trupheenix has joined #maemo20:50
*** FIQ|n900 has quit IRC20:50
*** Jaffa has quit IRC20:50
*** APTX has quit IRC20:50
*** fabo has quit IRC20:50
*** fabo_ has joined #maemo20:50
*** merlin_1991 has joined #maemo20:50
*** Jaffa has joined #maemo20:50
*** lbt has quit IRC20:50
*** lbt has joined #maemo20:51
*** FIQ|n900 has joined #maemo20:51
*** merlin1991 has quit IRC20:51
*** n1x0n has joined #maemo20:52
MohammadAGsymbian's meh20:52
fralsbah, rotation is fubar on fremantle20:52
lcukfrals, using CSSU?20:53
fralsno, using pr1.3 and hildon.hildon_gtk_window_set_portrait_flags(self.window, hildon.PORTRAIT_MODE_SUPPORT)20:54
lcukwhat are you experiencing?20:54
fralsits useless at detecing rotation and some times mce doesnt emit the rotation signal... hoping there is some nice callback on window rotation from gtk but im guessing not :P20:55
*** Flipi|BNC is now known as Flipi20:55
MohammadAGit works well for me20:55
*** smooph has joined #maemo20:56
* lcuk gets the .HEL crew to come along and rotate frals 20:56
lcukalthought you would have to write a signal handler for girly_scream();20:56
MohammadAGwow, they can do that?20:56
ieatlintfrals: look for resize events and test if w>h20:56
MohammadAGgdk emits a signal for that20:57
*** jonne has joined #maemo20:57
*** w00t_ has quit IRC20:57
*** smooph1 has quit IRC20:57
*** w00t_ has joined #maemo20:58
fralsieatlint, MohammadAG: cheers20:58
*** ShadSEC has joined #maemo20:58
*** w00t_ is now known as Guest1174920:59
ieatlint:)20:59
*** kimitake is now known as kimitake_idle21:02
*** edheldil has quit IRC21:06
*** trupheenix has quit IRC21:07
*** edheldil has joined #maemo21:08
*** trupheenix has joined #maemo21:08
*** PhonicUK has joined #maemo21:09
*** PhonicUK has joined #maemo21:09
fralsright... switching to a new stackable window means it forgets it was in portrait and goes back to landscape? :P21:11
*** ZogG_laptop has quit IRC21:11
*** Sicelo has left #maemo21:11
*** ZogG_laptop has joined #maemo21:12
*** schend has joined #maemo21:12
fralsMohammadAG: any solution? ;)21:14
MohammadAGfrals is the task switcher button small in landscape after it flips?21:15
MohammadAGif not, set_transient or whatever gtk's set parent window is called :P21:15
*** dangergrrl has quit IRC21:15
MohammadAGgtk_window_set_transient i think21:15
*** geaaru_ has joined #maemo21:15
fralsyeah the task switcher button is small but it goes to landscape21:15
*** geaaru has quit IRC21:16
*** smooph1 has joined #maemo21:16
MohammadAGis the new parented to the main one?21:16
fralsye21:16
MohammadAGif so, it's your hildon-desktop being an asshole21:16
MohammadAGa reboot will kick it again21:16
MohammadAGa killall will break it more :p21:16
MohammadAGI still don't know why it happens21:17
fralsor hm21:17
MohammadAGbut it's very annoying, made me waste an hour21:17
fralsmaybe i dont actually set the parent when i use this path21:17
*** smooph has quit IRC21:17
frals... this is the downside not looking at the code more than once a month :p21:17
MohammadAGlol21:17
MohammadAGI never got PyGtk or PyQt tbh21:18
*** Tscheesy_ has joined #maemo21:18
*** Tscheesy has quit IRC21:18
MohammadAGfound C/C++ much faster21:18
fralsno difference if its pygtk or plain gtk, its still horrible compared to qt :p21:18
*** PhonicUK2 has joined #maemo21:18
*** ShadSEC has quit IRC21:18
*** PhonicUK2 has quit IRC21:18
MohammadAGgtk isn't that bad21:19
*** ShadSEC has joined #maemo21:19
* MohammadAG looks at gobject with fear21:19
*** trupheenix has quit IRC21:19
MohammadAGfrals, ever considered a C/Gtk rewrite?21:19
fralsyes, and rejected it ;)21:20
fralsif i would rewrite id to it in qt/qml21:20
fralss/to/do/21:20
infobotfrals meant: if i would rewrite id do it in qt/qml21:20
MohammadAGQML's sexy21:20
MohammadAGQt's nice to work with, not much to worry about21:21
*** dailylinux has joined #maemo21:21
*** nox- has joined #maemo21:22
*** Diod has joined #maemo21:24
nox-moin21:25
*** tarantism has joined #maemo21:25
*** ShadSEC has quit IRC21:26
*** ShadSEC has joined #maemo21:26
*** rd has quit IRC21:27
Triztmoikka21:29
*** merlin_1991 is now known as merlin199121:29
*** sq-one has joined #maemo21:30
*** l13tl3 has quit IRC21:32
*** diegohcg has joined #maemo21:32
*** trupheenix has joined #maemo21:33
*** ZogG has quit IRC21:33
*** ZogG has joined #maemo21:34
fralssweet, all my problems went away with a reboot21:34
*** smooph has joined #maemo21:35
SpeedEvilI tried that. It diddn't fix my broken central heating.21:36
*** smooph1 has quit IRC21:36
GAN900SpeedEvil, did you fsck the eMMC?21:37
*** jrocha has joined #maemo21:37
*** s1gk1ll has joined #maemo21:37
MohammadAGfrals, told ya :)21:39
*** MadViking has quit IRC21:41
*** MadViking has joined #maemo21:41
*** hannesw has quit IRC21:42
*** asj_ has joined #maemo21:42
*** ShadSEC has quit IRC21:42
*** ||jess|_ has joined #maemo21:46
*** ||jess|_ has quit IRC21:46
*** KMFDM has quit IRC21:47
*** kthomas_vh_ has quit IRC21:47
*** ||jess| has quit IRC21:47
*** federico2 has joined #maemo21:48
*** federico2 has joined #maemo21:48
*** davyg has joined #maemo21:49
*** onekenthomas has joined #maemo21:50
*** larsivi has quit IRC21:50
*** Tsarpf has joined #maemo21:51
*** TheXception|off has joined #maemo21:52
*** onekenthomas has quit IRC21:53
*** onekenthomas has joined #maemo21:54
*** ftrvxmtrx has quit IRC21:54
*** ftrvxmtrx has joined #maemo21:54
*** timeless_xchat has joined #maemo21:57
*** timeless_xchat has joined #maemo21:57
*** mc_teo`` has joined #maemo21:57
*** trupheenix has quit IRC22:00
*** mc_teo` has quit IRC22:01
*** BCMM has quit IRC22:08
*** mc_teo`` is now known as mc_teo22:08
*** mlpug has quit IRC22:09
*** kthomas_vh_ has joined #maemo22:10
*** kthomas has joined #maemo22:11
*** onekenthomas has quit IRC22:12
*** dailylinux has quit IRC22:13
*** kthomas_vh_ has quit IRC22:14
*** penguinbait has quit IRC22:15
*** jas4711 has quit IRC22:15
*** kthomas has quit IRC22:16
*** jas4711 has joined #maemo22:16
*** kuuntelija has joined #maemo22:18
*** kuuntelija has quit IRC22:18
*** geaaru__ has joined #maemo22:18
*** unixSnob has quit IRC22:20
*** geaaru_ has quit IRC22:21
*** geaaru_ has joined #maemo22:22
*** ZogG_laptop has quit IRC22:23
*** geaaru__ has quit IRC22:23
*** ZogG_laptop has joined #maemo22:23
*** timeless_w7ip has joined #maemo22:24
*** smooph1 has joined #maemo22:24
*** unixSnob has joined #maemo22:24
*** smooph has quit IRC22:25
*** kthomas has joined #maemo22:25
*** geaaru__ has joined #maemo22:26
*** Flipi is now known as Flipi|BNC22:26
*** kW_ has joined #maemo22:28
*** geaaru_ has quit IRC22:29
*** Guest11749 is now known as w00t_22:29
*** w00t_ has joined #maemo22:29
*** Rarok has quit IRC22:30
pupnik "Tepco Simpson" http://i.imgur.com/9RV1Z.png22:30
*** Rarok has joined #maemo22:31
chxlet's hope they are more clueful than that22:32
*** geaaru__ has quit IRC22:33
*** geaaru__ has joined #maemo22:33
*** renato is now known as renatofilho22:34
*** Veggen has quit IRC22:35
*** Veggen has joined #maemo22:35
*** tzafrir_laptop has joined #maemo22:35
Jaffarm_work: pong22:40
rm_workJaffa: hey :P22:40
rm_workI thought I remembered earlier someone saying you were the person to talk to about hostmasks here, could be wrong22:41
Jaffarm_work: X-Fade specifically, but he deputised me ;-)22:41
rm_workheh22:41
rm_workwell, can you help me out? :P22:41
Jaffarm_work: Send me an email to andrew@bleb.org with your freenode user name22:41
rm_workk22:42
rm_workdone, thanks :)22:43
*** millenomi has joined #maemo22:44
lcukJaffa, am I right in thinking that when you request a cloak you are entered into a free draw to win a /maemo/council cloak upgrade instead? :P22:45
*** bman has joined #maemo22:45
*** l13tl3 has joined #maemo22:46
*** rd has joined #maemo22:46
bmani was trying to install a older alpha of fennec for n800/diablo and install keeps failing due to pkill22:46
bmanwhat package is pkill in?22:46
Jaffalcuk: Something like that. But then you have to email maemo-community as well. And it's a time-limited offer.22:46
*** sq-one has joined #maemo22:46
*** javispedro has quit IRC22:47
bmanwhats a time limited offer?22:47
lcukrm_work, to be in with a chance of a nice new cloak made out of the finest threads, send a mail to the Maemo Community ML syaing "I nominate myself for a cloak (and the council thingy)"22:47
rm_work:P22:48
RST38hI think the best incentive will be money though.22:48
* RST38h smiles evilly22:48
bmanwhat am i missing22:48
lcukobviously a cloak22:49
lcukRST38h, well noone has ever said otherwise22:50
*** mlwane has joined #maemo22:50
ZogGJaffa, haha i heard that too. may i email too?22:51
*** FauxFaux has quit IRC22:53
pupniki just discovered how good gimp's sinc scaler for enlarging images - http://i.imgur.com/0nisj.gif22:53
prontohttp://www.gifbin.com/985114  im so confused22:53
*** felipec has quit IRC22:53
*** FauxFaux has joined #maemo22:54
ZogGpupnik, that's what she told me22:54
*** robink has quit IRC22:54
*** paroneayea has quit IRC22:55
*** mikhas has quit IRC22:55
pupnikimpressive pronto22:56
*** schend has quit IRC22:56
prontod'oh didnt mean to post that in here22:56
ZogGnow i have to check it22:56
*** robink has joined #maemo22:56
* Arkenoi ordered 3-pack of scud batteries, will see if those are really that good22:57
bmanwhat package is pkill in?22:57
bmanbetter question, anyone got fennec/firefox4 working on n80022:57
bmani had a old version 1.0 working and havent been able to install 1.1 or newer22:58
pupniki wish we had a 'cryopid'22:58
derfI don't think we've been actively testing against Maemo 4 for some time.22:58
bmani noticed that, the last version i found built for maemo4 was 1.122:59
*** geaaru__ has quit IRC22:59
bmanbut it fails to install because its looking for pkill22:59
*** geaaru__ has joined #maemo22:59
*** sdcsff has joined #maemo22:59
bmani made a pkill and dropped it in /bin and it still fails so its looking for pkill in some hard coded path i assume23:00
*** ponyofdeath has quit IRC23:00
derfpkill is /usr/bin/pkill on my N900.23:00
bmanim a ff extension builder and want to test my shit on a device (i dont have n900 or android)23:00
*** MikaT_ has quit IRC23:00
derfSo you might try dropping it there.23:00
bmani tried in /usr/bin/pkill link to /bin/pkill (ln -s) and it still fails23:01
derfYou could also try asking in #mobile on irc.mozilla.org.23:01
derfSomeone there probably knows more than I do.23:01
*** SouBE has quit IRC23:04
bmanthanks23:04
bmani just posted in there too23:04
bmanwonder why they stopped building for n80023:04
bmanfree n900's?23:04
SpeedEvilI've not been keeping up over the past few days.23:05
SpeedEvilHave there been any meegodevice rumors I've missed?23:05
MohammadAGalterego, ping23:06
MohammadAGSpeedEvil, no, they replaced MeeGo with Windows Phone 9!23:06
MohammadAGthey skipped 8, it was obsolete apparently23:07
timeless_w7ipbman: a couple of problems23:07
timeless_w7ipone the people who made the sdk for maemo screwed up23:07
timeless_w7ipthere was a toolchain update23:07
timeless_w7ipand it pulled in a libc which wasn't actually shipped to maemo4 or something fun like that23:07
timeless_w7ipand no one reported that they'd been shipping broken binaries for well over a week23:07
timeless_w7ipi.e. there were no customers23:07
*** paroneayea has joined #maemo23:08
bmani used it23:08
bmanbut it was version 1.023:08
*** lizardo has quit IRC23:08
timeless_w7ipi'm talking about the nightlies23:08
bmanit wasnt doing auto updates23:08
bmanyeah i wasnt using nightlies23:08
*** mlwane has quit IRC23:08
MohammadAGalterego, nevermind, solved it :D23:08
bmanso 1.1 is the last version for maemo4 then i guess23:08
*** trbs has quit IRC23:10
*** ponyofdeath has joined #maemo23:12
ZogGbman еру йгуыешщт црн еру ыещззув ыгззщке т900 тщкьфддн фы цудд =)23:12
ZogGooops23:12
*** BCMM has joined #maemo23:12
bmanwoo23:12
*** mlwane has joined #maemo23:14
*** TomaszD has quit IRC23:15
*** larsivi has joined #maemo23:16
ZogG_laptopbman never mind23:16
bmanyeah23:16
ZogG_laptopbut look i can do like this too שלום23:16
ZogG_laptopמה קורא? =)23:16
* lcuk thinks this place is starting to look more and more like the graffiti wall every day23:17
ZogG_laptoplcuk, is it bad?23:18
lcukwell with the sketch fonts, nope :)23:19
*** scoobert1on has joined #maemo23:19
*** dos1 has quit IRC23:20
ZogG_laptop=(23:20
ZogG_laptopit's hebrew23:20
*** SouBE has joined #maemo23:21
lcukZogG_laptop, it could be herbrew for all I care :) it is good to see variety23:21
*** davyg has quit IRC23:21
RST38hZogG: Do stick to English though:not everyone can read Hebrew23:22
RST38h[hell, my ircii can't even display unicode]23:22
*** cyborg-one has quit IRC23:22
*** scoobertron has quit IRC23:22
*** ponyofdeath has quit IRC23:22
*** ponyofdeath has joined #maemo23:22
*** cyborg-one has joined #maemo23:24
*** retro|cz has joined #maemo23:25
ZogGRST38h use xchat23:25
RST38hsorry, no xchat inside an ssh session23:25
ZogGand i don't think anyone here speaks hebrew23:25
ZogGRST38h, why ssh?23:25
*** MikaT has joined #maemo23:26
*** mlwane has quit IRC23:26
RST38hwhy ask?23:26
FauxFauxZogG: To allow the use of screen.23:26
SpeedEvilDoes MohammadAG?23:26
ZogGsup23:27
hajRST38h: irssi23:28
hajmmmmh23:28
MohammadAGSpeedEvil, speak hebrew? barely23:29
*** rzr has quit IRC23:29
kerioi know aleph and beth23:29
MohammadAGthough I could tell what ZogG said above, obviously23:29
ZogGMohammadAG, you are half way there23:30
*** lofty306 has joined #maemo23:30
ZogGMohammadAG do you have arabic layout?23:30
MohammadAG<RST38h> [hell, my ircii can't even display unicode] <-- teehehehe :P23:30
MohammadAGZogG, sorry, don't use arabic on my PC23:31
kerioutf8 pwns j0023:31
ZogGkerio =)23:32
ZogGгеа8 аец23:32
ZogGutf823:32
MohammadAGI have to say23:32
MohammadAGQML rocks for everything but lists23:32
ZogGdamn it's hard to have 3 langs23:32
ZogGi always mess with layouts23:32
keriosıɥʇ op uɐɔ noʎ ǝsnɐɔǝq zǝןnɹ 8ɟʇn23:33
ruskiehehe23:33
*** Smily has joined #maemo23:35
ZogGutf8 ♥23:35
ZogG23:35
ZogGcan we manage compose key on n900?23:35
*** egetg has joined #maemo23:36
*** SmilyOrg has quit IRC23:36
*** mlwane has joined #maemo23:38
*** sdcsff has quit IRC23:39
*** Smily has quit IRC23:39
*** setanta_ has quit IRC23:40
*** piggz has quit IRC23:41
*** geaaru__ has quit IRC23:41
*** Vanadis has quit IRC23:44
*** rd has quit IRC23:44
*** Vanadis has joined #maemo23:44
*** Venemo has quit IRC23:49
*** vi__ has joined #maemo23:49
*** joppu has quit IRC23:49
*** shanttu has quit IRC23:49
vi__...proceed23:49
*** jrocha has quit IRC23:50
vi__did anyone read about the SCUD battery?23:50
vi__it has 1500mAh...23:51
ThreeMany link?23:51
vi__check forum, dr_frost_dk's thread23:52
vi__it is one of the latest he has tested23:53
ThreeMim skeptic23:55
RST38hhehe, Oracle JavaSE SDK does not install:the installer hangs23:55
RST38hWhat a pileof crap...23:55
ThreeMlike the android sdk :)23:56
vi__lol23:56
vi__java23:56
vi__write once23:56
vi__crash anywhere23:56
* MohammadAG needs to figure out how to null on delete23:57
RST38hptr = 0; <===23:57
RST38hno?23:57
vi__is that like a bong?23:57

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