**** BEGIN LOGGING AT Tue Jun 12 02:59:58 2012 Jun 12 06:25:10 freemangordon: backing swap. Jun 12 06:25:36 vi__: hmm, not a bad idea Jun 12 06:26:22 BTW did you try thumb thingie? Jun 12 06:39:41 freemangordon: Oh, good morning! Jun 12 06:39:50 freemangordon: I assumed you woyul dbe asleep! Jun 12 06:39:54 ^would Jun 12 06:40:06 No, I have not tried T2 yet. Jun 12 06:40:19 I am too chicken shit scared! Jun 12 06:40:35 I only have 1 N900 and it is my production, day to day device. Jun 12 06:41:00 I am happy to let the lemmings run in first and have to reflash when they find the obvious problems. Jun 12 06:41:26 However I see Geneven has taken the plunge, so I may try later. Jun 12 06:42:01 Out of interest what packages have been recompiled with the thumb2? Jun 12 06:42:07 Hildon desktop? Jun 12 06:42:09 Modest? Jun 12 06:42:19 browserd (I wish) Jun 12 06:43:55 did you get anywhere with the adblock? Jun 12 06:48:33 vi__: nah, browserd don't live happily when thumb2-compiled, segfaults in an instant. didn't tried hard though. in adition to modest and h-d, it is gtk, qt, and several other packages Jun 12 06:48:52 vi__: gtg now, ttl Jun 12 06:48:56 bb Jun 12 06:49:25 ~ttl Jun 12 06:49:25 i guess ttl is time to live Jun 12 06:51:06 talk to you later Jun 12 06:52:51 how the F is browserd segfaulting when compiled for thumb? Isn't that a clear indication there are problems with the thumb instruction set? Jun 12 06:54:34 with silicon-errata patches in compiler and kernel, *all* arbitrary coude *must* run flawlessly when comoiled for either ARM or thumb(2) Jun 12 06:54:41 aiui Jun 12 06:55:32 (unless it has inline assembler written in a really nasty way so it would explode in a thumb environment) Jun 12 06:55:38 DocScrutinizer05: you're getting it wrong, when the errata hits, we have a SIGILL, no SIGSEGV Jun 12 06:55:52 nonsense Jun 12 06:56:07 yes, it has some inline assembly, I had to enable -mthumb-interwork to make it even compile Jun 12 06:56:21 DocScrutinizer05: nonsense is? Jun 12 06:56:31 when si-E hits, we have a faulty branch prediction redirecting the PC to random Jun 12 06:56:44 nah, it is not at random Jun 12 06:57:10 it actually is to previous branch destination AIUI Jun 12 06:57:15 the memory is absolutely accesible, it is that it tries to execute ARM instruction as thumb and vice versa Jun 12 06:57:31 that is why it is SIGILL Jun 12 06:57:33 which doesn't for sure fit the new swapped in alternative opcode set code Jun 12 06:58:06 you'd better read again the errata description Jun 12 06:58:13 uhuh Jun 12 06:58:32 impair branch destination means thumb Jun 12 06:58:49 all I have to say to comment this Jun 12 06:58:56 * freemangordon is afk Jun 12 06:59:56 the headline says it all: ""CONFIG_ARM_ERRATA_430973: ARM errata: Stale prediction on replaced interworking branch"" Jun 12 07:02:08 the branch pediction is stale for the branch intruction that got replaced. depending on where this previous prediction pointed to (pair or impair addr), the desination code is considered ARM or thumb Jun 12 07:03:15 DocScrutinizer05: now I remember it was abort, not a segmentation fault, it is deffinitely something to do with the compiler Jun 12 07:04:00 this may or may not be correct, anyway the stale branch prediction is for the branch origin AIUI, not for the branch destination. So it's completely at random if your stale BrPr points to a pair random adrr and at that addr is some random valid ARM code, or it finds some "illegal" thumb code there or vice versa Jun 12 07:04:50 which at the very end leads to SIGILL, so stop spreading FUD, ok? Jun 12 07:05:15 * freemangordon is really afk Jun 12 07:05:20 stop calling reasonable sound ecxplanation FUD >:-( Jun 12 07:05:24 No Sir Jun 12 07:05:35 It depends, as I elaborated one line above Jun 12 07:07:56 when you branch origin gets replaced, the branch prediction for that instruction isn't flushed, so it may point to valid ARM code or valid thumb code, or to randomly replaced (meanwhile) invalid ARM or invalid thimb code, anyway it points not to where the new instruction in that place would like to branch to Jun 12 07:08:08 the result of this can literally be any error Jun 12 07:12:23 (as auxiliary explanation for the occasional reader I might add: switch to thumb instruction world is done by jumbing/branching to an addr with LSB=1, an impair addr, while switching back to ARM instruction set is a jump/branch to an even addr [LSB=0]) Jun 12 07:14:09 now if such a stale branch prediction still ponts to correct code as the code at branch desination didn't change, there's no reason forSIGILL. It's just a bogus branch to a more or less random part of code in memory. The results are literally unpredictible Jun 12 07:17:36 and of course I don't calim I got the final truth on this, it's just how I understand the silicon erratum about stale branch prediction. anybody free to correct me Jun 12 07:24:43 btw a lot of binary opcode values are valid for both ARM and thumb (otherwise we wouldn't need any switching of mode at all) - just the binary value at that memory location *means* different thing to CPU depending on whether CPU is in ARM or thumb mode. So the idea that executing thumb code in ARM mode would automatically and always cause SIGILL is moot from this fact alone Jun 12 07:28:51 much more likely is the case that CPU finds some thumb code and executes it as ARM code just happily, resulting in really unpredictable bogus behaviour of the code. Usually this will eventually result in a SIGSEGV, as all bogus code does Jun 12 07:31:41 so please don't call my arguments FUD, as that's honestly a rather childish and impolite behaviour, and doesn't add to your own credibility Jun 12 07:47:20 compiling browserd with madatory -mthumb-interwork means there's actually code for both ARM and thumb inside browserd, and when this results in segfaults I'd say the SiErratum-patch _does_ _not_ work Jun 12 08:24:19 hi Jun 12 08:46:52 o/ Jun 12 08:50:20 chem|st: o/ Jun 12 08:50:35 DocScrutinizer05: OK, I won't use "FUD" as it seems to offend you, but all of your argumentation above, without even knowing what exactly compiler switches I used, with having NFC if asm code inside microb is ever tested for thumb compatibility, without knowing that microb won't compile if there is no "-mimplicit-it=thumb", etc,etc, is just a plain shot in the dark Jun 12 08:51:47 mhm Jun 12 08:52:05 And I am really getting tired arguing with your arguments, which are based on a pure logic. But that logic relies on pure assumtions made on your side, not some hard facts Jun 12 08:53:39 hard fact: 0xfe55 might be a valid opcode in ARM and thumb, in one case it will eventually cause SIGSEGV, while in other case it is part of a correct program sequence Jun 12 08:53:55 and continung "aah, it could segfault" when I explained that it was my fault and the real crash is caused by abort does not make sense to me Jun 12 08:54:14 you explained wat? Jun 12 08:54:39 [09:59] DocScrutinizer05: now I remember it was abort, not a segmentation fault, it is deffinitely something to do with the compiler Jun 12 08:54:49 * DocScrutinizer05 expects now the old BS argument "you don't read what I write" Jun 12 08:55:02 but that is the truth :P Jun 12 08:55:17 ladies, calm down Jun 12 08:55:35 no, just that this sentence is now with exactly same lack of context as it was initially and it doesn't make any sense to me Jun 12 08:55:47 both of you are in some way right and you seem to like to read each other but not understand each other Jun 12 08:56:38 your claim being "when it would be thumb related, it would be a SIGILL always" Jun 12 08:57:12 I explained to you why problems with thumb will not always result in SIGILL Jun 12 08:57:26 and now I'm afk Jun 12 10:15:11 ok, seems like I timed-out again... did I manage to ask this (or did anyone reply?): quick question: I need something to show me what wireless networks are interfering with my ap, and the 'WifiEye' seems like what I need. Is it any good? Or is there a better application? Jun 12 10:15:48 WifiEye is nice Jun 12 10:16:01 you'll see if there are a lot of networks in the same channel Jun 12 10:16:58 ok, I'll use that one. thanks :) Jun 12 10:16:58 can't your ap show the used channels? Jun 12 10:17:34 no, it does have an 'auto select' function, but I'm not convinced how good it is Jun 12 10:18:06 probably because that selects a channel which is good where the ap is positioned, and not where I am positioned Jun 12 10:19:32 then i wish you good luck to find a free channel Jun 12 10:19:48 yeah, wifi is getting pretty crowded :( Jun 12 10:21:56 dafox: wifieye is exactly what you want. Jun 12 10:22:04 Also, channel 14. Jun 12 10:22:19 channel 14? Jun 12 10:22:26 It is a secret channel! Jun 12 10:22:32 really? Jun 12 10:22:33 (only legal in japan) Jun 12 10:22:47 any information on this? Jun 12 10:22:49 However it is like 2 channels away from the nearest channel. Jun 12 10:22:58 Meaning there is less interferance, Jun 12 10:23:03 this is good, right? Jun 12 10:23:09 ...yes. Jun 12 10:23:12 ah ok :p Jun 12 10:23:13 but not all devices support channel beyond 12 Jun 12 10:23:29 ivgalvez: you mean 13 right? Jun 12 10:23:46 13 sorry, so if you want to use that channel. you'd need to check all your devices Jun 12 10:24:10 Yeah, that is the downside. SOme devices do not support ch14. Jun 12 10:24:13 if your in europe, don't use channel 14, my neighbour had to pay a big fucking penalty for it Jun 12 10:24:25 mm, it would be worth a try Jun 12 10:24:25 like the n900 for example :( Jun 12 10:24:34 bebna: photos or it did not happen. Jun 12 10:24:54 bebna: where (country), in a big city? how did he/she get 'caught'? Jun 12 10:24:56 can't post, on N900 @ city Jun 12 10:25:29 in germany we have patroling cars wo check frequencies Jun 12 10:25:38 I'm currently running in 'usa' mode, I believe the TX power limit is highest there? Jun 12 10:25:53 bebna: mm, I'm just in a small rural town, I'd probably be ok :p Jun 12 10:26:00 dafox so your best course of action is load up wifi eye and choose either 13 or 1 depending on which one has the least interferance from competing AP. Jun 12 10:26:51 that was the plan. I just found there's a new cssu update, so I'm backing up & installing that first Jun 12 10:28:02 mm, channel 14 seems to be 11b only, too, even in japan ? Jun 12 10:29:12 Yes. Jun 12 10:29:23 But who cares, you have THE WHOILE CHANNEL!!! Jun 12 10:29:44 yeah, at 10mbit Jun 12 10:29:48 I do not think there is any difference in TX power between the nations. Jun 12 10:30:05 dafox: that is like 1MB/s. Jun 12 10:30:13 I recently got one of those N routers for more speed (el cheapo edition though) Jun 12 10:30:18 What are you doing on your N900 that needs more than 1MB/s? Jun 12 10:30:41 vi_ ah, no not just for the n900, its primarily for my laptop Jun 12 10:30:49  Jun 12 10:31:00 640K should be enough for anyone! Jun 12 10:31:07 lol Jun 12 10:31:41 dafox: then choose either 1 or 13 dependinding on competition. Jun 12 10:32:03 (ir something in the middle if it is completely dead. Jun 12 10:32:05 ) Jun 12 10:32:25 ok, I will :) Jun 12 10:34:12 In the USA, 802.11 operation in the channels 12 and 13 is actually allowed under low powered conditions. Jun 12 10:34:17 ^says wikipedia. Jun 12 10:35:06 That would mean if you do use either of those channels you should switch your regulatory domain to EU. Jun 12 10:35:39 iw reg set EU Jun 12 10:36:04 doesn't say how low though... US low power could still be more than in the EU? Jun 12 10:37:50 802.11g client devices are limited to 125mW output by the FCC at this time Jun 12 10:38:09 802.11b can actually go to 200mW :o Jun 12 10:39:55 europe seems to limit both b/g to 100mW ? Jun 12 10:41:21 According to WP, yes. Jun 12 10:41:26 I stand corrected. Jun 12 10:42:44 awww, it seems I'm already in the best zone :( Jun 12 10:43:11 channel 1, nothing nearby (everbody else seems to be in channels 6, 7 or 11) Jun 12 10:45:00 Then channel 1 it is then. Jun 12 10:45:16 For extra credit, hax your neigbours AP and move them all to 11. Jun 12 10:45:54 I guess so. Hahaha, do you think it would help much? They're already so far away Jun 12 10:46:02 dafox: not really. Jun 12 10:46:03 (in the graph) Jun 12 10:46:09 But it makes a good pub story! Jun 12 10:46:16 true Jun 12 10:46:25 but this wifi eye is really cool Jun 12 10:46:35 I should've installed it long ago Jun 12 10:46:36 Yes, the interface is really intuitive, Jun 12 10:47:43 Why are all my . coming out as ,???? Jun 12 10:47:47 thanks! Jun 12 10:48:03 vi_: not for me? Jun 12 10:48:25 dafox: what is not for you? Jun 12 10:48:35 your '.' are just regular dots? Jun 12 10:49:16 dafox: It is because I am typing like a spacker. Jun 12 10:50:32 ah, I misunderstood, I thought you meant they were being rendered as a literal ',???' :p sorry Jun 12 10:50:53 vi_: practice makes perfect ;) Jun 12 10:52:19 AARGH, fuck qwerty Jun 12 10:54:18 I'm going to mess some more with the settings on my ap, so I'll probably disconnect/timeout again soon. bye :) Jun 12 11:07:41 mm, seems that encryption setting could be changed without rebooting (the router) and disconnecting (the laptop). cool. Jun 12 11:50:26 dafox: you lucky bastard Jun 12 11:50:40 my router even reboots to change port forwardings Jun 12 11:50:42 what did I do :/ Jun 12 11:51:04 hehe, yes, I was surpised too Jun 12 12:50:45 freemangordon, one question are the modified wlan driver from lxp compatible with the kernel-cssu? Jun 12 12:56:17 should be, though didn't try if it will work if force installed Jun 12 13:00:30 To be safe, I will copy my current modules. Reflash(needed actually) and go on thumb2-cssu :) Jun 12 13:01:46 hmm, me being the maintainer should fix that, ain't :-D Jun 12 13:03:00 Let's say it's still testing material ^^ Jun 12 13:10:40 grrr, why do my flashes never go smooth, the first 3 times I always get: suitable USB device not found... DOH! Jun 12 13:14:22 I installed the flash light application, but the icon is not visible where it previously was. Jun 12 13:15:31 You mean the torch app? Jun 12 13:15:49 Lenscover needs to be open to be seen in status-menu ;) Jun 12 15:34:27 chem|st: ping Jun 12 15:35:02 anyone who lives in germany: ping Jun 12 15:36:06 DocScrutinizer: ping? Jun 12 15:36:34 pong Jun 12 15:36:34 (packet injection) Jun 12 15:36:46 r00t|n900: you live in germany? Jun 12 15:37:41 i already replied Jun 12 15:37:57 Is this a valid german address? Jun 12 15:37:59 THE TIRED KRAUT - CLASSIC BIKE PARTS Jun 12 15:37:59 ***************************************** Jun 12 15:37:59 Rudolf-Diesel-Str. 12 Jun 12 15:37:59 Industriegebiet Nord Jun 12 15:38:01 D-68535 Neckarhausen Jun 12 15:38:04 Deutschland/Germany Jun 12 15:38:06 Ust-Idnr./Tax-Nr. DE 253 690 770 Jun 12 15:42:47 vi_: pong Jun 12 15:47:36 vi_: Der müde Björn on ebay... http://myworld.ebay.com/der-muede/ Jun 12 15:47:43 seems to be valid ;) Jun 12 15:48:51 chem|st: That guy has ripped me off. Jun 12 15:48:59 can I report him here? Jun 12 15:49:09 Verbraucherzentrale Bundesverband . VZBV Jun 12 15:49:26 fucking apple fucking signatures Jun 12 15:50:06 iFuck Jun 12 15:50:17 iFUCK ur rights. Jun 12 15:50:42 chem|st: who can I report shops who rip people off to in germany? Jun 12 15:51:49 chem|st: or these guys: Jun 12 15:51:52 Stiftung warentest Jun 12 16:10:45 vi_: if he ripped you off you go to the police for instance Jun 12 16:16:08 the police hands out instances? Jun 12 16:16:20 fuck singleton classes! Jun 12 16:16:30 MohammadAG: Borgs are much better Jun 12 16:17:37 MohammadAG: https://pastee.org/hv4fq Jun 12 16:18:06 screw that, the police hands out instances :P Jun 12 17:04:59 vi_: pong Jun 12 17:05:39 hi Jun 12 17:06:07 are you guys planning to fix hildon issues? Jun 12 17:06:22 stops responding if uptime many days Jun 12 17:06:34 meant on CSSU Jun 12 17:07:36 vi__: you either contact police, or verbraucherzentrale Jun 12 17:08:04 the latter can direct you to right instance at least Jun 12 17:09:18 (I feel dizzy, analyzed 15 levels of stack dump by hand now) Jun 12 17:10:05 and not a nice stack dump backtrace like in linux Jun 12 17:10:37 more like raw hex with a few comments Jun 12 17:11:06 hehe Jun 12 17:13:40 I.E first(!) line of each function was given, with basename of file, then HEX offset from start where next function got called. Hooray for macros, prototypes etc Jun 12 17:14:39 also all hail to multiple calls to same function, in another function Jun 12 18:01:11 yeah, 9h 2.5G with xchat and IRC, 63% remainig. That's the way I like it Jun 12 18:02:43 honestly connewcting a second IRC client to same bouncer account kills your standby like I kill flies Jun 12 18:12:03 bugh Jun 12 18:12:11 powermanga game uses like 15MB of rootfs. Jun 12 18:12:20 flubopoyo...around 10MB Jun 12 18:12:28 Epic negative karma time. Jun 12 18:13:47 * ShadowJK doesn't notice any difference in battery use related to how many clients are connected to his bouncer Jun 12 18:15:29 * luke-jr doesn't notice any reasonable battery life from xchat ever Jun 12 18:15:41 but maybe that's because I idle in like 50 channels Jun 12 18:15:42 <.< Jun 12 18:15:49 luke-jr: wifi or umts? Jun 12 18:15:57 GPRS/UMTS Jun 12 18:16:10 gprs or umts? Jun 12 18:16:23 who knows, same difference Jun 12 18:16:31 not really... Jun 12 18:16:39 umts takes a shitton more energy, doesn't it Jun 12 18:16:45 anyway, that's your problem Jun 12 18:16:50 I heard more, but I don't know about much more Jun 12 18:16:54 mobile data transmission for IRC is pretty bad Jun 12 18:17:03 it's constant transmission Jun 12 18:17:08 why? Jun 12 18:17:15 IRC doesn't require constant anything Jun 12 18:17:18 because you're idling in 50 channels Jun 12 18:17:19 :P Jun 12 18:17:25 that's reception Jun 12 18:17:30 oh. ACKs. Jun 12 18:17:40 TCP doesn't work that way Jun 12 18:17:45 exactly :) Jun 12 18:17:47 * luke-jr ponders a UDP Quassel protocol Jun 12 18:18:15 cellular doesn't work that way, even if you're in pure receive-only on the IP level, the radio is still just as active Jun 12 18:18:24 that, too Jun 12 18:18:40 ShadowJK: srsly? -.- Jun 12 18:18:49 yes Jun 12 18:19:03 gah Jun 12 18:19:16 ok, fine, Quassel changes to not update buffers unless the window/tab is active? Jun 12 18:19:44 keepalives will still fuck you up, kinda Jun 12 18:20:09 keepalives can be once every 4 minutes Jun 12 18:20:14 if even that often Jun 12 18:20:22 why do I need keepalives? O.o Jun 12 18:20:29 it's not like my connection is NAT'd Jun 12 18:20:30 Also on umts, any single data packet in any direction will activate and keep the radio active for a minium period of time, measured in seconds. On my operator it's like 5 seconds. That means if there's a single packet every 5s, the radio burns as much power as a constant voice call Jun 12 18:21:00 can't override it on N900? <.< Jun 12 18:21:02 my operator is horrible Jun 12 18:21:06 that's what i heard Jun 12 18:21:52 it's decided by operator, if you just override it, it'd be same thing as yanking battery or dropping out of coverage Jun 12 18:22:18 they check it? :/ Jun 12 18:22:42 it's inherent to the system Jun 12 18:23:42 what if you predict it, and turn the radio off for 4 of the 5 seconds? <.< Jun 12 18:23:57 predict what Jun 12 18:23:59 kerio: luke-jr: ZUMTZ = GPRS * 4, for energy Jun 12 18:24:07 wow Jun 12 18:24:10 zumtz? Jun 12 18:24:33 * luke-jr ponders setting up some script to set GSM-only and switch to auto only when GSM is unavailable Jun 12 18:25:10 UDP on GPRS also needs ACK, afaik Jun 12 18:25:39 This is why nokia made libiphb (which is partially closed?), so that several apps could coordinate data bursts Jun 12 18:25:53 ShadowJK: wouldn't that be an OS-level thing? Jun 12 18:26:02 kerio: ZUMTS = UMTS with an ititial typo that looked nicer with a trailing one Jun 12 18:26:10 there's a kernel module Jun 12 18:26:16 ZUMTZ Jun 12 18:26:36 once I thought of writing a "smart VPN" Jun 12 18:28:04 ShadowJK has the ultimative bandwidth packer for IRC Jun 12 18:28:22 just missing package propagation on highlight Jun 12 18:28:28 it's a dirty hack, not quite ultimate nor optimal Jun 12 18:28:41 it's almost optimal Jun 12 18:29:04 vi_: is it really the same guy from the ebay page? he has very high rating... seems weird that he'd try to rip you off Jun 12 18:29:06 and "dirty hack" is in fact genious usage of existing usnix tools Jun 12 18:30:18 With multiserver, you more or less get one burst per server, at somewhat unpredictable intervals Jun 12 18:30:28 his business profile even has some text saying that he's only got 2 negative ratings, and asking those two people to please contact him... Jun 12 18:30:30 with single server it's somewhat closer Jun 12 18:30:48 I never even thought about multiserver ;-) Jun 12 18:31:37 quassel would be optimum, if it would handle highlight and keepalive Jun 12 18:33:05 aaaah, and of course ShadowJK's_dirty_hack is missing temporary diabling of buffering when "I" post something Jun 12 18:33:16 for maybe 3 minutes Jun 12 18:33:22 yes Jun 12 18:34:48 A good solution would be a bouncer running on both n900 and a server. The n900 side checks whethet screen is on or off. If off, server side buffers until n900 side indicates screen on, or server side detects a message directed at the user Jun 12 18:35:21 Alternatively "buffer at most 10 minutes or x bytes" Jun 12 18:37:46 Considering hspa 10Mbit/s and 5 second 3g timer, with ~5 Megabyte databurst your energy efficiency is about 50%! :D Jun 12 18:38:04 (less for smaller bursts than 5 meg) Jun 12 18:38:11 ShadowJK: don't forget keep-alive Jun 12 18:38:40 Well i dont personally need keep-alive either :P Jun 12 18:38:57 bastard! ;-P Jun 12 18:39:12 nah, sorry Jun 12 18:39:24 but /timer -repeat 0 600 allserv ping Jun 12 18:39:27 in xchat Jun 12 18:39:33 I think a nice NAT is worth a lot for UMTS/GPRS Jun 12 18:39:44 gives you 10 minute keepalive :P Jun 12 18:39:50 NAT is evil Jun 12 18:40:01 just don't do it. Jun 12 18:40:11 luke-jr: that's NatIsBad Jun 12 18:40:54 ShadowJK: keepalive pings are in .xhat2/xchat.conf or sth Jun 12 18:40:56 i get natted during peak use. Basically when ISP runs out of IPs they NAT, but if there are available IPs in the pool they give out public IP. Jun 12 18:40:59 no need for /timer Jun 12 18:41:11 how do you run out of IPs? O.o Jun 12 18:41:31 what a question Jun 12 18:41:43 lol Jun 12 18:42:10 didn't IANA run out of IPs like 3 years ago? Jun 12 18:42:11 I mean, T-Mobile is only assigning me a single IP address, not the /64 they're supposed to Jun 12 18:42:24 LOL Jun 12 18:42:27 on IPv4 atleast Jun 12 18:42:29 so they shouldn't run out ever Jun 12 18:42:32 ShadowJK: who uses IPv4? Jun 12 18:42:42 everyone except you Jun 12 18:43:40 XP Jun 12 18:44:23 luke your reality distortion field is weak! Jun 12 18:44:28 you need to upgrade Jun 12 18:44:36 head... Jun 12 18:44:43 ...desk Jun 12 18:45:21 I heard the guy with the strongest reality distortion field projector recently died and got buried, maybe you could go dig him up and steal it Jun 12 18:46:10 no, he got burried with the device operating (you never can stop reality field distorters) Jun 12 18:46:23 ShadowJK: I am happy T-Mobile provides IPv6-only cellular service. Jun 12 18:46:24 you'll never find him, no matter how deep you dig Jun 12 18:46:59 Iirc in 2006 nokia was at a google talk, talking about IPv6 and mobile Jun 12 18:47:12 Lirc? Jun 12 18:47:42 how they'd concluded that the minimum keep-alive for real life natted isps was about 15secs Jun 12 18:48:01 WTF! Jun 12 18:48:07 port 500 tends to have higher timeouts ;) Jun 12 18:48:20 which for an always-online thing meant 8-fold reduction of battery life compared to non-natted connection waiting for pushemail Jun 12 18:49:25 unless you get bogus pings and other bullcrap inbound, at <10 s/1 Jun 12 18:50:13 NAT-BEHAVEE is a nice read, if you can dig up that RFC anymore anywhere Jun 12 18:50:43 can't wait 'til friday Jun 12 18:51:26 group buy of beer at $work. Got 3 pallets of beer on the way from germany \o/ Jun 12 18:51:53 should keep the thirst of 30 finns quenched a couple of days atleast \o/ Jun 12 18:52:19 FREAKIN F²¼ð¼³¹NG Jun 12 18:52:49 again this 40s forced guru mediation when invoking a website Jun 12 18:53:33 in "vmstat 1", is US or WA column dominating during guru meditation, or neither? Jun 12 18:54:21 http://tools.ietf.org/id/draft-ietf-behave-nat-00.txt Jun 12 18:55:08 I think I recall them bashing ZyXEL explicitly ;-D Jun 12 18:58:41 or maybe it's been me bashing ZyXEL back when for not adhering to some fundamental BEHAVE requirements Jun 12 19:01:04 ShadowJK: nice tip, will check next time I run into it Jun 12 19:01:23 hre idiot thing is: my CPU load is at 0.x% Jun 12 19:01:31 during the whole 40s Jun 12 19:01:58 I don't see any external DNS queries timing out either Jun 12 19:04:32 and honestly, this "Fn" key lower left of this Lenovo keyboard drives me nuts Jun 12 19:05:00 dafox: yes, he is the same guy. Jun 12 19:05:01 anybody ever heard of swapping Fn and Ctrl? Jun 12 19:05:09 I will tell you the story. Jun 12 19:05:23 DocScrutinizer05: yes. It is covered in the wiki page on keyboard remapping. Jun 12 19:05:33 it's in the bios Jun 12 19:05:41 on Lenovo, vi__ Jun 12 19:05:43 DocScrutinizer: you'll adjust to that in 2-3 days Jun 12 19:05:46 DocScrutinizer05: oh, your thinkpad Jun 12 19:06:06 DocScrutinizer05: if you figure it out tell me, it is a massive pain in the balls. Jun 12 19:06:15 indeed Jun 12 19:06:29 it's in the bios Jun 12 19:06:31 APTX: o.O Jun 12 19:06:33 DocScrutinizer05: you have a trackpoint? Jun 12 19:06:39 yup Jun 12 19:06:42 T500 Jun 12 19:06:46 and love it ;) Jun 12 19:06:47 DocScrutinizer05: welcome to the darkside. Jun 12 19:07:17 dafox: that guy sold me a shockabsorber for my motorcycle. Jun 12 19:07:23 dafox: it is totally defective. Jun 12 19:07:29 if it had been cpu use I'd recommended noscript Jun 12 19:07:40 In fact it is missing internal parts that make it work. Jun 12 19:08:02 It might still be a friggin script that waits for any shitty event to never happen Jun 12 19:08:07 dafox: I bought 3 months ago but only got around to fitting it last week or so. Jun 12 19:08:10 or plugin Jun 12 19:08:31 dafox: It was sold to me as a dud. Jun 12 19:08:53 dafox: the rebound dampner control is not even connected! Jun 12 19:08:57 dafox: it is a fake. Jun 12 19:09:49 vi_: did you try to contact him? he might be reasonable about it, you don't get to a 99.9% positive feedback rating selling garbage afterall :) Jun 12 19:10:23 indeed Jun 12 19:10:40 DocScrutinizer05: Under Config->Keyboard/Mouse->Fn and Ctrl Key swap Jun 12 19:10:42 shit happens, even with good sellers Jun 12 19:11:00 in Lenovo BIOS config?? Jun 12 19:11:21 APTX: ^^^ Jun 12 19:11:24 yes Jun 12 19:11:33 bye fellas!! ;-D Jun 12 19:19:21 no such option in BIOS Jun 12 19:20:20 DocScrutinizer05: it cannot be swapped. Jun 12 19:20:33 DocScrutinizer05: by mortal means, Jun 12 19:20:50 * DocScrutinizer05 considers using devine means Jun 12 19:21:10 DocScrutinizer: http://forum.notebookreview.com/lenovo-ibm/474396-fn-ctrl-swap-all-lenovo-laptops-solved.html# Jun 12 19:21:15 involving a soldering ironn and wire Jun 12 19:21:15 bios mods :D Jun 12 19:21:37 DocScrutinizer05: it exists on my W520 :/ Jun 12 19:23:07 speaking of wires and such Jun 12 19:23:15 there was a fan that had two wires loose Jun 12 19:23:19 you might be able to cook something up with xmodmap too (http://superuser.com/questions/377063/mapping-keys-on-linux) Jun 12 19:23:25 I didn't know which was + and - so I just connected them randomly Jun 12 19:23:42 upon connecting to power, I heard a blow, saw a spark, then the whole rom lost power Jun 12 19:23:45 is the fan dead? Jun 12 19:23:51 did you let out the magic smoke? Jun 12 19:24:17 MohammadAG: you gone done goofed.h Jun 12 19:24:36 vi_, I take it that's an abstract class? Jun 12 19:24:41 dafox, yes Jun 12 19:24:42 no Jun 12 19:24:45 a typo. Jun 12 19:25:22 However I cannot understand why a 2 wire fan, plugged in backwards would cause an 'splosion. Jun 12 19:25:35 then probably it won't work no more. happened to me too once, probably because my fan was one of those with speedcontrol circuitry Jun 12 19:25:51 this had that circuitry Jun 12 19:25:52 dafox: a 2 wire fan has none. Jun 12 19:26:03 it's a normal fan with 2 wires loose Jun 12 19:26:04 ah, true Jun 12 19:26:10 more than 2 wires in total Jun 12 19:26:19 3 oerchance? Jun 12 19:26:29 ^perchance? Jun 12 19:26:29 with a spinner! Jun 12 19:27:13 * vi__ considers a dallas 1-wire controlled fan. Jun 12 20:07:25 DocScrutinizer05 and whoever else: http://aptx.org/~aptx/images/fnswap_lenovo.jpg I did not mod anything Jun 12 20:08:43 APTX: atm looking for BIOS update from Lenovo official Jun 12 20:15:35 ~dict mompl Jun 12 20:15:37 could not find definition for mompl Jun 12 20:17:03 moment please Jun 12 20:17:20 ~mompl Jun 12 20:17:20 somebody said mompl was a stupid short form for "moment please" Jun 12 20:17:42 lulz Jun 12 20:18:13 * merlin1991 wonders how many people in here have a nickname.something dns entry Jun 12 20:18:53 much/many? I don't know Jun 12 20:28:27 ~seen Estel Jun 12 20:28:32 ~seen Estel_ Jun 12 20:28:37 i haven't seen 'estel', merlin1991 Jun 12 20:28:37 estel_ <~Estel@dgo77.neoplus.adsl.tpnet.pl> was last seen on IRC in channel #maemo, 1d 19h 14m 20s ago, saying: 'although, apprently, it isn't - from within lxde it' really blazing fast'. Jun 12 20:28:43 ffs Jun 12 20:31:58 I haven't seen him in a bit on other nicks either merlin. Jun 12 20:32:28 merlin1991: Though he's replying to e-mail occasionally... if you need to contact him. Jun 12 20:34:23 I think he's hiding from me ;) Jun 12 20:35:45 maybe got k-lined? ;-D Jun 12 20:43:46 hmm, logs on both #maemo and #maemo-ssu stop on 01:20 Jun 12 20:45:33 apt logs? Jun 12 20:45:41 aka infobot? Jun 12 20:46:15 err nope, we got povbot for primary logbot here Jun 12 20:46:50 umpf Jun 12 20:47:00 ~seen povbot Jun 12 20:47:01 povbot <~supybot@office.pov.lt> was last seen on IRC in channel #maemo, 12d 23h 37m 1s ago, saying: '04Bug 11091: Bug in cpufreq module - exposed in /proc/timer_stats'. Jun 12 20:47:14 ~seen povbot_ Jun 12 20:47:15 povbot_ <~supybot@office.pov.lt> was last seen on IRC in channel #maemo-ssu, 4d 12h 16m 36s ago, saying: 'Bug https://bugs.maemo.org/9943 MfE Wizard fails if exchange server hostname has IPv4 and IPv6 addresses'. Jun 12 20:47:20 dang Jun 12 20:47:34 this bot drives me crazy Jun 12 20:47:43 mgedmin: ping Jun 12 20:48:00 mgedmin: could you check what's up with povbot, lease? Jun 12 20:48:07 ~logs Jun 12 20:48:08 All conversations are logged to http://infobot.rikers.org/%23maemo/ Lines starting with spaces are not logged. Logs are updated daily. Jun 12 20:49:20 freemangordon: thanks for pointing to the problem Jun 12 20:51:48 funny part is infobot doesn't log /part events Jun 12 20:55:48 Guest5313: would you like to /nick termana maybe? Jun 12 20:57:33 hi Jun 12 20:58:49 is it possible to connect camera to n900 and use it as monitor ? Jun 12 20:59:52 yes Jun 12 20:59:57 complicated Jun 12 21:00:01 allegedly some guys managed to attach webcam in USB hostmode Jun 12 21:00:04 read the wiki Jun 12 21:01:40 iPhone has an app that implements a mini-webserver providing some flash website showing what the iphone camera sees Jun 12 21:01:40 i want to connect camera with analog output (car rear side camera) Jun 12 21:01:50 no way Jun 12 21:02:06 well, you could use usb tv card Jun 12 21:02:20 enough power may be a problem Jun 12 21:02:22 yup Jun 12 21:04:15 Juozapas, you've be better off using a stamp or some other board set to turn the reverse-cam into a mini web-cam and wifi into it. Jun 12 21:05:00 .oO(Or a long fiber-optic cable bundle.... to the N900 camera. :D ) Jun 12 21:08:04 ;]]] Jun 12 21:10:34 or a cheapish mini-TV Jun 12 21:16:21 * Woody14619 notes there are tons of cheep PC-ish dash consoles that have video in, as well as radios, mp3/mp4 playback, etc. Jun 12 21:57:56 For those interested, Council Meeting Minutes are updated on the blog. (http://maemo.org/community/council/community_council_meeting-june_8-2012/ ) Jun 12 21:58:44 .oO(But then if you were interested, you'd be at the meetings, Fridays at 18:00 UTC, yes? ) Jun 12 21:59:29 Woody14619: no time I am available sry... Jun 12 22:00:03 Well, feel free to follow along on the blog, or via the channel logger. :) Jun 12 22:00:41 Woody14619: there are packages pushed to extras like qtlockscreen which are far away from stable Jun 12 22:00:42 .oO(The minutes are quite nice actually, 300 lines of IRC -> 20 lines of minutes.) Jun 12 22:00:49 Woody14619: I didn't know there were meetings :p Jun 12 22:01:03 luke-jr, now you know. :) Jun 12 22:01:46 Woody14619: Oops! Google Chrome could not find devel.nokia.com Jun 12 22:01:50 * Woody14619 nods at chem|st. This isn't a wholesale push... it's an attempt (by the testing group) to move stable projects into extras that may not have maintainers... Jun 12 22:03:27 luke-jr that was auto-linked by the editor... I haven't followed up on it since I'm neither applying for a device, nor managing the end details. :) Thanks for the catch though, I'll bring it up next meeting. Jun 12 22:03:47 maybe he meant garage? O.o Jun 12 22:04:57 Woody14619: you should reconsider opinions on council deciding if a councelor gets a device... Jun 12 22:05:17 Woody14619: anything I can do to help my chances of winning? :P Jun 12 22:05:50 Were it up to me alone, chem|st, I would agree. However, 4 of the others are applying... so even if I were to vote against it, I susspect I would alone in that. Jun 12 22:06:15 like-jr, run for Council? Jun 12 22:06:49 Woody14619: :/ Jun 12 22:07:25 lluke-jr, Really... your best bet is to put together a nice list of what you've done for the community.... Outside of that? Not much else to do. Jun 12 22:07:42 .oO(If I could type today, I'd be dangerious...) Jun 12 22:08:08 Woody14619: irc cloaks for who, council? temporary cloaks then?! Jun 12 22:09:00 In fact, one of the primary reasons I have not requested a device is because I was elected to Council, and felt it would be problematic to be both a judge and a contestant in said competition. Jun 12 22:09:30 .oO(That, and frankly, I can think of 25 other people who've done a lot more to help things along than I have...) Jun 12 22:10:23 Woody14619: I appreciate that! Jun 12 22:10:42 Yes, chem|st. Each Council cycle the cloaks on FreeNode are updated to indicate current Council; or at least they were until two cycles ago. One member wanted the cloaks this cycle, so it was again requested. Jun 12 22:12:39 Hey, I updated the bug! X-Fade just didn't get around to it quickly. :P Jun 12 22:13:37 Apparently last cycle the one active Council member was not overly concerened with it (and/or was already setup from the previous cycle?) Jun 12 22:13:47 Woody14619: hehe, I do not remember any council cloaks showing up^^ ever Jun 12 22:14:07 I had one for a bit. Jun 12 22:14:10 Those were the days. Jun 12 22:14:11 reading councli showing up ever^^ Jun 12 22:14:38 Lol... :) X-Fade was timely on it... in asking what the names should be. It took me a couple days to get replies from everyone and NickServ registered and what not... Jun 12 22:14:54 GeneralAntilles: well you are so integrated I barely se you rejoin^^ Jun 12 22:15:07 Currently only 3 of us have them, as SD69 and Ivan didn't want to be bothered with registering with NickServ... Jun 12 22:15:10 and netsplits are rare nowadays Jun 12 22:15:52 * Woody14619 noticed that... netsplits used to happen all the time 10 years ago... Jun 12 22:16:09 .oO(Which was the last time I was active on IRC before this...) Jun 12 22:17:47 for the chanop... it is the same as tmo moderators, we had councelors being mods or become one for council areas but it isn't helping hot discussions to have a pissed of councelor being mod, even back then some asked me to step in as smod to have the place settled again Jun 12 22:19:38 in terms seperations of powers council should not be mod nor chanop nor have be elidgible for CA devices Jun 12 22:19:54 * Woody14619 nods... You'll find no argument from me on any of that. Jun 12 22:20:13 In fact, if you review the IRC chat log, you'll see I argue that exact point. :) Jun 12 22:20:25 please bring the "seperation of powers" to the next meeting Jun 12 22:20:32 Woody14619: I know Jun 12 22:21:53 I don't see why council members shouldn't be eligible. Clearly they shouldn't vote on devices for themselves Jun 12 22:24:52 SpeedEvil: they should not vote on any device Jun 12 22:25:58 SpeedEvil: if they vote and it is now 4 requesting one you have 4 guys giving out 21 devices denieing all the rest so they have 4 devices left for themselves even without being able to vote for their own device Jun 12 22:26:06 chem|st were that true, distribution would be 100% up to me. Jun 12 22:26:31 Which frankly, I do not want.. :( Jun 12 22:27:16 Woody14619: exactly Jun 12 22:29:13 And even voting on other council members is problematic... for a slew of reasons... Jun 12 22:47:02 any of you guys ever use waze ? Jun 12 22:47:34 having a hard time obtaining some source build files along with building on maemo Jun 12 23:01:42 council cloaks are standard, and usually not revoked Jun 12 23:02:28 (of course you need a proper IRC account to use a cloak :-P) Jun 12 23:09:48 chem|st, when was this? I missed out on moderation-related conflicts of interest on Talk I guess. Jun 12 23:13:59 GeneralAntilles: discussion on this was a while ago, confilcts texrat got in with, was moderator but asked me to step in Jun 12 23:15:44 s/o came up with the idea of council smod by default and afair reggie turned that down Jun 12 23:15:53 (council) it's an embassador role, not our king Jun 12 23:16:32 DocScrutinizer05: thats what the header reads on the council page^^ Jun 12 23:17:04 seems nowadays it's not popular to read this header, on council Jun 12 23:17:35 s/on/by/ Jun 12 23:17:35 DocScrutinizer05 meant: seems nowadays it's not popular to read this header, by council Jun 12 23:17:57 I know of only 1.5 I'd think who did Jun 12 23:18:39 no nitpicking pls^^ Jun 12 23:18:47 :-D Jun 12 23:19:28 ~seen estel_ Jun 12 23:19:30 estel_ <~Estel@dgo77.neoplus.adsl.tpnet.pl> was last seen on IRC in channel #maemo, 1d 22h 5m 12s ago, saying: 'although, apprently, it isn't - from within lxde it' really blazing fast'. Jun 12 23:19:52 ~seen povbot_ Jun 12 23:19:52 povbot_ <~supybot@office.pov.lt> was last seen on IRC in channel #maemo-ssu, 4d 14h 49m 13s ago, saying: 'Bug https://bugs.maemo.org/9943 MfE Wizard fails if exchange server hostname has IPv4 and IPv6 addresses'. Jun 12 23:20:04 ~seen mgedmin Jun 12 23:20:04 mgedmin is currently on #maemo #n9 #harmattan #storm. Has said a total of 1 messages. Is idling for 14h 31m 33s, last said: 'if you've enabled developer mode, yes'. Jun 12 23:20:38 cheers everybody Jun 12 23:22:17 Woody14619: please ping me any time for topic changes Jun 12 23:22:39 I know you are upset, I am embarrassed and feel sorry at the same time Jun 12 23:22:45 topic is length limited, please keep in mind Jun 12 23:23:06 chem|st: ???? Jun 12 23:23:29 01:17 < DocScrutinizer05> I know of only 1.5 I'd think who did Jun 12 23:23:50 meh, don't take that 1.5 serious Jun 12 23:24:11 a 2.5 I would... Jun 12 23:24:23 maybe 2.5, maybe even 3 Jun 12 23:24:47 more like an average... Jun 12 23:25:17 : votes PI*i, but thinks few are whole numbers. Jun 12 23:25:18 I'd however not elect current council for council of century, and that's no accusement to most of the guys Jun 12 23:26:07 there is a tide, at least I believe there is Jun 12 23:26:21 however a decent understanding of what council means seems mandatory for *all* council members Jun 12 23:27:00 * Woody14619 sighs... Must remember IRC != talker. :P Jun 12 23:27:07 I'm happy Woody14619 demonstrates it's actually no problem to get the catch Jun 12 23:27:15 ;) Jun 12 23:27:19 * Woody14619 blushes. Jun 12 23:27:27 * chem|st puts on a nasty grin Jun 12 23:29:27 * Woody14619 hates how long it take to do a full rebuild.... dumb Windows version numbers. :P Jun 12 23:29:37 Woody14619: you noticed I asked you to comment (and redact) on /topic any time Jun 12 23:29:41 full rebuild of what? Jun 12 23:30:07 doc whatabout a hint about #maemo-ssu Jun 12 23:30:19 yup.. :) Appreciated DocScrutinizer05 Jun 12 23:30:20 suggestions please! Jun 12 23:30:58 * Woody14619 works on non-Maemo work atm... (aka the day job) Jun 12 23:31:05 * merlin1991 can't find the topiclen in the server notices Jun 12 23:31:10 shouldn't the server post them on join? Jun 12 23:32:04 yep Jun 12 23:32:18 I kinda like the generic one. :) Jun 12 23:32:26 TOPICLEN=390 Jun 12 23:33:05 true Jun 12 23:33:11 fsck search in this client Jun 12 23:33:29 eh I didn't think it through yet :D Jun 12 23:33:32 However, the one in #maemo-meeting could use a slight change... Jun 12 23:33:49 Woody14619: soory, ask GAN900 Jun 12 23:34:11 or jacekowski Jun 12 23:34:13 err Jun 12 23:34:15 Maybe after the build test. :) brb Jun 12 23:34:19 ETAB Jun 12 23:34:25 or Jaffa Jun 12 23:34:37 o/ Jun 12 23:34:52 sorry for highlight, jacekowski Jun 12 23:38:23 merlin1991: seems a lot of clients have shorter limit on /topic Jun 12 23:40:38 any complaints befor I deop myself? Jun 12 23:41:45 Ooh, ooh! I have a complaint! Jun 12 23:42:04 false alarm ;) Jun 12 23:42:08 I dunno what it is. Jun 12 23:42:15 Is there a need for the (few) ? Jun 12 23:42:18 classic Jun 12 23:42:23 SpeedEvil: yes it is Jun 12 23:42:25 Hm... how about I complain about Nokia? Jun 12 23:42:29 because it's uhm 3? Jun 12 23:42:43 SpeedEvil: fishing for contributors Jun 12 23:42:46 ah Jun 12 23:43:30 if you don't like it... Jun 12 23:44:39 ~cookie Jun 12 23:44:41 Hey docscrutinizer05, sysklogd is System log daemons. URL: ftp://ftp.infodrom.north.de/pub/people/joey/sysklogd/ Jun 12 23:45:50 ~+chaninfo Jun 12 23:45:50 123/123 channels, 4883 users, 3516 unique: #debian/1151, #kde/349, #maemo/267, #gsoc/256, #meego/193, #asterisk/162, #harmattan/160, #wowuidev/144, #oe/131, #webos-internals/117, #wowace/115, #openmoko/94, #wowhead/92, #openmoko-cdevel/72, #utah/67, #n9/65, #uclibc/65, #arm-netbook/61, #tomcat/60, #bzflag/59, #htc-linux/59, #edev/55, #diablofans/54, #qi-hardware/53, #curseforge/53, #maemo-ssu/46, #asterisk-dev/45, #slug/38, #sc2mapster/36, ... Jun 12 23:46:09 ~+status Jun 12 23:46:09 Since Wed May 30 04:14:42 2012, there have been 78 modifications, 769 questions, 0 dunnos, 0 morons and 458 commands. I have been awake for 13d 19h 31m 27s this session, and currently reference 118600 factoids. I'm using about 24668 kB of memory. With 0 active forks. Process time user/system 3882.19/84.91 child 0/0 Jun 12 23:46:23 this can't be true Jun 12 23:46:27 0 morons? Jun 12 23:46:30 yep Jun 12 23:46:30 WTF? Jun 12 23:46:31 indeed Jun 12 23:46:34 exactly my thought Jun 12 23:46:44 I never found out how to create morons Jun 12 23:46:51 ~moron Jun 12 23:46:51 well, moron is someone that types long lines starting with "infobot" Jun 12 23:47:13 infobot is totally not a bot, it's just docs 2nd pc you know? Jun 12 23:47:24 ~+status Jun 12 23:47:24 Since Wed May 30 04:14:42 2012, there have been 78 modifications, 770 questions, 0 dunnos, 0 morons and 458 commands. I have been awake for 13d 19h 32m 42s this session, and currently reference 118600 factoids. I'm using about 24668 kB of memory. With 0 active forks. Process time user/system 3882.48/84.95 child 0/0 Jun 12 23:47:33 nope that's not it :D Jun 12 23:47:34 toldya Jun 12 23:47:58 infobot moron moron moron moron moron moron moron moron moron moron moron moron moron moron moron moron moron moron moron moron moron moron moron moron moron moron Jun 12 23:48:01 Latest version: 1.5.3 @ https://sourceforge.net/project/showfiles.php?group_id=2241 || SVN: http://infobot.svn.sourceforge.net/svnroot/infobot/ Jun 12 23:48:04 ~+status Jun 12 23:48:05 Since Wed May 30 04:14:42 2012, there have been 78 modifications, 770 questions, 0 dunnos, 0 morons and 458 commands. I have been awake for 13d 19h 33m 23s this session, and currently reference 118600 factoids. I'm using about 24668 kB of memory. With 0 active forks. Process time user/system 3882.64/84.98 child 0/0 Jun 12 23:48:12 Yup, not working Jun 12 23:49:08 if you find out, let me know ;-) Jun 12 23:49:27 ~veresion Jun 12 23:49:34 ~version Jun 12 23:49:34 somebody said version was for the kernel "uname -r", for your distro "cat /etc/*-release" or "lsb_release -d". For other applications, try running it with a --version command. Jun 12 23:49:39 ~version Jun 12 23:49:47 ~*version Jun 12 23:49:51 dang Jun 12 23:49:55 ~+version Jun 12 23:49:56 extra, extra, read all about it, version is for the kernel "uname -r", for your distro "cat /etc/*-release" or "lsb_release -d". For other applications, try running it with a --version command. Jun 12 23:49:57 ~+version Jun 12 23:50:03 srly Jun 12 23:50:06 infobot is evil Jun 12 23:50:12 lol Jun 12 23:50:20 ~attack merlin1991 Jun 12 23:50:20 * infobot grabs a pen, screams like she's possessed, and begins chasing merlin1991 Jun 12 23:50:32 ~lart DocScrutinizer05 Jun 12 23:50:32 * infobot takes a large goose feather pillow and swings it wildly in DocScrutinizer05's direction, hitting DocScrutinizer05 and sending DocScrutinizer05 flying into the closet Jun 12 23:51:39 ~rot13 DocScrutinizer Jun 12 23:51:40 QbpFpehgvavmre Jun 12 23:51:46 ZGH Jun 12 23:51:51 UGH even Jun 12 23:52:17 oh shit Jun 12 23:52:23 ~upsidedown DocScrutinizer05 Jun 12 23:52:25 ᔕ0ɹǝzı̣uı̣ʇnɹɔSɔop Jun 12 23:52:41 perl Jun 12 23:52:45 muhaha the "%" a tragig fail Jun 12 23:53:00 the "5" Jun 12 23:53:09 also a clean checkout ist 25 mb ;) Jun 12 23:53:43 >> I'm using about 24668 kB of memory. Jun 12 23:53:55 ~upsidedown ✈ Jun 12 23:53:57 ✈ Jun 12 23:54:02 lol Jun 12 23:54:27 I'd have expected the plane to fly to the left Jun 12 23:55:03 infobot longerthan64charslongtesxt!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Jun 12 23:55:09 Woody14619, have at it. Jun 12 23:55:12 ~+status Jun 12 23:55:13 Since Wed May 30 04:14:42 2012, there have been 78 modifications, 773 questions, 0 dunnos, 0 morons and 462 commands. I have been awake for 13d 19h 40m 30s this session, and currently reference 118600 factoids. I'm using about 24668 kB of memory. With 0 active forks. Process time user/system 3883.74/85.16 child 0/0 Jun 12 23:55:22 infobot: longerthan64charslongtesxt!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Jun 12 23:55:45 that was the first moron related thing grep found :D Jun 12 23:55:53 text longer than 64 chars to parse Jun 12 23:56:13 attention key is either infobot: or ~ Jun 12 23:56:29 unless... Jun 12 23:56:34 ~+status Jun 12 23:56:34 Since Wed May 30 04:14:42 2012, there have been 78 modifications, 773 questions, 0 dunnos, 0 morons and 462 commands. I have been awake for 13d 19h 41m 52s this session, and currently reference 118600 factoids. I'm using about 24668 kB of memory. With 0 active forks. Process time user/system 3884.04/85.23 child 0/0 Jun 12 23:56:40 thanks to apt we got fun here Jun 12 23:56:42 didn't work anyways ;) Jun 12 23:56:48 meh Jun 12 23:57:01 ~+uptime Jun 12 23:57:01 - Uptime for purl - Jun 12 23:57:02 Now: 13d 19h 42m 19s running infobot 1.5.4 (SVN) -- linux Jun 12 23:57:03 1: 59d 8h 41m 19s running infobot 1.5.4 (SVN) -- linux, ended Sun Nov 14 18:39:57 2010 Jun 12 23:57:03 2: 57d 3h 9m 23s running infobot 1.5.4 (SVN) -- linux, ended Fri Jun 26 20:39:27 2009 Jun 12 23:57:03 3: 36d 20h 47m 14s running infobot 1.5.4 (SVN) -- linux, ended Tue Aug 4 17:38:59 2009 Jun 12 23:57:08 PURL!! Jun 12 23:57:11 ~die Jun 12 23:57:12 * infobot takes two shots to the head and crumples to the ground, lifeless. Jun 12 23:57:18 hah Jun 12 23:57:23 survived Jun 12 23:58:29 I think she acts oin "thanks to apt we do x y", but only when primary instance is 'apt' Jun 12 23:59:22 occasionally she answers "you're welcome" on those sentences without key Jun 12 23:59:44 ~+uptime Jun 12 23:59:45 - Uptime for purl - Jun 12 23:59:46 Now: 13d 19h 45m 2s running infobot 1.5.4 (SVN) -- linux Jun 12 23:59:46 1: 59d 8h 41m 19s running infobot 1.5.4 (SVN) -- linux, ended Sun Nov 14 18:39:57 2010 Jun 12 23:59:46 2: 57d 3h 9m 23s running infobot 1.5.4 (SVN) -- linux, ended Fri Jun 26 20:39:27 2009 Jun 12 23:59:46 3: 36d 20h 47m 14s running infobot 1.5.4 (SVN) -- linux, ended Tue Aug 4 17:38:59 2009 Jun 13 00:00:04 I honestly shouldn't kill her just to swap personality Jun 13 00:00:21 Could someone just take a look at this really quick i wanted to try some experiments and see if i could port some of the newer features from waze into maemo (yes i know there is an existing port) however cant make out whats going on with the existing android source Jun 13 00:00:48 XDS2010_: that's very specific ;) Jun 13 00:00:51 ~ask Jun 13 00:00:51 Questions 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. Jun 13 00:00:53 or if or not its even complete and build-able Jun 13 00:01:38 taken from http://www.waze.com/wiki/index.php/Source_code , unless im missing something its incomplete and missing the build prop Jun 13 00:02:34 okay anybody who wants to find morons, Core.pl at the very end Jun 13 00:02:39 and I have nfc how you get there Jun 13 00:02:56 dafaq, 90min wasted on IRC. I could sleep... Jun 13 00:03:53 could/should/would? Jun 13 00:03:54 merlin1991: you don't need to drop +o after 5 min ;-) Jun 13 00:04:11 it will drop automagically if you rejoin Jun 13 00:04:13 what where? I'm confused Jun 13 00:04:23 I never ever rejoin ;) Jun 13 00:04:39 unless there are netsplits or my server goes down :$ Jun 13 00:05:06 * merlin1991 prepares kickban script Jun 13 00:05:15 (I could however understand you don't like the tag) Jun 13 00:05:18 * merlin1991 realizes quassel has no script engine Jun 13 00:05:20 dang Jun 13 00:06:16 anyway, beautify the topic! n8 Jun 13 00:09:15 Use Xchat instead! Jun 13 00:09:48 xchat has a decent script engine? Jun 13 00:10:45 not that a +q *@* needs any scrript engine ;-P Jun 13 00:11:10 a /kickall neither Jun 13 00:11:28 but I think merlin1991is just kidding Jun 13 00:12:26 esp since a +o is easily chenged to a +b Jun 13 00:12:58 DocScrutinizer05: xchat has python and perl plugins Jun 13 00:13:26 Yeah. Once you can use something like Python and can run shell commands... the sky's the limit! Jun 13 00:14:10 merlin1991: alas not on N900 default build Jun 13 00:14:27 RST38h refused to add that Jun 13 00:14:43 What? Why?!? Jun 13 00:14:59 mem footprint Jun 13 00:15:19 Like... how much? Jun 13 00:15:29 I'm d'accord with that Jun 13 00:16:05 robbiethe1st: dunno, offer xchat+ package! Jun 13 00:16:38 I'm the first to install Jun 13 00:16:50 robbiethe1st: actually Iguess he did it due to python itself Jun 13 00:17:05 the system python on mameo is a bitch to embed Jun 13 00:17:18 all the default build scripts don't work thanks to scratchbox sourcery Jun 13 00:17:20 sth like that Jun 13 00:17:53 Why not make it depend on a more sane python package? Jun 13 00:17:54 he said "F U, do it yourself!" (OWTTE) ;-P Jun 13 00:18:10 Like they did with busybox advanced package Jun 13 00:18:11 also X-Chat wants python >= 2.6 Jun 13 00:18:16 maemo has 2.5.4 Jun 13 00:18:34 ~messybox Jun 13 00:18:34 messy... err busybox is meant for lean scripting. Regarding all the missing options and immanent limitations (see su) it's not really the interactive shell of choice. A lot of people hate busybox because a lot of system integrators don't understand the difference between busybox and a decent user interactive shell plus unix utils Jun 13 00:18:36 ~messybox Jun 13 00:18:37 if you build that more sane python package go ahread :D Jun 13 00:18:43 ~messybox Jun 13 00:18:43 messy... err busybox is meant for lean scripting. Regarding all the missing options and immanent limitations (see su) it's not really the interactive shell of choice. A lot of people hate busybox because a lot of system integrators don't understand the difference between busybox and a decent user interactive shell plus unix utils Jun 13 00:18:53 errrr good night Jun 13 00:18:58 see https://bugs.maemo.org/show_bug.cgi?id=11031 Jun 13 00:19:14 ah wait wrong bug Jun 13 00:20:16 hm can't find the bug now, but there is a silly dependency within the maemo system debs which basically nukes any sane attempt to update pythong Jun 13 00:20:19 *python* Jun 13 00:20:23 dang I deleted a post 5 times now Jun 13 00:20:33 sth is odd with IRC Jun 13 00:22:40 there we go, prettyfied ;) Jun 13 00:32:16 nice enough :-D Jun 13 00:32:34 or maybe not, I'm always open for the better Jun 13 02:23:22 hey so Jun 13 02:23:46 how can I use my N900 with no sim as a google voice phone **** ENDING LOGGING AT Wed Jun 13 02:59:58 2012