* DocScrutinizer05 idly wonders if awk... | 00:00 | |
FIQ|n900 | awk binary patching? | 00:00 |
---|---|---|
DocScrutinizer05 | sed is clearly too line oriented | 00:00 |
FIQ|n900 | super ed | 00:00 |
DocScrutinizer05 | FIQ|n900: *nod* | 00:00 |
FIQ|n900 | (I know what sed is, just not what the s part of it means) | 00:01 |
DocScrutinizer05 | dunno if awk could get configured to use one-byte "lines" | 00:01 |
DocScrutinizer05 | serial afaik | 00:01 |
DocScrutinizer05 | or stream | 00:01 |
DocScrutinizer05 | since it basically doesn't do any skip-back on input | 00:02 |
DocScrutinizer05 | so movin last line of sourcefile to the head of destination file is a tad cimbersome with sed | 00:03 |
DocScrutinizer05 | cumber* | 00:03 |
DocScrutinizer05 | unlike ed where you could actually do that | 00:03 |
DocScrutinizer05 | hmmm, ed | 00:04 |
*** macmaN has joined #maemo-ssu | 00:10 | |
DocScrutinizer05 | I wish there was a hex_ed which doesn't work on lines but byte adresses, and not displays raw text but hex reprentation | 00:11 |
FIQ|n900 | make it! | 00:12 |
DocScrutinizer05 | already pondering it | 00:12 |
DocScrutinizer05 | can't be hard | 00:12 |
DocScrutinizer05 | read in from <file> to buffer assumes/fakes a \n after very byte, and the most basic print command converts each "char" to a 2char hex representation | 00:13 |
jon_y | DocScrutinizer05: speaking of \n, here's the perl bq2k query script | 00:16 |
jon_y | http://paste.debian.net/220910/ | 00:16 |
DocScrutinizer05 | :-) | 00:16 |
DocScrutinizer05 | I'll add it to my host, if you allow | 00:16 |
jon_y | host? | 00:17 |
jon_y | well, just take it, it is your script | 00:18 |
DocScrutinizer05 | I'd like to add your (C) to the header however | 00:18 |
jon_y | oh, sure, thanks | 00:19 |
kerio | it should be 27x00 then | 00:24 |
DocScrutinizer05 | jon_y: what author name shall I use for your (c)? | 00:26 |
*** Sc0rpius has quit IRC | 00:27 | |
*** FIQ|n900 has quit IRC | 00:30 | |
*** FIQ|n900 has joined #maemo-ssu | 00:31 | |
DocScrutinizer05 | hmm, hope that's ok: http://maemo.cloud-7.de/maemo5/usr/local/sbin/bq27k-detail-perl | 00:35 |
*** kolp has quit IRC | 01:10 | |
*** Sc0rpius has joined #maemo-ssu | 01:15 | |
kerio | freemangordon: have you noticed a regression with whatever is responsible for phone notifications since a bit ago? | 01:18 |
DocScrutinizer05 | phone notifications? | 01:31 |
DocScrutinizer05 | could it be that rotation stuff got way more laggy for dialer in forced portrait mode, since last (2) update(s) of CSSU-T? | 01:32 |
DocScrutinizer05 | (dialer is the only thing in portrait mode on my IroN900, always been) | 01:33 |
kerio | nah, i'm talking about hildon-home taking up 100% of cpu | 01:33 |
DocScrutinizer05 | ouch | 01:33 |
kerio | and hildon-desktop locking up when you try to access the tasknav | 01:33 |
kerio | possibly because of ^ | 01:34 |
DocScrutinizer05 | sure | 01:34 |
kerio | but i couldn't even pull up the power key menu | 01:34 |
DocScrutinizer05 | o.O | 01:34 |
DocScrutinizer05 | and that's all the time? | 01:34 |
kerio | i've had a slowdown and a lockup in two separate occasions | 01:35 |
kerio | both after i didn't answer a call | 01:35 |
kerio | (left it ring, didn't hang up) | 01:35 |
DocScrutinizer05 | :nod: | 01:35 |
DocScrutinizer05 | I always thought that's due to recaller writing a new file and tracker going mad in indexing, when call gets finished | 01:36 |
DocScrutinizer05 | but since last update which for me been basically 2 in 1, it feels a lot more laggy on start of ringing, with rotating dialer to portrait mode. It takes like 5..10s now, while former lag was only ~1s | 01:37 |
DocScrutinizer05 | it might be a singular event, maybe caused by HAM or whatever still active in background | 01:39 |
DocScrutinizer05 | maybe rsync backup was active | 01:39 |
DocScrutinizer05 | anyway it sucked, and I hope it's not a regression in latest (2) update(s) | 01:40 |
kerio | as a sidenote: is it normal that i don't get a name for a number in multiple contacts? | 01:40 |
*** Sc0rpius has quit IRC | 01:45 | |
*** Sc0rpius has joined #maemo-ssu | 01:50 | |
DocScrutinizer05 | alas yes | 01:52 |
arcean | DocScrutinizer05: rotation should be slightly faster with the latest h-d | 01:52 |
DocScrutinizer05 | arcean: then I give it the benefit of doubt until it happens again | 01:53 |
DocScrutinizer05 | who knows what's going on in this little phone all the time ;-D | 01:53 |
DocScrutinizer05 | might actually been HAM still active | 01:54 |
DocScrutinizer05 | and we all know HAM brings *everything* to a grinding halt | 01:54 |
arcean | yeah, sometimes strange things happens | 01:54 |
DocScrutinizer05 | kerio: the resolving of number->name is not very smart, actually it sucks donkeyballs | 01:55 |
DocScrutinizer05 | since it doesn't tolerate any small differences in number to match | 01:56 |
DocScrutinizer05 | and also fails completely when same number is in multiple contacts | 01:56 |
kerio | i kinda like the fact that if a number is associated to multiple contacts, it doesn't just choose one at random | 01:56 |
DocScrutinizer05 | I'd prefer some unambiguous priority thing, like maybe wildcards in numbers or sth | 01:57 |
DocScrutinizer05 | or a dedicated numerical priority field | 01:58 |
DocScrutinizer05 | or a simple selector popping up when same number gets added to a second (third...) contact, to select which one is primary contact now | 01:59 |
kerio | foreign keys without enforcing will end up in a giant mess | 01:59 |
kerio | *enforcement | 01:59 |
DocScrutinizer05 | after all if number->name works during call inbound, it can also get used during adding a number to arbitrary contacts, to detect twin entries | 02:00 |
DocScrutinizer05 | obviously that again is doomed to fail due to missing sourcecode of contacts app | 02:00 |
DocScrutinizer05 | much the same basic issue like with fixed hardcoded set of default fields shown with new contacts. Each time I have to add the same friggin "address" fields etc again when creating a new contact, I feel like smashing the N900 on elop's head | 02:02 |
DocScrutinizer05 | (though elop is innocent this single time) | 02:03 |
DocScrutinizer05 | also did you ever notice that the only way to read a freetext note added to a contact is to open the contact for editing? | 02:05 |
*** freemangordon has quit IRC | 02:06 | |
kerio | the os x addressbook lets you choose which fields to display in editing mode, even without any data | 02:07 |
*** FIQ|n900 has quit IRC | 02:25 | |
DocScrutinizer05 | alas this isn't os x | 02:34 |
DocScrutinizer05 | err | 02:34 |
DocScrutinizer05 | well, I should actually look into this *%$"G" contacts database, maybe the default empty record is in there and could get edited | 02:36 |
DocScrutinizer05 | GOD! would I like to change the default set if fields shown in a new contact | 02:37 |
DocScrutinizer05 | s/ if / of / | 02:37 |
infobot | DocScrutinizer05 meant: GOD! would I like to change the default set of fields shown in a new contact | 02:37 |
DocScrutinizer05 | actually I couldn't think of any special complications in REing the contacts frontend | 02:38 |
DocScrutinizer05 | should probably be easier than even calendar | 02:39 |
DocScrutinizer05 | and a completely different class than dialer | 02:40 |
DocScrutinizer05 | probably I should check evolution | 02:43 |
*** NIN101 has quit IRC | 02:55 | |
Raimu | IPS is a horrible ROM patching dinosaur | 03:30 |
Raimu | No way to discern if your ROM dump is the one the patch is created for | 03:30 |
Raimu | It just tells what bytes of the file to change into which and then good luck running the file | 03:31 |
Raimu | If there's like a different header than expected taking up space then IPS here patches the wrong bytes | 03:31 |
Raimu | Or maybe the guys making the patch used a slightly older or newer dump of the ROM and hunting for that one you go | 03:32 |
*** arcean has quit IRC | 03:42 | |
*** jonwil has joined #maemo-ssu | 03:53 | |
jonwil | ~seen pali | 03:53 |
infobot | pali <~pali@Maemo/community/contributor/Pali> was last seen on IRC in channel #maemo-ssu, 4d 14h 33m 43s ago, saying: 'freemangordon, do you know state of portrait keyboard?'. | 03:53 |
*** ekze has quit IRC | 04:01 | |
*** ekze has joined #maemo-ssu | 04:18 | |
*** jonwil has quit IRC | 04:38 | |
*** jonwil_ has joined #maemo-ssu | 04:38 | |
*** jonwil_ is now known as jonwil | 04:38 | |
gregoa | DocScrutinizer05, keri: sketch for getting the first parapgraph of a wikipedia page as plain text for infobot: http://paste.debian.net/220949/ ; requires the not very standard Web::Scraper module | 04:48 |
gregoa | s/keri/kerio/ | 04:48 |
infobot | gregoa meant: DocScrutinizer05, kerio: sketch for getting the first parapgraph of a wikipedia page as plain text for infobot: http://paste.debian.net/220949/ ; requires the not very standard Web::Scraper module | 04:48 |
*** nox- has quit IRC | 05:18 | |
*** M4rtinK has quit IRC | 05:23 | |
*** amiconn_ has joined #maemo-ssu | 05:50 | |
*** amiconn has quit IRC | 05:50 | |
*** amiconn_ is now known as amiconn | 05:50 | |
*** Martix has quit IRC | 05:53 | |
*** DocScrutinizer05 has quit IRC | 06:04 | |
*** DocScrutinizer05 has joined #maemo-ssu | 06:04 | |
*** tg has quit IRC | 06:14 | |
*** tadzik has quit IRC | 06:41 | |
*** tg has joined #maemo-ssu | 06:52 | |
*** tadzik has joined #maemo-ssu | 06:54 | |
*** sourav has joined #maemo-ssu | 07:03 | |
*** sourav has left #maemo-ssu | 07:05 | |
*** luf has joined #maemo-ssu | 07:39 | |
*** kolp has joined #maemo-ssu | 07:49 | |
*** FlameReaper has joined #maemo-ssu | 09:19 | |
*** FlameReaper has quit IRC | 09:33 | |
*** FlameReaper has joined #maemo-ssu | 09:38 | |
kerio | :D | 09:59 |
kerio | now i feel kinda bad for dissing perl | 09:59 |
kerio | but not too much | 09:59 |
merlin1991 | luf: libxml2 is merged | 10:05 |
luf | merlin1991: I see in mailbox. Thanks. I'll put it into cssu-devel in near future also new libpng and hopefully zlib. | 10:06 |
*** dhbiker has quit IRC | 10:09 | |
*** dhbiker has joined #maemo-ssu | 10:10 | |
merlin1991 | luf: you also might like this commit https://gitorious.org/community-ssu/libcpaboutcssu/commit/cbd845fbc731bff84e8d5423e4fa5bca4121327f ;) | 10:13 |
luf | Oh no ... I'm not the grey man behind ... Now they know me :D | 10:14 |
*** dhbiker has quit IRC | 10:27 | |
*** Milhouse has quit IRC | 10:29 | |
*** Milhouse has joined #maemo-ssu | 10:30 | |
*** kolp has quit IRC | 10:36 | |
*** drath_n900 has joined #maemo-ssu | 10:43 | |
*** drath_n900 has quit IRC | 10:48 | |
*** drath_n900 has joined #maemo-ssu | 10:55 | |
*** dhbiker has joined #maemo-ssu | 11:01 | |
*** drath_n900 has quit IRC | 11:04 | |
jon_y | DocScrutinizer05: jon_y is good | 11:22 |
kerio | my, how modest | 11:31 |
jon_y | kerio: DocScrutinizer05 put DocScrutinizer, so my irc nick is fine too :) | 11:34 |
kerio | i meant the absolute statement | 11:35 |
kerio | infobot: jon_y is <jon_y> jon_y is good | 11:35 |
infobot | okay, kerio | 11:35 |
kerio | ~jon_y | 11:35 |
infobot | from memory, jon_y is <jon_y> jon_y is good | 11:35 |
kerio | :D | 11:35 |
jon_y | :) | 11:35 |
jon_y | I was referring to the bq2k query perl conversion | 11:36 |
*** dhbiker has quit IRC | 11:46 | |
*** _rd has joined #maemo-ssu | 12:02 | |
kerio | jon_y: i know :) | 12:05 |
kerio | 'twas a joke | 12:05 |
*** FlameReaper has quit IRC | 12:06 | |
*** arcean has joined #maemo-ssu | 12:28 | |
*** NIN101 has joined #maemo-ssu | 12:58 | |
*** andre__ has joined #maemo-ssu | 13:03 | |
luf | freemangordon: to the /dev/mtd2 - the first line is interesting: [ 1118.429321] Unable to handle kernel NULL pointer dereference at virtual address 00000000 | 13:22 |
kerio | dereferencing NULL, yay | 13:24 |
luf | kerio: exactly ... | 13:31 |
*** jonwil has quit IRC | 13:46 | |
*** _rd has quit IRC | 13:52 | |
*** arcean has quit IRC | 13:54 | |
*** arcean has joined #maemo-ssu | 13:55 | |
*** dhbiker has joined #maemo-ssu | 13:55 | |
*** lizardo has joined #maemo-ssu | 13:56 | |
*** arcean_ has joined #maemo-ssu | 13:58 | |
luf | ~seen pali | 13:59 |
infobot | pali <~pali@Maemo/community/contributor/Pali> was last seen on IRC in channel #maemo-ssu, 5d 39m 52s ago, saying: 'freemangordon, do you know state of portrait keyboard?'. | 14:00 |
kerio | D: | 14:00 |
*** arcean has quit IRC | 14:01 | |
*** arcean has joined #maemo-ssu | 14:01 | |
*** arcean_ has quit IRC | 14:03 | |
luf | kerio: it's KP52 ;) but maybe not the latest ... | 14:04 |
*** drath_n900 has joined #maemo-ssu | 14:07 | |
*** arcean_ has joined #maemo-ssu | 14:11 | |
*** arcean has quit IRC | 14:14 | |
*** luf has quit IRC | 14:17 | |
*** luf has joined #maemo-ssu | 14:18 | |
*** M4rtinK has joined #maemo-ssu | 14:19 | |
*** arcean_ is now known as arcean | 14:19 | |
*** luf has quit IRC | 14:22 | |
*** luf has joined #maemo-ssu | 14:23 | |
*** Martix has joined #maemo-ssu | 14:29 | |
*** _rd has joined #maemo-ssu | 14:36 | |
kerio | luf: yeah, prereleases don't have an actual version number | 14:40 |
luf | kerio: are you sure? [ 464.625366] KERNEL_VERSION=Linux Nokia-N900 2.6.28.10-power52 #1 PREEMPT Fri Oct 12 16:06:34 CEST 2012 armv7l GNU/Linux | 14:41 |
kerio | luf: there are at least three KP52 | 14:41 |
*** M4rtinK has quit IRC | 14:48 | |
*** freemangordon has joined #maemo-ssu | 14:51 | |
freemangordon | luf: could you pastebin /dev/mtd2 so I can take a look at it? | 14:52 |
luf | freemangordon: sure | 14:53 |
freemangordon | luf: BTW there is zlib repo on gitorious ;) | 14:55 |
luf | freemangordon: I know. | 14:59 |
*** drath_n900 has quit IRC | 15:00 | |
luf | freemangordon: you don't need to wait for sources in git as I sent you the link to test the patch ... | 15:00 |
*** _rd has quit IRC | 15:05 | |
*** drath_n900 has joined #maemo-ssu | 15:06 | |
freemangordon | luf: I'll wait for the source in git, I want to do thumb branch too | 15:07 |
*** jonwil has joined #maemo-ssu | 15:08 | |
luf | It will be better if you can test it without git. Maybe we don't want the patch in git ... | 15:08 |
luf | freemangordon: ^^^ | 15:09 |
freemangordon | hmm, yeah, makes sense | 15:11 |
luf | freemangordon: http://pastebin.com/F5cEt228 | 15:11 |
luf | 3 times the same oops ;) | 15:12 |
luf | freemangordon: however for sure I installed this kp52 some time prior the official release. | 15:13 |
freemangordon | what you were doing? | 15:13 |
luf | Nothing special. | 15:13 |
freemangordon | aah, make sure to upgrade | 15:13 |
freemangordon | There were some fixes | 15:13 |
luf | Once some dpkg -i (through sshd) | 15:13 |
freemangordon | charger connected? | 15:14 |
luf | network over usb. | 15:14 |
luf | So USB cable connected (N900 and PC) | 15:14 |
*** _rd has joined #maemo-ssu | 15:14 | |
freemangordon | hmm, QtMobileHotspot? | 15:14 |
freemangordon | however, install the latest KP52 and if the problem continues, report it again (to me and Pali) | 15:15 |
luf | I don't think so. I'm going to check. Is it package name? | 15:15 |
freemangordon | qtmobilehotspot iirc | 15:15 |
luf | It hasn't appeared again. | 15:15 |
luf | Just 3 times in one day. | 15:16 |
luf | Before that the phone was fully discharged. | 15:16 |
freemangordon | despite that, install the latest, Pali has fixed sume related stuff | 15:16 |
freemangordon | *some | 15:16 |
luf | The first oops during charging. The last one was with nearly full battery. | 15:17 |
freemangordon | ^^^ | 15:17 |
luf | I see. | 15:17 |
luf | for record: no QtMobileHotspot (checked with dpkg -l | grep hot) | 15:18 |
freemangordon | luf: how do you setup USB netowrking? | 15:19 |
kerio | luf: oh really? you installed kp52 before the official release? i would've never guessed | 15:20 |
kerio | except for the fact that it still hasn't been released :) | 15:21 |
luf | kerio: because of BT + NAP and bridge module ;) | 15:24 |
*** M4rtinK has joined #maemo-ssu | 15:28 | |
jonwil | Anyone here seen Pali lately or know if/when he is most likely to show up next? | 15:30 |
*** drath_n900 has quit IRC | 15:33 | |
luf | jonwil: It's just 5 days. Maybe some vacation as no regular school hours now ... | 15:33 |
jonwil | quite possible :) | 15:34 |
*** arcean has quit IRC | 15:42 | |
*** arcean has joined #maemo-ssu | 15:44 | |
freemangordon | luf: I am not sure NEON patch in zlib is used at all | 15:47 |
freemangordon | at least there is no adler32.o in arm/ directory | 15:47 |
freemangordon | aah, wai, it is #included | 15:48 |
freemangordon | *wait | 15:48 |
amiconn | Hmm, somehow I can't install cssu-tjumb :\ | 15:54 |
amiconn | I tried the 1st step, but now HAM has no catalogs at all? | 15:54 |
kerio | amiconn: HAM is being silly as usual | 15:54 |
kerio | close it, wait for the cpu usage to go down, start it again | 15:54 |
luf | freemangordon: I hade the same feeling prior to include :D | 15:55 |
luf | freemangordon: but there is no problem with test and qemu/sb should have problem with neon ... So I'm not sure if there is any neon opts. | 15:56 |
*** luf has quit IRC | 16:02 | |
*** arcean_ has joined #maemo-ssu | 16:17 | |
*** FIQ|n900 has joined #maemo-ssu | 16:18 | |
*** arcean_ has quit IRC | 16:20 | |
*** arcean has quit IRC | 16:20 | |
*** arcean has joined #maemo-ssu | 16:21 | |
amiconn | kerio: Seems to have worked now, thanks! | 16:22 |
*** arcean has quit IRC | 16:22 | |
*** arcean has joined #maemo-ssu | 16:24 | |
amiconn | Thumbified fennec doesn't seem to be any faster than plain fennec though (iow, still unusable) | 16:27 |
kerio | :( | 16:28 |
amiconn | It's not a real problem, since I'm using opera mobile 95% of the time anyway (and maybe 5% microb - due to needing flash or ovi compatibility) | 16:32 |
kerio | weird, i can't stand opera | 16:33 |
amiconn | It's the fastest browser on N900 by far | 16:34 |
kerio | microb is fast enough | 16:34 |
kerio | and i doubt that opera mobile can actually deal with weird websited | 16:34 |
kerio | *sites | 16:35 |
amiconn | Microb is considerably slower, but still okay | 16:35 |
amiconn | Opera mobile has page reflow, which is really useful | 16:35 |
amiconn | Btw, does cssu-thumb have thumbified microb? | 16:37 |
kerio | the rendering engine, not the UI | 16:37 |
kerio | the UI is closed | 16:37 |
*** FIQ|n900 has quit IRC | 16:51 | |
*** _rd has quit IRC | 16:54 | |
*** _rd has joined #maemo-ssu | 16:59 | |
*** _rd has quit IRC | 17:09 | |
*** _rd has joined #maemo-ssu | 17:15 | |
*** peetah has quit IRC | 17:17 | |
*** peetah has joined #maemo-ssu | 17:18 | |
*** luf has joined #maemo-ssu | 17:32 | |
*** jonwil has quit IRC | 17:33 | |
freemangordon | kerio: and it is the engine that matters in terms of speed usually | 17:38 |
luf | freemangordon: have you noticed any speedup with the zlib and the patch from meego? :) | 17:38 |
freemangordon | no :(. well, some 2-3 % | 17:39 |
freemangordon | gcc does it better with -O3 | 17:39 |
freemangordon | luf: BTW -Os is size | 17:39 |
freemangordon | -O2 is better | 17:39 |
freemangordon | luf: that NEON patch does not worth the bytes used to be stored on the device :D:D:D | 17:40 |
freemangordon | luf: BTW did you see the comments from the author, something like "I don;t have ARM device nearby, so I didn;t test my code" :D | 17:41 |
freemangordon | luf: we'd rather use gcc 4.7.2 with -ftree-vectorize -ffast-math to produce assmby output and use that | 17:42 |
freemangordon | *assembly | 17:42 |
freemangordon | luf: did you try code aurora patch? | 17:43 |
luf | freemangordon: so change -O2 flag and don't use the patch. To be honest I don't study this patch very deeply as I get it from meego repository. | 17:44 |
freemangordon | luf: I still think NEON could be useful, if we only can find a good code | 17:45 |
luf | freemangordon: Yes I tested code aurora patch. It's in history (it's slower), I hope we both are talking about the fast patch. | 17:45 |
freemangordon | I am using the source in your home dir | 17:45 |
luf | freemangordon: np about NEON. | 17:45 |
luf | freemangordon: You can read it in changelog what I tested and doesn't work :) | 17:46 |
luf | https://gitorious.org/0xdroid/external_zlib/commit/5d42d250693f443ba3ad0f663d269177b2d02300/diffs - this codea aurora patch just slow down the deflate. | 17:46 |
freemangordon | luf: BTW i'll google around if I can find something better | 17:46 |
freemangordon | well, adler is used only in decompress aiui | 17:47 |
luf | freemangordon: ok. | 17:47 |
luf | freemangordon: so the question is if the fixes in zlib 1.2.7 are enough to upgrade zlib on N900. | 17:48 |
freemangordon | luf: wait, that patch is only partial | 17:48 |
freemangordon | there is code aurra adler neon implementation | 17:48 |
freemangordon | luf: would you rephrase please | 17:49 |
freemangordon | the question that is | 17:49 |
luf | freemangordon: I see no adler neon patch from code aurora. | 17:59 |
luf | freemangordon: rephase: do we want upgrade zlib on N900 to 1.2.7 (without neon patch = without speed up)? There are just some fixes (mem_leaks - no proove if againist N900 1.2.3-9 code) and some new features. | 18:01 |
luf | freemangordon: please post me the code aurora adler neon implementation. I can try it. | 18:01 |
freemangordon | luf: ok | 18:16 |
*** peetah has quit IRC | 18:16 | |
*** Martix has quit IRC | 18:16 | |
*** peetah has joined #maemo-ssu | 18:17 | |
freemangordon | luf: https://codereview.chromium.org/5176006/patch/1/2 | 18:17 |
freemangordon | https://codereview.chromium.org/5176006 | 18:17 |
freemangordon | luf: BTW this is against 1.2.3 :) | 18:20 |
*** BCMM has joined #maemo-ssu | 18:34 | |
*** BCMM has quit IRC | 18:47 | |
luf | freemangordon: is it really different patch? When I took a look last time I think it's just subset of patches I tried. | 18:59 |
luf | I'll try. | 19:00 |
freemangordon | luf: don;t | 19:00 |
freemangordon | I am porting it, will be ready in a couple of minutes | 19:00 |
luf | freemangordon: I bet it'll help in that case :D | 19:01 |
freemangordon | the link you posted contains only fast_copy part | 19:01 |
freemangordon | don't :P | 19:01 |
freemangordon | you'll lose your money | 19:01 |
luf | I know that. I spent several hours or days on libpng with slowdown all the time and you tried one patch in few minutes and it saves 30%. It's the fact ;) | 19:02 |
freemangordon | well, I guess I am just lucky :D | 19:03 |
luf | BTW to be honest I vote for zlib 1.2.7 as it's backword compatible (in public API/ABI). Unfortunatlly libxml2 used internal stuctures (but we have it patched now). | 19:03 |
freemangordon | BTW I vote for 1.2.7 too | 19:04 |
luf | freemangordon: don't belieave you're lucky. You're so good. | 19:04 |
*** toxaris has joined #maemo-ssu | 19:21 | |
*** kolp has joined #maemo-ssu | 19:27 | |
*** qwazix has left #maemo-ssu | 19:43 | |
*** kolp has quit IRC | 19:45 | |
*** luf has quit IRC | 19:55 | |
*** M13 has joined #maemo-ssu | 20:06 | |
*** Martix has joined #maemo-ssu | 20:15 | |
*** _rd has quit IRC | 20:36 | |
*** _rd has joined #maemo-ssu | 20:37 | |
*** _rd has quit IRC | 21:10 | |
*** _rd has joined #maemo-ssu | 21:11 | |
*** _rd has quit IRC | 21:30 | |
*** nox- has joined #maemo-ssu | 21:50 | |
*** _rd has joined #maemo-ssu | 22:05 | |
*** AndrewX192_ has joined #maemo-ssu | 22:25 | |
*** AndrewX192_ has joined #maemo-ssu | 22:25 | |
*** AndrewX192 has quit IRC | 22:28 | |
*** int_ua has joined #maemo-ssu | 22:29 | |
*** M13 has quit IRC | 22:34 | |
*** jester` has joined #maemo-ssu | 22:34 | |
*** wumpwoast has joined #maemo-ssu | 22:36 | |
*** toxarisswe has joined #maemo-ssu | 22:54 | |
*** AndrewX192_ has quit IRC | 22:54 | |
*** AndrewX192 has joined #maemo-ssu | 22:55 | |
*** AndrewX192 has joined #maemo-ssu | 22:55 | |
*** toxaris has quit IRC | 22:57 | |
*** AndrewX192 has quit IRC | 22:59 | |
*** lizardo has quit IRC | 22:59 | |
*** AndrewX192 has joined #maemo-ssu | 23:00 | |
*** AndrewX192 has joined #maemo-ssu | 23:00 | |
*** _rd has quit IRC | 23:26 | |
*** _rd has joined #maemo-ssu | 23:35 | |
*** toxarisswe has quit IRC | 23:35 | |
*** _rd has quit IRC | 23:44 | |
*** arcean has quit IRC | 23:53 | |
*** arcean has joined #maemo-ssu | 23:56 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!