*** maybeWTF has joined #maemo | 00:10 | |
*** maybeHere has quit IRC | 00:12 | |
*** shamus has quit IRC | 00:12 | |
*** tmo_TomJ has joined #maemo | 00:16 | |
*** at1as has joined #maemo | 00:24 | |
kerio | which fixes are those anyway | 00:26 |
---|---|---|
*** tmo_TomJ has quit IRC | 00:28 | |
*** totalizator has joined #maemo | 00:29 | |
DocScrutinizer05 | well, ask freemangordon ;-) | 00:30 |
DocScrutinizer05 | seems it had some suboptimal design decisions | 00:30 |
DocScrutinizer05 | maybe like rendering the whole list of packages to display anew after each packet that got added | 00:31 |
kerio | wow | 00:32 |
DocScrutinizer05 | pali always claimed that parsing the strings in the packages would take ages, I never got it how parsing strings could be that slow | 00:32 |
*** shamus has joined #maemo | 00:33 | |
kerio | it's literally something that dpkg does in a fraction of the time | 00:34 |
DocScrutinizer05 | there are lots and lots of useless redundancy you accidentally can implement into your code. E.G compiling a regex anew for each single string you want to search for the always same regex-pattern | 00:34 |
kerio | using the wrong regexps too | 00:34 |
kerio | or rather the wrong engine | 00:34 |
DocScrutinizer05 | sure, that too, though that doesn't count as redundancy | 00:34 |
DocScrutinizer05 | grep is fast since it compiles the regex only once and then applies arbitrary amounts of text to search to the compiled regex engine | 00:36 |
DocScrutinizer05 | any function call that accepts a plaintext regex parameter will have to compile that regex anew for each time the function gets called | 00:37 |
DocScrutinizer05 | the workload is like 99% for compiling regex, 1% for applying the compiled regex search engine (search patten) to the string you want to search for the pattern, for any reasonable size of single strings | 00:38 |
DocScrutinizer05 | that's why you got int regcomp() and int regexec() | 00:40 |
DocScrutinizer05 | man regexec | 00:40 |
DocScrutinizer05 | NB I dunno what optimizations FMG applied for speedyham | 00:41 |
*** erlehmann has joined #maemo | 00:42 | |
*** LauRoman|Alt has quit IRC | 00:42 | |
DocScrutinizer05 | anyway speedyham is UEBERCOOL | 00:48 |
*** Guest10788 has quit IRC | 00:50 | |
*** Guest10788 has joined #maemo | 00:50 | |
*** Guest10788 is now known as FIQ | 00:50 | |
DocScrutinizer05 | HAM is package manager the right way, but sucks. SpeedyHAM is package manager the right way the right way the right way | 00:50 |
DocScrutinizer05 | thus SpeedyHAM shoots down fapman high noon | 00:51 |
*** shamus has quit IRC | 00:51 | |
jaska | hamster | 00:54 |
DocScrutinizer05 | If I had *any* clue about .deb and how that stuff works, I had nuked the damn fremantle-MP long ago and replaced it by something that simply takes care all the needed apps get installed when you activate that new thing | 01:02 |
DocScrutinizer05 | this way we wouldn't be stuck with that dang metapackage and all the headache it produces | 01:03 |
DocScrutinizer05 | and I *really* don't get it why CSSU didn't finally switch to such MP-ess scheme, at least after it became evident that there won't be new MP from Nokia in base repos | 01:04 |
DocScrutinizer05 | MP-less, even | 01:05 |
DocScrutinizer05 | the whole purpose of MP been: it allows Nokia to ship PRx.y as defined in the MP and it will replace the "complete" system when updated. CSSU exactly does _not_ want to do this | 01:06 |
DocScrutinizer05 | so why can't we get rid of mp-fremantle-community-pr ? | 01:08 |
DocScrutinizer05 | and rather simply ship upgrades of app packages like HAM whever due - incl proper dependencies | 01:08 |
DocScrutinizer05 | whenever* | 01:09 |
DocScrutinizer05 | rolling release | 01:09 |
*** dos1 has quit IRC | 01:11 | |
*** dos1 has joined #maemo | 01:12 | |
*** Ninja has quit IRC | 01:16 | |
DocScrutinizer05 | anyway | 01:18 |
DocScrutinizer05 | Sicelo: get speedyham! you'll love it :-) | 01:18 |
*** florian has quit IRC | 01:19 | |
DocScrutinizer05 | cd ~/MyDocs && wget http://maemo.merlin1991.at/cssu/community-devel/pool/free/h/hildon-application-manager/hildon-application-manager_2.2.73-2_armel.deb && dpkg -i *.deb && rm *.deb | 01:20 |
DocScrutinizer05 | sth like that | 01:20 |
DocScrutinizer05 | ignore all errors/warnings | 01:20 |
DocScrutinizer05 | iirc that's what I did | 01:21 |
DocScrutinizer05 | except for the ignoring part, which I rather did like "blame, investigate, test, realize it doesn't matter" | 01:22 |
*** Ninja has joined #maemo | 01:28 | |
*** keel has joined #maemo | 01:29 | |
*** bef0rd has quit IRC | 01:39 | |
*** bef0rd has joined #maemo | 01:39 | |
*** bef0rd has joined #maemo | 01:39 | |
*** bef0rd has quit IRC | 01:43 | |
*** flynx has quit IRC | 02:07 | |
vakkov | is QtMobility connectivity API available for n900 | 02:11 |
*** keel has quit IRC | 02:12 | |
*** nox- has quit IRC | 02:17 | |
*** ludens has joined #maemo | 02:24 | |
*** M4rtinK has quit IRC | 02:26 | |
*** beford has joined #maemo | 02:37 | |
* DocScrutinizer05 just did a USBfix. Used tools: ERSA ANALOG60 @ 375°C, tiniest swiss army knife to scratch off green varnish, FL88 FLUX pen [lots of that!], Stannol F-SW26 S-SN60PB38CU2 0.5mm solder. Was a *pleasure* to do | 02:39 | |
DocScrutinizer05 | ooh, smallest chisel soldertip I could find | 02:40 |
DocScrutinizer05 | good that felt good to actually solder something again | 02:40 |
DocScrutinizer05 | maybe I should've soldered right side (front view) close to the flex cable even more to the shielding can there ;-) | 02:42 |
DocScrutinizer05 | anyway if *that* jack comes off the PCB, then I dunno ... :-D | 02:43 |
DocScrutinizer05 | annoying: I need a magnifier glass to do such jobs now | 02:44 |
*** hurrian has joined #maemo | 02:44 | |
*** hurrian has quit IRC | 02:44 | |
*** hurrian has joined #maemo | 02:44 | |
DocScrutinizer05 | I need better magnifier goggles that allow a "telescope" macro view of the object, means I want to have more than a 6cm distance between the soldering iron and the tip of my nose | 02:46 |
*** trumee has quit IRC | 02:46 | |
*** trumee has joined #maemo | 02:46 | |
DocScrutinizer05 | ,ore like <4cm with that clockmaker lens | 02:47 |
trumee | ~ping | 02:47 |
infobot | ~pong | 02:47 |
DocScrutinizer05 | an want at least 15cm | 02:47 |
*** Ninja has quit IRC | 02:49 | |
DocScrutinizer05 | the Ersa ANALOG 60 is absolutely up to the job, for soldering the jack steel sleeve down to the ground pads of PCB | 02:49 |
*** Ninja has joined #maemo | 02:49 | |
*** spoofy has quit IRC | 02:49 | |
DocScrutinizer05 | actually it been so terribly simple, I couldn't figure how to do it wrong, when you use the proper tools and materials as described above, are careful with removing *all* the green varnish until shining copper is all you see on the pads, all the way til the steel sleeve which you also scratch clean. Then watch a movie about soldering and go ahead. It will be your first solder joint you ever did and it will be fine | 02:53 |
trumee | ~ping | 02:54 |
infobot | ~pong | 02:54 |
DocScrutinizer05 | ~ding | 02:54 |
infobot | dong | 02:54 |
DocScrutinizer05 | ooh, maybe to make that clear: the USBfix been preventive aka pre-break | 02:57 |
DocScrutinizer05 | so I had no need to mess with the 5 tiny contact pins at rear of jack, with solderpaste and hot air and such | 02:58 |
DocScrutinizer05 | soldering station: http://www.reichelt.de/ERSA-Loetstationen/ANALOG-60/3//index.html?ACTION=3&GROUPID=553&ARTICLE=4338&SHOW=1&OFFSET=16& | 03:00 |
DocScrutinizer05 | flux: http://uk.farnell.com/edsyn/fl88/flux-dispenser-pen-15ml/dp/876732 | 03:00 |
*** Kabouik has joined #maemo | 03:01 | |
*** flynx has joined #maemo | 03:09 | |
*** trumee has quit IRC | 03:18 | |
*** trumee has joined #maemo | 03:25 | |
*** trumee has quit IRC | 03:31 | |
*** shamus has joined #maemo | 03:36 | |
*** trumee has joined #maemo | 03:40 | |
*** trumee has quit IRC | 03:41 | |
*** trumee has joined #maemo | 03:41 | |
*** Kabouik has quit IRC | 03:42 | |
*** trumee_ has joined #maemo | 03:48 | |
*** trumee has quit IRC | 03:50 | |
*** geaaru has quit IRC | 04:05 | |
*** trumee_ has quit IRC | 04:16 | |
*** trumee has joined #maemo | 04:17 | |
*** trumee has quit IRC | 04:20 | |
*** trumee has joined #maemo | 04:21 | |
*** Ninja has quit IRC | 04:27 | |
*** LauRoman has joined #maemo | 04:40 | |
*** at1as has quit IRC | 04:46 | |
*** Humpelst1lzchen has joined #maemo | 04:52 | |
*** Humpelstilzchen has quit IRC | 04:56 | |
*** silviof3 has joined #maemo | 05:01 | |
*** silviof2 has quit IRC | 05:04 | |
*** FlameReaper-PC has quit IRC | 05:09 | |
*** LauRoman has quit IRC | 05:09 | |
*** infobot has quit IRC | 05:17 | |
*** infobot has joined #maemo | 05:28 | |
*** infobot has quit IRC | 05:30 | |
*** maybeWTF has quit IRC | 05:33 | |
*** maybeWTF has joined #maemo | 05:44 | |
*** robbiethe1st has joined #maemo | 05:59 | |
*** lxp1 has joined #maemo | 06:02 | |
*** lxp has quit IRC | 06:04 | |
DocScrutinizer05 | http://www.youtube.com/watch?v=5mWHRakh5Hw :-D | 06:27 |
DocScrutinizer05 | (not me!) | 06:28 |
DocScrutinizer05 | just re >>I need better magnifier goggles that allow a "telescope" macro view of the object<< | 06:28 |
*** at1as has joined #maemo | 06:29 | |
*** geaaru has joined #maemo | 06:32 | |
*** beford has quit IRC | 06:42 | |
DocScrutinizer05 | or already ERSASCOPE!!! http://www.youtube.com/watch?v=hlTV3T-JNAk | 06:44 |
*** at1as has quit IRC | 06:57 | |
*** dimw1t has joined #maemo | 06:57 | |
*** flynx has quit IRC | 07:09 | |
*** FlameReaper-PC has joined #maemo | 07:12 | |
*** robbiethe1st has quit IRC | 07:26 | |
*** dimw1t has quit IRC | 07:47 | |
*** silviof3 is now known as silviof | 07:50 | |
*** silviof has joined #maemo | 07:50 | |
*** jormungandr has joined #maemo | 08:28 | |
*** robink has quit IRC | 08:52 | |
*** robink has joined #maemo | 08:53 | |
*** geaaru has quit IRC | 09:05 | |
*** dhbiker has joined #maemo | 09:06 | |
*** tanty_off is now known as tanty | 09:13 | |
*** erlehmann has quit IRC | 09:20 | |
*** rcg has joined #maemo | 09:22 | |
*** N-Mi has quit IRC | 09:31 | |
*** maybeWTF has quit IRC | 09:41 | |
*** bluelupo has joined #maemo | 09:45 | |
*** b1101 has quit IRC | 09:50 | |
*** shamus has quit IRC | 09:54 | |
*** florian_kc has joined #maemo | 10:04 | |
*** oniongarlic has quit IRC | 10:07 | |
*** florian_kc is now known as florian | 10:12 | |
vakkov | DocScrutinizer05, I did the usb "prevent fix" wit a hot air rework stantion and a zd-99 solder stantion | 10:25 |
DocScrutinizer05 | i almost had used slderpaste and hot air, but then I was to lazy to open up the solder paste syringe, so I thought I'd try with classical soldering iron first | 10:35 |
DocScrutinizer05 | which was actually incredibly easy | 10:36 |
DocScrutinizer05 | thanks to the great FL-88 fulx I guess | 10:37 |
DocScrutinizer05 | Flux even | 10:37 |
DocScrutinizer05 | it's really all just about proper tools and material | 10:39 |
DocScrutinizer05 | wow, the bots are online again | 10:39 |
*** infobot has joined #maemo | 10:42 | |
*** jmlich has joined #maemo | 10:47 | |
*** edheldil has joined #maemo | 10:57 | |
*** lool has quit IRC | 11:02 | |
*** geaaru has joined #maemo | 11:09 | |
Maxdamantus | ffs, does the text database crash with long messages, or what? | 11:09 |
Maxdamantus | Wasn't able to click a message to get to the dialogue that lets me copy it, reopened the SMS window for that contact and it was gone. | 11:10 |
Maxdamantus | and it's not in the sqlite database. | 11:10 |
Maxdamantus | Got the person to resend it, but still can't copy it. | 11:10 |
* Maxdamantus just typed it manually. | 11:11 | |
*** lool has joined #maemo | 11:12 | |
DocScrutinizer05 | maybe your eventsdb got corrupted? | 11:13 |
Maxdamantus | Maybe, dunno. | 11:14 |
Maxdamantus | I haven't actually tried it with other contacts or with the same contact with smaller messages. | 11:14 |
Maxdamantus | but once she sent the long message again, I was again unable to select earlier messages (which worker just after reopening the dialogue) | 11:15 |
Maxdamantus | worked* | 11:15 |
Maxdamantus | Though my message asking her to resend doesn't seem to be in the db .. dunno if it normally updates periodically or something. | 11:16 |
*** Apic has left #maemo | 11:17 | |
*** Apic has joined #maemo | 11:17 | |
DocScrutinizer05 | nope, instantly | 11:17 |
*** NIN101 has quit IRC | 11:17 | |
*** NIN101 has joined #maemo | 11:18 | |
DocScrutinizer05 | IroN900:~# ll ~user/.rtcom-eventlogger/el-v1.db* | 11:18 |
DocScrutinizer05 | -rw-r--r-- 1 user users 910336 2014-07-01 17:20 /home/user/.rtcom-eventlogger/el-v1.db | 11:18 |
DocScrutinizer05 | -rw-r--r-- 1 user users 0 2011-03-06 20:12 /home/user/.rtcom-eventlogger/el-v1.db-journal | 11:18 |
Apic | Re. | 11:18 |
Apic | DocScrutinizer05: You rock. Just wanted to say that. | 11:18 |
DocScrutinizer05 | o.O | 11:18 |
Maxdamantus | -rw------- 1 user users 160.0K Jul 6 23:59 el-v1.db | 11:18 |
Maxdamantus | Curious last modification time. | 11:18 |
Maxdamantus | Mon Jul 7 20:18:54 NZST 2014 | 11:18 |
Apic | =^.^= | 11:18 |
Apic | ♥ | 11:18 |
DocScrutinizer05 | rename dat shite, see if it recovers. will also clean out all your events (call log, text log...) | 11:19 |
DocScrutinizer05 | does the text message contain any special chars or sth. Also, was that a SMS or what? | 11:21 |
DocScrutinizer05 | there's also some buffer used for communication with the modem aiui | 11:22 |
DocScrutinizer05 | at least SMS pending to get sent are piling up there. See cherry | 11:22 |
DocScrutinizer05 | ~cherry | 11:22 |
DocScrutinizer05 | :-S | 11:22 |
kerio | WE LOVE YOU DOC | 11:23 |
DocScrutinizer05 | ~+status | 11:23 |
infobot | Since Mon Jul 7 07:40:19 2014, there have been 0 modifications, 0 questions, 0 dunnos, 0 morons and 0 commands. I have been awake for 42m 48s this session, and currently reference 119293 factoids. I'm using about 79464 kB of memory. With 0 active forks. Process time user/system 3.9/0.28 child 0/0 | 11:23 |
DocScrutinizer05 | o-O what the heck | 11:23 |
kerio | ~factinfo cherry | 11:23 |
infobot | error: you do not have enough flags for that. (o required) | 11:23 |
infobot | kerio: there's no such factoid as cherry | 11:23 |
DocScrutinizer05 | why does everybody love me. That's scary | 11:23 |
Maxdamantus | Hm. After dumping the db as it was then recreating it using the dump, I can see that it saved her message two before she sent the long one. | 11:23 |
kerio | because you're cute and cuddly | 11:24 |
kerio | obviously | 11:24 |
Maxdamantus | even though that was this hour, not yesterday. | 11:24 |
Maxdamantus | This is stupidly confusing. | 11:24 |
Maxdamantus | Does sqlite3 mess with the modification times? | 11:24 |
Maxdamantus | or does it store messages somewhere else? | 11:24 |
DocScrutinizer05 | ~listkeys cherry | 11:25 |
infobot | Factoid search of 'cherry' by key (4): weathercode cherry point ;; cmd: cherry (.*?) ;; cherry pie ;; cherry vanilla creme. | 11:25 |
DocScrutinizer05 | grrr | 11:25 |
*** Kabouik has joined #maemo | 11:25 | |
kerio | maybe someone deleted it | 11:25 |
kerio | "what the fuck? this isn't about fruit" | 11:25 |
DocScrutinizer05 | hardly | 11:25 |
DocScrutinizer05 | ~jrtools | 11:25 |
infobot | jrtools is, like, http://wiki.maemo.org/User:Joerg_rw/tools | 11:25 |
Maxdamantus | Meh, it's losing stuff again. | 11:26 |
Maxdamantus | How does it even happen? | 11:26 |
*** AD-N770 has joined #maemo | 11:26 | |
DocScrutinizer05 | ~#maemo cherry is http://wiki.maemo.org/PR1.2_compulsory_My_Nokia_subscription | 11:26 |
infobot | okay, DocScrutinizer05 | 11:26 |
Maxdamantus | Why can't people use fucking text files? | 11:26 |
Maxdamantus | At least then you can comprehend problems. | 11:27 |
DocScrutinizer05 | ask ~poettering ;-) | 11:27 |
Maxdamantus | and it will probably work even if files get corrupted somehow. | 11:27 |
DocScrutinizer05 | systemd uses binary logging now | 11:27 |
DocScrutinizer05 | prolly mysql, as I know that guy | 11:27 |
* Maxdamantus intends to avoid systemd. | 11:28 | |
DocScrutinizer05 | Maxdamantus: anyway check ~cherry, it has pointers to some /var/dunno/what location where raw plain text files of SMS are supposed to hide | 11:28 |
Maxdamantus | Oh, it didn't lose messages .. just saw an alert from a week ago for some reason. | 11:30 |
DocScrutinizer05 | http://wiki.maemo.org/PR1.2_compulsory_My_Nokia_subscription#Recovering | 11:30 |
Maxdamantus | O_o | 11:30 |
DocScrutinizer05 | check /var/spool/sms/ | 11:31 |
DocScrutinizer05 | >>Cherry will tell the CSD daemon, through CSD's libcsd-sms.so module, to send the SMS directly, bypassing Telepathy and RTCOMM so the SMS is not visible in your Messaging history.<< | 11:33 |
DocScrutinizer05 | suggests it's either telepathy or rtcomm which is supposed to write the SMS to /home/user/.rtcom-eventlogger/el-v1.db | 11:33 |
*** rZr is now known as RzR | 11:44 | |
*** HRH_H_Crab has quit IRC | 11:45 | |
Maxdamantus | Mm, that seems to only have messages that haven't been handled yet. | 11:46 |
DocScrutinizer05 | ~cherry | 11:55 |
infobot | extra, extra, read all about it, cherry is http://wiki.maemo.org/PR1.2_compulsory_My_Nokia_subscription | 11:55 |
*** ChanServ sets mode: +v infobot | 11:57 | |
*** ChanServ sets mode: +v povbot | 11:57 | |
*** HRH_H_Crab has joined #maemo | 12:58 | |
*** eMHa_ has quit IRC | 13:21 | |
*** eMHa_ has joined #maemo | 13:31 | |
*** dhbiker has quit IRC | 13:34 | |
*** dhbiker has joined #maemo | 13:37 | |
*** N-Mi has joined #maemo | 13:39 | |
jpinx | I've made the jump to android and now have 2 perfectly good n900's surplus - if anyone's interested | 13:42 |
*** protem has quit IRC | 13:43 | |
*** NIN101 has quit IRC | 14:17 | |
*** NIN101 has joined #maemo | 14:17 | |
*** messerting has joined #maemo | 14:34 | |
*** RedW has joined #maemo | 14:53 | |
*** lizardo has joined #maemo | 14:55 | |
kerio | jpinx: send them to me! | 14:56 |
*** at1as has joined #maemo | 14:56 | |
*** jormungandr has quit IRC | 15:00 | |
*** jormungandr has joined #maemo | 15:01 | |
*** em has quit IRC | 15:09 | |
*** strohalm has quit IRC | 15:09 | |
*** strohalm has joined #maemo | 15:09 | |
*** strohalm has joined #maemo | 15:09 | |
*** em has joined #maemo | 15:10 | |
*** qwazix has quit IRC | 15:14 | |
*** RedM has joined #maemo | 15:15 | |
*** RedW has quit IRC | 15:16 | |
*** qwazix has joined #maemo | 15:20 | |
*** felipe` has quit IRC | 15:22 | |
*** jon_y_ has joined #maemo | 15:27 | |
*** brolin_empey_ has joined #maemo | 15:28 | |
*** Xjs|moonshine has quit IRC | 15:28 | |
*** Luke-Jr has quit IRC | 15:29 | |
*** jon_y has quit IRC | 15:29 | |
*** T_X has quit IRC | 15:29 | |
*** Luke-Jr has joined #maemo | 15:30 | |
*** ShadowJK_ has joined #maemo | 15:30 | |
*** N-Mi has quit IRC | 15:30 | |
*** misv_ has joined #maemo | 15:30 | |
*** kylanpaj_ has joined #maemo | 15:30 | |
*** chem|st has quit IRC | 15:30 | |
*** fil_ has joined #maemo | 15:30 | |
*** N-Mi has joined #maemo | 15:30 | |
*** chem|st has joined #maemo | 15:30 | |
*** DrCode has quit IRC | 15:30 | |
*** RzR has quit IRC | 15:30 | |
*** brolin_empey has quit IRC | 15:30 | |
*** ShadowJK has quit IRC | 15:31 | |
*** misv has quit IRC | 15:31 | |
*** amizraa has quit IRC | 15:31 | |
*** fil has quit IRC | 15:31 | |
*** kylanpaj has quit IRC | 15:31 | |
*** T_X has joined #maemo | 15:31 | |
*** RzR has joined #maemo | 15:32 | |
*** Xjs|moonshine has joined #maemo | 15:35 | |
*** LauRoman has joined #maemo | 15:39 | |
*** totalizator has quit IRC | 15:45 | |
*** AndroUser2 has joined #maemo | 15:49 | |
*** totalizator has joined #maemo | 15:49 | |
*** sledges has quit IRC | 16:04 | |
*** sledges has joined #maemo | 16:05 | |
*** sledges has joined #maemo | 16:05 | |
*** erlehmann has joined #maemo | 16:20 | |
*** AndroUser2 has quit IRC | 16:27 | |
*** shamus has joined #maemo | 16:32 | |
*** pcfe has joined #maemo | 16:40 | |
*** aloril_ has quit IRC | 16:44 | |
*** MohammadAG has quit IRC | 16:49 | |
*** erlehmann has quit IRC | 16:50 | |
*** MohammadAG has joined #maemo | 16:55 | |
*** aloril_ has joined #maemo | 16:58 | |
*** b1101 has joined #maemo | 17:01 | |
*** brolin_empey_ is now known as brolin_empey | 17:14 | |
*** jmlich has quit IRC | 17:25 | |
jpinx | kerio: how much ? :) | 17:30 |
*** jormungandr has quit IRC | 17:32 | |
*** dvoid_ has quit IRC | 17:35 | |
*** jon_y_ is now known as jon_y | 17:52 | |
*** jaykru has joined #maemo | 18:02 | |
*** jaykru has quit IRC | 18:16 | |
*** jaykru has joined #maemo | 18:18 | |
*** auenfx4 has joined #maemo | 18:24 | |
*** auenf has quit IRC | 18:25 | |
*** felipe` has joined #maemo | 18:43 | |
*** rcg has quit IRC | 18:51 | |
*** DrCode has joined #maemo | 19:08 | |
*** bluelupo has quit IRC | 19:13 | |
*** bluelupo has joined #maemo | 19:15 | |
*** e2718 has joined #maemo | 19:18 | |
*** florian has quit IRC | 19:25 | |
*** dvoid has joined #maemo | 19:45 | |
*** maybeHere has joined #maemo | 19:56 | |
*** mavhc has quit IRC | 20:01 | |
*** mavhc has joined #maemo | 20:02 | |
*** shentey has joined #maemo | 20:03 | |
*** mavhc has quit IRC | 20:07 | |
*** mavhc has joined #maemo | 20:09 | |
*** AD-N770 has quit IRC | 20:09 | |
*** Snafu777 has joined #maemo | 20:12 | |
*** Snafu777 has quit IRC | 20:13 | |
*** lufu has joined #maemo | 20:14 | |
*** Snafu777 has joined #maemo | 20:15 | |
*** BCMM has joined #maemo | 20:16 | |
*** BCMM has quit IRC | 20:23 | |
*** infobot has quit IRC | 20:29 | |
*** BCMM has joined #maemo | 20:29 | |
*** infobot has joined #maemo | 20:30 | |
infobot | DocScrutinizer: infobot joined! | 20:30 |
*** ChanServ sets mode: +v infobot | 20:30 | |
*** Kabouik has quit IRC | 20:33 | |
*** geaaru has quit IRC | 20:40 | |
*** protem has joined #maemo | 20:51 | |
*** protem has joined #maemo | 20:51 | |
*** mavhc has quit IRC | 20:52 | |
*** Kabouik has joined #maemo | 20:53 | |
*** mavhc has joined #maemo | 20:55 | |
*** mavhc has quit IRC | 21:00 | |
*** mavhc has joined #maemo | 21:02 | |
*** bluelupo has quit IRC | 21:06 | |
*** robink has quit IRC | 21:09 | |
*** bluelupo has joined #maemo | 21:11 | |
*** robink has joined #maemo | 21:13 | |
*** robink has quit IRC | 21:18 | |
*** robink has joined #maemo | 21:23 | |
*** arcean has joined #maemo | 21:24 | |
*** florian has joined #maemo | 21:24 | |
*** eMHa_ has quit IRC | 21:24 | |
*** robink has quit IRC | 21:29 | |
*** tanty is now known as tanty_off | 21:30 | |
*** erlehmann has joined #maemo | 21:31 | |
*** robink has joined #maemo | 21:37 | |
*** mkaindl has joined #maemo | 21:40 | |
*** erlehmann has quit IRC | 21:47 | |
*** N-Mi has quit IRC | 21:52 | |
*** jaykru has quit IRC | 22:02 | |
*** amizraa has joined #maemo | 22:14 | |
*** ShadowJK_ is now known as ShadowJK | 22:21 | |
*** kerio is now known as Arpad_Elo | 22:31 | |
*** Arpad_Elo is now known as kerio | 22:31 | |
*** messerting has quit IRC | 22:35 | |
*** e2718 has quit IRC | 22:39 | |
*** Snafu777 has quit IRC | 22:43 | |
*** Snafu777 has joined #maemo | 22:48 | |
*** mavhc has quit IRC | 22:52 | |
*** messerting has joined #maemo | 23:00 | |
*** mavhc has joined #maemo | 23:03 | |
*** Kabouik has quit IRC | 23:17 | |
*** Kabouik has joined #maemo | 23:17 | |
*** bluelupo has quit IRC | 23:31 | |
*** shentey has quit IRC | 23:32 | |
*** messerting has quit IRC | 23:47 | |
*** Snafu777 has quit IRC | 23:59 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!