**** BEGIN LOGGING AT Wed Jul 29 02:59:57 2009 Jul 29 06:13:44 good morning Jul 29 06:17:46 on shr, which program should be used to control volume? Jul 29 06:18:02 yestreday I tried pymixer and then tested it with dictator, but there were no audible changes Jul 29 06:18:34 the root problem I'm trying to combat is that a) my microphone is way too sensitive (recording even fan sound from the pc across the room) and b) ringtone is too quiet Jul 29 06:23:09 blindcoder: alsamixer Jul 29 06:24:30 PaulFertser: is there a list of which control controls what? Jul 29 06:25:09 blindcoder: yes, there's a very good diagram on the wiki Neo1973_Audio_Subsystem page. Jul 29 06:25:15 blindcoder: and yes, it applies to FR. Jul 29 06:28:53 PaulFertser: okay, I see that this'll take a while Jul 29 06:39:35 ptitjes, yeah, it was the binding-tool being set to a fixed (older) rev :( Jul 29 06:39:53 ptitjes, next I will try to actually use it in efl2 Jul 29 06:40:10 okay, dictator is a bad testing tool as it loads its own state file Jul 29 06:55:34 good morning Jul 29 06:56:20 methril|work, morning Jul 29 06:59:44 mrmoku: hello Jul 29 06:59:58 mrmoku: oh so you program inside devshell ? Jul 29 07:00:17 mrmoku: could you make a tutorial for that on the wiki please ? Jul 29 07:00:21 mrmoku, no Jul 29 07:00:33 ptitjes, even worse :P Jul 29 07:00:35 mrmoku: how do you proceed ? Jul 29 07:00:40 morning. Jul 29 07:00:43 I do a full bitbake + opkg install cycle :P Jul 29 07:00:44 * spaetz grabs coffee Jul 29 07:00:49 morning spaetz Jul 29 07:00:51 * mrmoku drinks coffee Jul 29 07:00:59 * ptitjes finished his coffee Jul 29 07:01:05 :p Jul 29 07:01:39 mrmoku: oh so you tested it on the phone and it runs correctly Jul 29 07:01:40 \o/ Jul 29 07:01:45 ptitjes, yesterday I wrote a small test app just to see how to do async calls Jul 29 07:01:49 ptitjes, yep Jul 29 07:01:56 ooooh, coffee..... Jul 29 07:02:00 mrmoku: hum, as you can understand I was not so sure of me ;-) Jul 29 07:02:06 hi DocScrutinizer Jul 29 07:02:06 :P Jul 29 07:02:23 ptitjes, well... it was just *one* call I tested ;) Jul 29 07:02:23 mrmoku: that's great Jul 29 07:02:29 but in principle it seems to work Jul 29 07:02:55 mrmoku: could you copy / paste the initialisation of the proxy and call to the wiki ? Jul 29 07:03:01 * mrmoku does not have to struggle with stupid dbus marshalling any longer ;) Jul 29 07:03:13 mrmoku: heh, isn't that great ? Jul 29 07:03:18 ptitjes, yeah, will clean the testup and write some howto Jul 29 07:03:27 s/testup/testapp/ Jul 29 07:03:27 mrmoku meant: ptitjes, yeah, will clean the testapp and write some howto Jul 29 07:03:45 mrmoku: I'm a bit proud of the work I made on that Jul 29 07:03:47 ;p Jul 29 07:03:52 ptitjes, yeah nice thing Jul 29 07:03:57 :D Jul 29 07:03:58 one thing I'm missing though ;) Jul 29 07:04:13 a piece that lfg did for me... Jul 29 07:04:25 it's the names of the bus-paths and interfaces Jul 29 07:04:51 but not an important piece Jul 29 07:05:01 mrmoku: I did not want to include Jul 29 07:05:11 them because I thought it was not fixed Jul 29 07:05:30 mrmoku: however I could add them as part of the helper, if that is really necessary Jul 29 07:07:39 ptitjes, if it is no problem... that definitely would help :) Jul 29 07:08:06 mrmoku: ok I'll think about the best way to do that then Jul 29 07:08:13 ptitjes, thanks :) Jul 29 07:08:31 mrmoku: I think path are in the specs so there can be a generated way Jul 29 07:09:20 heh, dbus for the masses? :) Jul 29 07:09:22 ptitjes, even better... because then it will automatically adjusted if the paths change someday :D Jul 29 07:09:33 DocScrutinizer, diesel bus :) Jul 29 07:09:36 like mine :P Jul 29 07:19:08 hey, a good old Diesel doesn't mind any EMP ;-P Jul 29 07:50:06 Hello, I'm learning ARM assembly on Neo Freerunner (running code without OS) Jul 29 07:50:21 I'm trying to link in an image to my binary that could be just written out to framebuffer.. Jul 29 07:50:34 any idea how to convert image to 16bpp raw in gimp please ? Jul 29 07:51:28 btw. I already managed to draw bars and such on framebuffer, its so much fun =) Jul 29 08:08:51 Alright I did it using imagemagick. Now I'm figuring how to use GNU LD and how to tell where to find the image to my source file :/ Jul 29 08:17:51 ok, figured it out, the RAW image needs to be converted to obj file first Jul 29 08:23:04 cz_jc: jde ti to :) Jul 29 08:23:25 Defiant, nojo :P Jul 29 08:23:28 cz_jc: it's cool how you quickly progress without any help :) Jul 29 08:23:48 PaulFertser, I just got stuck on a stupid thing, sorry for bothering :P Jul 29 08:24:41 Defiant, sorry that was for dent Jul 29 08:37:49 I don't get it, arm objcopy doesn't recognize elf32-littlearm architecture when converting bin file :/ Jul 29 08:39:36 oh finally ! Jul 29 08:39:52 in case anyones interested, this is what it takes to get linkable raw file for FR: Jul 29 08:40:04 armv4tl-softfloat-linux-gnueabi-objcopy --output-target=elf32-littlearm -I binary -B arm --rename-section _binary_objfile_start=.image img.raw img.o Jul 29 08:40:35 cz_jc: did you try using .inc_bin ? should be easier imho Jul 29 08:40:46 rtp, in ld ? Jul 29 08:40:55 err .incbin Jul 29 08:41:04 cz_jc: no, in the assembly file Jul 29 08:41:17 rtp, lol, oh yeah... Jul 29 08:41:30 that kinda didn't occur to me.. Jul 29 08:41:36 but this is a more valid way anyway XD Jul 29 08:44:42 hmm section name is wrong, its actually _binary__raw_start Jul 29 08:49:22 hello! Jul 29 08:51:14 someone knows why wget on FR through usb is so _slow_? top bandwidth is 193kbit/s and the slowest usb mode bandwidth should be 1.5Mbit/s ... any clue? Jul 29 08:52:29 a21_work: usb host or device ? Jul 29 08:52:49 mh... the default ;P Jul 29 08:53:01 so device :) Jul 29 08:53:03 tcp over usb Jul 29 08:53:16 ^^' Jul 29 08:54:15 have you ever tried iftop -i eth_freerunner ? Jul 29 08:54:26 there's not a lot one can do. it's using PIO so this tends to be quite slow. 1.5M is theory not practice :) Jul 29 08:55:28 ok, but 1.5Mbit --> 0.2Mbit is quite different! :P Jul 29 08:56:10 it's only my problem or it's common for every fr? Jul 29 08:56:28 maybe I've misconfigured something? Jul 29 08:56:45 or is it by design? Jul 29 08:57:12 never though about the usb mesuring speed because it's pio /o\ Jul 29 08:58:51 hehe lol, instead of my image, just black and white bars appeared... Jul 29 08:59:05 I suspect yet another linker trickery Jul 29 09:00:01 cz_jc: really, you should try with .incbin. This is working well for the kernel :) Jul 29 09:01:52 is there a way to make the cpu slower or something between suspend and normal running? I think if there was something like this, it would be nice for music playing... Jul 29 09:02:16 Darkas: Rask's patches Jul 29 09:02:23 rtp, I'm not backing down XD disassembly already shows my img pointer is being filled with crap.. Jul 29 09:02:44 Darkas: if you're comfortable compiling the kernel etc... Not included in OM repository yet. Jul 29 09:03:50 PaulFertser, compiling kernel is no problem, thanks ;) Jul 29 09:04:12 mmh...rtp... it seems slow the sd card access is it pio also? Jul 29 09:04:41 Darkas: so you'll need the latest Rask's patches + i think there was some patch to not break serial exchange after suspend/resume. Jul 29 09:05:03 a21_work: I don't know. I only know the usb device stuff. the sd/mmc is on the glamo so it's outside my scope Jul 29 09:05:05 a21_work: to eliminate that you can download to /dev/null. Jul 29 09:05:09 PaulFertser, where do I get them? Jul 29 09:05:24 PaulFertser: :D Jul 29 09:05:33 Darkas: you need to find the relevant discussion at OM kernel ML. Jul 29 09:05:42 PaulFertser: what are you talking about ? if you're talking about cpufreq, why don't use use Ben patches ? Jul 29 09:06:07 do I have enough space on /dev/null do download stuff? XD Jul 29 09:06:07 a21_work: glamo is a complex beast. It's inherently slow... Jul 29 09:06:22 rtp: Rask's patches are more up-to-date and etsted. Jul 29 09:06:41 a21_work: it will be improved somewhat soon but only when the screen is blanked :D Jul 29 09:06:44 PaulFertser: clearly. I prefer the 2410fb to the glamo fb Jul 29 09:07:56 PaulFertser: Ben is the samsung arm kernel maintainer and probably has more tested and knows better than him imho. so why insisting in using something which has no chance to be merged unlinke ben patches ? Jul 29 09:08:41 PaulFertser: om kernel has already too much diverged Jul 29 09:08:41 rtp: can you show me that Ben's patches please? Jul 29 09:09:11 PaulFertser: either on its git tree (forgot the url sorry) or on l-a-k ml Jul 29 09:09:35 rtp: ok. Jul 29 09:10:44 rtp: i'm talking about these patches: http://www.mail-archive.com/openmoko-kernel@lists.openmoko.org/msg09604.html Jul 29 09:11:05 rtp: i've no idea why Ben's patches are not enough. Probably there's a good reason for Rask to write his. Jul 29 09:11:18 PaulFertser: btw, I got hit this morning by the infamous shutdown due to empty battery bug on my gta01. will your patchset provide a way to get battery level on the battery applet ? Jul 29 09:11:34 rtp: it already does Jul 29 09:11:46 rtp: you just need to compile it yourself :) Jul 29 09:11:55 rtp: i can give you a binary for testing if you prefer. Jul 29 09:11:58 PaulFertser: because people are not talking together ? :) Jul 29 09:12:37 PaulFertser: I can compile it myself. Just being lazy to find out the git tree to use and dl your patches :) Jul 29 09:13:17 rtp: "I adapted the S3C64xx cpufreq driver by Mark Brown for the S3C2442." this is what Rask writes. He also have a patch to gta02-specific stuff. Jul 29 09:13:49 rtp: if i get no feedback till tomorrow i'll push gta01 patches myself, so gta01 will benefit immediately. Jul 29 09:13:59 pfff... 64xx and 2442 are differents beasts. stupid to go that way imho Jul 29 09:14:06 rtp: gta02 changes are a bit invasive so i hoped to get at least some sort of feedback first. Jul 29 09:14:37 my gta02 is still in germany so I won't try them Jul 29 09:14:59 mrmoku, Ainulindale: ping. Logo contest Jul 29 09:15:04 but I'll try on my gta01 of course Jul 29 09:15:14 I'll start a wiki page where people can submit stuff. Jul 29 09:15:33 What's the conditions, deadlines, and who will chose? Jul 29 09:15:46 Community poll. Core dev poll, or Ainulindale as dictator? :) Jul 29 09:16:41 So far: conditions: need to be under a license that allows us to use it :). Deadline: End September. (too long?) Jul 29 09:17:42 yes, I finally got image into memory, now its only misaligned and shows crap XD Jul 29 09:19:51 spaetz: pong Jul 29 09:19:59 Community poll Jul 29 09:20:10 OK, will make it so. Jul 29 09:20:28 With a veto for core team though :-) Jul 29 09:20:46 LOL Jul 29 09:20:52 hehe Jul 29 09:22:13 Well that's only logical Jul 29 09:22:19 We (or rather mrmoku) make SHR live Jul 29 09:23:06 anyone know if dos1 fixed the gps problem yesterday? Jul 29 09:23:07 nah Jul 29 09:23:18 http://wiki.shr-project.org/trac/wiki/LogoContest Jul 29 09:23:21 blindcoder, he said gps was working again IIRC Jul 29 09:23:49 Announce on ML and blog? Should we also push a text to some other news sites? Jul 29 09:23:49 spaetz, good thing :D Jul 29 09:23:54 mrmoku: do you happen to know how? :) Jul 29 09:24:01 blindcoder, no idea Jul 29 09:24:09 I guess it suddenly worked again... Jul 29 09:24:21 damn :( Jul 29 09:24:38 because here it doesn't :( Jul 29 09:24:53 blindcoder, let me check the log... Jul 29 09:25:07 spaetz: LOL wiki page XD Jul 29 09:25:16 millions eeh! ;) Jul 29 09:28:08 blindcoder, 28-07-2009 13:57:36 < dos1!n=dos@unaffiliated/dos1: WTF? Jul 29 09:28:08 28-07-2009 13:57:42 < dos1!n=dos@unaffiliated/dos1: DocScrutinizer: i just did stty -F /dev/ttySAC1 sane Jul 29 09:28:11 28-07-2009 13:57:48 < dos1!n=dos@unaffiliated/dos1: and it works now... Jul 29 09:29:09 blindcoder: yes, it suddenly worked. Jul 29 09:29:13 so what? Jul 29 09:29:18 what was the darn blogging url again for MT? Jul 29 09:29:46 ahh got it Jul 29 09:30:28 still no story *why* it failed in the first place, and if it is reproducable Jul 29 09:30:57 mrmoku, PaulFertser thanks, I'll try Jul 29 09:33:30 btw, next line I seem to remember was "it works for 'cat' now, but still not for gpsd" Jul 29 09:34:09 guess I can confirm *that* Jul 29 09:34:25 and here I was hoping to use my FR for navgation next week :( Jul 29 09:35:01 haha yes ! I finally got the image to show properly =) Jul 29 09:36:00 heh, gps worked great for SHR-U090703 image. Jul 29 09:36:09 Ainulindale: please approve: http://blog.shr-project.org/2009/07/shr-logo-contest.html Jul 29 09:36:24 It might be too flippant, but I can't write anything serious at the moment Jul 29 09:36:40 Otherwise, I'll edit, if there's something to change Jul 29 09:38:33 Quite good Jul 29 09:38:34 I like it :-) Jul 29 09:40:26 WOW; I must have done something wrong then :) Jul 29 09:40:29 DocScrutinizer: yep, firstly it worked only for cat Jul 29 09:40:48 OK, will mail out and also post to some news sites that might be intersted (no, not /.) Jul 29 09:40:56 DocScrutinizer: but when i left ogpsd running for ~2 hours, it got fix ;P Jul 29 09:41:06 dos1: so could you document you findings somewhere? Jul 29 09:41:32 DocScrutinizer: the problem is: i still don't have any findings Jul 29 09:41:38 dos1: if inly it's a "non duplicable" Jul 29 09:41:39 DocScrutinizer: it just started to work Jul 29 09:42:05 * dos1 is checking, if it works now Jul 29 09:42:16 so even that is important to start a thread/wiki-talk to follow up on it Jul 29 09:42:34 dos1: ogpsd? is it the same as fso-gpsd? Jul 29 09:42:40 it works now Jul 29 09:42:54 blindcoder: fso-gpsd is only combatibility layer between gpsd applications and ogpsd Jul 29 09:43:41 dos1: and ogpsd is what and where to find? Jul 29 09:43:50 not that I'm missing packages or something... Jul 29 09:43:52 blindcoder: it's part of frameworkd... Jul 29 09:43:59 ah Jul 29 09:45:01 dos1, I get quadrupled contacts with efl2/opim Jul 29 09:45:10 something known or shall I delete the db? Jul 29 09:45:11 dos1: 2 hours you say? okay, I'll let it sit for a few hours with stty sane then Jul 29 09:45:19 mrmoku: known, it's not db Jul 29 09:45:27 dos1, fix it then ;) Jul 29 09:45:27 mrmoku: it's just cache Jul 29 09:45:31 mrmoku: i will ;) Jul 29 09:45:34 :) Jul 29 09:45:41 but firstly i have to debug it Jul 29 09:45:48 cause i still don't know reason ;x Jul 29 09:45:51 that might help fixing it :) Jul 29 09:50:49 hi everybody ! Jul 29 09:51:43 mrmoku: fsoraw is not part of the default SHR distro, is it? Jul 29 09:51:57 hello raster Jul 29 09:52:03 I'm thinking of adapting the navit .desktop file to be called through fsoraw Jul 29 09:52:08 hello ^ Jul 29 09:52:25 rtp: bqdook's tree lacks arch/arm/plat-s3c24xx/cpufreq.c Jul 29 09:52:41 rtp: origin/next-s3c branch Jul 29 09:53:04 SHR: 03mok 07libframeworkd-phonegui-efl2 * r3a3805eacc64 10/src/view/contact-list-view.c: contact-list-view: set scale for the list Jul 29 09:53:07 SHR: 03mok 07libframeworkd-phonegui-efl2 * rb31851ae1dca 10/ (8 files in 2 dirs): switch the message list to be an elementary genlist Jul 29 09:53:08 SHR: 03mok 07libframeworkd-phonegui-efl2 * rf961f483f187 10/src/view/contact-edit-view.c: contact-edit-view: correct size for the entries Jul 29 09:53:08 SHR: 03mok 07libframeworkd-phonegui-efl2 * rc8853adfe2d5 10/src/view/sim-auth-input-view.c: sim-auth-imput-view: fix PIN input Jul 29 09:53:11 SHR: 03mok 07libframeworkd-phonegui-efl2 * ree4e3d9c803c 10/src/phonegui-contacts.c: phonegui-contacts: add phonegui_contacts_new_show Jul 29 09:53:24 spaetz, should be, don't remember though Jul 29 09:53:38 * mrmoku picking son from kindergarten Jul 29 09:53:44 bbiab Jul 29 10:00:19 PaulFertser: it's called cpu-freq.c iirc :) Jul 29 10:00:42 PaulFertser: anyway, I'm off. bbl Jul 29 10:01:01 rtp: cu Jul 29 10:01:07 rtp: and try to take a look at the code yourself. Jul 29 10:01:17 rtp: i can't see any mention of dynamic clocking there. Jul 29 10:11:03 Ainulindale, mickey_away: would this be possible to do something cheaper than l'Epigramme ? Jul 29 10:11:46 just untarred latest shr-u... booting :) Jul 29 10:13:49 ->configured and icons loaded Jul 29 10:13:56 wow 2 min :) Jul 29 10:15:32 mmh... no pin? Jul 29 10:16:06 ah, ophonekitd is not running! :S Jul 29 10:17:50 opkg is now called opkg-cl ? Jul 29 10:25:14 * mrmoku tried gps - and it works just nice :) Jul 29 10:28:46 mrmoku: I rebooted and I cannot get usb tcp up :S Jul 29 10:29:16 and in terminal I've broken icons on menu Jul 29 10:29:29 (freerunner term) Jul 29 10:30:08 used: http://build.shr-project.org/shr-unstable/images/om-gta02/shr-shr-lite-image-glibc-ipk--20090728-om-gta02.rootfs.tar.gz Jul 29 10:31:43 SHR: 03seba.dos1 07libphone-utils * r47d259ac62c0 10/src/python/setup.py: python: fix path in setup.py Jul 29 10:34:18 mrmoku, here? Jul 29 10:36:14 F4t, yep Jul 29 10:36:28 F4t, got something new to test? :P Jul 29 10:36:30 could u bump PV to 0.4? (dont rebuild yet) Jul 29 10:36:53 F4t, yeah, will do right before building it though Jul 29 10:37:08 k, so ill let you know when to build Jul 29 10:37:26 a21_work, hmm Jul 29 10:37:49 a21_work, will try that image myself now Jul 29 10:37:57 broken also icons in tangogps Jul 29 10:38:49 ophonekit does not start ...never Jul 29 10:39:24 hello, i also have fun with this image. Jul 29 10:39:39 a21_work, where has tangogps icons? Jul 29 10:39:58 is there any big changes in work? Jul 29 10:40:10 tangogps is on desktop... as usual Jul 29 10:40:14 sepultina, what fun do *you* have? Jul 29 10:41:32 the same as a21_work: ophonekitd is not running Jul 29 10:41:55 mrmoku: I booted from flash (qtopia) and after mke2fs I untarred the new tgz, then rebooted Jul 29 10:42:08 (as usual) Jul 29 10:42:27 the first boot I got usb working Jul 29 10:43:02 no longer after the first poweroff and reboot Jul 29 10:44:04 mrmoku, bump PV to 0.4 and build new mokonnect :) Jul 29 10:44:16 F4t, ok Jul 29 10:45:24 mrmoku: can you confirm it's a borked tgz? or should I try again? Jul 29 10:45:46 F4t, will installing it save the world then, right? Jul 29 10:45:52 a21_work, still untaring Jul 29 10:45:56 k Jul 29 10:46:01 let me know, pls Jul 29 10:46:08 mrmoku, yeah, and prevent global warmming Jul 29 10:49:57 7quit Jul 29 10:50:01 oops Jul 29 10:50:12 lol, openmoko repo are still building svnr85... :-/ Jul 29 10:50:42 F4t, time to get our common OE branch done :P Jul 29 10:52:06 a21_work, sepultina: rebooting now Jul 29 10:52:17 fine Jul 29 10:52:58 try to focus on the second reboot.. after the configuration Jul 29 10:53:26 * mrmoku is focusing :P Jul 29 10:53:32 ^^' Jul 29 10:54:10 btw, did u or anyone try the NWA application? Jul 29 10:54:41 F4t, read (and then checked the webpage) about that one yesterday Jul 29 10:54:43 so no Jul 29 10:55:49 mrmoku: i'd like to start the merge of OE dev :) Jul 29 10:55:58 mrmoku: could i help? Jul 29 10:57:07 mrmoku: sorry i do not understand. Jul 29 10:57:32 do i have to configure someting or upgrade a package? Jul 29 10:58:55 methril|work, you could try to build shr with OE dev Jul 29 10:59:01 that's what I wanted to do Jul 29 10:59:13 add the necessary stuff missing and build it Jul 29 10:59:18 see where you get Jul 29 10:59:49 sepultina, no, just installed the (broken) image and booted that Jul 29 10:59:55 and system dbus does not start Jul 29 10:59:58 investigating that now Jul 29 11:01:06 aah, you are on rebooting. For me it was like a command ;) Jul 29 11:01:30 mrmoku: add the necessary stuff missing and build it (what is the direction oe build & patch to shr or shr and patch to OE? Jul 29 11:01:39 i'll try a merge but conficts Jul 29 11:07:13 mrmoku: news? also... is ok opkg is now opkg-cl ? Jul 29 11:09:49 <\marco> Hi to all Jul 29 11:10:07 <\marco> I've a problem with shr wiki login :/ Jul 29 11:10:10 <\marco> Firefox has detected that the server is redirecting the request for this address in a way that will never complete. Jul 29 11:10:23 <\marco> I've tried to clear cookies and cache.. no dice Jul 29 11:11:26 <\marco> Every page I click I'm redirected at http://wiki.shr-project.org/trac/prefs/account and firefox says "The page isn't redirecting properly" Jul 29 11:11:48 <\marco> any idea? Jul 29 11:12:43 mrmoku, did u merge the mokonnect into repo? Jul 29 11:12:47 methril|work, sure it conflicts Jul 29 11:12:57 a21_work, not yet Jul 29 11:12:59 F4t, ? Jul 29 11:13:30 F4t, if you mean if it is in the feed... not yet Jul 29 11:13:37 built and building the index now Jul 29 11:14:50 a21_work, problem is a broken /etc/passwd Jul 29 11:14:59 it is missing the user messagebus Jul 29 11:15:05 and thus the system bus does not start Jul 29 11:15:13 and thus no frameworkd + ophonekitd Jul 29 11:15:21 mrmoku, ok, cool Jul 29 11:15:22 ah! Jul 29 11:15:46 ok... I'll try to reflash and manually fix it Jul 29 11:15:52 tnx Jul 29 11:16:16 (or will be there a fixed build?) Jul 29 11:17:36 F4t, hit the feed now Jul 29 11:17:49 a21_work, as soon as I know how to fix it, yeah Jul 29 11:18:11 mrmoku, thanks Jul 29 11:19:27 btw, whats gpe-scap based on? what toolkit? Jul 29 11:19:32 (the gui) Jul 29 11:19:52 F4t, no idea, not using that Jul 29 11:22:11 lunch time Jul 29 11:22:38 a21_work, sepultina: you can try to 'opkg-cl update; opkg-cl -force-reinstall install dbus' Jul 29 11:22:45 it is then configuring lots of stuff... Jul 29 11:22:46 mrmoku, libglade, and glade for gtk+ work... Jul 29 11:22:53 hmmmm.... Jul 29 11:22:54 doing that now, don't know if that helps yet Jul 29 11:23:39 bah, theres also a new kernel... Jul 29 11:34:11 a21_work, sepultina: yeah, that did the trick for me Jul 29 11:35:15 * mrmoku moving into the garden Jul 29 11:39:07 garden?! wtf Jul 29 11:40:27 F4t :) Jul 29 11:40:46 do you live in a palace? Jul 29 11:40:59 F4t, nah, unfortunately not :( Jul 29 11:41:08 but a small garden I do have :) Jul 29 11:45:30 mrmoku, growing anything interesting there? :) Jul 29 11:45:45 F4t, again... unfortunately not ;) Jul 29 11:46:09 :D Jul 29 11:50:32 F4t, hmm... iwlist scan finds my network... within mokonnect not so Jul 29 11:51:07 does iwlist tell you it's ssid? Jul 29 11:51:12 or just bssid? Jul 29 11:51:29 and does the terminal output any exceptions when ur in the scan screen Jul 29 11:51:44 essid only Jul 29 11:53:10 F4t, no exception only a dbus.Dictionary Jul 29 11:53:17 cool Jul 29 11:53:21 shr logo contest! :) Jul 29 11:53:23 finally! Jul 29 11:53:31 mrmoku, whats its contents? Jul 29 11:54:00 dbus.Dictionary({dbus.String(u'Scanning'): dbus.Boolean(False, variant_level=1), dbus.String(u'Name'): dbus.String(u'Wireless', variant_level=1), dbus.String(u'Powered'): dbus.Boolean(True, variant_level=1), dbus.String(u'ScanInterval'): dbus.UInt16(300, variant_level=1), dbus.String(u'Address'): dbus.String(u'00:12:CF:8E:EE:31', variant_level=1), dbus.String(u'Interface'): dbus.String(u'eth0', variant_level=1), dbus.String( Jul 29 11:54:54 F4t, syslog says something maybe interesting Jul 29 11:54:56 Jul 29 13:46:18 om-gta02 daemon.err connmand[1647]: Failed to open RFKILL control device Jul 29 11:55:34 mrmoku, rfkil isnt much interesting, anyway, try scan, and give it time.... Jul 29 11:56:13 F4t, tried it three times... will try some more :P Jul 29 11:56:32 mrmoku, connman annoys me so much... :-/ Jul 29 11:56:47 F4t, we could switch to networkmanager :D Jul 29 11:56:54 im upgrading to bleeding edge now, we'll see if i can recreate the problem... Jul 29 11:57:09 mrmoku, i heard nm has endless amount of dependencies or some such... Jul 29 11:57:31 F4t, 0.22+gitr1624+56e51a08849a704b79211fa1467346c611683a43-r1 Jul 29 11:57:34 mrmoku, anyway first step would be to just add it to the repo, so i and some ppl can test it and play with it... Jul 29 11:57:35 is what I have installed Jul 29 11:58:15 thats one commit before latest Jul 29 11:58:41 F4t, http://blogs.gnome.org/dcbw/category/networkmanager/ Jul 29 11:58:44 wth is rsn security? Jul 29 11:59:45 F4t, hehe, I saw the commit in connman some time ago... changing wpa2 to rsn Jul 29 11:59:48 no idea why Jul 29 11:59:57 *sigh* Jul 29 12:00:08 I take it as 'real secure network' ;) Jul 29 12:00:30 mrmoku, anyway, when you have time, i'd be very happy if you or anyone else manages to add NM to shr-unstable repo, i'd like to test it and play around with it Jul 29 12:00:47 F4t, trying to see what is there already... Jul 29 12:01:42 F4t, yeah, recipe to build nm from svn is in our tree Jul 29 12:01:46 * mrmoku building it locally now Jul 29 12:02:19 and does not build :( Jul 29 12:02:56 mrmoku, its probably old? Jul 29 12:03:10 mrmoku, either that, or thats the reason why we are using connman Jul 29 12:07:59 F4t, nah, just stupid mrmoku :P Jul 29 12:11:32 god i love my isp's torrent caching skills :D Jul 29 12:15:02 how i wish to have physical access to thouse caching servers..... Jul 29 12:15:31 johnsu01: it seems that even if emacs has only one tty window it doesn't receive dbus messages on time. Jul 29 12:18:01 mrmoku: are u still there? Jul 29 12:18:23 yep Jul 29 12:18:54 what about tangogps buttons? are related to the fix and now correct in your shr? Jul 29 12:19:16 (not yet tried here) Jul 29 12:20:01 a21_work, tangogps looks like always to me Jul 29 12:20:26 ah... and vala-term's icons? Jul 29 12:20:29 F4t: GTK+ (gpe-scap) Jul 29 12:20:48 I can see [x] broken images Jul 29 12:20:51 a21_work, are there too Jul 29 12:21:13 mhh... also _before_ your fix? Jul 29 12:21:20 a21_work, did not try that Jul 29 12:21:26 mrmoku: pong. I'm back from vacation. I'll have some time to spend on the libframeworkd-phonegui API and the gtk frontend Jul 29 12:21:38 ah.. ok.. now I'll try.. stay tuned! ;) Jul 29 12:21:41 Deubeuliou, welcome back then :) Jul 29 12:23:07 thanks Jul 29 12:23:17 actual libframeworkd-phonegui api is BAAAD Jul 29 12:23:27 who invented that ugly phonegui_get_function? Jul 29 12:23:29 :/ Jul 29 12:23:34 dos1, bad is an understatement! Jul 29 12:23:41 I dunno Jul 29 12:23:55 but I almost puked first time I saw it. Jul 29 12:24:02 TAsn: i tried to write python-phonegui bindings Jul 29 12:24:05 I really don't get why he didn't init the API Jul 29 12:24:08 there Jul 29 12:24:10 dos1, don,t. Jul 29 12:24:14 TAsn: but i failed, thanks to that function :P Jul 29 12:24:17 don't. ;) Jul 29 12:24:22 phonegui is bad! :) Jul 29 12:24:30 phonegui_init Jul 29 12:24:36 sholud have just initialized all the functions Jul 29 12:24:49 well, there is no phonegui_init Jul 29 12:24:51 I think i'll fix that tonight... Jul 29 12:24:51 ffs this is plain dumb... ;| Jul 29 12:25:01 there is phonegui_load and phonegui_get_function ;P Jul 29 12:25:16 TAsn, NO please don't :P Jul 29 12:25:28 brb food. Jul 29 12:25:50 from C maybe it's ok... by when i want to call returned function from python Jul 29 12:25:53 kabum, segfaults :P Jul 29 12:26:18 s/by/but/ Jul 29 12:26:27 dos1, I meant load. Jul 29 12:26:31 mrmoku, why not? Jul 29 12:26:49 TAsn, because we will NEVER get to something to test then Jul 29 12:26:57 lol. Jul 29 12:26:59 :) Jul 29 12:27:02 and because IIRC there was some strong reason for that Jul 29 12:27:11 talk to Ainulindale first ;) Jul 29 12:27:12 mrmoku, I bet there wasn't. Jul 29 12:27:15 as it's plain dumb. Jul 29 12:27:22 mmh.. mrmoku.. I'm not able to bring up my tcp-usb so how I could update? XD Jul 29 12:27:24 :{ Jul 29 12:27:24 Ainulindale, EXPLAIN! Jul 29 12:27:30 mrmoku, it's plain dumb Jul 29 12:27:34 as each app does it itself Jul 29 12:27:44 which is ridiculous... Jul 29 12:27:53 well, i don't care about load and init... Jul 29 12:27:59 TAsn, there was a reason Jul 29 12:28:06 but i do about get_function... Jul 29 12:28:09 Ainulindale, EXPLAIN! Jul 29 12:28:17 I'm still waiting to hear it ;) Jul 29 12:28:23 a21_work, ifup usb0 does not work? Jul 29 12:29:03 * mrmoku books some yoga course for TAsn... to get him back some patience ;) Jul 29 12:29:04 no Jul 29 12:29:37 no such device Jul 29 12:29:49 evas does exactly the same Jul 29 12:29:49 and works great Jul 29 12:29:49 without this nonsense Jul 29 12:29:49 (I'm talking about evas engines) Jul 29 12:29:51 ooohmmm Jul 29 12:30:17 ohm sweet ohm :P Jul 29 12:30:26 [kraftwerk] Jul 29 12:30:30 mrmoku, :) Jul 29 12:30:46 I am patient, furthermore, I'm leaving to wait somewhere else :{ Jul 29 12:30:48 :) Jul 29 12:30:49 ciao. Jul 29 12:32:54 umh... what is .ubifs.img ? Jul 29 12:34:50 mrmoku, btw, any reason why NOT to flash your image? Jul 29 12:35:08 or am I ready to give it a go? Jul 29 12:35:40 TAsn: keep away from latest Jul 29 12:35:57 28/Jul Jul 29 12:36:25 I tried .tar.gz and it's a little broken Jul 29 12:36:46 (you have to manually fix it) Jul 29 12:37:22 a21_work, fix what? Jul 29 12:37:24 mrmoku, ... :( Jul 29 12:39:24 TAsn, good reasons yeah Jul 29 12:39:35 somebody should put up the red flag ;) Jul 29 12:39:43 mrmoku, :) Jul 29 12:40:20 TAsn, somehow all the opkg configures did not run while installing into the rootfs Jul 29 12:40:30 and thus you're left with a broken image Jul 29 12:40:39 you see? Jul 29 12:40:41 opkg is broken Jul 29 12:40:41 opkg-cl install -force-reinstall dbus fixes that Jul 29 12:40:43 not my fault :) Jul 29 12:40:57 well... still have to check if it did not take your version :P Jul 29 12:41:10 and broke for that ;) Jul 29 12:41:24 larsc: doesn't my mail make _any_ sense at all? :( i wish i knew git better... Jul 29 12:43:37 TAsn, uhhh, yeah :P Jul 29 12:43:52 took mine? Jul 29 12:43:57 yep :) Jul 29 12:44:09 it is using opkg-native Jul 29 12:44:17 did not rebuild it :P Jul 29 12:44:36 because I did not bump PR Jul 29 12:44:45 so I take part of it :( Jul 29 12:45:26 PaulFertser: It does. It describes almost exactly what I envisioned. Jul 29 12:49:02 larsc: ah, ok, nice to hear. I like the topgit idea, those occassional hackers will be able to send patches against "distro" branch without need to learn it. Only participating in pushing upstream will have to get used to this new tool. Jul 29 12:49:46 larsc: how's your exam btw? Jul 29 12:50:33 PaulFertser: I guess I didn't do so well. Not results yet though. Jul 29 12:50:53 larsc: what topic was it on? Jul 29 12:51:48 PaulFertser: stochastics... Jul 29 12:51:51 I hate it Jul 29 12:57:59 TAsn, ValueError: could not find pkg-config module: "libphone-utils" Jul 29 12:58:00 FATAL: python setup.py build_ext execution failed. Jul 29 12:59:12 mrmoku, fix python-utils recipe to depend on Jul 29 12:59:16 libphone-utils Jul 29 12:59:16 ? Jul 29 12:59:26 no idea :) Jul 29 12:59:48 TAsn, maybe you put the wrong name for your dep? Jul 29 13:00:12 mrmoku, I didn't write python-phoneutlis Jul 29 13:00:20 utils Jul 29 13:00:20 dos1, did. Jul 29 13:00:34 ahh, ouch Jul 29 13:00:42 TAsn: what do you want me to explain? Jul 29 13:00:45 I thought it was building the phonelog :) Jul 29 13:00:47 dos1, PING Jul 29 13:00:48 Make it short and simple, I drank Jul 29 13:00:54 mrmoku: pong ;x Jul 29 13:01:01 (I celebreated the fact I'm quitting my company) Jul 29 13:01:05 dos1, any idea about that ^^ Jul 29 13:01:15 mrmoku: i didn't change that Jul 29 13:01:18 hmm Jul 29 13:01:27 mrmoku: it was also libphone-utils previously Jul 29 13:01:27 but it worked :( Jul 29 13:01:38 mrmoku: and it's libphone-utils here, on my pc Jul 29 13:02:03 it's also libphone-utils here Jul 29 13:02:06 which can only mean one thing Jul 29 13:02:10 you didn't build libphone-utils yet Jul 29 13:02:16 i.e the recipe is broken Jul 29 13:02:18 Ainulindale, not now, Jul 29 13:02:23 now I'm off Jul 29 13:02:23 brb later :) Jul 29 13:02:24 ciao. Jul 29 13:05:17 dos1, do you have a .pc in /usr/lib/pkgconfig? Jul 29 13:05:35 plonk... new connman version again :P Jul 29 13:06:12 mrmoku: i have it in /usr/local/lib/pkgconfig/ here :P Jul 29 13:06:32 on my pc Jul 29 13:06:53 F4t, Fix missing update of signal strength from scan results Jul 29 13:06:57 want me to build it? :) Jul 29 13:07:20 eating Jul 29 13:07:24 dos1, ok, was a missing DEPEND Jul 29 13:07:28 mrmoku, should bother any of the important connection code... Jul 29 13:07:31 have a nice meal Jul 29 13:07:37 thx :) Jul 29 13:08:58 souldnt* Jul 29 13:10:08 F4t, cannot be the reason why scanning does not work? Jul 29 13:10:18 mokonnect not getting the callback on signal updates? Jul 29 13:10:45 F4t, anyway... I'm building a new image... so it will build it :) Jul 29 13:11:01 mrmoku, no python exception, so shouldnt be a problem.... Jul 29 13:11:17 Ainulindale, so your old job is over now :) Jul 29 13:11:31 mrmoku: friday Jul 29 13:11:31 guess you did not have your drinks with your old boss ;) Jul 29 13:11:32 im still updating.... Jul 29 13:11:41 mrmoku: well he was there but did not drink Jul 29 13:11:45 and I learned something Jul 29 13:11:47 When he yelled at me Jul 29 13:11:53 He started drinking again about that time Jul 29 13:11:57 that's why he was cranky Jul 29 13:12:03 ahh Jul 29 13:12:10 alcoholism is a bad thing, yeah Jul 29 13:17:42 ok, visitors arriving... bbl maybe Jul 29 13:41:50 i need some help with python-elementary. can somebody tell me how to set the position and size of a button? Jul 29 13:44:30 usr, exact position? about size i can tell you i only know how to stretch it to full size horizontally or vertically.... Jul 29 13:44:47 i've created a box : box0.size_hint_weight_set(1.0, 1.0)... does the box cover my whole window? Jul 29 13:45:15 usr, weigt(1,1) and align(-1,-1) then yes, the whole screen Jul 29 13:45:23 whole window* Jul 29 13:45:40 ok i'll take a sec Jul 29 13:47:57 ok i got the button to fill the whole box, screen, window whatever... nice ^^ Jul 29 13:53:03 dos1|away: I've now let the gps sit for several hours, but I still can't get a fix. Should I have done something else after boot, stty -F ttySAC1 sane, wait for fix in Settings -> GPS? Jul 29 13:53:34 blindcoder: don't ask me. i just said what i did, but i still don't know why it works now and why it didn't worked before Jul 29 13:53:56 dos1: alright, then it's probably something else. Jul 29 13:54:19 blindcoder: i think it's the same, i just had luck :P Jul 29 13:54:29 or that :) Jul 29 13:54:51 blindcoder: cause i don't think that what i did had any influence... Jul 29 13:54:56 it just stopped to work Jul 29 13:54:59 and then just started again Jul 29 13:55:24 until someone will be able to reproduce that... Jul 29 13:56:11 hmm... tangogps uses fso-gpsd, right? Jul 29 13:56:25 so maybe if I connect an external GPS mouse and use a 'normal' gpsd... Jul 29 13:56:52 I got a USB gps receiver lying around *somewhere* Jul 29 14:00:03 i can set the position of my button but not it's size... Jul 29 14:00:41 blindcoder: tangogps uses gpsd protocol Jul 29 14:00:51 blindcoder: you should have sticked a gps signal emitter to localize and find it Jul 29 14:00:53 blindcoder: fso-gpsd sends ogpsd data in gpsd protocol Jul 29 14:01:12 dos1: I guess it should be possible then Jul 29 14:01:14 Deubeuliou: huh? Jul 29 14:01:21 Deubeuliou: ah :) Jul 29 14:02:40 okay, got it Jul 29 14:03:05 I guess I need a USB hub to connect something to my FR by USB, right? Jul 29 14:03:20 blindcoder: heh, gps worked great for SHR-U090703 image. Jul 29 14:03:21 mmh... I think I could close some ticket of mine... but how I can query trac? option 7 reports "No matches found." Jul 29 14:03:35 DocScrutinizer: hmm.. I have a spare partition to try that Jul 29 14:04:24 DocScrutinizer: http://build.shr-project.org/shr-unstable/images/om-gta02/shr-shr-image-glibc-ipk--20090703-om-gta02.rootfs.tar.gz ? Jul 29 14:04:36 yup Jul 29 14:04:40 DocScrutinizer: it doesn't depend on image (at last here) Jul 29 14:04:49 plus corresponding kernel! Jul 29 14:04:49 DocScrutinizer: which kernel? Jul 29 14:04:56 DocScrutinizer: either on kernel Jul 29 14:05:14 blindcoder: kernel same date Jul 29 14:05:14 hmm, Locations and OM2008.12 doesn't get a fix either Jul 29 14:05:35 how do i get the button to the bottom of my screen? Jul 29 14:06:15 usr: like in any other box-model Jul 29 14:06:56 window -> box -> (something at whole screen, button) Jul 29 14:07:16 blindcoder: after installing, open shr-settings, gps, and switch to manual-on. wait until fix. NO stty or any other messing around Jul 29 14:07:37 DocScrutinizer, blindcoder: i wonder if it would help. here it didn't Jul 29 14:07:52 usr: by aligning it with (0,1) Jul 29 14:08:06 i'll try it Jul 29 14:08:24 I'm just reporting my results, not suggesting it's any kinda cure for unknown problems Jul 29 14:08:25 dos1, DocScrutinizer: I'll give it a try on a spare sd partition. But since OM2008.12 didn't get a fix either, I doubt it Jul 29 14:08:46 bah, 2008 is crap Jul 29 14:09:13 DocScrutinizer: it's crap, but it should get fix correctly - it's using plain gpsd Jul 29 14:09:22 AFAIR Jul 29 14:09:52 at last it worked correctly when i tried it with 2007.2 and 2008.8 Jul 29 14:09:54 a very obsolete version though, lacking any AGPS support afaik Jul 29 14:10:09 nah, even worse, a big bug in AGPS Jul 29 14:10:15 DocScrutinizer: of course, i agree ;) but it should work Jul 29 14:10:22 nope Jul 29 14:10:27 DocScrutinizer: AGPS in 2008.8? Jul 29 14:10:31 only if you delete pickle Jul 29 14:10:40 yup Jul 29 14:10:43 DocScrutinizer: nooo... that was old ogpsd problem :P Jul 29 14:10:54 that was FSO ms4 Jul 29 14:11:11 yes Jul 29 14:11:23 yes it works, but now... how can i set its size in x to fill the whole size? bt.size_hint_weight_set(1.0, 0.5)? Jul 29 14:11:29 in ms5 AGPS was disabled, and in ms5.5 it's fixed and turned on again Jul 29 14:11:39 DocScrutinizer: before FSO there wasn't AGPS support on neo Jul 29 14:11:50 as everything was using NMEA, not UBX Jul 29 14:12:01 bt.size_hint_weight_set(1.0, 0.0) makes it use all horizontal space and only as much vertical space as needed Jul 29 14:12:02 yes Jul 29 14:12:32 (1.0,0.5) might work too, no idea Jul 29 14:12:39 although I would think not Jul 29 14:12:57 and om2008 wasn't using FSO. so it should work :D Jul 29 14:13:02 anyway you can't say any recent distro won't prolly yield working GPS *because* 2008.xx didn't either Jul 29 14:13:16 that's plain nonsense Jul 29 14:13:30 DocScrutinizer: nooo, i'm not saying that Jul 29 14:13:43 DocScrutinizer: i only think that's deeper issue than userspace Jul 29 14:14:07 * blindcoder .oO( bad soldering? thick isolation? ) Jul 29 14:14:08 so if i use bt.size_hint_align_set(0.0, 1.0) and bt.size_hint_weight_set(1.0, 0.0) i have a small button on the left side in the middle of the screen Jul 29 14:14:09 correct chip init I guess Jul 29 14:14:20 as without *any* userspace change, it just stopped to work Jul 29 14:14:30 DocScrutinizer: om2008 didn't yield a fix either Jul 29 14:15:05 mmh.. news about #467 ? Jul 29 14:15:18 http://shr-project.org/trac/ticket/467 Jul 29 14:15:28 hmmm Jul 29 14:15:42 i have non-fixed gta02a5 Jul 29 14:15:51 with that gps/sd interferencing issue Jul 29 14:15:58 maybe that's something with that? Jul 29 14:16:10 a6 here Jul 29 14:16:14 dos1: doesn't look like it. Jul 29 14:16:15 with buzz fixed Jul 29 14:16:15 :( Jul 29 14:16:31 dos1: it's related to not getting a fix while the exchange with the chip works. Jul 29 14:16:42 heh Jul 29 14:16:49 i'm out of ideas Jul 29 14:17:18 spaetz: could u take a look pls? http://pastebin.com/m3199c999 Jul 29 14:17:58 what's the problem? Jul 29 14:18:04 blindcoder: at fab your gps had a fix, it's part of QA Jul 29 14:18:29 the button is still in the middle of the screen and just on the left side Jul 29 14:18:41 DocScrutinizer: I see Jul 29 14:18:47 christ, im still upgrading the kernel, it takes foreverrrrr Jul 29 14:18:59 sec, gotta reboot to linux now for a test Jul 29 14:21:05 usr, I have no elementary installed on this box, so I can't test it now. But it looks like it should be about right Jul 29 14:21:20 I never liked those clumsy numerical arguments Jul 29 14:21:50 usr: I propose to look at some working code, e.g. the shr-settings code Jul 29 14:21:58 usr: try align(0.0, 1.0) and weight(-1.0, 0.0) Jul 29 14:23:10 also the same as before Jul 29 14:23:39 DocScrutinizer: dos1 had a fix too first several months. Jul 29 14:23:59 yep, and now? Jul 29 14:24:00 i had fix almost always Jul 29 14:24:26 why should that change (except for sw-regressions)? Jul 29 14:24:29 DocScrutinizer: now i also have Jul 29 14:25:01 DocScrutinizer: the only sw regression which could happen in my case was fs corruption on sd card :P Jul 29 14:25:13 sure U have ;) as long as U didn't break your gps-ant Jul 29 14:25:17 as it stopped working when i was on trip, logging cells Jul 29 14:25:46 i even didn't have terminal opened, just openBmapGTK and shr-settings :P Jul 29 14:25:56 dos1: rogue data in pickle? Jul 29 14:26:21 DocScrutinizer: no, i tried removing, rebooting, both at once etc. several times Jul 29 14:26:31 DocScrutinizer: GPS started to work again two days after that Jul 29 14:26:36 hmm, so heissenbug Jul 29 14:26:40 again without any reason Jul 29 14:27:48 *grr* e crashed, had to remove .e :/ Jul 29 14:28:50 hm, may be we should add "remove any other source of interference (all electric equipment) from a 5m perimeter of FR for FirstFix" Jul 29 14:29:11 ...to recommendations Jul 29 14:29:24 DocScrutinizer: well, it stopped to work 100km from here Jul 29 14:29:29 ;) Jul 29 14:30:14 no idea Jul 29 14:30:46 well, i wouldn't care about that, but it happened to me second time now Jul 29 14:30:54 and i don't know when it would happen again Jul 29 14:31:35 and i know murphy's laws Jul 29 14:31:42 so i'm not optimistic with that bug :D Jul 29 14:35:25 mrmoku|away, TAsn, Ainulindale, others from core-team: what about ophonekitd dbusification vel. new phoneui? work stalled? ;( Jul 29 14:35:54 dos1, Ainulindale claims he's just waiting for our response on ML Jul 29 14:36:33 TAsn: response to...? Jul 29 14:36:47 shr-core mail he sent about it. Jul 29 14:36:57 * dos1 has awful mess in inbox Jul 29 14:38:35 ouch, just lost a call. it kept buzzing after I pressed Accept, screen changed but no sound Jul 29 14:39:11 dos1, btw, it just doesn't save calls :( Jul 29 14:39:18 (opimd) Jul 29 14:39:26 any suggestions of what to do that may help? Jul 29 14:39:58 not now, i have to go Jul 29 14:40:15 but i'll be soon Jul 29 14:43:13 dos1|away: I'm waiting for people to start the technical spec thread Jul 29 14:43:17 as I don't have time until monday Jul 29 14:48:01 okay Jul 29 14:48:10 my gps mouse does get a fix OUTSIDE Jul 29 14:48:16 but not INSIDE Jul 29 14:48:17 Ainulindale, here you are! Jul 29 14:48:24 the questions still lies open Jul 29 14:48:32 question* Jul 29 14:48:55 so a) it is a reception issue Jul 29 14:49:04 and b) I need to connect the usb mouse to my FR Jul 29 14:49:08 gps mouse? Jul 29 14:49:16 XD Jul 29 14:49:21 TAsn: usb gps receiver Jul 29 14:49:27 TAsn: sometimes also called gps mouse Jul 29 14:49:37 i c. Jul 29 14:49:48 gps isn't designed to work inside Jul 29 14:49:50 problem solved. Jul 29 14:49:54 TAsn: which questions? Jul 29 14:50:11 Ainulindale, only one Jul 29 14:50:14 TAsn: this house is a faraday cage anyway... Jul 29 14:50:25 why the heck does phonegui uses that ugly get function? Jul 29 14:50:34 instead of just initializing of all the functions itself? Jul 29 14:50:35 does anyone here own a netbook, i'd like to hear some comments about different models, to see if and which to buy..... Jul 29 14:50:45 TAsn: quickdev did that this way Jul 29 14:50:49 TAsn: and in the future Jul 29 14:50:54 we might want, at one time, to load this function Jul 29 14:50:57 and at another, that function Jul 29 14:51:02 (e.g. rules to switch UI) Jul 29 14:51:10 anyway, that's not the case now so I don't really care about that Jul 29 14:51:14 F4t: buy openPandora! ;) Jul 29 14:51:18 I know quickdev did it this way, I'm asking why Jul 29 14:51:23 I didn't quite get your second sent. Jul 29 14:51:37 TAsn: "god created earth", I don't know why :-p Jul 29 14:51:56 Nor why people keep calling the whatever it is which created earth god Jul 29 14:52:03 TAsn: as for my 2nd sentence Jul 29 14:52:16 F4t: i had the samsung nc10 Jul 29 14:52:17 In the end we'll have, for instance, two librairies Jul 29 14:52:19 gtk & efl Jul 29 14:52:26 a21_work, whats open pandora? Jul 29 14:52:27 if I want in this case to use efl Jul 29 14:52:31 tobii_, how was it? Jul 29 14:52:32 I'll use get_function(efl, thing) Jul 29 14:52:38 or get_function(thing) Jul 29 14:52:42 which will compute the rules Jul 29 14:52:44 etc. Jul 29 14:52:53 It might or might not be good, I don't care Jul 29 14:52:57 If you have valid reasons to change it Jul 29 14:53:00 this is *BAD* Jul 29 14:53:02 you can just Jul 29 14:53:06 Just explain them and do as you like Jul 29 14:53:07 phonegui_load(EFL{ Jul 29 14:53:11 phonegui_load(EFL{ Jul 29 14:53:11 phonegui_load(EFL) Jul 29 14:53:11 O_O F4t try with google! ;) if you have openmoko you must have openpandora too XD Jul 29 14:53:12 a21_work, too small, ill have easier time programing on the moko... Jul 29 14:53:13 ffs Jul 29 14:53:13 :) Jul 29 14:53:26 TAsn: what about temporary "contextual" change? Jul 29 14:53:32 F4t: its quite nice Jul 29 14:53:34 and it'll set a bunch of function pointers Jul 29 14:53:34 to the efl functions Jul 29 14:53:35 That is if I want to use dialer gtk and contact efl ? Jul 29 14:53:52 (just making you think here, not trying to make a point) Jul 29 14:53:57 Ainulindale, we can keep that Jul 29 14:54:04 get thingy Jul 29 14:54:09 TAsn: listen Jul 29 14:54:13 this method isn't mandatory Jul 29 14:54:14 though in general it's just bad. Jul 29 14:54:17 If you have a better technical way to do it Jul 29 14:54:22 you are duplicating code Jul 29 14:54:22 And valid reasons to change it Jul 29 14:54:33 I will. Jul 29 14:54:35 Knowing that "it's ugly" or "it's bad" are not valid reasons Jul 29 14:54:45 it's ugly and bad are technical reasons Jul 29 14:54:49 Then just say so on the ML and do it Jul 29 14:54:49 No Jul 29 14:54:53 as this results in duplicating code Jul 29 14:54:58 That is a reason Jul 29 14:54:59 every client of the api has to Jul 29 14:55:00 "It's bad" isn't Jul 29 14:55:07 That's my point :-) Jul 29 14:55:14 initiate functions himself Jul 29 14:55:23 TAsn: every client will have to unless it's done with dbus Jul 29 14:55:29 instead of just letting phonegui do it Jul 29 14:55:31 as it should. Jul 29 14:55:36 ah, this way Jul 29 14:55:45 yes this way results in duplicated code, I agree Jul 29 14:55:50 and this is a valid reason Jul 29 14:55:55 on the contrary, again, "it's bad" isn't :-) Jul 29 14:56:01 And I'll slap you if you say so :-) Jul 29 14:56:07 Ainulindale, :) Jul 29 14:56:14 it's bad is not a valid reason Jul 29 14:56:28 though you can derive valid reasons from it ;) Jul 29 14:58:21 well it's the other way around Jul 29 14:58:28 you can derive that something on bad for valid reasons Jul 29 14:58:40 but that's a shortcut for an argument Jul 29 14:58:41 F4t: read pm ;) Jul 29 14:59:03 saying that "Your mother sucks" means nothing until you explain why she sucks, except if she's actually sucking people Jul 29 14:59:07 hehe, yes I figured it's the other way around after I wrote it. Jul 29 14:59:10 (yeah, that was both rude & vulgar) Jul 29 14:59:14 Ainulindale, I'll never say that. Jul 29 14:59:32 :) Jul 29 14:59:32 as it's rude && vulgar Jul 29 14:59:32 ^ Jul 29 14:59:33 Ainulindale: I replied. It is OK for me :) Jul 29 14:59:37 TAsn: I was trying to make a point by using a "youngser"-typed language more understandable by you =) Jul 29 14:59:39 gotta go, bbl Jul 29 14:59:41 +t Jul 29 14:59:49 TAsn: that or I was trolling Jul 29 14:59:51 ptitjes_: ok Jul 29 14:59:55 Ainulindale: I really should buy some new memory Jul 29 15:00:01 Ainulindale, you were trolling. Jul 29 15:00:06 :p Jul 29 15:00:09 ptitjes_, I should really buy a new cpu :) Jul 29 15:00:22 TAsn: I told you already ;) Jul 29 15:00:23 ptitjes_: that and a new book calle "technical arguments howto" Jul 29 15:00:39 +d Jul 29 15:00:43 Ainulindale: nah Jul 29 15:01:05 Ainulindale: I don't know what is technical stuff, so I should first some material on this Jul 29 15:01:31 +read Jul 29 15:03:33 F4t: i tkake the nc10 beause the keyboard is bigger then at the eeepc. The trackpad is small but i usually use the keyboard. The Battery is very good. Up to 5 hours :) Jul 29 15:13:49 http://secunia.com/advisories/36041/ Jul 29 15:16:02 TAsn: http://alt-tab.org/?post/1293 <= I like Israel now Jul 29 15:16:19 finally! Jul 29 15:16:19 (except for their songs) Jul 29 15:16:21 sec, reading. Jul 29 15:16:30 there's not much to read :-) Jul 29 15:17:06 hehe yeah Jul 29 15:17:14 hm.. this dude is called lior narkis Jul 29 15:17:26 he's what we call an ARS Jul 29 15:17:34 which here are considered sub-humans Jul 29 15:17:38 :) Jul 29 15:17:53 and the ARS music is called Mizrahit Jul 29 15:17:56 TAsn: hahahah look at 2:00 Jul 29 15:17:59 which is considered sub-music :) Jul 29 15:18:00 TAsn: and a few seconds later Jul 29 15:18:01 tobii_, k, thanks Jul 29 15:18:13 but he got sexy girls for his clip, that' for sure :) Jul 29 15:18:20 it's just plain dumb Jul 29 15:19:58 Ainulindale, yes. Jul 29 15:20:02 he is an ARS Jul 29 15:20:05 they are sub-humans Jul 29 15:20:09 they are dumb :) Jul 29 15:20:13 =) Jul 29 15:20:32 Ainulindale, :) Jul 29 15:20:50 I'm of course exaggerating, though not a lot. Jul 29 15:21:18 many places don't let ARS in Jul 29 15:21:33 :) Jul 29 15:22:21 * admiral0|away is away: shower Jul 29 15:22:59 * mwester wonders why we really need to know why admiral0 is away -- is this twitter, now? Jul 29 15:24:23 @mwester good grief I hope not !cdevel #twitterispointless Jul 29 15:24:33 mrmoku|away: I see I'm not the only one to hate verbose away :-) Jul 29 15:24:49 Me too. There's /away for a reason. Jul 29 15:27:14 PaulFertser: you're not extremist enough Jul 29 15:27:17 I don't care about /away Jul 29 15:27:24 I'm there or not, I don't care if people knows I am Jul 29 15:27:35 That allows me to fake not being there :-) Jul 29 15:27:40 Ainulindale: that's why you fucking loose pings and important messages Jul 29 15:27:51 nah I have hilights for that Jul 29 15:27:55 and /lastlog Jul 29 15:27:56 :-) Jul 29 15:28:06 Heh, ok :D Jul 29 15:28:11 That way when people are pinging me about something Jul 29 15:28:15 But I'm busy with another thing Jul 29 15:28:24 I fake not being there, and I'm left alone Jul 29 15:28:30 That's priceless Jul 29 15:32:04 TAsn: and after the pastafarianism, for your eyes : http://www.dudeism.com/ Jul 29 15:33:53 Ainulindale, lol. Jul 29 15:34:12 Ainulindale, lastlog only searcher in the current log! you may still miss stuff! :( Jul 29 15:35:42 nope Jul 29 15:35:48 Not here :-) Jul 29 15:40:03 oh. ;) Jul 29 15:40:32 Ainulindale: reason is: writing python bindings with that get_function is damn hard! Jul 29 15:42:33 I'm not sure about that but anyway :-) Jul 29 15:42:49 You know as well as me that this will change Jul 29 15:42:53 So don't worry :-) Jul 29 15:43:01 Meanwhile V've got to go Jul 29 15:43:04 s/V/I/ Jul 29 15:43:04 Ainulindale meant: Meanwhile I've got to go Jul 29 15:43:14 Ainulindale: yes, i know; that's why i asked about new specs :x Jul 29 15:43:26 dos1: well I'll have time monday. Not before :-) Jul 29 15:43:43 Ainulindale: i'm waiting ;) Jul 29 15:48:57 i don't used to the logic behind elementarys size_hints Jul 29 15:49:05 is there a howto? Jul 29 15:52:21 usr: it is Jul 29 15:52:27 usr: we call it "raster" Jul 29 15:52:40 ;) Jul 29 15:53:39 so i can imagine a bid X crossing my display? with x and y? Jul 29 15:53:59 I go, c u all \o/ Jul 29 15:54:10 cu Jul 29 15:54:35 so y from 1 to -1 and y from 1 to -1? Jul 29 15:54:51 dos1: right? Jul 29 15:55:16 usr: rather from -1 to 1 Jul 29 15:55:18 dos1, that's not the only reason! Jul 29 15:55:29 TAsn: but that's my main reson Jul 29 15:55:33 s/reson/reason/ Jul 29 15:55:34 dos1 meant: TAsn: but that's my main reason Jul 29 15:55:34 ;) Jul 29 15:55:34 :) Jul 29 15:57:31 ok... so i create a box in a window: box0.size_hint_align_set(-1.0, -1.0) and box0.size_hint_weight_set(1.0, 1.0) Jul 29 15:59:04 dos1: I just went shopping (10 minute walk) and got a nice 3D Fix on the way Jul 29 15:59:16 dos1: I blame steel construction and wifi pollution Jul 29 15:59:17 blindcoder: ... Jul 29 15:59:24 blindcoder: hahahaaaa Jul 29 15:59:30 blindcoder: so your problem is different than mine :P Jul 29 15:59:34 s/is/was Jul 29 15:59:38 yeah... Jul 29 15:59:49 thanks for putting up with me anyway :) Jul 29 15:59:58 bbl, kathleen has just fixed dinner Jul 29 16:01:39 so where is box0.size_hint_align_set(-1.0, -1.0)? is this the left corner at the bottom in my screen? Jul 29 16:03:30 look at latest mail from mickey_away Jul 29 16:03:36 FSO core team founds BGB company Jul 29 16:06:41 dos1: heh, and i somehow don't like the style of official press-release. Too many bad associations. Jul 29 16:07:19 * dos1 is scared - google already has that press-release indexed ;x Jul 29 16:07:29 http://www.vanille-media.de/site/index.php/2009/07/29/fso-founds-bgb-company/ Jul 29 16:08:59 i want to hire FSO devs to work at opimd! :D Jul 29 16:11:23 * PaulFertser should have get debug board while there was a chance, now he gets tracebacks flowing way too fast on FR's LCM :) Jul 29 16:11:45 why isn't there a chance now? Jul 29 16:12:09 Weiss: because by the time snail mail delivers it i won't need it. Jul 29 16:12:16 ah :( Jul 29 16:12:58 Weiss: i should probably still ask for it hoping that i'll finally get gta01 and dboard will make hacking on it easier. Jul 29 16:14:00 spam from apple: "See, why your next notebook should be MacBook Pro" (in polish) Jul 29 16:14:14 dos1: lovelly Jul 29 16:14:15 It's just pretty much stupid that i didn't get it while i was at FSOSHRUDEVCON... Well, not surprising for a person like me.. Jul 29 16:14:33 well, maybe (maybe i'll get crazy ;P), but i'm not planning to have next notebook soon ;) Jul 29 16:15:04 dos1: if i had the money i would :) Jul 29 16:15:12 i don't need Jul 29 16:15:28 dos1: multitouch :) Jul 29 16:15:48 d1b: nothing new, synaptics driver in linux has it for ages ;x Jul 29 16:16:12 (not for all touchpads, but for majority) Jul 29 16:16:21 dos1: not for all tho Jul 29 16:16:42 i seem to have the unsupported ones :( Jul 29 16:17:26 * dos1 doesn't like macs Jul 29 16:17:50 dos1: the hardware is great :) Jul 29 16:18:10 its just a PC :P Jul 29 16:18:18 playya: yeah but their screens are nicer :) Jul 29 16:18:20 i agree - it's great, but for warming in cold room :P Jul 29 16:18:47 * dos1 is happy he started flamewar, it was so boring on this chan :D Jul 29 16:19:02 hardly flamewar :) Jul 29 16:19:30 and it's boring again :( Jul 29 16:19:36 the one thing about mac i agree with you with is Jul 29 16:19:44 xgrid is fail :) Jul 29 16:19:52 i have better idea Jul 29 16:19:54 /their cluster thing Jul 29 16:19:55 linux sucks! Jul 29 16:19:56 ;D Jul 29 16:20:00 dos1: oh no ! Jul 29 16:20:15 better start porting win mob to openmoko Jul 29 16:20:37 cough *glamo* sucks Jul 29 16:20:53 everyone agrees that glamo sucks Jul 29 16:20:55 so that's boring ;P Jul 29 16:21:02 dos1: rofl Jul 29 16:21:03 hmm Jul 29 16:21:08 but the nda! Jul 29 16:21:09 the nda! Jul 29 16:21:10 hmm "glamo is the best thing i ever saw!" Jul 29 16:21:16 :D Jul 29 16:21:37 dos1: your violating the nda stop it now! Jul 29 16:22:31 say apple says jailbroken iphone are dangerious how does the openmoko stand up vs the iphone then :) Jul 29 16:22:37 what's more destructive /m e wonders Jul 29 16:23:11 * Weiss wonders how much Glamo-bashing should actually be "lack of FPU bashing" Jul 29 16:23:50 it's slow, but it's not THAT slow (the use of a completely non-accelerated X driver is perfectly bearable) Jul 29 16:25:11 and at least the people who are serious about playing with it have access to the docs. if we'd used, say, an SGX-based chip, then we'd be entirely prisoner to the manufacturer's terms Jul 29 16:28:03 glamo sucks, lack of FPU also sucks Jul 29 16:28:09 both summed up sucks even more Jul 29 16:28:11 ;) Jul 29 16:28:15 perhaps Jul 29 16:28:36 take Boxar for example - i'm convinced that that would be perfectly fine if it didn't use floating-point maths everywhere Jul 29 16:29:19 consider: each floating point instruction invokes a branch to the undefined instruction vector, software decoding, execution, then branching back. that reduces our 400 MHz chip to something not a huge amount faster than a BBC Micro Jul 29 16:29:51 Weiss: i thought that OE compiles with userspace softfloat, no? Jul 29 16:30:22 hmm possibly.. i don't know Jul 29 16:32:50 even so.. it's a lot of cycles to lose when things could be done in integer arithmetic Jul 29 16:33:14 yes, we're using softfloat Jul 29 16:34:12 * Weiss remembers RISC OS on a 12 MHz CPU with an 8 MHz memory bus (around 7 times slower than our infamous Glamo bus), and it was sooo much more responsive Jul 29 16:35:00 Weiss: on which resolution? ;x Jul 29 16:35:11 well, 480x640 is overkill here Jul 29 16:36:00 640x480 (but only 4 or 8bpp) Jul 29 16:36:23 what i'm really saying is that i'm not convinced that bandwidth to the screen is what limits our responsiveness in general Jul 29 16:37:02 Weiss: then work on it and show us, how responsible glamo can be! :) Jul 29 16:37:15 scrolling in the console and in something like SHR's contacts application shows you what the "Glamo factor" feels like, roughly Jul 29 16:37:37 hehe, i intend to :) Jul 29 16:37:48 * dos1 would like to be wrong with sucking glamo ;) Jul 29 16:38:42 240x320 is so much more responsive... Jul 29 16:39:25 yeah.. it's a huge difference Jul 29 16:47:51 when OE builds something from Git, can it be given a symbolic ref instead of a branch name? Jul 29 16:50:01 that'd perhaps allow us to create a pointer to whatever the "most recent vaguely stable" kernel is, despite the upcoming upheavals and possible future experimentation Jul 29 16:54:28 * Sharwin_F wishes opkg wouldn't download aaaall the kernel modules every time there's a new upgrade... Jul 29 16:58:58 Sharwin_F: just uninstall unneded Jul 29 16:59:04 s/unne/unnee/ Jul 29 16:59:04 dos1 meant: Sharwin_F: just uninstall unneeded Jul 29 17:00:17 is there some meta-package or similar for uncommon ones? Jul 29 17:33:20 what to do if i don't get an ethernet iface on the fr anymore? Jul 29 17:34:05 do application compiled against glibc work under uclibc? Jul 29 17:36:00 nope Jul 29 17:37:04 thanks larsc Jul 29 17:42:07 how can i release a button after a click (python-elementary) Jul 29 17:48:19 my phone ran out of power yesterday and since then i can't get wifi to work anymore Jul 29 17:56:30 PaulFertser: Weiss: float is float is a hoooog Jul 29 17:56:54 that's what copro's are invented for ;-) Jul 29 17:57:18 but - seriously - who needs float? ever? Jul 29 17:58:10 /W 14 Jul 29 17:58:11 grmbl Jul 29 18:01:56 DocScrutinizer: writing fixed point code requires careful considerations on every calculation step though... Jul 29 18:02:10 DoCScrutinizer sounds like my engineering professor. He used to penalize answers on tests that had too many digits past the decimal point, and would go on rants about "accuracy" vs "precision" and why the calculator was ruining an entire generation's brains... Jul 29 18:02:19 hehe, that divides coders from boys ;ß) Jul 29 18:02:34 My engineering professor was completely right. And float is generally evil. Jul 29 18:02:58 mwester: 100 ack Jul 29 18:05:25 mwester: i've heard that kind of rant in physics as well :) Jul 29 18:05:25 braben allegedly coded the entire Elite / TLF game trilogy in Assembler, finaly a few dozen mio lines. and completely 8bit based Jul 29 18:06:31 he could just have swallowed a few downers :) Jul 29 18:07:21 http://en.wikipedia.org/wiki/Elite_(video_game) Jul 29 18:07:45 mwester: i always thought that the slide rule is inherently floating point? Jul 29 18:08:00 hmm, a little off-topic (gtk+), but does anyone here know how to change the color of the separator between cells in a gtk table ? Jul 29 18:08:43 Aaaah! My professor would love you PaulFertser -- he would jump right into a discussion about accuracy vs precision, and why the slide rule was a better tool than the calculator. Jul 29 18:08:45 PaulFertser: quantum physics say it's just "very long int" Jul 29 18:09:33 wpwrak: i honestly doubt that. ;) Jul 29 18:10:15 mwester: i like that kind of professors, you can say them one carefully crafted sentence and they'll diverge from the topic completely till the end of the class :D Jul 29 18:11:32 :) 1 / 3 = 0 Jul 29 18:12:18 Although the example he used was always "10 / 3 = 3" Jul 29 18:12:21 pragma base ??? Jul 29 18:12:59 pragma round ??? Jul 29 18:13:38 seems all perfectly true statements to me, under varefully chosen conditions Jul 29 18:13:39 wpwrak: int is completely determined and carries fixed amount of information. Quantum values depend on the observer and are described using another kind of language. Jul 29 18:14:27 though usually U want also to be true "3 * 3 = 10" then ;-) Jul 29 18:14:49 PaulFertser: hmm, i was more thinking of the planck length Jul 29 18:14:58 otherwise you get into trouble seriously Jul 29 18:15:33 DocScrutinizer: base 9 Jul 29 18:15:37 with keeping your head above tide of confusion Jul 29 18:17:02 well, the better paradigma still is to consider NO calculation reversible Jul 29 18:17:29 as it's exactly like this for float as well Jul 29 18:18:02 that's why you use "display" type in cobol btw Jul 29 18:18:13 truely reversible Jul 29 18:18:30 hmm, scrap that Jul 29 18:18:37 math needs an "undo" operator ;-) Jul 29 18:18:53 DocScrutinizer: do you know that with float you can have a==a to be false? Jul 29 18:18:56 F' Jul 29 18:19:23 PaulFertser: which implementation ? Jul 29 18:20:08 wpwrak: i think almost any at least on x86. Register and memory use different format to represent values. Jul 29 18:20:55 muhaha, that one Jul 29 18:21:30 implementation buggy then Jul 29 18:21:31 PaulFertser: oh, right. lovely :) Jul 29 18:21:33 (gcc.info)Disappointments Jul 29 18:21:57 No, it's hardware and some ISO standard just don't quite match :) Jul 29 18:22:01 to move from reg to mem is an opaque type cast Jul 29 18:22:14 compiler needs to care for that Jul 29 18:22:20 even on compare Jul 29 18:22:39 mrmoku|away: yippeah a new image! working= Jul 29 18:22:40 ? Jul 29 18:22:58 tell us! working? Jul 29 18:23:12 no update for 3weeks here :( Jul 29 18:23:27 DocScrutinizer: downloading at the moment Jul 29 19:00:45 http://www.wired.com/threatlevel/2009/07/jailbreak/ Jul 29 19:00:45 if each of those hacked iphones is a thread, then each freerunner is one as well Jul 29 19:03:01 if i use python-elementary, is there a way to release an button-item which is in a list? it stays pressed after release Jul 29 19:04:14 hmm it seems to be that ophonekitd does not start with the freerunner Jul 29 19:08:24 floating-point arithmetic requires careful consideration at each step, too Jul 29 19:08:41 at least, the problems which rear their heads if you don't think carefully enough often come up in scientific programming Jul 29 19:10:31 usr: it will release after the click method has finished Jul 29 19:11:39 hmm ok current unstable lacks gsm and usb networking as it seems Jul 29 19:11:46 with qi and uboot tested Jul 29 19:13:09 Weiss: 22:00 < PaulFertser> DocScrutinizer: writing fixed point code requires careful considerations on every calculation step though... Jul 29 19:13:31 Weiss: oh, sorry. Jul 29 19:13:54 Weiss: i mean integer calculations are magnitude harder to get right though. Jul 29 19:14:04 yeah, i know what you mean Jul 29 19:15:17 Heinervdm: a regular button yes, but i created a sort of a list and the buttons stay pressed until a other button is pressed Jul 29 19:15:38 * Weiss is going to eat some chocolate, then program the last bit which hopefully makes "stuff" work. in that order. Jul 29 19:15:46 usr: ok, then i don't know Jul 29 19:15:52 thx Jul 29 19:16:01 Weiss: what kind of chocolate? Jul 29 19:16:48 A colleague always used to claim it's utterly stupid to pick coder for a profession :-P. I use to add "coders are the only profession (maybe except med. doctors) actively working to abolish their own field of duty" Jul 29 19:16:48 if i would put the buttons in a scrolled window it would also work, but i decided to just put em in the box Jul 29 19:17:53 * DocScrutinizer considers re-eductation for psychologist for neoronal networks Jul 29 19:18:09 DocScrutinizer: :) Jul 29 19:18:23 Do they already need any? ;) Jul 29 19:19:25 wait a few years. Education will take longer ;-) Jul 29 19:21:36 PaulFertser: a gooey chocolate pudding thing.. very unhealthy Jul 29 19:22:07 Haha, it won't harm if you don't do it every day, will it? :) Jul 29 19:22:40 * PaulFertser prefers dark chocolate. Bitter as beer. Jul 29 19:22:53 hehe Jul 29 19:23:00 i like stuff in the 55-75% range Jul 29 19:24:54 * DocScrutinizer chews a KitKat Jul 29 19:25:37 so crazy, i finally started to code my ide ^^, first goal is to creat a basic window and add a button Jul 29 19:25:55 i would choose coder as profession, it's just nobody is hiring me without experience :) Jul 29 19:27:37 Meomer: hehe, i was lucky to be employed as a coder when i was ~15 :) I proved i'm able to write code by writing a GPL'd utility for that company. Jul 29 19:27:55 DocScrutinizer: garbage collectors ;) Jul 29 19:29:33 Meomer: well advertise yourself one month Meomer for free - you won't regret your choice Jul 29 19:30:33 hmm, i have to check what the legal boundaries are for that ... can get you into hells kitchen because of insurance etc., but that sounds like a plan Jul 29 19:30:36 And then one of my first tasks was to make several 8086 assembly routines work in Delphi win32. There was one nasty gotcha but i managed it :) Jul 29 19:31:21 coders don't make any money. project management pays far better. Jul 29 19:31:53 mwester: going into economy pays even better Jul 29 19:32:05 hmm, the project managers i know all used to work up to 12 hours a day or 100 or more hours a week Jul 29 19:32:16 but beggars can't be choosey, and with the economy so screwed, my next contract I won't even be a coder. I'll be an admin. Jul 29 19:33:09 i would love to do some internship or something in the uk maybe, but it's just too expensive to fly people in these days i suspect Jul 29 19:33:43 Meomer, yes, but never underestimate how much easier overtime is when you have some small control over the schedule; most coders have no power at all. They just work. And work. And work. And if they complain, management here threatens them with outsourcing their jobs to Asia. Jul 29 19:33:49 i would even take the train, but most flights are cheaper than the eurostar :) Jul 29 19:34:56 bye Jul 29 19:36:45 Meomer: that's what i am doing at the moment (doing an internship [income = costs for getting to the job,material,...]) but as it helps deciding what i want to do later i don't bother Jul 29 19:42:07 mwester: where have the days of "Tao of the Programming" go... Jul 29 19:44:04 freesmartphone.org: 03seba.dos1 07framework * r937201bc7bbf 10/framework/subsystems/opimd/pimb_ogsmd_calls.py: opimd: ogsmd-Calls: fix error when loading entries Jul 29 19:45:26 PaulFertser, I worked for a company that specialized in code quality analysis for a while. The Tao of Programming is not something recognized by companies or middle managers here in the US anymore. Quality is an afterthought. They have educated the public to accept crap code with the promise that they can install software updates, or reflash newer firmware. :( Jul 29 19:47:13 The thinking is that it doesn't matter if you get it right the first time, because it's cheaper to bet that nobody will notice, or they won't bother to complain, or they'll accept a bugfix later instead. So it is, ultimately, the consumers that have decided that coding can be done by inexperienced and poorly-trained people. Jul 29 19:47:55 * dos1 is stupid stupid stupid stupid stupid Jul 29 19:47:57 mwester: ... Jul 29 19:48:09 i know i shouldn't take care about optimalization too much in frameworkd Jul 29 19:48:31 but iterating though all fields to check, if contact is duplicated Jul 29 19:48:50 and in *every* iteration getting all fields... it's kinda stupid ;x Jul 29 19:56:45 it's not only stupid... it introduced bug ;x Jul 29 19:56:50 fixing it makes everything faster :D Jul 29 19:57:17 mwester: doing it the blackberry way then? Jul 29 20:03:49 freesmartphone.org: 03seba.dos1 07framework * r24c16346bc05 10/framework/subsystems/opimd/ (pimd_calls.py pimd_contacts.py pimd_messages.py): opimd: make merging a little faster and fix bug with duplicates Jul 29 20:06:18 hi, I've questions on SHR...if I take oe's shr-import branch and that I bitbake an shr image for a new device will it work or must I use the makefile that I don't like Jul 29 20:06:19 ? Jul 29 20:06:48 Ainulindale, did you get my mail? Jul 29 20:14:24 gaudenz: so, can I try you build out? :) Jul 29 20:18:23 It will be at http://people.debian.org/~gaudenz/d-i-openmoko/ in a few minutes. Still uploading Jul 29 20:21:16 TAsn: check, if your issue is fixed now Jul 29 20:32:09 sallesao, the upload is done. Jul 29 22:23:56 dos1, is it built? Jul 29 22:26:37 TAsn: frameworkd? i suppose no Jul 29 22:26:44 ;\ Jul 29 22:27:06 so i'll test it tomorrow Jul 29 22:27:09 too tired to review patches Jul 29 22:27:11 ;) Jul 30 00:32:52 * Sharwin_F has compiled succesfully ace-of.penguins for the FR using the toolchain :D Jul 30 00:33:05 now we can play solitaire in the FR!!! :D Jul 30 00:35:29 http://scap.linuxtogo.org/files/d7f27a4ecfc78d93176921e82b69c0c2.png Jul 30 01:27:33 sweet Jul 30 01:30:34 Blu3, it's in opkg.org now if you wanna try ;) Jul 30 01:30:48 http://www.opkg.org/package_257.html Jul 30 01:30:59 i would, but my fone is still being buzz fixed. i'll definitely add it when i get it back tho Jul 30 02:51:31 leafpad (text editor) compiled well also http://scap.linuxtogo.org/files/e83ef82d580bdaf8f3175f644e330b47.png **** ENDING LOGGING AT Thu Jul 30 02:59:57 2009