**** BEGIN LOGGING AT Mon Feb 28 02:59:57 2011 Feb 28 04:21:56 pupnik: I love mpg123 Feb 28 04:22:12 from what they have on their feature page Feb 28 04:23:10 >>GStreamer apps could also profit from getting libmpg123 mojo -- and there is a libmpg123 plugin for GStreamer, which apparently just needs some polish. See discussion at GNOME / Rhythmbox and launchpad bug for Rhythmbox<< for the MAFW fanboys Feb 28 04:32:39 I think ffmpeg is much faster than libmpg123 on arm Feb 28 04:45:40 >>The ffmpeg project could still profit from getting a libmpg123 wrapper: ffmpeg audio decoder performance comparison. Now a question is: Which fork of ffmpeg? I remember Michael saying that he won't oppose a wrapper when it's maintained, while Diego stronly argued for actually moving mpg123 code into ffmpeg and ditch any separate specialized library.<< Feb 28 04:46:28 http://mpg123.orgis.org/cgi-bin/news.cgi Feb 28 04:48:16 >> Feb 28 04:48:17 FFmpeg is quite an amazing program. There’s a certain smugness that comes with being involved with it. That can lead to a bit of complacency followed by shock when realizing that you’re not as good as you thought you were. Feb 28 04:48:19 That happened to me recently when I realized the official libtheora decoder is significantly more performant than FFmpeg’s Theora decoder. Feb 28 04:48:20 << Feb 28 04:51:39 >> Results: FFmpeg: 22.3s libmad: 24.2s mpg123: 9.5s<< Feb 28 04:52:04 mpg123 -q -s file.mp3 > /dev/null Feb 28 04:54:18 well, 14 months old Feb 28 04:57:54 that's most likely on x86 Feb 28 04:58:03 but yeah, >> As Mans discovered, sometimes FFmpeg’s deficiencies are actually gcc’s fault. However, that blog post was primarily concerned with PowerPC.<< somebody might want to test that for ARM. Nevertheless mpg123 *has* that nice feature list (EQ, gapless playback...) Feb 28 04:58:51 gapless is more of a player feature, not so much of a codec feature :) Feb 28 04:59:02 not really Feb 28 04:59:46 the decoder engine has to know how to switch mp3 encoded input in a gapless way Feb 28 05:00:10 engine != codec Feb 28 05:00:33 hm, yeah Feb 28 05:00:40 sorry, no coffee Feb 28 05:01:31 mpg123 is both anyway, and that's what I like it for Feb 28 05:03:07 When you put libmpg123 in another "engine" or player, there wont necessarily be gapless playback unless the engine+player supports it Feb 28 05:04:04 yeah, but when you put MAFW into any player GUI, there'll be *no* gapless playback no matter what you do Feb 28 05:04:47 not to mention the other points listed in http://mpg123.orgis.org/features.shtml Feb 28 05:08:46 * ShadowJK tested mplayer-maemo5 decode of a random mp3 file just now Feb 28 05:09:10 ffmpeg 25 seconds mp3lib (internal copy of libmpg123) 30 seconds Feb 28 05:09:32 quite decent for the aded functionality Feb 28 05:10:09 the easiest hack for gapless playback with most players+codecs: cat *.mp3 | player - Feb 28 05:10:12 ;p Feb 28 05:10:22 lol Feb 28 05:13:02 meh, my point stands: mafw is clumsy crap, monolithic apps doing eq and whatever else mangeling (dyn compr), and decoding all in one step are per definitionem more versatile and higher optimized than backend frameworks like MAFW Feb 28 05:13:36 sure Feb 28 05:13:56 mafw and gstreamer are best avoided :) Feb 28 05:15:40 don't forget about PA, should become an element of your list of things to avoid - esp XPROT which best is done in HW but also can be done withut 18% CPU punishment in mpg123 for example Feb 28 05:17:24 18% of the cpu is wasted for protection? Feb 28 05:18:27 btw I hope you repeated your tests of mplayer ffmpeg vs mp3lib a several times, to make sure you always got the same cache situation etc Feb 28 05:20:37 yeah Feb 28 05:20:59 disabled sounds output too Feb 28 05:21:42 I'd prefer to compare to mpg123 anyway Feb 28 05:23:11 but honestly I'm not that much interested in performance, way more in feature set and quality Feb 28 05:25:12 hm, new firefox/fennec Feb 28 05:25:16 yeah I know, mp3 and quality in same sentence is kinda paradox. But that's where that mindset to tolerate all kinds of quirks comes from, people don't care about HiFi and *music* any more, the want cheap *sound* Feb 28 05:25:21 * ShadowJK hopes proxy support is back Feb 28 05:26:02 libmad (and its mad123 player) are probably highest quality, iirc it decodes to 20 bits or something Feb 28 05:26:44 won't help when you postprocess that in XPROT and whatnot, not to mention EQ Feb 28 05:29:21 won't help when you postprocess that in XPROT and whatnot, not to mention EQ Feb 28 05:29:23 and a true gapless clickfree playback of Pink Floyd album where one song fades into next, that's still not an original feature of libmad Feb 28 05:30:41 * DocScrutinizer heads out to get some coffee somewhere Feb 28 05:31:11 it's not a codec feature Feb 28 05:31:56 but it's a mpg123 feature Feb 28 05:32:57 For gapless playback either the calling player or the codec itself must be able to truncate the last mp3 frame to correct length. The calling player must not flush,close,open sound output between songs Feb 28 05:33:20 mpg123 the player obviously can do this Feb 28 05:33:43 and mafw never even thought about it Feb 28 05:33:54 right Feb 28 05:34:26 probably not gstreamer either Feb 28 05:34:50 and we don't know if the nokia supplied mp3 decoder can truncate last frame Feb 28 05:53:07 Hello Feb 28 05:56:52 How to increase the size of the partition rootfs in a flashing ? Feb 28 05:57:24 ( I'm french, sorry for my bad english ) Feb 28 06:01:46 rootfs is using all the space available, you can't increase it (it's on 256MB NAND) Feb 28 06:03:49 /opt however is mounted from /home which lives on eMMC in a default 2GV partition that easily can grow, see http://wiki.maemo.org/User:Joerg_rw/tools Feb 28 06:04:31 2GB* Feb 28 06:07:13 I'm can to increase the size of partition 256 MB ? Feb 28 06:08:11 NAND is a separate flash chip of 256MB size Feb 28 06:08:56 think of it like your boot HDD in your PC. It can't grow Feb 28 06:09:02 Because in the end it was she who flange for installing all my programs. Feb 28 06:09:40 your programs should install to /opt, see Feb 28 06:09:45 ~optification Feb 28 06:09:46 [optification] a inventive duct tape workaround to reclaim space in fs root, done due to the fact the partitioning is FUBAR, or http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/Packaging,_Deploying_and_Distributing/Installing_under_opt_and_MyDocs, or ""OMG - I wish somebody had looked into FHS and moved /usr to eMMC"", or http://www.pathname.com/fhs/pub/fhs-2.3.html#PURPOSE2 bullet1,2 and fhs-2.3.html#PURPOSE16 sentence3 Feb 28 06:10:53 This is a limitation physic? Omg. Feb 28 06:12:27 It is possible to ignore this chip and copy the contents into the 30Gb disk? Feb 28 06:21:19 OK. Thank you very much. Feb 28 06:23:44 And it is possible to mount the phone via USB root? (And not chroot in the /home/user/MyDocs) Feb 28 06:25:13 Use in mass storage Feb 28 06:28:26 sorry, I was busy with buying and preparing coffee. Can you please rephrase your question Feb 28 06:32:21 (ignore chip) well, not really/completely. The bootloader (caled NOLO, the thing that displays "NOKIA" during boot) will try to mount the rootfilesystem from that 256MB NAND chip, and also will look for kernel there Feb 28 06:32:49 cat /proc/mtd Feb 28 06:33:35 also output of cmd `mount` and `df -h` Feb 28 06:34:42 ubi0:rootfs 228M 159M 66M 71% / Feb 28 06:34:57 /dev/mmcblk0p2 2,0G 575M 1,4G 31% /home Feb 28 06:36:18 you might notice / is only 228MB, the rest is for the other partitions living on that 256MB NAND, as shown by `cat /proc/mtd` Feb 28 06:38:38 anyway no tested app you can install from maemo-extras shall use more than a very few kB in rootfs. Optification (a process usually taken care of on buildhost) shall move all the huge space consuming stuff of any app to /opt Feb 28 06:40:04 can autobuilder be fixed to stop segfaulting on each and every arm binary? Feb 28 06:42:04 admittedly that's a nasty hack, that has been invented to keep seamless software update working, as maemo-PR1.0 didn't have any /opt and of course no decent partitioning that would allow to mount /usr and /var partitions from that 32GB into rootfs. So everything is moved to /home/opt and linked to with symlinks Feb 28 06:42:47 Thank you very much, I'm going forward with all your information. :) Feb 28 06:42:48 I go again here in half a day. Feb 28 06:43:17 you are welcome Feb 28 06:45:57 I think 1.0 had /opt, I think it was the summit 300 that came without /opt, and getting those devices migrated to bigger /home partition was when the emmc flashing arrived Feb 28 06:46:34 umm, not sure about that Feb 28 06:46:40 lcuk should know Feb 28 06:47:22 maybe it had /opt, but no default policy to optify apps Feb 28 06:47:42 we should ask mintux ;-D Feb 28 06:48:24 autobuilder didn't do it automatically, no. That was probably added later as a facepalm response to devs consuming / :P Feb 28 06:48:52 or the "my app is soooo important it has to be in /" that everyone had Feb 28 06:50:29 I wish they had the balls to do a clear cut with 1.1 and iron out the nonsense of having boot relevant stuf in /usr, then actually bindmount /usr and /var from eMMC Feb 28 06:51:06 I wish they'd adopted /usr/maemo or /usr/apps as a PREFIX for all extras apps :p Feb 28 06:51:12 on emmc Feb 28 06:52:09 ls ~user/.config - BLARGH!! Feb 28 06:52:43 and it's not even backed uo by backup utility :) Feb 28 06:52:52 MUHAHA Feb 28 06:53:05 failwhale Feb 28 06:53:46 * DocScrutinizer takes a huge gulp of his coffee Feb 28 06:57:03 sometimes you start to think somebody in Nokia favouring sybian has placed a few moles inside Qt, then forced Qt into maemo/meego as a part of a huge masterplan to make it fail and step back behind sybian Feb 28 06:59:52 honestly, where's the benefit of that nuking down maemo for Qt and then another time for QML, that outweighs the fact Nokia missed to come up with a competitive OS version on a new device, in 2010? Feb 28 07:02:23 and I'm afraid they aren't done yet with maemo, but rather will push a m6-harmattan-meegoHE based on Qt down maemo/N900 community's throat, to kill the whole "ecosystem" for good Feb 28 07:04:41 as in m6 you can bet your ass there'll be so many regressions and bugs in all the ported-to-Qt maemo-core stuff, it'll be mere unusable as a daily phone, and m5 will become obsolete the day m6 rolls out. Mission accomplished, maemo dead Feb 28 07:18:14 SpeedEvil: don't you think we've seen all this before? Feb 28 07:28:00 * DocScrutinizer idly dreams about a reality where there's been no meego-merger and Nokia assigned all manpower to improving/FOSSing maemo, came up with a nifty sleek m6 competitive to andridiot, on a selection of 2 or 3 alternative N9++ devices in 2010, while eventually adopting dalvik-emu to maemo... Feb 28 07:29:33 one single downside: this path wouldn't serve as a hindsight excuse for buying trolltech/Qt, and wouldn't serve as a catalyst for Qt in symbian (which is dead either way) Feb 28 07:29:52 and what's the point of having dalvik-emu again? Feb 28 07:30:13 for the "we want that fart app" fanboys Feb 28 07:30:17 ahh Feb 28 07:30:23 so basically another useless thingy Feb 28 07:30:27 yes Feb 28 07:30:41 as useless as nitdroid Feb 28 07:30:47 but better Feb 28 07:32:05 plus for Nokia it's a living "ecosystem" better than the winP7 crap they got now Feb 28 07:38:49 erm... weird problem: I have two N800s and only one of them is able to see my home network. Any idea about why that could happen? There seems to be no problem at other networks. Feb 28 07:40:10 chan 13, US vs EU WLAN channel regulation Feb 28 07:41:39 I think I'm using channel 6, but you might be on to something... I'll check it when I get home. Feb 28 07:41:43 thanks for the idea. Feb 28 07:53:07 http://wiki.maemo.org/Dialer Feb 28 07:53:16 Figured out some of the interesting stuff in librtcom-dialer-ui Feb 28 07:57:38 jonwil: WOW Feb 28 08:00:49 nice Feb 28 08:04:03 Next up I am going to identify function prototypes for all the functions in librtcom-dialer-ui called by rtcom-dialer-ui Feb 28 08:21:11 btw, the US vs EU channel 13 thing is what wl1251-cal is doing (and possibly why its closed source) Feb 28 08:21:56 yup Feb 28 08:22:44 also all access to CAL seems is covered by policy "always closed" Feb 28 08:24:47 whats us vs eu channel 13 thing? Feb 28 08:25:17 wireless lan rules in different parts of the world Feb 28 08:25:37 i c Feb 28 08:26:30 same thing as FM radio only going up to 108 in some parts of the world, or down to 87... Feb 28 08:26:56 while down to 72(?) in others Feb 28 08:27:14 don't remember the numbers, that's why I didn't give it a shot :D Feb 28 08:27:22 or FMTX maximum power Feb 28 08:27:37 how far does the n900's fm radio go to? Feb 28 08:27:45 see above Feb 28 08:28:08 holla Feb 28 08:28:37 * marainein wonders what secrets lie beyond the 108 mhz region Feb 28 08:28:51 FBI radio Feb 28 08:29:13 military and stuff Feb 28 08:29:16 batman Feb 28 08:29:45 DocScrutinizer: knows Feb 28 08:30:04 anyway why MohammadAG Feb 28 08:30:11 in the US, aviation navigation frequencies Feb 28 08:30:12 want to talk to me Feb 28 08:30:17 actually TV, taxi/other, Police 2m band... Feb 28 08:30:28 aviation as well, yes Feb 28 08:30:52 radio amateur Feb 28 08:31:03 well, aviation frequencies are about 10mhz higher Feb 28 08:31:20 and in between, hmm not much Feb 28 08:31:34 tv is a lot higher Feb 28 08:31:54 TV channel 6 is < 87.9Mhz in the US. Feb 28 08:32:00 but all these rules are fine, why close the source for them? Feb 28 08:32:52 in the software to control the frequencies Feb 28 08:32:56 crashanddie: hmmmm Feb 28 08:33:15 u know to much about US military for the french guy Feb 28 08:33:34 Turtle^^: close source of what Feb 28 08:34:50 ZogG, well, a/ I'm not french, b/ this is just general knowledge, has nothing to do with military Feb 28 08:37:37 jacekowski, it was being discussed up there some code that is closed source due to us vs eu rules Feb 28 08:37:50 that's not at all what I saw. Feb 28 08:38:16 http://cgi.ebay.de/Allband-Funk-Empfaenger-Flug-Feuerw-Polizei-Schiff-Taxi-/330515544919 Feb 28 08:38:18 [09:22:17] also all access to CAL seems is covered by policy "always closed" Feb 28 08:38:18 [09:24:20] whats us vs eu channel 13 thing? Feb 28 08:38:18 [09:24:50] wireless lan rules in different parts of the world Feb 28 08:40:11 well, wireless driver isn't closed Feb 28 08:40:48 the firmware is Feb 28 08:40:57 and iirc there was some code that detected where you are and based on that enabled disabled channels Feb 28 08:41:06 but i'm not sure where it got location info Feb 28 08:41:17 the country you gave it during setup Feb 28 08:42:07 Is it supposed to forgett the date every time I remove the battery? Feb 28 08:42:13 No Feb 28 08:42:20 only if your internal safety battery is dead Feb 28 08:42:24 (usually after a year or so) Feb 28 08:42:46 Bougth it as a display model... Feb 28 08:42:55 this may be a retarded question, but can i install packages from the fremantle sdk (the ones used by scratchbox) onto my n900? Feb 28 08:43:24 DocScrutinizer: It does look ratehr familiar, yes. Feb 28 08:43:44 lolcat: the internal battery seems to hold date and time only for a minute or so Feb 28 08:44:52 marainein: O_o Feb 28 08:46:09 i want libc6-dev, because ruby-dev depends upon it, but libc6-dev it isn't in the extras repository Feb 28 08:46:41 marainein, sure, but try to ensure you only install a specific package Feb 28 08:46:58 marainein, don't go around doing a "apt-get update / apt-get upgrade" or something silly like that Feb 28 08:47:15 download && dpkg -i ? Feb 28 08:47:27 anyway what object of qt creator should be used for text changed by app, for example the name of song of widget? label? Feb 28 08:47:55 marainein, no, I meant "don't go upgrading all the packages in your N900 using those provided in the SDK repo" Feb 28 08:48:17 marainein, if you can just wget/dpkg, go for it, if there are dependencies, try to be cautious... Feb 28 08:48:24 FYI (*all* frequencies :-D) http://mitglied.multimania.de/bauersebi/BOS-Funk/Funkdienste/Bandplan2GHz.htm Feb 28 08:48:34 crashanddie, ok, i'll see what happens Feb 28 08:48:49 DocScrutinizer, http://xkcd.com/273/ Feb 28 08:48:57 khertan: mon ami Feb 28 08:50:15 chem|st: It was out only for 20-30 seconds while I replaced the sim. Feb 28 09:12:47 crashanddie: nice Feb 28 09:16:08 aviation++ http://mitglied.multimania.de/bauersebi/BOS-Funk/Funkdienste/Flugfunk.htm Feb 28 09:16:31 (MIR probably isn't exactly aviation) Feb 28 09:16:40 This dialer work is hard Feb 28 09:16:57 I dont think I will ever be able to figure out enough information to let one build a dialer replacement Feb 28 09:18:57 jonwil: I would not hestitate to bet on you. That work on the recent wikipage is awesome Feb 28 09:20:14 jonwil: we got working FOSS dialer implementations (though not on maemo yet) to compare what's needed. This will facilitate to figure what those calls are for Feb 28 09:22:10 it's skype and SIP integration that complicates things quite a bit Feb 28 09:22:37 If all you want to do is to make a GSM phonecall thats possible Feb 28 09:23:12 SIP? Feb 28 09:23:25 yeah, even from commandline ;-D echo ATD55512345 | pnatd Feb 28 09:23:25 Does skype use a lot of bandwith? Feb 28 09:23:28 sip is a VoIP protocol Feb 28 09:23:32 ahh Feb 28 09:25:25 Thanks to my work, we now know how to send DTMF tones Feb 28 09:25:57 IMO the dialer is probably the most complex piece of software on the N900 Feb 28 09:26:57 http://wiki.maemo.org/Phone_control <-- has a lot of dbus stuff Feb 28 09:27:02 my attempt to get ruby-dev installed by installing libc6-dev eventually did work. i can now use gem to install ruby gems Feb 28 09:27:04 yep I saw that Feb 28 09:27:11 quite possibly it actually is, yes Feb 28 09:28:50 while it looks so simple, on fist glance. Really not too bad an implementation, if only a few quirks weren't there, or - even better - it'd be FOSS Feb 28 09:29:52 http://wiki.maemo.org/User:Jebba/Ofono <-- this of course is a tad dated... Feb 28 09:30:00 or at very least had a comprehensive set of hooks and a decent API doc Feb 28 09:30:53 s/hooks/hooks & plugin interface/. Feb 28 09:32:34 http://www.theregister.co.uk/2011/02/28/german_data_regulators_want_to_tighten_ip_laws/ <-- interesting Feb 28 09:33:06 even barisione which I consider one of the most knowledgeable and talented developers on maemo, had to do nasty hacks to *somehow* implement per-contact-ringtones Feb 28 09:38:48 Is the N900 capable of FM tramsmitting to the 800mhz range? Feb 28 09:40:54 no Feb 28 09:41:06 The FM tranmitter is hardware limited Feb 28 09:41:38 SpeedEvil: eh? Feb 28 09:46:43 ruskie: yeah, our data privacy and security authorities aren't that bad. Alas they are rather teethless Feb 28 09:46:59 DocScrutinizer: eh? ? Feb 28 09:47:10 [2011-02-28 10:40:38] The FM tranmitter is hardware limited Feb 28 09:47:28 Err Feb 28 09:47:29 relates to? Feb 28 09:47:34 * SpeedEvil misread (09:38:21 AM) lolcat: Is the N900 capable of FM tramsmitting to the 800mhz range? Feb 28 09:47:42 The antenna probably wouldn't have enough gain to to xmit to the 800Mhz range Feb 28 09:47:58 So yeah, I'm with SpeedEvil on this one, hardware limited. Feb 28 09:48:16 aah, that's why I missed it :-D Feb 28 09:48:56 ignorelists are nice but sometimes equally annoying to the cause they're supposed to cure Feb 28 09:48:57 Oh - no, I diddn'tr misread it Feb 28 09:49:08 crashanddie: It may actually have more gain Feb 28 09:49:18 hmm? Feb 28 09:49:23 But the chip won't do it. Feb 28 09:49:40 FMTX chip can't go 800 Feb 28 09:49:59 crashanddie: The tx antenna is horribly limited due to the length being a tiny fraction of the wavelength. Feb 28 09:50:18 btw who wants 800MHz, wtf is there that could use FM? Feb 28 09:51:04 maybe stereo FM with RDS X-P Feb 28 09:51:54 DocScrutinizer: I have a remote headset that does ~853 I think Feb 28 10:00:22 * DocScrutinizer ponders idly about friggin TV remotes still use that clumsy IR so you need to point to the TV set, while smartphones never adopted 433/866 and went straight to BT. The huge class of X10 alike remote controls is a complete commercial fail, and I wonder why Feb 28 10:00:57 It's a patchwork. Feb 28 10:01:08 You can't - generally - take any device and make it work with any other. Feb 28 10:01:26 you can't do that with CIR either Feb 28 10:01:44 I'd just go for a ceiling mounted IR-blaster that is then IP connected :) Feb 28 10:01:50 ruskie: hey Feb 28 10:01:51 legacy integration Feb 28 10:02:02 dm8tbr: ack, still a botch Feb 28 10:02:36 ruskie: i have a request for you Feb 28 10:02:37 ZogG_w, looking for me? Feb 28 10:02:49 things are increasingly IP connected, so that's the way to go IMHO Feb 28 10:02:53 of course there are custom RCs on 433 that have a RX station to convert to CIR Feb 28 10:02:55 upnp and all Feb 28 10:03:02 haha Feb 28 10:03:06 upnp is still a joke sadly Feb 28 10:03:10 I know Feb 28 10:03:20 ruskie: can you please upload xmms2 and all relevant stuff from your repo to extras? Feb 28 10:03:23 just tossing some buzz-words :) Feb 28 10:03:23 I'm kinda bored by all the electric-enabled stuff Feb 28 10:03:35 and IP aware RCs are rare, damn rare :-P Feb 28 10:03:39 I've been trying to buy a proper salt and pepper mill, but you can only get electric ones Feb 28 10:03:54 ZogG_w, not likely to happen since I don't really like extras as such Feb 28 10:03:55 DocScrutinizer: I think that's called a tablet :) Feb 28 10:03:57 crashanddie: lol Feb 28 10:04:08 who the fuck wants an electric pepper mill? Feb 28 10:04:22 Are people really so fucking lazy they won't turn a knob anymore? Feb 28 10:04:33 crashanddie, people without a pestle and mortar ;) Feb 28 10:04:49 dm8tbr: I do not want a frigging tablet, which urges me to look at a screen full of softkeys, to control chan/vol of my TV and home stereo Feb 28 10:04:52 crashanddie: Mine is not electric Feb 28 10:04:57 crashanddie: is that retorhorical? Feb 28 10:05:10 alterego, heh Feb 28 10:05:19 lolcat, congrats Feb 28 10:05:26 DocScrutinizer: then you are not the target demography, stick to your legacy IR remote ;-p Feb 28 10:05:42 wow, that was bad spelling, forgive me I've just woken up ;) Feb 28 10:05:42 DocScrutinizer, I bought an iPod touch Feb 28 10:06:04 DocScrutinizer, and an airport express, so that any computer in the house can stream music to the sound system Feb 28 10:06:17 NO!! I want a proper 'legacy" RC with decent rubberbuttons, that doesn't need pointing to TV Feb 28 10:06:18 and the iPod touch to control the macbook / iTunes Feb 28 10:06:52 I'm getting this thing: http://www.teufelaudio.com/audio-streaming/1raumfeld-c.html Feb 28 10:07:06 crashanddie: Some have physical difficulties with ordinary pepper mills. Feb 28 10:07:18 SpeedEvil, oh come on Feb 28 10:07:24 crashanddie: Also - profit margin on electric ones is better. Also - ebay. Feb 28 10:07:42 hell, even my car and flat doorlock works with a dongle keypress that doesn't require any pointing. 866MHz Feb 28 10:07:48 http://cgi.ebay.co.uk/BOX-12-NEW-SEALED-WOODEN-PEPPER-MILLS-/120688209042?pt=UK_Kitchen_Accessories&hash=item1c1993ec92 Feb 28 10:08:49 crashanddie, http://www.silit.com/diavolo-stainless-steel_1097/spice-mill-diavolo-st-steel-unfilled_3882.html Feb 28 10:08:51 ruskie: why don't you? it's just as i said i work on some client/widget for xmms2 and it would be not nice to release it without xmms2 itself Feb 28 10:09:12 ruskie, I don't see a price Feb 28 10:09:21 ZogG_w, because I don't like optification and is the main reason I never submited anything to it... Feb 28 10:09:32 crashanddie: you don't want to see that ;-D Feb 28 10:09:54 crashanddie, http://www.silit.de/gewuerzmuehle-salz-u-pfeffermuehle/muehlen-befuellt_1349.html Feb 28 10:10:08 ruskie: but u do have optified stuff Feb 28 10:10:11 http://cgi.ebay.co.uk/Cole-Mason-King-Pepper-mill-grinder-wooden-baseball-bat-/180629820000?pt=UK_Kitchen_Accessories&hash=item2a0e605260 Feb 28 10:10:15 duh, thought you meant the teufelaudio Feb 28 10:10:25 ZogG_w, only due to the borkedness of the solution sadly :( Feb 28 10:10:40 ruskie: as well as you understand why we do optify, but u can upload not opt Feb 28 10:10:58 lol SpeedEvil Feb 28 10:11:25 ruskie: anyway if u will bored this week i would love you more if you up already optified package of xmms2 Feb 28 10:11:47 SpeedEvil, I kinda like this one: http://www.amazon.fr/dp/B002EL4T4Q/ref=asc_df_B002EL4T4Q2161501?smid=A1X6FK5RDHNB96&tag=kelkoo_delta_kitchen-21&linkCode=asn&creative=22782&creativeASIN=B002EL4T4Q Feb 28 10:11:58 hmm I should start looking into getting the latest xmms2 setup... that I might be willing to submit to extras Feb 28 10:13:43 ruskie: hmm i just looked thru your repo, you are mad man, you have so many tasty things and they are optified but u do not want to share =( Feb 28 10:13:44 DocScrutinizer, something wrong with the teufelaudio stuff? Feb 28 10:13:44 I mean, seriously, electric salt and pepper grinders, WITH A FUCKING CHARGING BASE STATION http://www.amazon.fr/Domo-Do-313Pzdomo-Moulins-%C3%89lectriques-Rechargeables/dp/B002BA58S6/ref=sr_1_4?s=kitchen&ie=UTF8&qid=1298887958&sr=1-4 Feb 28 10:13:58 ruskie: friggin expensive? Feb 28 10:14:00 ZogG_w, I share.. people are free to add my repos Feb 28 10:14:04 DocScrutinizer, actually cheap Feb 28 10:14:08 ruskie, expensivvvvvvvve Feb 28 10:14:09 DocScrutinizer, see linn.co.uk ;) Feb 28 10:14:21 ruskie, and quality not as good as you could expect from a self-branded designer Feb 28 10:14:22 B&O Feb 28 10:14:28 DocScrutinizer++ Feb 28 10:14:28 ruskie: but if everyone would make separete repo for everything it would be madness and not sparta Feb 28 10:14:39 except that B&O is basically Philips hardware with a very nice design Feb 28 10:14:55 ZogG_w, I don't believe in a centralised distro setup Feb 28 10:15:18 ruskie, we spent *months* trying to get all the bloody repos out of the wild Feb 28 10:15:21 And we managed Feb 28 10:15:22 crashanddie, I doubt it... since technically linn and all the other highend ones are the same ;) Feb 28 10:15:49 Trust me, we've all gotten quite experienced at the mind games required to get people to remove their repos :P Feb 28 10:16:07 the only one we've tolerated was... khertan Feb 28 10:16:15 Mind, it'd be nice if we had a couple mirrors of the current one... I remember what happened when it went down :\ Feb 28 10:16:34 ruskie: that's why we have extra, extra-dev ,extra-testing and other repos and community, you can talk to MohammadAG and maybe submit some stuff to community or something, as i saw some fixed or newer things u have Feb 28 10:16:59 cssu doesn't want stuff outside of core Feb 28 10:17:12 unless it requires changes to core Feb 28 10:17:23 and I can respect that Feb 28 10:17:29 crashanddie: khertan does have his repo too? Feb 28 10:17:36 yeah Feb 28 10:17:50 as for mind games feel free to try... Feb 28 10:18:04 ruskie: but u have patched modest wich is in cssu and curl and other system usefull things Feb 28 10:18:16 I don't give a crap... I made the packages I did for myself and merley offered them to people that might be interested... Feb 28 10:18:26 crashanddie: but he uses extras as well Feb 28 10:18:38 yes Feb 28 10:18:59 so let him use his repo as all i need in extras anyway Feb 28 10:19:29 ruskie: but u do like to have good and tasty apps and new stuff right? Feb 28 10:19:41 also I don't plan on maintaining anything I submit to extras Feb 28 10:19:55 think if MohammadAG and cssu team would make update but wouldn't make it public Feb 28 10:20:16 ruskie: u don't have, it's better old app than no app at all =) Feb 28 10:20:29 actually iirc extras stuff needs to be maintained... Feb 28 10:20:38 by maintained I mean I wouldn't even bother with bugfixing Feb 28 10:20:40 ruskie: so if u once in 3 months update it u can just up it that's all Feb 28 10:20:54 I haven't actually updated the xmms2 packages since I created them Feb 28 10:21:23 anyway off to get some food Feb 28 10:21:29 ruskie: u see i found you something more interesting than chating here, xmms2 update and upload it to extras Feb 28 10:21:41 ruskie: no wokr is done — no food Feb 28 10:21:55 ruskie, I've got a relatively inexpensive setup, maybe 500 quid for the lot? Tannoy R3 Revolution, Cambridge Audio pre-amp and power-amp, a NAD C545 for CDs, and then streaming for everything that's on the computer... Works brilliantly Feb 28 10:22:15 sudo update xmms2 && sudo upload --extras Feb 28 10:26:33 ZogG_w: Is zmms2 bether than fmms? Feb 28 10:27:27 xmms2* Feb 28 10:29:08 lolcat: what? xmms2 is not for mms Feb 28 10:29:23 Ahh Feb 28 10:29:28 Then I guess it isn't... Feb 28 10:29:53 meh Feb 28 10:30:03 gonna add ruskie repo Feb 28 10:32:47 ruskie has her own repo? Feb 28 10:34:05 hmm, didn't like Tannoy back in 1985. Dunno what they sound like nowadays Feb 28 10:38:49 DocScrutinizer, Well, I got them for a bargain, so I can't complain Feb 28 10:39:34 DocScrutinizer, they're a bit bass heavy if you don't tune your amp, and dual-wired (so you do need a power amp and cables that can handle them) Feb 28 10:39:59 crashanddie, I just need something to plug into the existing hi-fi... and it needs to be self hosting... i.e. no external pcs or something to stream to... so this raumfeld is good... I could go for a philips np2500 for ~140 eur to do more or less the same things(one of the things is usb ... Feb 28 10:40:04 Also, I filled mine with sand, so they anchor properly into the ground, however I'm lucky to be on ground floor Feb 28 10:40:04 ... connection with native flac support)... Feb 28 10:40:11 but that raumfeld is imho nicer than a philips thing Feb 28 10:40:20 lolcat, has his own repo... yes Feb 28 10:40:26 is hostmode-easy-now the way to get usb otg for n900? Feb 28 10:40:40 lolcat, wiki.maemo.org/User:Ruskie Feb 28 10:40:49 ruskie: I thougth ruskie was a girlsname, sorry Feb 28 10:41:07 visz: no. Feb 28 10:41:09 lolcat, a girl in #maemo? Feb 28 10:41:16 visz: The n900 cannot do OTG Feb 28 10:41:25 ruskie, oh definitely, go for it if you like it, just be aware that you might get stuck in vendor lock-in... Feb 28 10:41:28 lolcat, actually it means russian in a few languages... and no I'm not... Feb 28 10:41:30 crashanddie: well, what you call bass heavy is what I call missing transparency and locatability of treble Feb 28 10:41:30 mm really? Feb 28 10:41:46 i thought that was resolved ages ago Feb 28 10:41:48 crashanddie, it actually supports upnp so no real locking Feb 28 10:41:59 UPnP doesn't take care of codecs ;) Feb 28 10:42:03 crashanddie, and they are actually working on brining full upnp to all their streaming devices Feb 28 10:42:09 visz: It is incapable of doing OTG in hardware. Tehre are missing components. This is completely seperate to USB hostmode. Feb 28 10:42:09 ruskie: A girl I knew had a dog that I assumed was female that was named ruskie... She liked to go to russia and looked a bit russian... Feb 28 10:42:10 crashanddie, it supports flac and ogg ;) Feb 28 10:42:12 or is usb otg and usb host mode different? Feb 28 10:42:15 ah Feb 28 10:42:54 crashanddie, it's enough for my needs... 99% of my music is either flac or ogg... the few mp3s I have I don't actually worry about being able to play since they tend to play on everything Feb 28 10:43:05 aye Feb 28 10:43:13 most of my music is also ripped from cds I actually own... Feb 28 10:43:27 most of my music is streamed from Spotify :) Feb 28 10:43:39 ahh vendor lockin ;) Feb 28 10:43:42 crashanddie: But how do you do offline mode? Feb 28 10:43:53 lolcat, eh? Feb 28 10:44:01 SpeedEvil: please repeat your metaphor about how hostmode relates to OTG :-D Feb 28 10:44:13 ruskie, good point :D Feb 28 10:44:15 crashanddie: On the N900. If you need internet somewhere else Feb 28 10:44:29 dude, the n900 is shit, I'm just in this channel for the people and conversations Feb 28 10:44:33 I don't use the N900 anymore Feb 28 10:44:46 hehe Feb 28 10:45:09 * lolcat N900es crashanddie (like stoning, except you throw N900'eds) Feb 28 10:45:34 well, with all the bricked devices out there, that might not be inappropriate... Feb 28 10:46:06 visz: OTG is mostly a marketing term, you usually want hostmode, not OTG Feb 28 10:46:18 crashanddie, really bricked where??? Feb 28 10:46:23 right on Feb 28 10:46:42 got some new phones to the office today Feb 28 10:46:57 e7 ships with usb-host mode cable so i'm testing it out Feb 28 10:47:41 "Newsflash, Nokia CEO Stephen Elop has been found drowned in one of Finland's main rivers, in what appears to be a terror act from disgruntled customers. He had been tied with USB cables and put in a bag, weighted down by what can only be described by hundreds of Nokia phones (N900, N810, N800 and N770)." Feb 28 10:47:51 ("N770" written with an N on purpose) Feb 28 10:47:54 visz: if that cable actually fits to N900, then you can use it with h-e-n Feb 28 10:48:21 if i get hen up and running that is Feb 28 10:49:23 visz: h-e-n usually "just works" Feb 28 10:49:34 crashanddie, that would require people to actually hate those devices... ;) Feb 28 10:49:35 the page seems rather cryptic though Feb 28 10:49:45 install powerkernel, install h-e-n, done Feb 28 10:49:47 crashanddie, frankly I don't think many people do hate them... Feb 28 10:49:49 oh Feb 28 10:50:13 ruskie, frankly, it would be an honour to sacrifice my N900 to kill Elop. Feb 28 10:50:23 crashanddie: More likley we kill Elop and keep our devices Feb 28 10:50:57 * DocScrutinizer suggests simple well targeted throwing Feb 28 10:51:01 I'm waiting for the iPad 2 :) Feb 28 10:51:08 * crashanddie hides Feb 28 10:51:31 crashanddie: you can hide but you can't escape from the reality distortion field Feb 28 10:52:02 the iPad2 probably has no superior properties when used as a rock to throw at elop's head :-) Feb 28 10:52:07 * ruskie has so far resisted any urges on getting an apple device Feb 28 10:52:20 but then... I don't have any urges Feb 28 10:52:34 The only apple device I could use would be a laptop Feb 28 10:52:37 my tablet of choice is still an always innovating touchbook... Feb 28 10:52:37 Without iOS Feb 28 10:52:46 which I still don't actually have :( Feb 28 10:52:54 lolcat: i have a macbook pro 17" Feb 28 10:52:56 it's awesome Feb 28 10:52:57 :3 Feb 28 10:52:59 I still don't need a tablet Feb 28 10:53:21 oh i see, the packet is in the repository =) Feb 28 10:53:22 hostmode-gui Feb 28 10:53:43 kerio: Dell Latitude D630, best laptop ever. Easy to take apart, never overheats. And everything except the hdd can take some beating Feb 28 10:53:44 DocScrutinizer, well the touchbook is a netbook+tablet in one ;) Feb 28 10:53:46 wouldn't mind to use a MBP or a nice Pana toughbook Feb 28 10:53:47 what is the fastest way to compile program for maemo =) Feb 28 10:53:48 detachable Feb 28 10:53:53 and arm based Feb 28 10:53:59 scrathbox? Feb 28 10:53:59 lolcat: We'll kill Elop and then we'll ELOPE.... Feb 28 10:54:00 with usb ports internally to hook up things Feb 28 10:54:03 lolcat: it fell like a meter and a half Feb 28 10:54:06 mind, pun was highly intentional Feb 28 10:54:10 visz: indeed it is Feb 28 10:54:11 it has a dent in the chassis - everything else works great Feb 28 10:54:38 tybollt: hehe Feb 28 10:54:53 shrug Feb 28 10:54:58 elopers, elopers, elopers Feb 28 10:55:01 kerio: I broke 4 harddrives in this laptop Feb 28 10:55:39 Now I've given up! I use a 16gb usb stick Feb 28 10:55:40 wonder what's going to happen to the whole tech-geek-OMGITSSOSHINYPINKPONIES!111-hemisphere when old man Jobs drops off because of cancer Feb 28 10:55:46 lolcat: ...and that's a good laptop according to you? :| Feb 28 10:55:56 The laptop is too much metal :) needs more deformable material to absorb impact energy instead of transfering it to harddrive :P Feb 28 10:56:09 ShadowJK: no, he's talking about a dell latitude Feb 28 10:56:13 i assume it's made of mostly plastic Feb 28 10:56:25 sjk: We'll just embed $new_laptop into a bunch of Wellingotn's then? Feb 28 10:56:43 kerio: The harddrives sucks, but those have been diffrent brands. If I get an SSD that'll fix it Feb 28 10:56:49 ShadowJK: panasonic toughbook Feb 28 10:56:53 I wonder how Jobs will go down in history Feb 28 10:57:08 crashanddie: very reasonable question... I do as well. Feb 28 10:57:09 I mean, most people still believe Bill Gates still runs Microsoft Feb 28 10:57:29 lolcat: my laptop has a motion sensor that parks the hd in case of sudden motion Feb 28 10:57:30 But once Jobs is gone, what then? Feb 28 10:57:41 crashanddie, well he does... Feb 28 10:57:48 Are there any company CEOs that got basically as popular as presidential candidates? Feb 28 10:57:49 crashie: W/ jobs it's not so much that he runs APPLE as it is he "runs" the masses, the hords, the legions that is the mac-fanbois Feb 28 10:58:10 I guess Henry Ford could be considered one Feb 28 10:58:42 tybollt: I see the transformation that happens when people get their first iThingy, and notice the willingess too forgive everything, because it's "soooo shiny"...that I'm not sure wheter or not Jobs have discovered mind control rays ;) Feb 28 10:59:02 hehe... Feb 28 10:59:02 But seriously, other than Ford, is there any name that pops in your mind when you think of "Famous CEOs"? Feb 28 10:59:14 crashanddie, Gates? Feb 28 10:59:20 crashanddie: elop! Feb 28 10:59:28 Ratner. Feb 28 10:59:35 Ratner? Whoshe? Feb 28 10:59:37 it takes balls to destroy a multinational corporation with billions Feb 28 10:59:40 Yeah, Gates .. Feb 28 10:59:56 http://en.wikipedia.org/wiki/Gerald_Ratner#The_speech Feb 28 10:59:58 :) Feb 28 11:00:00 Ok, so we have... 3 in total? Feb 28 11:00:18 Richard Branston Feb 28 11:00:20 McBride Feb 28 11:00:25 branson? Feb 28 11:00:30 ow yeah... branson... Feb 28 11:00:30 SpeedEvil: you mean branson? :P Feb 28 11:00:31 that lunatic Feb 28 11:00:31 SpeedEvil: epic Feb 28 11:00:33 tybollt: Virgin Feb 28 11:00:39 SE: I know Feb 28 11:00:42 still a lunatic :) Feb 28 11:00:44 that russian guy CEO of oil company that's doing time, golodkovski or sth Feb 28 11:00:50 tybollt, but a successful one ;) Feb 28 11:00:59 DocScrutinizer: chodorovskij Feb 28 11:01:18 and of course shuttleunworth Feb 28 11:01:19 I'm sorry - I have a lot of respect for branson. (nsfw) http://current.com/news/89987117_richard-branson-and-a-naked-denni-parkinson-nsfw-photos.htm Feb 28 11:01:26 I'd say Ellison if any... Branson is ... Iono doubt all that many know the poor sod Feb 28 11:01:33 Darl McBride Feb 28 11:01:36 rofl Feb 28 11:02:18 Alan Sugar? Feb 28 11:02:29 tybollt, well the question was famous ceos... frankly... ellison doesn't pop in... Feb 28 11:02:42 John Chambers Feb 28 11:02:49 Sugar isn't really very famous anymore apart from the TV appearances. Feb 28 11:02:55 I'm reading my hit list btw :P Feb 28 11:02:56 penthouse, playboy CEOs - sorry I'm really bad with names Feb 28 11:04:09 efner? Feb 28 11:04:11 hugh heffner or sth like that Feb 28 11:04:20 yeah, hefner Feb 28 11:04:34 Steve Balmer Feb 28 11:04:45 DEVELOPERS DEVELOPERS DEVELOPERS DEVELOPERS Feb 28 11:04:52 Howard Hughes Feb 28 11:04:59 and then that absolutely nuts guy who worked with CIA and recovered the russian submarine Feb 28 11:05:01 well that's the microsoft motto... developers developers developers... Feb 28 11:05:12 No Feb 28 11:05:28 That's Reiser's wet dream in prison. Feb 28 11:05:33 Eww Feb 28 11:05:35 ELOPERS ELOPERS ELOPERS ELOPERS ELOPERS Feb 28 11:05:50 yes... m$ wants the whole world to develop on their systems... Feb 28 11:05:56 they don't care about users... just devs... Feb 28 11:06:00 users will follow devs Feb 28 11:06:08 HAHA Feb 28 11:06:11 dude Feb 28 11:06:12 it's an interesting strategy Feb 28 11:06:13 really? Feb 28 11:06:17 Gates, Jobs, Branson, Ford are probably the mainstream ones. Ellison, McBride, Schwartz/McNealy, Schmidt might be more available in tech circles. Feb 28 11:06:22 "Users will follow devs?" Feb 28 11:06:28 Quite frankly, it's the other way around Feb 28 11:06:32 Elon Musk. Feb 28 11:06:35 (Space-X) Feb 28 11:06:38 crashanddie: It's a virtuous circle. Feb 28 11:06:47 (thoughI suppose most will know him of paypal) Feb 28 11:06:54 crashanddie: Devs follow users, but users follow devs. Feb 28 11:06:55 Also - the facebook guy. Feb 28 11:06:55 Devs are more likely to go where there is money to be made Feb 28 11:07:20 steve elop-ers steve elop-ers steve elop-ers steve elop-ers Feb 28 11:07:25 if there is no devs for a platform but there are users it doesn't mean there will be devs automatically Feb 28 11:07:36 Heh Feb 28 11:07:46 And users are more likely to go to where the fun/price ratio gives them an apparent good value for money Feb 28 11:08:05 Isn't it impressive, it took Steve Jobs and Bill Gates years of hard work to piss off users, Elop did it overnight :P Feb 28 11:08:12 haha Feb 28 11:08:15 meh Feb 28 11:08:23 hehe Feb 28 11:08:36 aaanyway Feb 28 11:08:38 enough chit-chat Feb 28 11:08:39 the e7 opr x3-02 micro-usb connector is somehow different than n900's Feb 28 11:08:42 Oh I guess Darl McBride did that too :) Feb 28 11:08:46 I've got an RPM autobuilder to set up Feb 28 11:09:11 'ello o/ Feb 28 11:09:54 howard hughes, damn that took some time to dig out that CEO - and still I wonder if he's actually been CEO and of which company :-P Feb 28 11:10:38 didn't he construct the spruce goose :P Feb 28 11:10:58 yeah I think so Feb 28 11:11:20 for sure he built the glomar explorer Feb 28 11:13:24 what's the amiga emulator called again? uae something? Feb 28 11:13:51 s/something// Feb 28 11:14:04 uae4all or uae ? Feb 28 11:14:24 uae4all sounds like smoku Feb 28 11:14:30 start typing uae in app manager Feb 28 11:15:10 i did. found uae and uae4all as I stated Feb 28 11:15:39 uae4all it is. Feb 28 11:16:27 i compiled standard uae ages ago but dungeonmaster was so slow it was unplayable. Feb 28 11:18:38 never heard of uae4all Feb 28 11:18:58 it's maemo specific Feb 28 11:19:33 DocScrutinizer, http://talk.maemo.org/showthread.php?t=50040 Feb 28 11:45:44 Mece: I'm astonished nobody seems has tried to use uae4all with h-e-n, for mouse/joystick support Feb 28 11:46:40 oh Feb 28 11:46:42 ohfeck Feb 28 11:46:52 uae changed my keyboard layout. Feb 28 11:47:07 how do i change it back? Feb 28 11:47:19 LOL Feb 28 11:48:08 i don't think i've ever changed it before hehe Feb 28 11:48:49 the commonly used way is via settings - imput Feb 28 11:49:41 but I doubt use changed that setting to mess around with keymap Feb 28 11:49:54 DocScrutinizer, hehe found it, thanks Feb 28 11:49:55 s/ use / uae /. Feb 28 11:49:57 DocScrutinizer: got the eq'd version compiled? Feb 28 11:50:00 mpg23 Feb 28 11:50:08 nah, not even tried Feb 28 11:50:26 http://mpg123.orgis.org/api/group__mpg123__voleq.shtml#gf6ae0d8c593d295c36e7d20e9f892840 Feb 28 11:50:52 the bands are varying freq, in mp3 but fixed freq in mp2 Feb 28 11:51:31 duh, what? Feb 28 11:54:20 http://en.wikipedia.org/wiki/MPEG-1_Audio_Layer_II hmm leme find Feb 28 11:55:04 I already started wondering what freq the bands 0..31 are assigned to Feb 28 11:55:13 MP2 is a sub-band audio encoder, which means that compression takes place in the time domain with a low-delay filter bank producing 32 frequency domain components. Feb 28 11:55:22 but i think it's a coincidence Feb 28 11:55:33 not sure Feb 28 12:03:17 http://www.youtube.com/watch?v=H5CF5pfVzLI "War Made Easy" Trailer ... Feb 28 12:23:13 http://www.reghardware.com/2011/02/28/review_nokia_dc_14/ Feb 28 12:30:09 * SpeedEvil listens to lots of mp2 content. Feb 28 13:19:41 alterego: ping Feb 28 13:20:13 Hi ! Feb 28 13:20:53 About the cssu did there is a git repository for submitting merge for Qt 4.7 ? Feb 28 13:21:00 i va a bug to fix in it :) Feb 28 13:21:07 http://bugreports.qt.nokia.com/browse/QTBUG-15140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=132069#action_132069 Feb 28 13:21:26 Khertan1: ping MohammadAG or Jaffa about CSSU matters on #maemo-ssu Feb 28 13:21:33 ah thx Feb 28 13:22:23 Have someone tried Flash 10 .so binary on N900? Feb 28 13:22:42 The leaked flash 10 reportedly has no accelleration Feb 28 13:22:48 So performance is going to be poor at best. Feb 28 13:23:02 Youtube broken for me with it. Other flash apps seems to work nice with less CPU usage. Feb 28 13:23:16 Have you written a patch for Maemo? Raise a bug and let's get it in the CSSU. Feb 28 13:23:24 hum ... strange idea ... Feb 28 13:23:33 Yeah, youtube player eats CPU as before, but I can't click anything on it's area. Feb 28 13:23:51 No fullscreen, rewind, etc. It simply reopens current page. Feb 28 13:23:57 Can anyone confirm? Feb 28 13:24:22 Here is the link on 10.1 binary. http://dl.dropbox.com/u/4815558/libflashplayer.so Feb 28 13:24:32 Version is 10.1.105.6 Feb 28 13:33:40 Khertan1: Why's that a strange idea? Or are you referring to the wording? Feb 28 13:34:27 Jaffa: because it s upstream part :) Feb 28 13:34:49 Khertan1: Well "Maemo" means the "Maemo stack". Feel free to edit (it's a wiki!) to clarify the wording. Feb 28 13:35:10 Khertan1: It would seem unlikely for the CSSU to include fixes for bugs which weren't evident on Maemo ;-) Feb 28 13:35:27 Jaffa: indeed Feb 28 13:38:18 I think achipa should be brought in with this Feb 28 13:42:52 Back to trying to reverse engineer the dialer Feb 28 13:46:11 * jonwil wishes there was a way he could pull packages Feb 28 13:46:22 * jonwil wishes there was a way he could pull packages (including changelogs) for things not in the SDK repos Feb 28 14:10:52 Venemo: wuzzat ? Feb 28 14:14:30 achipa: see scrollback, Khertan1 has a bugfix for Qt Feb 28 14:15:10 achipa: we discussed whether or not it can be somehow included in CSSU Feb 28 14:17:03 ah Feb 28 14:17:05 i m here Feb 28 14:18:08 * Khertan1 is still downloading the qt-x11-maemo git repository ... Feb 28 14:18:44 achipa: we were also talking about whether the fix could be directly included in upstream Qt Feb 28 14:19:06 achipa: the bug report is here : but the fix still not included upstream Feb 28 14:19:08 http://bugreports.qt.nokia.com/browse/QTBUG-15140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=132069#action_132069 Feb 28 14:19:21 trying to open (proxy hell) Feb 28 14:19:28 :) Feb 28 14:19:36 but you aren't working for nokia ? :) Feb 28 14:21:11 exactly - that only makes it more difficult :P Feb 28 14:21:19 héhé Feb 28 14:21:37 connecting people ... ... ... :) Feb 28 14:23:26 people... nobody said anything about computers or bugs :) Feb 28 14:24:54 i have pest here Feb 28 14:25:03 mice to be precise Feb 28 14:25:40 The fat big headed one or the thin pinky one? Feb 28 14:26:42 dunno Feb 28 14:26:52 i've just seen shit all around Feb 28 14:27:21 but now i'm prepared for full warfare Feb 28 14:27:26 i have chemical weapns Feb 28 14:27:29 mouse traps Feb 28 14:27:31 rat traps Feb 28 14:28:00 try nuclear, nuclear is good Feb 28 14:28:25 + you will easily find their glow-in-the-dark corpses Feb 28 14:28:49 jacekowski: a cat is enough ... now every day i ve two or three mouse near the door of my house... Feb 28 14:28:57 of course some part are missing ... Feb 28 14:29:15 Khertan1: have you tried poking harryF on #qt-maemo ? Feb 28 14:29:37 Khertan1: well, there was cat running around here Feb 28 14:29:44 Khertan1: and couple days later problem started Feb 28 14:30:46 but it s also helpfull for killing mole, hare, magpie, and all the birds that wake me in the morning  Feb 28 14:31:06 jacekowski: i ve two cats :) Feb 28 14:31:23 which are making cleaning 1km arround :) Feb 28 14:31:40 achipa: nope Feb 28 14:32:39 Khertan1: that would be a good starting point, then :) Feb 28 14:36:29 achipa: maybe but for saying what ... seems not to be the priority Feb 28 14:36:30 :) Feb 28 14:36:47 Venemo: See email on maemo-developers regarding Qt fixes in CSSU Feb 28 14:44:22 parrot AR-drones are in the stores... anyone had a look at the sources yet? Feb 28 14:44:47 Too expensive, hasn't got any laser weapons on it, why bother? Feb 28 14:45:19 Khertan: Are you getting the bigger, tastier parts though? Feb 28 14:45:28 RST38h: for a proper selfmade without cameras you easily pay four times the price Feb 28 14:45:32 Khertan: Because if you are not, the cat does not respect you! =) Feb 28 14:48:35 chem|st: Yes, but what are you going to use it for? Feb 28 14:48:35 chem|st: yep.. the sources are quite awful code but luckily in mardrone most problems have been solved Feb 28 14:49:32 RST38h: my cats eat the mouse but let me hare intact. Feb 28 14:50:49 ! Feb 28 14:50:54 smart! Feb 28 14:51:00 indeed ... :) Feb 28 14:52:06 RST38h: It also provides excellent protection to avoid having cherries pecked by birds Feb 28 14:52:09 parrot needs a non-flat surface to fly over (for image based stabilization) Feb 28 14:52:33 Oh shit. For every gmail jabber contact a fake "email" record is created. If you just delete it (as there is no email on that address, xmpp only), stupid gtalk drops authorization/presence subscription. Feb 28 14:52:35 pupnik: no it doesn't. works fine in office environment. Feb 28 14:52:55 doesn't maintain stable on a flat-color floor Feb 28 14:53:07 also will smash into ceiling if you fly it over furniture/tables Feb 28 14:53:31 our office has gray mat with some texture, and it keeps position pretty well Feb 28 14:53:31 needs more than one ultrasonic sensor to prevent that Feb 28 14:53:33 damn sucks, there is no real connection between two! Feb 28 14:53:41 nice Feb 28 14:53:49 it's a great product for the price Feb 28 14:53:55 pupnik: do you have one? Feb 28 14:54:09 no, i am involved with the homebrew community Feb 28 14:54:31 pupnik: but a bit expensive for a cat toys Feb 28 14:54:37 ok. it does not smash into ceiling if it flies over furniture or tables Feb 28 14:54:48 the version i saw did Feb 28 14:55:05 i believe it notices that altitude changes rapidly and tries to keep the new altitude Feb 28 14:55:20 ah firmware tweaks Feb 28 14:55:21 if you put hand under it and lift it slowly, it will rise up Feb 28 14:55:41 yep, could be firmware fixes Feb 28 14:55:53 nice Feb 28 14:56:03 plus it has a linux client i think Feb 28 14:56:09 how is the camera for you? Feb 28 14:56:45 image is "ok" but laggy.. it's not possible to fly it using video feed only Feb 28 14:57:09 Khertan1: if you try to build the same thing yourself you'll spend 5x as much Feb 28 14:57:10 i have tested only using maemo and desktop linux clients, not the official iphone Feb 28 14:57:34 maemo client?? Feb 28 14:57:38 awesome Feb 28 14:59:08 ardrone is a competition theme in next meego summit, so you can expect some new maemo/meego apps for it Feb 28 15:01:08 cos^: so meego devel is in progress Feb 28 15:02:30 pupnik: actually the platform is only 120eur, without motors/rotors and stuff Feb 28 15:05:54 someone with real talent might be able to make a quadcopter fly with only a n900 Feb 28 15:05:55 :D Feb 28 15:13:12 pupnik: http://mardrone.garage.maemo.org/ Feb 28 15:13:35 o/ cool Feb 28 15:16:12 http://blogs.forum.nokia.com/blog/kate-alholas-forum-nokia-blog/2010/12/23/ar-drone-with-meego Feb 28 15:17:53 Hello again, to install the rootfs partition in the internal MMC card, you have an idea as argument to put in flasher-3.5 --rootfs = ...? Feb 28 15:18:03 pupnik: tape it to the drone and let it fly via waypoints... Feb 28 15:18:17 isn't the ar drone overpriced? Feb 28 15:18:30 kerio: 299eur?! Feb 28 15:20:29 you can try to build a similar drone and you will spend much more Feb 28 15:21:06 yeah but i distinctly remember DocScrutinizer or SpeedEvil saying that as far as quadricopters go, the ar drone isn't that good Feb 28 15:21:26 pupnik: the stability requires really fast controlling, so afaik it wouldn't be possible Feb 28 15:21:48 cos^: yeah - well how about a 2-meter quadcopter :) Feb 28 15:21:51 there are no alternatives to ardrone in sama price range Feb 28 15:22:08 with positive dihedral for stability Feb 28 15:22:09 if you do not buy parrot parts you spend at least 500eur just for parts, and you do not have a PIB yet and no embedded linux to play with... Feb 28 15:22:09 :) Feb 28 15:22:18 even standard rc speed controllers are too slow for quadcopters Feb 28 15:23:10 they made vtol without controllers in the 60s :D Feb 28 15:23:15 cos^: wut? 600MHz arm A8 too slow to stabilize a drone? :-P Feb 28 15:23:15 cos^: yeah controllers are 200eur+ Feb 28 15:23:41 for a small drone, the sensors probably are DocScrutinizer Feb 28 15:23:55 eh? Feb 28 15:24:02 which sensors? Feb 28 15:24:12 you need to interface the acceleration sensors and 4 motor controllers somehow Feb 28 15:24:23 the 400Hz sampling LIS302? Feb 28 15:24:27 and if that "somehow" is usb, it will be too slow Feb 28 15:24:37 BS Feb 28 15:24:44 in any case you would need quite a lot external hardware Feb 28 15:25:00 even bluetooth is fast enough at 1MB/s Feb 28 15:25:24 it's not about bandwidth, it's about response time Feb 28 15:25:56 remember apollo12 with 286 12.4 MHz... Feb 28 15:26:02 so tell me: where's that gigantic lag coming from that you seem to suppose is in USB? Feb 28 15:26:24 chem|st: and a lot of analog computer power Feb 28 15:27:00 http://cgi.ebay.de/Quadrokopter-Quadrocopter-kpl-Elektronik-Kamera-/270708950928?pt=RC_Modellbau&hash=item3f0782c790 here's a decent prebuilt Feb 28 15:27:49 cos^: sorry, that's just funny, and we got Monday, not Friday. What do you think they are using in ardrone? A Cray? Feb 28 15:29:14 http://cgi.ebay.de/Hexakopter-Mikrokopter-Fotodrohne-Drohne-Hubschrauber-/130488772598?pt=RC_Modellbau&hash=item1e61bca7f6 Feb 28 15:29:16 DocScrutinizer: standard usb servo controllers use 30-50Hz update rate, which is way too little for controlling quadcopter motors Feb 28 15:29:36 wtf, who's talking about standard USB controllers? Feb 28 15:30:02 you would need and external hardware which could feed the controllers using i2c at 300-400hz and read the accelerometers Feb 28 15:30:27 (while I dare to question above statement, I can't see why they would restrict their electronics to such low rates) Feb 28 15:31:09 DocScrutinizer: i wouldn't call it "controlling with n900" if there is some advanced custom usb hardware Feb 28 15:31:17 right cos^ Feb 28 15:31:21 DocScrutinizer: std serial stuff RS232 goes at 4Hz... Feb 28 15:31:22 read the accelerometers??? WTF? we got a LIS302 on board of N900 Feb 28 15:31:41 BS Feb 28 15:32:00 USB audio cards do realtime Feb 28 15:32:14 so why can't I control a motor with same rate Feb 28 15:32:24 you need to have the feedback loop from accelerometers to speed controllers at 400hz realtime Feb 28 15:32:34 so wjhat? Feb 28 15:32:53 cos^: you need 400Hz update rate? Feb 28 15:33:01 chem|st: err wut? Feb 28 15:33:17 this is for the control loop? Or just to be able to generate the pcm signals? Feb 28 15:33:25 LIS302 seems to have SPI aka serial port interface, i doubt it can run at high rate enough Feb 28 15:33:31 digital multimeters are all limited to 4Hz, drives me crazy atm Feb 28 15:33:34 lardman: nonsense, he thinks he needs that, just because the original hw can do it Feb 28 15:34:08 the control loop Feb 28 15:34:11 s/pcm/pwm Feb 28 15:34:14 ?! Feb 28 15:34:25 they want higher rates for better stability Feb 28 15:34:34 lardman: not even the motor controller itself is working with a PWM freq much higher than 400Hz Feb 28 15:34:39 at lower rates the flight is not stable Feb 28 15:34:40 docscrutinizer: quite, I was going to say that afaiu even control loops for modern flighters don't run at that rate Feb 28 15:35:04 cos^: then your control algo is shit Feb 28 15:35:13 or your hw must be very very unstable Feb 28 15:35:23 that's why diy quadcopters have rc speed controllers modified to use i2c which allows faster control rates Feb 28 15:35:32 here's a modern board http://diydrones.com/profiles/blogs/arducopter-ng-and-multipilot Feb 28 15:36:01 i'd be more interested in that than the mikrokopter guys stuff Feb 28 15:36:48 damn, would anybody care to tell me where from a USB lag is supposed to come from? Feb 28 15:37:16 I mean, USB2.0 is 480MEGA not 400kilo Feb 28 15:37:22 yep Feb 28 15:37:28 from operating system, application, etc Feb 28 15:37:33 BS Feb 28 15:37:36 yeah but there is no hard minimum repsonse time Feb 28 15:37:41 I don't think Feb 28 15:37:46 bandwidth != response rate Feb 28 15:37:58 it would be a fun project DocScrutinizer Feb 28 15:38:07 otoh it's probably fast enough anyway, the response Feb 28 15:38:23 i dunno... :D Feb 28 15:38:35 what? to prove USB has a setup time of <10uS and a RTT same maginitude? Feb 28 15:38:55 hmm, that board generates the pwm signals itself Feb 28 15:39:18 yeah, I thought as much :-P Feb 28 15:41:21 besides you need gyro + accelerometer Feb 28 15:41:31 I know Feb 28 15:41:33 http://www.watterott.com/de/IMU-Digital-Combo-Board-6-Degrees-of-Freedom-ITG3200/ADXL345 Feb 28 15:42:04 pupnik: the system response is not going to be overly quick, so no real need to read those too fast Feb 28 15:42:19 yea Feb 28 15:42:45 the system frequency of such a quad is max, max max 50Hz Feb 28 15:43:01 and that'll probably make the thing explode Feb 28 15:43:11 how is Elop doing? Feb 28 15:43:22 aka desintegrate into pieces that fly away all directions Feb 28 15:43:55 so a PID regulator system doesn't need any faster rsponse time than that Feb 28 15:44:00 there's a quite good explanation in the end of this page http://aeroquad.com/showthread.php?804-Quadcopter-project/page2 Feb 28 15:44:33 "In a RC plane this is done at a rate of 50Hz. For multikopters the throttle has to be updated much more frequently to compensate for slight imbalances in thrust, rpms, effect of wind and turbulence, etc. At minimum the rate should be about 200Hz, preferably even faster, around 400Hz." Feb 28 15:45:11 and the updates have to come at the same rate from gyro and other sensors, otherwise it wouldn't make sense Feb 28 15:45:13 duh, not goinf to read that. All my hw projects so far worked with the lil bit of physics and EE knowledge I gathered during education Feb 28 15:45:15 Bit of a waste speccing up a processor to do the PWM stuff though I'd have thought Feb 28 15:46:05 cos^: this is utter BS Feb 28 15:47:03 DocScrutinizer: can you find (or make) a quadcopter project that doesn't need fast rate? Feb 28 15:47:16 I'd be interested to see some Nyquist diagrams to justify that sort of frequency repsonse requirement Feb 28 15:47:21 i haven't made my own yet, so i know only what i've found from google Feb 28 15:47:22 cos^: Basically bullshit. Feb 28 15:47:41 cos^: I made dozens of other regulated systems in my life. A quad isn't anything different Feb 28 15:47:42 cos^: The rotors take a large fraction of a second to respond to throttle commands. Feb 28 15:48:39 SpeedEvil: what I tell all the time, the max freq seen in such a system is 50Hz, mechanically Feb 28 15:49:02 you need no regulation that's way faster than the mechanics itself Feb 28 15:50:02 DocScrutinizer: actually that's what i thought first before studying how people make diy quadcopters Feb 28 15:50:28 I.E. (for the less physical affine reader) such a quad can not change orientation more than 0.1° in 1/50s Feb 28 15:50:44 none of the projects i've found uses standard pwm controllers Feb 28 15:50:58 ...out of a sudden Feb 28 15:51:17 the acceleration would tear it apart otherwise Feb 28 15:52:33 the motors will integrate controler changes - due to shere mass of rotors - so any control faster than 50 new speeds / s are simply lost in an average Feb 28 15:54:10 hell, at 400Hz sampling rate the accelerometers will even catch up the noise from rotors and not much else Feb 28 15:55:09 you don't want to feed your PID regulator with noise usually -for sure it won't help anything Feb 28 15:56:53 cos^: you may find that they don't use normal speed controllers to avoid the extra mass Feb 28 15:57:04 AND EVEN THEN... I am going to watch DVB-T video via the same USB that's doing all that allegedly needed reading and writing @ 400Hz in realtime Feb 28 15:58:50 DocScrutinizer: you enjoy speaking on subjects you have no experience in. Typical programmer hubris :) Feb 28 15:58:51 lardman: there are commercial controllers, afaik used mostly for helicopters that can be used. Feb 28 15:58:56 ergo: N900 is *perfectly* capable of controlling a drone Feb 28 15:58:58 http://diydrones.com/forum/topics/newbie-quadcopter-questions Feb 28 15:59:12 "The ESC is chosen with three factors: ability to deliver enough power to the motors (watch for lipo cell counts/voltage and current), its control interface (Arduino can do both PWM and I2C; PWM ESCs are everywhere, I2C ESCs are pricy) and its update rate (the faster you can update the RPMs, the better you can control your rig)." Feb 28 15:59:14 pupnik: uhuh Feb 28 15:59:25 that's why I call myself EE Feb 28 15:59:38 I'm no programmer Feb 28 16:00:25 cos^: what makes you think cos it's written there it is any credible? Feb 28 16:00:28 cos^: yeah faster up to a limit, so 1Hz is probably insufficient, unless your rig is very stable, etc. Feb 28 16:01:07 Why preenv launches games via dbus call? Why not directly from .desktop (which has Exec line as well)? Feb 28 16:01:09 DocScrutinizer: because i haven't found anyone saying that cheap standard pwm esc is sufficient, use them Feb 28 16:01:24 pfff Feb 28 16:01:57 everyone says you need fast rate or your quadcopter will be unstable Feb 28 16:02:09 yeah, but you need to define fast Feb 28 16:02:10 everyone who actually designs them, that is Feb 28 16:02:11 I'm building my controllers myself, got it? Feb 28 16:02:45 I'd guess 10Hz is probably more than enough Feb 28 16:03:01 lardman: 400hz is often mentioned Feb 28 16:03:09 so I give a flying F* about standard and cheap and I2C and nonsense written in a paper by a marketing droid Feb 28 16:03:16 as the update rate? As already explained that is far too fast Feb 28 16:03:59 cos^: as the pwm driving rate, that might be better, as it is some factor of the actual control rate Feb 28 16:04:09 i don't think being as fast as possible does harm Feb 28 16:04:09 lardman: mever mind. He's trying to convince us we're idiots as we haven't read that page which holds the absolute truth about physics and electronics Feb 28 16:04:36 yes it does, when you got to MHz Feb 28 16:05:03 cos^: well yes, but you pay for the faster control of course Feb 28 16:05:17 hw costs, battery life, etc Feb 28 16:06:02 DocScrutinizer: i just think people on quadcopter forums are more credible Feb 28 16:06:07 ther's no such thing like faster control on a motor that needs 0.05s to spin up to nominal speed Feb 28 16:06:46 cos^: you should ask the questions about motor+rotor response times, etc Feb 28 16:06:49 i'd like to quote one more page and then go home http://www.rcgroups.com/forums/showthread.php?t=1388416&page=2 Feb 28 16:06:50 not to all I've seen. Model scene are noobs mostly all of them, with no real clue about physics or EE Feb 28 16:06:59 "2. Our tests indicate that while a quadcopter could fly marginally with standard 50hz PWM, it's simply not possible to achieve a HIGH level of stability with this." Feb 28 16:07:21 cos^: interesting, though that also depends on the pid loops Feb 28 16:07:33 it would be good to see the control system analysis and diagrams Feb 28 16:07:34 yeah, now please go home. We got enough quotes of BS today Feb 28 16:07:35 50Hz PWM does not mean that the ESC will respond at 50Hz Feb 28 16:08:21 SpeedEvil: forget it, we need to start a 5 day seminar to explain the basics Feb 28 16:08:32 * lardman looks for a book on aircraft control system design, hang on a tick cos^ Feb 28 16:09:22 Aircraft control and simulation, Stevens, Brian L., 1939- , is quite interesting Feb 28 16:09:30 also includes heli design afair Feb 28 16:09:38 of course the PWM freq will be at some hundered or even 1000s of Hz, That doesn't mean a individual control of of each 0.5mS on-pulse length is needed Feb 28 16:09:39 lardman: i think a book about helicopter control system design would be more close, although helicopters have hardware stabilization Feb 28 16:09:57 on quadcopters all stabilization is artificial Feb 28 16:10:05 Helicopter design has almost no relation. Feb 28 16:10:05 What is this discussion? Feb 28 16:10:20 They vary the rotor thrust by varying the rotor pitch, not the rotor RPM. Feb 28 16:10:39 they vary rpm as well Feb 28 16:10:48 MEH!!!!! how annoying Feb 28 16:11:21 should've left for a nice walk in the sun just befora all this Feb 28 16:11:39 SpeedEvil: control loop design is pretty generic Feb 28 16:12:08 DocScrutinizer: you can controll motor faster Feb 28 16:12:15 you bet it is. and upper freq in control loop has NOTHING to do with PWM freq Feb 28 16:12:21 DocScrutinizer: as in, supply it with a lot higher voltage for 0.01s Feb 28 16:12:28 SpeedEvil: indeed, I'm not saying it's the same by any means, but the requirements of tuning your control system hold true Feb 28 16:12:37 DocScrutinizer: high enough to spin it up faster but not high enough to damage insulation Feb 28 16:12:45 HAHA Feb 28 16:12:54 DocScrutinizer: that's how a lot of control systems based on PID work Feb 28 16:13:04 overshoot and then stabilize Feb 28 16:13:15 the real rate of the control loop is the rate of slowest component it naturally Feb 28 16:13:52 jacekowski: I'm aware of the function principles and design principles of a PID regulator Feb 28 16:14:55 and (as i've read on the internet) on quadcopters it's important to have fast rate. and the rate used in most projects is 400hz. can i go home now? :-) Feb 28 16:15:28 jacekowski: still no need to control the motor on a 0.0025s resolution Feb 28 16:15:29 as long as you find out why they need such a high rate Feb 28 16:15:31 and report back Feb 28 16:15:51 http://www.rcgroups.com/forums/showthread.php?t=1388416&page=2 lol @ post 17, from a sales bod Feb 28 16:16:16 I'd immediately ignore that post I've got to say Feb 28 16:17:25 I'd prefer he doesn't report back, mixing up sample freq with RTT and PWM freq Feb 28 16:17:27 ok, it could be a conspiracy made by salesmen and the required rate is much less.. it's the internet Feb 28 16:18:07 DocScrutinizer: in some cases you have to Feb 28 16:18:12 it's mere ignorance, on all involved parties Feb 28 16:18:18 cos^: See if you can actually find any justification for the high rates, etc., then you can make an informed decision Feb 28 16:18:32 DocScrutinizer: but hmm, not at 0.0025 Feb 28 16:18:47 but 0.01 is still reasonable Feb 28 16:19:18 lardman: i haven't found anything more scientific than "it's more stable that way", maybe there's some research pdf i haven't found yet Feb 28 16:19:33 cos^: well this is the problem with people just building stuff Feb 28 16:19:40 sure, and the initial proposition been "USB is too slow for that" Feb 28 16:19:43 MUHAHA Feb 28 16:19:51 cos^: I'd see what the costs are, and try something cheaper and slower first Feb 28 16:19:56 usb has poll time of like 1kHz Feb 28 16:20:00 for HID devices Feb 28 16:20:14 but you can do faster Feb 28 16:20:27 exactly Feb 28 16:20:46 anf any setup time doesn't exist Feb 28 16:21:03 at least no relevant one for this case Feb 28 16:21:11 but i still wouldn't use usb Feb 28 16:21:17 cos^: also get one of the books about flight control systems, see what they use for their loop frequencies, which are pretty low, do some research on the response of the motor+rotor combos, which will tell you what update rate you need for those, etc Feb 28 16:21:17 because it's unreliable Feb 28 16:21:22 and connectors are shit Feb 28 16:21:27 jacekowski: serial port... Feb 28 16:21:32 I would, if I were going to control such a thing by a N900 Feb 28 16:21:33 exactly Feb 28 16:21:35 serial ftw Feb 28 16:21:43 \o/ Feb 28 16:21:45 i would use wifi Feb 28 16:21:50 cos^: when I say get, I mean borrow from a library, as they are very expensive, otoh there's enough online about that anyway Feb 28 16:22:40 what I am curious'bout is to guide-by-wifi-signal Feb 28 16:23:08 chem|st: guidance or all control? Feb 28 16:23:14 lardman: Proportional-integral-differential controlles - basics and real life setup Feb 28 16:23:30 elab. to triangulate'ish positioning with signal strength of known APs Feb 28 16:23:43 lardman: self-controlled Feb 28 16:24:18 chem|st: ok Feb 28 16:24:23 like a patrol-qcopter based on wifi networks all over the city/town Feb 28 16:24:32 I want something that flies off to a deserted pylon somewhere, clips on, charges 1Kwh of electricity, flies back, and runs my house for an hour or two. Feb 28 16:24:59 LOL Feb 28 16:25:00 * lardman is looking at control abstraction to allow control failure and retain generic flight modes Feb 28 16:25:08 not for a quad copter though Feb 28 16:25:09 drone hive Feb 28 16:25:10 SpeedEvil: teslas powerOTA would be easier Feb 28 16:25:28 DocScrutinizer: sure Feb 28 16:26:06 for a watch-my-back drone I would wear a silly coloured hat^^ Feb 28 16:26:23 2 months later you got the robopest control ringing your door Feb 28 16:27:05 http://forums.macrumors.com/showthread.php?t=676023 Feb 28 16:27:21 not easy to afford but worth the effort^^ Feb 28 16:27:33 wonder if they're going to use strong RF or tasers Feb 28 16:28:03 hehe Feb 28 16:28:22 2c on tasers! Feb 28 16:28:32 lol "So it's a form of charing that uses no wires, but it's not wireless charging. That's a totally different thing." Feb 28 16:28:36 or simply block the door and pack every robodrone at SpeedEvil's attic into a sack Feb 28 16:29:02 DocScrutinizer: That's why they have pop-out sawblades. Feb 28 16:29:14 eeeeek Feb 28 16:29:40 you should send them to next robowars contest Feb 28 16:33:14 cu later chaps Feb 28 16:39:11 SpeedEvil: http://www.youtube.com/watch?v=2NBIksIzRuQ Feb 28 16:53:57 flying drone with sawblade would bring fun to that Feb 28 16:54:40 i was thinking about building something like that Feb 28 16:54:46 but i don't know how to power it Feb 28 16:54:56 because 10 minutes of flight is not enough Feb 28 16:55:26 nuklear Feb 28 16:55:32 too heavy Feb 28 16:55:54 cold fusion Feb 28 16:56:08 even heavier Feb 28 16:56:20 yet Feb 28 16:57:00 heard all you need is a glass of tritium water and two lithium electrodes or somesuch nonsense :-P Feb 28 16:57:29 water is heavy Feb 28 16:57:46 extraheavy here XP Feb 28 16:58:14 heavy is deuterium Feb 28 16:58:24 trirum is extraheavy Feb 28 16:58:35 i have tritium keychain Feb 28 16:58:40 nuclear keychain Feb 28 16:58:43 me too :-D Feb 28 16:58:49 i have 3 of them Feb 28 16:58:54 me too :D Feb 28 16:58:59 fuck Feb 28 17:00:34 >> Please leave us the infarmation: 1) Your Name Feb 28 17:01:05 >> Education it’s important! It’s time for your education! Feb 28 17:01:23 :-P Feb 28 17:02:38 tritium keychain? :< Feb 28 17:03:06 TGL Feb 28 17:03:19 glolite Feb 28 17:03:31 presumably, a sealed tritium light on a keychain Feb 28 17:04:12 you can use tritium for lights; like radium once was, but much safer Feb 28 17:07:18 http://www.edelight.de/i/nite-glowring-green-von-jmb Feb 28 17:08:13 http://www.niteglowrings.com/ actually Feb 28 17:08:17 I hate myself Feb 28 17:08:44 i failed my theoritcal driving test (signs and such) twice, just because i changed the answer at the end Feb 28 17:08:56 (it was correct before i changed it) Feb 28 17:12:53 too much effort. I passed by simply reading the educational papers once, 2 days before test, then just trying to fill in as fast as possible, with no thoughts about passing Feb 28 17:15:13 iirc I had 2 false, 3 were allowed. Was the first one to leave the test room Feb 28 17:19:08 Richard Garriot (of Ultima RPGs) spent most of his fortune to visit the International Space Station - "Garriott wanted to go online when he was in the space station, but he found out it would cost $300,000 to send the first byte of information." http://arstechnica.com/gaming/news/2011/02/lord-british-wants-to-take-you-to-space-and-hes-closer-than-you-think.ars/ Feb 28 17:27:04 please help me out - where's the user specific part of .desktop files? It looks like there's only systemwide .desktop for desktop/applauncher, in /usr/share/applications/hildon Feb 28 17:27:48 I have a hard time to believe there's no per-user config for available apps in applauncher Feb 28 17:30:09 ~/.local/share/applications/hildon/ Feb 28 17:30:10 to explain a bit: if ever I get to manage proper login for multiple users, then I don't want to have them share one desktop, esp with special settings like x-maemo-preload which has to go to .desktop to start an app on X startup Feb 28 17:30:34 MohammadAG: thanks, but still not a per-user thing Feb 28 17:30:42 hmm Feb 28 17:30:48 that's a per-system thing Feb 28 17:30:58 but ~ is your home? Feb 28 17:31:03 ooh Feb 28 17:31:08 you.re right Feb 28 17:31:10 sorry Feb 28 17:31:15 np :P Feb 28 17:31:33 though i'm not sure how that'd work on maemo, only "user" and "root" exist Feb 28 17:31:37 missed the ~ - many thanks Feb 28 17:31:40 h-d runs as user Feb 28 17:32:06 actually also missed the . Feb 28 17:32:33 yw Feb 28 17:32:45 I wouldn't have known about it if there wasn't a bug about it Feb 28 17:32:56 hildon-home doesn't look in that directory, even in 1.3 Feb 28 17:33:01 fixed in CSSU Feb 28 17:33:08 hildon-desktop works fine though Feb 28 17:33:18 since 1.1, javispedro should know Feb 28 17:35:29 hola Feb 28 17:36:04 hey Texrat Feb 28 17:36:16 MohammadAG my man Feb 28 17:36:22 hardest working guy in maemo Feb 28 17:36:49 Others work harder than I do, I assure you :P Feb 28 17:40:55 well MohammedAG no one can argue with your effectiveness ;) Feb 28 17:41:35 Texrat: are you sure? Feb 28 17:41:57 ok villager let me change CAN to SHOULD Feb 28 17:42:03 :P Feb 28 17:42:08 shite, ~/.local/share/hildon/*.desktop doesn't work it seems Feb 28 17:42:24 not on 1.1 :p Feb 28 17:42:28 hey DocScrutinizer Feb 28 17:42:37 get the latest hildon-desktop Feb 28 17:42:59 hey Texrat Feb 28 17:43:50 DocScrutinizer: shouldn't it be ~/.local/share/applications/hildon/*.desktop ? Feb 28 17:43:59 sure Feb 28 17:44:20 thp, doesn't change the fact it's broken on 1.1 (that's what he's on iirc) Feb 28 17:44:41 actually there's still been an icon in applauncher, but the x-maemo-preload=1 failed. Might be unrelated Feb 28 17:44:42 (ideally, without the "hildon/" as well to fdo alignment, but that's another of these bad maemoisms) Feb 28 17:44:51 Texrat: well, from what I've seen, he does work hard, but he's far from a great software engineer, so it can be argue that he's not as effective as many other maemo devs Feb 28 17:45:07 feh Feb 28 17:45:27 bug 1303 and bug 3817 Feb 28 17:45:30 Bug https://bugs.maemo.org/1303 Hildon does not follow freedesktop.org standard, ignores ~/.local/share/applications Feb 28 17:45:31 Bug https://bugs.maemo.org/3817 All .desktop files should go to /usr/share/applications/ (deprecate use of /usr/share/applications/hildon/) Feb 28 17:45:35 hey thp Feb 28 17:45:36 well, it fails as well in /usr/share/appl*/hildon Feb 28 17:45:40 Texrat: hey Feb 28 17:45:43 villager, thanks :p Feb 28 17:46:19 MohammedAG I give you props for project management skills ;) Feb 28 17:48:23 Texrat: that I won't argue with Feb 28 17:49:03 Texrat, thanks :) Feb 28 17:49:05 maemo has much use for good project management Feb 28 17:49:50 though I have a school project, so I haven't been very active the last two months Feb 28 17:50:18 it's for Maemo/MeeGo/ubuntu Feb 28 17:50:35 and when Qt Mobility's out, Symbian/Mac/Windows Feb 28 17:50:48 should be useful @ uni Feb 28 17:52:10 MEH! xchat doesn't autostart. Seems I got sth wrong about X-Maemo-Prestarted and X-Maemo-Prestarted-Priority Feb 28 17:52:36 that doesn't work for normal bins I think Feb 28 17:52:45 only .launch ones (with maemo-launcher) Feb 28 17:52:46 umm, why? Feb 28 17:52:52 ooh Feb 28 17:53:00 villager sorry for being unclear... project management was what I meant in the firs place ;) Feb 28 17:53:08 pupnik!!!! Feb 28 17:53:30 hi Texrat Feb 28 17:53:41 how are you doing? Feb 28 17:53:54 Texrat, I guess you were around a lot more before I joined? :) Feb 28 17:54:00 yes he was Feb 28 17:54:05 heh Feb 28 17:54:11 the first Nokian! Feb 28 17:54:31 a good time was had Feb 28 17:54:34 you were a Nokian? Feb 28 17:54:37 oh yes... sigh Feb 28 17:54:59 yes MohammedAG. I was the product engineer on N800 launch Feb 28 17:55:18 heh, didn't know that Feb 28 17:55:22 those 200 shown at 2007 CES were sent by me :) Feb 28 17:55:42 yep, I handled factory QA on 770 and N800 Feb 28 17:55:47 I always though maemo was a proprietary java-based OS Feb 28 17:55:57 never really read about it, was stuck to symbian Feb 28 17:55:57 ack! lol Feb 28 17:56:12 i just bought an E71 and E72 to play with for a while Feb 28 17:56:23 and everytime I wanted to start developing on it, I'd give up Feb 28 17:56:25 I really like the E71 Feb 28 17:56:32 Texrat: so you got nice new product babies now? Feb 28 17:56:33 Carbide C++ isn't easy Feb 28 17:56:58 lol DocScrutinizer51-- at one point I had about 15 or so N800s to hand out Feb 28 17:57:07 Texrat: indeed - it does the things you need and it lasts a long time, and it's beautifully built. Feb 28 17:57:32 my kids still have their N800s and use them now and then Feb 28 17:57:52 Texrat: nah. no N800 Feb 28 17:58:01 NEW babies Feb 28 17:58:20 I have not been with Nokia for 2 years :( Feb 28 17:58:29 K50000 with lazors Feb 28 17:58:48 okay. anyone knows a good replacement for n900? :) it is almost ok except for battery lifetime and fcking microusb connector Feb 28 17:58:48 working a reallyshitty job until I find something better Feb 28 17:59:15 after 1.3 the battery lifetime improve a lot Feb 28 17:59:18 Texrat: :'( Feb 28 17:59:21 slonopotamus I am about ready to fix the broken microUSB on one of mine ;) Feb 28 17:59:39 going to be a pain, but worth it Feb 28 17:59:56 Texrat: mine was repaired three times already. next time ETA is 2 months Feb 28 18:00:02 geez Feb 28 18:00:09 well, no warranty on mine Feb 28 18:00:17 mine never broke Feb 28 18:00:31 I got rid of the warranty two months after i got it Feb 28 18:00:40 mine never broke too , almost a year so far Feb 28 18:00:42 disassembled a part on it Feb 28 18:00:45 and don't tell me i'm using it wrong Feb 28 18:00:54 1 year and 3 months Feb 28 18:01:06 slonopotamus, we're not good ol' Steve Jobs Feb 28 18:01:23 heh Feb 28 18:01:39 slonopotamus: ok. ItMs built wrong for your usage pattern :-) Feb 28 18:02:01 DocScrutinizer51: that's why i'm asking about a replacement :) Feb 28 18:02:36 alas there's none I know of Feb 28 18:02:45 on the other hand, my n800 is ~3yo already. and the only degrading part is screen (stylus trails) Feb 28 18:03:41 well, and four broken chargers :) they don't survive a single fall when plugged in n800 Feb 28 18:04:09 hmm, this N810 is as old and had frequent reboots until recently Feb 28 18:05:05 it's no user's fault whn microUSB breaks Feb 28 18:05:18 I'm more amazed by the success stories Feb 28 18:05:36 I still feel mine will break, someday Feb 28 18:06:06 field failure rate now around 18%, and that doesn't count failures that happened after poll entry Feb 28 18:06:21 that's a scary number Feb 28 18:06:40 I'm still not too afraid, except for mistreatment when device sits on mattres Feb 28 18:06:40 when I was in QA at Nokia, we had < 3% field failure rate on devices Feb 28 18:07:20 Mine took ~1 year to fail Feb 28 18:07:34 that's actually the worst njsf Feb 28 18:07:40 raight around warranty limit Feb 28 18:07:40 service quickly sent a replacement unit Feb 28 18:07:41 Texrat: scaty indeed Feb 28 18:07:48 it was ~1 week under Feb 28 18:07:53 wow Feb 28 18:08:05 I'm surprised my screen protector's torn Feb 28 18:08:13 lol Feb 28 18:08:24 on the outside my device looks new Feb 28 18:08:37 I am seriously considering the epoxy hack to secure the connector better Feb 28 18:08:51 though the back has a small sliver colour showing Feb 28 18:08:58 is that a bad thing under the temps the N900 may get ? Feb 28 18:09:00 * luke-jr wonders if he even has a warranty Feb 28 18:09:11 looks like scratched paint from the slider mech Feb 28 18:09:36 slonopotamus: HTC Merge looks half-decent Feb 28 18:09:50 slonopotamus: btw, once again, GITHUB SUCKS Feb 28 18:09:56 luke-jr: android :/ Feb 28 18:10:02 I need to look at MafwPlaylistManager again Feb 28 18:10:12 slonopotamus: I would think you can install Gentoo Feb 28 18:10:14 it's the only part missing for the mediaplayer rewrite Feb 28 18:11:25 I actually was surprised because mine broke on Dec 16, but I had a whole lot of stuff not backed up and rsync over ssh took more than one battery charge so while I got another phone (G2 actually) I started the hunt for an extra battery and external charger... only sent the device at end of Jan, which would be after warranty ended, but since I made the service request on the site which verified warranty all was good Feb 28 18:12:00 also took advantage of the 200 off HP is now giving developers Feb 28 18:12:13 so now I have Maemo, Android and webOS to compare Feb 28 18:12:29 beside the ipod touch too Feb 28 18:12:46 of all the fluidity on the webOS is the one that pleases me the most Feb 28 18:13:02 too bad the screen is just tiny and low res Feb 28 18:13:35 and the slide up keyboard puts the pre2 in a top heavy position, really uncomfortable for typing Feb 28 18:13:41 at least thumb typing Feb 28 18:14:56 still my main phone is the N900 Feb 28 18:15:23 fluidity goes to iOS for me Feb 28 18:16:14 I get turned off by the back and done / edit at the top Feb 28 18:16:28 ot hard to get smooth anim on a lowres screen Feb 28 18:16:28 the gesture zone on the Pre seems more fluid to me Feb 28 18:16:35 not* Feb 28 18:17:05 well I was thinking more of the touch experience, but I see your point Feb 28 18:17:21 even though "should" just be a matter of more CPU horsepower Feb 28 18:17:41 the cpu on the pre2 is a bit underpowered Feb 28 18:19:10 I find that funny to say considering that CPU would have been the one the N9 was rumoured to have =) Feb 28 18:20:25 ah you're right I confused with the Pre2 cpu Feb 28 18:20:42 OMFG! X-Maemo-Prestarted=always Feb 28 18:20:42 but I guess one could say that even that 1ghz ARM is underpowered for all the javascript driven opengl :D Feb 28 18:20:52 that's what I call a strange boolean Feb 28 18:21:09 It's beyond fuzzy logic LOL Feb 28 18:22:25 njsf: =) (though actually they drive OpenGL either using Qt or SDL, so it's not technically correct) Feb 28 18:25:07 SDL I think, but what I meant was that all the UI widgets are mostly driven through JS and HTML rendering Feb 28 18:25:19 sorry for the inacurate terminology Feb 28 18:28:19 TADAAAAA BINGO Feb 28 18:28:45 MohammadAG: it works with xchat as well. Feb 28 18:28:53 cool Feb 28 18:28:55 DocScrutinizer: prestarting xchat? Feb 28 18:29:03 so probably does with arbitrary binaries Feb 28 18:29:09 javispedro: sure Feb 28 18:29:27 X-Maemo-Prestarted=always Feb 28 18:29:29 X-Maemo-Prestarted-Priority=3000 Feb 28 18:29:37 I figured that would only work with maemo-launcher binaries? Feb 28 18:29:47 I mean -- does it start and show the UI then? Feb 28 18:29:54 yes Feb 28 18:30:09 well, I guess it covers a usecase =) Feb 28 18:30:11 so, why do we need maemo-launcher again? Feb 28 18:30:23 it only ruins starting apps from a shell Feb 28 18:30:38 use maemo-summoner Feb 28 18:30:44 javispedro: .launcher binaries never get started directly. they all have a "basename binary" which is a symlink to maemo-launcher Feb 28 18:30:53 or whatever that is called Feb 28 18:31:11 DocScrutinizer: yes, but prestart usually doesn't cause the binary to show UI, and I wondered how that did work. Feb 28 18:31:18 javispedro, maemo-summoner: opening of /usr/bin/image-viewer.launch took 586578 usec Feb 28 18:31:23 it didn't launch :p Feb 28 18:31:40 I think MohammadAG's comments are answering my question. Feb 28 18:31:42 javispedro: I'd guess that's a property of the binary, not of the starting process Feb 28 18:32:42 well, what can I say... I haven't clicked to startk this xchat after boot Feb 28 18:33:13 image-viewer, etc. when exec() will just wait there for the dbus message I guess. Feb 28 18:33:15 just prio=5000 takes like 3 min to finally start it Feb 28 18:33:35 When will we have quad core N-series phones? Feb 28 18:34:02 I already have one. I use my single core to emulate a quad core x86 phone =) Feb 28 18:34:18 javispedro: Really? Feb 28 18:34:37 Quad Core ARMs aren't out till December or so Feb 28 18:34:48 track Sony's NGP (Next-Gen PSP) Feb 28 18:34:52 hey people, how to identify n810 wimax edition? Feb 28 18:34:59 oo this someplayer looks shiny! Feb 28 18:35:16 I have one in my hands and I suspect this one supports wimax Feb 28 18:35:19 hm? Feb 28 18:35:34 not all n8100 come with wimax ? Feb 28 18:35:39 no Feb 28 18:35:47 no, mine is not Feb 28 18:35:54 but one I hold now Feb 28 18:36:08 MohammadAG: Will they be used in phones? Feb 28 18:36:27 of course, when is something no one knows Feb 28 18:37:01 MohammadAG: Elop knows! Feb 28 18:37:18 All the bloat in Windows Mobile surley needs more hardware :P Feb 28 18:37:39 well Feb 28 18:37:45 it needs a core to do copy and paste Feb 28 18:38:30 I guess I found it http://talk.maemo.org/showthread.php?t=30354 Feb 28 18:43:40 How do I undervolt my phone? Feb 28 18:48:42 qt Feb 28 19:07:28 http://www.fsf.org/blogs/community/new-high-priority-project-powervr-drivers Feb 28 19:08:16 javispedro, hmm that sounds nice Feb 28 19:26:00 <_0x471> Hey, I remember there once was a package which one could add as a build dependency to optify all files > 500k automatically. But I can't find it any more. Anyone knows what I mean? Feb 28 19:26:37 anyone had any success using versit + qtm 1.2 to add calendar events? Feb 28 19:27:06 <_0x471> o never mind, just found it Feb 28 19:29:11 "In truth the only way to reduce corruption in high places is to have less high places." - Perry de Haviland Feb 28 19:29:23 what's it called _0x471 ? Feb 28 19:29:31 pupnik: s/less/fewer ? Feb 28 19:29:33 <_0x471> pupnik: maemo-optify Feb 28 19:29:41 <_0x471> it's a bit different tho Feb 28 19:29:41 i guess so lardman Feb 28 19:29:45 <_0x471> http://maemo.gitorious.org/maemo-af/maemo-optify/blobs/master/README Feb 28 19:29:48 ty Feb 28 19:29:55 <_0x471> np Feb 28 19:30:48 btw got mpg123 on n900 but no EQ yet Feb 28 19:31:09 pupnik: on tmo there's a new gstreamer+pulse based mediaplayer with eq Feb 28 19:31:48 javispedro: yes but that's not why i want eq - i want a low-cpu decoder bypassing pulse and dropping low freqs Feb 28 19:32:36 this time make sure you buy replacement speakers first =) Feb 28 19:33:34 mehehe Feb 28 19:35:21 pupnik: what means "no EQ"? Doesn't work? Or left out of binary by compile option? OR simply no idea yet how to control it? Feb 28 19:40:06 he didn't hack it to use the eq Feb 28 19:40:51 attack of the 50 foot woman... "with incredible desires for love... and vengeance" Feb 28 19:42:12 How long bugreports.qt.nokia.com is down? Feb 28 19:42:38 elop set fire to it. Feb 28 19:44:39 elop, in a shuttleworth-moment of egomaniacal tendencies, decided that qt bugzilla is not back up until bug #1 is "Windows Presentation Foundation has not 100% of developer market share" Feb 28 19:44:42 Bug https://bugs.maemo.org/1 test - ignore it Feb 28 19:45:39 heya javispedro Feb 28 19:46:04 hello RST38h Feb 28 19:48:21 http://www.nytimes.com/2011/02/26/world/26gates.html [ Gates' Warning Against Wars Like Iraq and Afghanistan in speech at West Point ] Feb 28 19:48:34 which gates? Feb 28 19:49:24 In other news, Tony Blair warns against windows 7. Feb 28 19:50:09 Secretary of Defense, on his way out Feb 28 19:51:11 * javispedro has one of those moments where one sadly realizes the amount of sw bloat Feb 28 19:51:24 pupnik: "on his way out" is the key phrase Feb 28 19:51:33 javispedro: Android SDK? Feb 28 19:51:48 no, actually, n900. Feb 28 19:52:03 so I'm watching winamp do gapless playback, which wouldn't be surprising if.. Feb 28 19:52:58 it wasn't running under qemu on the n900? Feb 28 19:53:14 I wasn't compiling something in the background with 8 threads, while running windows under a VM, while typing here on XChat, running Winamp under Wine, the Winamp output plugin being DSound, sound being forwarded ->Wine DSound->ALSA, Feb 28 19:53:35 and the input plugin being basically a full 32 bit console bit emulator being started and stopped on every track change. Feb 28 19:53:51 and NO buffering at all. Feb 28 19:54:24 yet, if I want to do gapless playback of a few wavs on the N900 media player.... Feb 28 19:54:55 javispedro: You are notdoing it all on an N900, right? Feb 28 19:55:16 nope, but gstreamer can't do gapless playback without buffering here either. Feb 28 19:55:23 'gapless' doesn't mean 'no skips'. Feb 28 19:55:31 N900 media player will do gapless playback just fine, unless the OS decides to raise some Cthulhu-like app from its slumber in the swap Feb 28 19:55:34 'gapless' means 'no skip between tracks' Feb 28 19:55:42 pupnik: and that's exactly what I mean. Feb 28 19:55:47 Modest is the usual culprit Feb 28 19:55:59 that's not a performance issue, that's a design decision Feb 28 19:56:19 you're talking about system load, which means you're talking about dropouts in playback Feb 28 19:56:20 pupnik: it's when it's a design decision when it's a problem. Feb 28 19:56:21 I do suspect he means no skipping though Feb 28 19:56:45 no, I mean between tracks. Feb 28 19:56:51 oh ok Feb 28 19:56:59 then it is indeed notrelated to performance Feb 28 19:57:25 it is if you do not do any kind of prebuffering Feb 28 19:57:40 also, x86 hardware is much faster than OMAP3 with its little cheap peripherals,on the average Feb 28 19:57:45 aka start reading the next track moments before the current one ends, which is how gstreamer implements gapless. Feb 28 19:57:54 yeah ok Feb 28 19:58:04 can't it be added to n900 gstreamer though? Feb 28 19:58:15 theplayer still uses gstreamer, right? Feb 28 19:58:25 yep. Feb 28 19:58:49 it's just that I'm impressed that winamp manages to do it without prebuffering even with the amount of crap I'm trowing at it Feb 28 19:58:57 (and yes I'm sure, as I'm coding the input plugin atm) Feb 28 19:59:18 and yet GStreamer takes a whopping second to switch tracks because it has to rebuild whatever pipelines or sth. Feb 28 19:59:51 same hw? Feb 28 20:00:48 nope Feb 28 20:00:53 javispedro: I think you can get around that with some kind of a proxy setup. Feb 28 20:01:00 Anyhow, brb. Feb 28 20:01:11 see? Feb 28 20:01:38 javispedro: BTW http://www.trilug.org/~crimsun/linuxaudio.png Feb 28 20:01:53 heh Feb 28 20:02:03 well, that plot is a bit untrue though. Feb 28 20:02:11 That is what a clusterfuck looks like Feb 28 20:02:27 where you to draw a similar for windows, you'll have to put stuff like FMOD in there Feb 28 20:02:56 so I'm sure it would eventually look as much as a mess or even more than that one. Feb 28 20:03:01 javispedro: no problem, I would even put sdl Feb 28 20:03:08 javispedro: will look less Feb 28 20:03:24 true, will look more pyramidal at least =) Feb 28 20:03:32 javispedro: At the lower level, you have got waveOut, midiOut, and DirectSound Feb 28 20:03:47 The actual important metric, at least to me, is context switches. Feb 28 20:03:48 javispedro: next layer, codecs Feb 28 20:03:59 "How many processes does my audio have to bounce through before it actually plays?" Feb 28 20:04:06 javispedro: DS may have its separate codec stack there, dunno Feb 28 20:04:34 javispedro: parallel with codecs, FMOD,SDL, etc Feb 28 20:04:41 i love winamp... it is rocksolid Feb 28 20:04:45 javispedro: And that is about it. Nice and straight. Feb 28 20:05:05 javispedro: Actually, BSD sound looks like that too Feb 28 20:05:06 * javispedro puts PulseAudio in RST38's "nice" Windows Audio Mess plot Feb 28 20:05:15 (cause it's been ported, you know =) ) Feb 28 20:05:19 javispedro: No PulseAudio in Windows,screwit Feb 28 20:05:24 Lots of things have beenported Feb 28 20:05:40 RST38h: You're forgetting WMF. Feb 28 20:05:42 And ASIO. Feb 28 20:05:53 and OpenAL, if you have a Ctx card Feb 28 20:06:05 (otherwise it very probably just talks to Dsound) Feb 28 20:06:18 derf: WMF as in windows metafile? and ASIO as in asychnronous io? Feb 28 20:06:26 derf: Neither is audio Feb 28 20:06:29 media foundation (gstreamer -like thing) Feb 28 20:06:31 Windows Media Foundation. Feb 28 20:06:32 ^^= wmf Feb 28 20:06:33 javispedro: Ok, put OpenAL in Feb 28 20:06:39 They're replacing DirectSound. Feb 28 20:06:42 derf: Ah that, I have it Feb 28 20:06:48 derf: "codecs" Feb 28 20:06:50 ASIO is Advanced Steinberg IO, or something. Feb 28 20:06:59 ASIO I do not know Feb 28 20:07:06 actually gstreamer is a DS like thing Feb 28 20:07:07 Basically, what you need for low-latency direct hardware access in Windows. Feb 28 20:07:45 In BSD (and any real Unix) it would be: /dev/dsp, dev/midi, dev/audio (compatibility) at the bottom Feb 28 20:08:22 bunch of codec device at the next layer Feb 28 20:08:32 some app libraries at the next layer Feb 28 20:08:39 s/device/devices Feb 28 20:10:57 * javispedro ends the sad violins, goes back to coding in a high level interpreted language, like python. Feb 28 20:11:29 * RST38h cackles at the mention of python Feb 28 20:16:44 wtf, how did I manage this Feb 28 20:16:54 xterminal is autorotating into portrait Feb 28 20:18:18 wtf, xchat too Feb 28 20:18:30 yay python Feb 28 20:18:39 but not the browser Feb 28 20:19:28 ah, ctrl-shift-r Feb 28 20:19:34 * ShadowJK didn't know Feb 28 20:23:15 <_0x471> is there an upload limit to the autobuilder? Feb 28 20:23:21 <_0x471> I get errors all the time Feb 28 20:23:26 <_0x471> File upload error. (tar file) Please try to upload your packages again! Feb 28 20:55:24 mwaha the massively abused n900 is up to 111 euro http://cgi.ebay.de/ws/eBayISAPI.dll?ViewItem&item=110652647537&ssPageName=STRK:MEWAX:IT Feb 28 21:02:35 <_0x471> anyone? Feb 28 21:02:45 <_0x471> dput doesn't seem to work either Feb 28 21:04:03 _0x471: wish i could help Feb 28 21:04:15 what are you working on? Feb 28 21:04:32 <_0x471> still the retarded mono package Feb 28 21:15:39 _0x471: i recall dput being the one that worked for me. i also had problems Feb 28 21:20:39 <_0x471> pupnik: I'm currently rebuilding the sources to be sure there is no problem on my side. I then try both, website and dput, again... Feb 28 21:21:48 <_0x471> dput working now :) but i suppose it was something with my key before Feb 28 21:25:11 mono? screwit Feb 28 21:26:22 ~ping Feb 28 21:28:35 ~ping Feb 28 21:28:36 ~pong Feb 28 21:29:03 I need help!!! Feb 28 21:29:20 * DocScrutinizer51 too!!! Feb 28 21:29:53 are you young and female? Feb 28 21:30:21 young but not female sorry Feb 28 21:33:04 well my problem is that whenever i start up the maemo emulator it say this first:Note: For remote X connections DISPLAY should contain hostname! Feb 28 21:33:07 Sample files present. Feb 28 21:33:07 /usr/bin/af-sb-init.sh: line 37: /usr/bin/scratchbox-launcher.sh: No such file or directory Feb 28 21:33:07 /usr/bin/af-sb-init.sh: line 1: export: `40:': not a valid identifier Feb 28 21:33:40 someone please help me!!!! Feb 28 21:33:47 well, nevertheless: what's ypur problem? Feb 28 21:33:47 your* Feb 28 21:34:49 scratchbox gives me a long list if errors when i launch the emulator\ Feb 28 21:36:33 emulator? Feb 28 21:36:43 hi v3rse i'm trying to guess what the problem is Feb 28 21:36:45 ok first: are you sure you are in x86 mode? Feb 28 21:37:15 99% people that come to this channel with scratchbox problems is because they are trying to run af-sb-init in ARMEL Feb 28 21:37:18 yeah i'm sure Feb 28 21:38:11 i think it's because i didn't shut it down properly Feb 28 21:38:42 was it working before? Feb 28 21:38:52 yh it was Feb 28 21:38:56 well your first problem, the X problem, is because your DISPLAY variable should be localhost:2 Feb 28 21:39:22 now if you're missing scratchbox-launcher.sh... it seems you messed up with the installation Feb 28 21:39:26 I would install the whole SDK again. Feb 28 21:40:10 this would be the third time i'd do this Feb 28 21:41:21 where i come from internet time is limited, so is bandwidth Feb 28 21:44:06 well thanks guys but i'd wish there'd be an alternative solution Feb 28 21:45:03 Sc0rpius: ah...the first time i started with sb, i radn af-sb-init in armel :) Feb 28 21:45:27 * piggz reccomends the sb virtual box image from kde Feb 28 21:46:20 umm piggz wats that? Feb 28 21:48:23 http://techbase.kde.org/Projects/Mobile/MaemoVM Feb 28 21:52:01 heh piggz Feb 28 21:53:34 <_0x471> ~ping Feb 28 21:53:34 ~pong Feb 28 21:53:41 <_0x471> ~ping Feb 28 21:53:58 <_0x471> ~ping Feb 28 21:53:58 ~pong Feb 28 21:54:03 <_0x471> hehehe Feb 28 21:54:11 <_0x471> guess i'm gonna do this all day Feb 28 21:54:34 thanks guys i'm out Feb 28 21:54:59 will take me a while to download the vm Feb 28 21:56:54 ~pong Feb 28 21:56:55 ~ping Feb 28 21:57:44 ~ding Feb 28 21:57:45 dong Feb 28 21:58:03 ~botsnack Feb 28 21:58:03 :), DocScrutinizer51 Feb 28 21:58:19 <_0x471> DocScrutinizer51: cheater Feb 28 22:00:18 ~rape _0x471 Feb 28 22:00:19 * infobot takes _0x471 behind the WallMart and makes a few grunts and screams Feb 28 22:01:11 <_0x471> DocScrutinizer51: fix https://garage.maemo.org/builder/fremantle/mono_2.6.7-5maemo1/armel.build.log.FAILED.txt Feb 28 22:03:11 sorry, I'm really not interested in why mono build fails. Just that it does is fine for me Feb 28 22:11:30 So currently Modest does not support IMAP IDLE, correct? One would have to use Nokia Message or another third party, right? Feb 28 22:25:20 bq27220.sh is the best tool for ensuring your device is idling at low power Feb 28 22:25:40 * pupnik now has great battery life Feb 28 22:40:04 here's something that nobody seems to have fixed yet Feb 28 22:40:06 http://maemo.org/packages/view/locate/ Feb 28 22:40:14 here's the package that gets returned by a google search Feb 28 22:40:52 but there is NO LINK TO FILE A BUG REPORT Feb 28 22:41:20 NO LINK TO VOTE ON PACKAGE PROMOTION (devel, extras, testing) Feb 28 22:42:20 (the vote to file a bug is an email link) Feb 28 22:48:39 pupnik: thanks Feb 28 22:50:15 seems rather obvious those should be there :) Feb 28 23:15:29 this is ridiculous... the N900's default calendar app is errornous Feb 28 23:15:49 I set up an event at Thursday 3 March 2011 and set it to repeat every month Feb 28 23:16:04 and from april onwards, it is repeated on Sundays... Feb 28 23:16:38 hm Feb 28 23:16:56 Sunday 3 April, etc. Feb 28 23:17:37 seems that "every month" means that the same day on every month Feb 28 23:19:25 I also miss an "every two weeks" option from the repeat Feb 28 23:21:32 Yeah. Feb 28 23:21:44 i want a biweekly option too. Feb 28 23:22:08 I want it to ping me when my general rubbish bin needs to be taken out Feb 28 23:22:32 I have classes that are there every 2 weeks, but not every week Feb 28 23:22:43 Then I want a quadweekly alarm for paper recycle. Feb 28 23:22:59 SpeedEvil: yeah. and monthly != quadweekly Feb 28 23:24:06 Indeed. Feb 28 23:24:50 Not to mention 'nth sunday every month' Feb 28 23:24:57 yeah Feb 28 23:25:18 I recall hearing from somewhere that the underlying engine itself has these options, but the GUI doesn't show them Feb 28 23:26:44 so if you edit the calendar in an external software that does support them and then sync with the N900, then the N900 will show them correctly too Feb 28 23:27:08 that original Smash TV console sold for $324 :/ Feb 28 23:42:37 SpeedEvil: seems my suggestion to RE calendar wasn't that OT, eh? Feb 28 23:43:52 actually it should become a genuine rewrite, just like for bme Feb 28 23:44:43 seems backend is OK'ish, but frontend is done in a loveless POC manner like many of the maemo core apps Feb 28 23:45:06 Oh yeah - the broken date selectror is another candidate. Feb 28 23:45:27 WAAAAAAH that BSULLSHIT Feb 28 23:46:18 I fsckng need three attempts each time I want to scheule sth for next fryday Feb 28 23:46:23 friday* Feb 28 23:46:40 and schedule* Feb 28 23:46:55 fucking* Feb 28 23:46:59 ;) Feb 28 23:47:09 that's been intentional Feb 28 23:47:28 but you got it nevertheless Feb 28 23:48:10 Either that or Next Generation File System Check Feb 28 23:49:26 zenity --calendar - WTF, blame on whoever was the gashead to design the maemo date selector widget Feb 28 23:51:50 s/blame/shame and owlshit/ Feb 28 23:51:50 DocScrutinizer meant: zenity --calendar - WTF, shame and owlshit on whoever was the gashead to design the maemo date selector widget Feb 28 23:56:04 not like zenity --calendar is free of flaws. But anyway it's *usable* and you can get used to it. There's even some secret way to move to month-1 Feb 28 23:57:37 think we discussed the flaws here in this chan, some maybe 6 months ago Feb 28 23:58:06 iirc it can get fixed by selecting another (better?) theme Feb 28 23:59:07 ah, good old palmos. Mar 01 00:01:17 honestly, maemo isn't bad. But if I ever get a chance to meet the GUI design spec dudes at night in the countryside, then please tell me a week in advance, so I'm prepared to this exciting encounter Mar 01 00:01:36 hey, I had such chance. Mar 01 00:01:48 We all smiled together and played DrNokSnes. Mar 01 00:01:56 and you had no baseball bat with you I bet Mar 01 00:02:06 (truth be said I had only had my N900 for hours by then =) ) Mar 01 00:04:31 I remember there was a #maemo-ui initiative Mar 01 00:04:44 I guess we didn't advertise it enough ... :P Mar 01 00:04:47 ahh... the good times... Mar 01 00:05:36 the good times where M4 allowed to even start apps via d-pad and home-key Mar 01 00:06:01 * javispedro notes that M4 on the N810 didn't allow you either Mar 01 00:06:09 you had to focus the navigator with finger or stylus Mar 01 00:06:51 actually a N810 with M4 and a broken touchpanel is perfectly usable. A N900 with M5 is dead when TP is broken Mar 01 00:07:02 javispedro: duh, what? Mar 01 00:07:04 sure Mar 01 00:07:30 please copy: Mar 01 00:07:31 enlighten me. Mar 01 00:08:45 home dpad select-home Mar 01 00:09:16 home dpad-left dpad up dpad-right Mar 01 00:09:32 dpad to where? On home all I can focus with the d-pad is the google widget Mar 01 00:10:40 javispedro: select desktop to show on top Mar 01 00:11:45 press home, press dpad left, press dpad up until you reach applauncher, press dpad right... select your app to launch Mar 01 00:12:50 home (I guess you mean switch? -- the one you tap to get the list of open windows) doesn't do anything when there are no open windows Mar 01 00:13:24 dpad-left from app-selector is the secret trick Mar 01 00:13:46 yeah, but windows selector doesn't appear if there are no running apps Mar 01 00:13:48 *window Mar 01 00:14:10 meh, I have to close xchat Mar 01 00:14:14 (admittedly something that should be uncommon) Mar 01 00:15:13 damn, you're right, you need at least one started app for this to work Mar 01 00:15:54 it's evil Mar 01 00:16:04 it's better than m5 Mar 01 00:16:53 I still can use a N810 with broken TP. I can bin a N900 when it has same problem Mar 01 00:17:46 I can attach a kbd to N810 USB and never again touch the device. I couldn't attach any kbd at all on stock N900/M5 Mar 01 00:17:59 during the first months I had my N900 I tried to run diablo's hildon on it. I think it was easy enough to get it to show something Mar 01 00:19:13 whatever, just tell me where and when to meet the dude that invented M5 GUI - at night, some lonely area Mar 01 00:21:45 * javispedro ponders if handling the list to DocScrutinizer is a good idea =) Mar 01 00:22:15 either way, what I was talking about a few minutes ago was this event: http://wiki.maemo.org/Maemo-Barcelona_Long_Weekend/UX_meets_Code Mar 01 00:52:47 i miss the 'escape' key on n900 Mar 01 00:53:17 ui's should have that function... to 'go back' 'go up' 'get out' Mar 01 00:54:00 in addition i think gui's should have a hardware key (combo) to 'kill this broken thing' :) Mar 01 00:54:20 something besides the power button Mar 01 00:54:54 do not worry, windows phone 7 mandates a escape button. Mar 01 00:55:05 it does? Mar 01 00:55:09 good for them Mar 01 00:55:14 along with a home/win key Mar 01 00:55:25 i think that's sensible Mar 01 00:56:13 "Simplify as much as possible, but no further." Albert Einstein (1879 - 1955) Mar 01 00:57:12 that's one reason i picked up an e71 and e72 to test/play with for a while Mar 01 00:58:04 you can click through stuff pretty fast Mar 01 01:52:51 is there actually a way to reset/recover the device lock code on the n900 without reflashing? Mar 01 01:52:56 running battery eye increases idle current draw from 2mA to 13mA :( Mar 01 01:54:57 How do you get this: (*@unaffiliated/pupnik)? Mar 01 01:55:54 aktuviens: http://freenode.net/faq.shtml#cloaks Mar 01 02:00:30 I have an N900 and I've just received a 16GB microSD. Is there anything I should do to my system after I install the microSD? Mar 01 02:01:40 You can backup in any case. Mar 01 02:03:43 zanberdo: Nope - nothing really needed. Mar 01 02:03:53 But backup is a good idea at any time. Mar 01 02:04:23 ok, thanks! Mar 01 02:05:02 note that the back-cover toogles a switch for usb mode vs mounted Mar 01 02:05:06 how does the new storage show up on the device? does it automatically adjust the available space for /home or does it create a new mount point? Mar 01 02:05:23 It's mounted as a seperate disk Mar 01 02:05:35 bah, I cant find out how an incoming call is routed into the dialer Mar 01 02:05:45 just inserting the card but not putting the back cover back leaves it unmounted Mar 01 02:08:29 * jonwil still hasn't been able to find anyone who knows anything about telepathy :( Mar 01 02:08:49 docs on maemo.org :P Mar 01 02:09:08 docs dont help :P Mar 01 02:09:23 ok, so it appears to have been added as /media/mmc1 and there is a DCIM directory already created Mar 01 02:09:50 looks just right Mar 01 02:12:59 The Corps is mother, the Corps is father. Mar 01 02:13:14 * jonwil suspect no-one knows anything much about how telepathy works Mar 01 02:13:26 well no-one who is likely to be interested in helping me that is :P Mar 01 02:17:46 jonwil: telepathy is a _STANDARD_ part of the gnome stack, I think you're on the wrong channel. Mar 01 02:18:23 ok, so where is the right place? Mar 01 02:18:41 #telepathy ? =) Mar 01 02:20:03 note that obviously applies to open parts only. Mar 01 02:21:56 how is a free mce coming along? Mar 01 02:22:49 Its not going anywhere Mar 01 02:22:52 see https://bugs.maemo.org/show_bug.cgi?id=11794 Mar 01 02:22:54 Bug 11794: Open Fremantle's MCE Mar 01 02:23:14 no answer... /me sighs Mar 01 02:24:28 aparently jaffa is going to talk to some people at Nokia about that bug and the others here http://wiki.maemo.org/index.php?title=Open_development/Why_the_closed_packages#List_of_outstanding_requests_that_are_still_relevant Mar 01 02:25:21 "are still relevant"? is there any non-relevant request maybe? ;) Mar 01 02:26:10 yes ... "port WP7 to the n900" would be highly unrelevant :o) Mar 01 02:26:13 well some of the requests were things that were already satisfied somehow or otherwise no longer valid Mar 01 02:26:24 Some of them were for things that its clear wont be opened up (like BME) Mar 01 02:26:58 isnt BME almost completely reverse engineered already? Mar 01 02:27:06 dont know Mar 01 02:27:16 well, I am in a pessimist mood today... (having been battling stupid libtool which I will never never never use again) Mar 01 02:27:17 DocScrutinizer put some efforts into figuring stuff out Mar 01 02:27:41 well bme just works .. could do better and be more flexible/configureable but ok Mar 01 02:27:57 while mce could really need some enhancements Mar 01 02:36:50 hm. fmms seems to have stopped working Mar 01 02:46:33 Since today I hate libtool with a passion. Mar 01 02:46:58 What has happened: half of my /usr/bin/* now links with QtGui for no reason. Mar 01 02:48:53 Kernel question. is there any reason that `flasher-3.5 -l -b -k zImage` would fail to boot a Maemo kernel? And is there any way to get the kernel boot log when it fails to boot (config or source code wise)? **** ENDING LOGGING AT Tue Mar 01 02:59:57 2011