2013-09-30 00:21 kyak has quit [Read error: Operation timed out] 2013-09-30 01:21 kyak has joined #qi-hardware 2013-09-30 01:38 dos1 has quit [Ping timeout: 240 seconds] 2013-09-30 02:14 qi-bot has quit [Ping timeout: 268 seconds] 2013-09-30 04:13 unclouded has joined #qi-hardware 2013-09-30 04:15 viric: have you ever seen RMS happy? 2013-09-30 04:16 ooh, larsc said that already ;-P 2013-09-30 04:19 actually I again did the mistake to read backsroll top-down instead of bottom up 2013-09-30 04:19 seem the letters RMS and happy in one line trigger reactions in about everybody 2013-09-30 04:22 (battery) as long as standby times of a laptop under linux are shorter than under (even!) windows, you know sth is terribly fsckd up in linux regarding power management. 2013-09-30 04:25 DocScrutinizer05: maybe its because people get stuff done with their linux and idling while showing a hourglass simply needs less power ;) 2013-09-30 04:25 possible, but not really in line with what you see 2013-09-30 04:28 it's rather that windows (like android) simply doesn't care about stuff like layering violations and instead implements whatever botch needed to make stuff work and forbid userland to do nasty things, while linux is a proper OS that allows userland to do whatever idiocy they like and system doesn't do anything to stop the fallout 2013-09-30 04:29 so when OS allows background busy waiting then ineevitably some stupid app coders will use that feature 2013-09-30 04:30 and on linux not even device drivers are remarkably saner than apps, regarding that 2013-09-30 04:31 at least some of them 2013-09-30 04:32 since linux wants to be compatible to every crappy hw you could imagine, which often implies not exploiting available power saving measures 2013-09-30 04:32 even by design (like API) 2013-09-30 04:33 e.g.: when you design a universal accelerometer API, you just can do poll basically. For sure you can't rely on advanced "embedded intelligence" of the accelerometer chip that's not to be found on next random chip in next platform 2013-09-30 04:36 on windows it's simple: you have no driver at all but rather some closed source userland app that talks to peripheral, and a manufacturer ships both hw & sw in a bundle 2013-09-30 04:38 of course this is a tad pithy now, but the basic idea is right I think 2013-09-30 04:39 I had a lot of similar discussions lately, about "upstream" kernel vs Nokia N900 specific kernel 2013-09-30 04:40 I still don't see any other kernel come into vicinity of maemo-2.6.28 when it comes to powersaving on N900 2013-09-30 04:41 since they all despise the Nokia "proprietary" though FOSS/GPL kernel hacks 2013-09-30 04:42 upstream rjects them since it doesn't meet their policies and rules on how software should look 2013-09-30 04:44 larsc_ has joined #qi-hardware 2013-09-30 04:49 larsc has quit [*.net *.split] 2013-09-30 04:49 mirko has quit [*.net *.split] 2013-09-30 04:52 pardon my french, should chill out a bit 2013-09-30 04:52 mirko has joined #qi-hardware 2013-09-30 04:56 mirko has quit [*.net *.split] 2013-09-30 05:02 mirko has joined #qi-hardware 2013-09-30 05:04 your direction of thinking makes sense 2013-09-30 05:25 thanks 2013-09-30 05:29 wej_ has quit [Ping timeout: 264 seconds] 2013-09-30 05:34 wej has joined #qi-hardware 2013-09-30 05:41 wej has quit [Ping timeout: 264 seconds] 2013-09-30 05:45 unclouded has quit [Ping timeout: 260 seconds] 2013-09-30 05:47 wej has joined #qi-hardware 2013-09-30 05:58 unclouded has joined #qi-hardware 2013-09-30 06:47 hmm, does my memory betray me, or was it the case that once upon a time, in C, when having an array char a[10]; the expressions a and &a were equivalent ? (this is not the case now) 2013-09-30 06:53 I think so , it used to be at least 2013-09-30 06:59 i think a, &a and &a[0] are equivalent 2013-09-30 06:59 wpwrak: are you saying it's no longer the case? 2013-09-30 07:07 at least gcc says they're incompatible 2013-09-30 07:08 also clang dislikes it 2013-09-30 07:09 the value generated is the same, though 2013-09-30 07:56 I think it's called decay 2013-09-30 07:58 wpwrak: I remember that being part of K&R even 2013-09-30 07:58 wolfspraul has joined #qi-hardware 2013-09-30 08:00 http://c0x.coding-guidelines.com/6.3.2.1.html#729 2013-09-30 08:16 the case that causes problems is &array. e.g., if i have int a[10]; then &a is "int (*)[10]" (not to be confused with "int *[10]") and considered by gcc and llvm to be incompatible with a mere "int *" 2013-09-30 08:18 qi-bot has joined #qi-hardware 2013-09-30 08:21 pcercuei has joined #qi-hardware 2013-09-30 08:44 mirko has quit [*.net *.split] 2013-09-30 08:45 mirko has joined #qi-hardware 2013-09-30 09:13 larsc_ is now known as larsc 2013-09-30 09:46 xiangfu has joined #qi-hardware 2013-09-30 11:42 porchao has joined #qi-hardware 2013-09-30 11:43 porchaso0 has quit [Ping timeout: 252 seconds] 2013-09-30 12:25 viric has quit [Ping timeout: 240 seconds] 2013-09-30 12:31 viric has joined #qi-hardware 2013-09-30 13:38 FDCX has quit [Read error: Connection reset by peer] 2013-09-30 13:41 FDCX has joined #qi-hardware 2013-09-30 14:43 wolfspraul has quit [Ping timeout: 248 seconds] 2013-09-30 14:45 wolfspraul has joined #qi-hardware 2013-09-30 15:26 cool https://en.wikipedia.org/wiki/Software_GNSS_receiver#Comparison_of_implementations 2013-09-30 15:43 viric has quit [Ping timeout: 240 seconds] 2013-09-30 15:50 viric has joined #qi-hardware 2013-09-30 15:58 bartbes has quit [Remote host closed the connection] 2013-09-30 15:58 bartbes has joined #qi-hardware 2013-09-30 16:06 viric has quit [Ping timeout: 240 seconds] 2013-09-30 16:12 viric has joined #qi-hardware 2013-09-30 16:14 dos1 has joined #qi-hardware 2013-09-30 16:18 rz2k has joined #qi-hardware 2013-09-30 16:37 heberth has joined #qi-hardware 2013-09-30 16:38 xiangfu has quit [Remote host closed the connection] 2013-09-30 16:55 viric has quit [Ping timeout: 240 seconds] 2013-09-30 17:02 viric has joined #qi-hardware 2013-09-30 17:14 [commit] Werner Almesberger: fab/prettygerbv: update for new file names; add option -y for vertical stacking (master) http://qi-hw.com/p/eda-tools/53d6e1d 2013-09-30 17:55 rz2k has quit [] 2013-09-30 19:14 qi-bot has quit [Ping timeout: 260 seconds] 2013-09-30 20:02 wolfspra1l has joined #qi-hardware 2013-09-30 20:02 wolfspraul has quit [Quit: leaving] 2013-09-30 20:34 wolfspra1l has quit [Quit: leaving] 2013-09-30 20:34 wolfspraul has joined #qi-hardware 2013-09-30 20:37 qi-bot has joined #qi-hardware 2013-09-30 21:09 wolfspraul has quit [Quit: leaving] 2013-09-30 21:10 pcercuei has quit [Quit: dodo] 2013-09-30 21:23 Jay7 has quit [Ping timeout: 248 seconds] 2013-09-30 21:30 Jay7 has joined #qi-hardware 2013-09-30 21:40 pcercuei has joined #qi-hardware 2013-09-30 21:42 Jay7 has quit [Quit: Conversation terminated] 2013-09-30 21:45 FDCX has quit [Ping timeout: 245 seconds] 2013-09-30 21:54 pcercuei has quit [Quit: dodo] 2013-09-30 22:01 FDCX has joined #qi-hardware 2013-09-30 22:12 Luke-Jr has quit [Ping timeout: 264 seconds] 2013-09-30 22:30 Luke-Jr has joined #qi-hardware 2013-09-30 23:11 Luke-Jr has quit [Read error: Connection reset by peer] 2013-09-30 23:18 Luke-Jr has joined #qi-hardware 2013-09-30 23:25 Luke-Jr has quit [Remote host closed the connection] 2013-09-30 23:28 Luke-Jr has joined #qi-hardware 2013-09-30 23:47 wej has quit [Ping timeout: 264 seconds] 2013-09-30 23:48 wej_ has joined #qi-hardware 2013-09-30 23:55 dos1 has quit [Quit: Kabum!]