2013-02-21 00:05 wej has quit [Ping timeout: 264 seconds] 2013-02-21 00:07 wej has joined #qi-hardware 2013-02-21 00:18 bzb has quit [Quit: Leaving] 2013-02-21 01:22 emeb has quit [Quit: Leaving.] 2013-02-21 02:01 pcercuei has joined #qi-hardware 2013-02-21 02:08 wej has quit [Ping timeout: 248 seconds] 2013-02-21 02:08 unix has joined #qi-hardware 2013-02-21 02:13 wej has joined #qi-hardware 2013-02-21 02:29 pcercuei has quit [Ping timeout: 248 seconds] 2013-02-21 02:31 pcercuei has joined #qi-hardware 2013-02-21 02:40 wolfspraul has joined #qi-hardware 2013-02-21 02:57 pcercuei has quit [Ping timeout: 248 seconds] 2013-02-21 03:41 unix has quit [Ping timeout: 260 seconds] 2013-02-21 04:04 DocScrutinizer05 has quit [Disconnected by services] 2013-02-21 04:04 DocScrutinizer06 has joined #qi-hardware 2013-02-21 04:04 DocScrutinizer06 is now known as DocScrutinizer05 2013-02-21 04:13 xiangfu has joined #qi-hardware 2013-02-21 05:54 wolfspraul has quit [Quit: leaving] 2013-02-21 06:51 jekhor has joined #qi-hardware 2013-02-21 07:11 xiangfu has quit [Ping timeout: 255 seconds] 2013-02-21 07:12 wej has quit [Ping timeout: 245 seconds] 2013-02-21 07:41 jluis has joined #qi-hardware 2013-02-21 07:47 wej has joined #qi-hardware 2013-02-21 08:46 xiangfu has joined #qi-hardware 2013-02-21 09:10 xiangfu has quit [Ping timeout: 248 seconds] 2013-02-21 09:11 wolfspraul has joined #qi-hardware 2013-02-21 09:11 xiangfu has joined #qi-hardware 2013-02-21 09:38 jekhor has quit [Ping timeout: 252 seconds] 2013-02-21 10:01 xiangfu has quit [Ping timeout: 276 seconds] 2013-02-21 10:04 rz2k has joined #qi-hardware 2013-02-21 10:31 kuribas has joined #qi-hardware 2013-02-21 11:24 wej: just letting you know, that gmu 0.9.1 works fine on nanonote 2013-02-21 11:24 gmuc is kind of strange.. it opens the playlist view by default, and i'm stuck there 2013-02-21 11:25 tab circles through 2013-02-21 11:25 it doesn't work 2013-02-21 11:25 i pressed it 2013-02-21 11:26 works for me (tm) 2013-02-21 11:26 btw, is it expected that songs without id tags are displayed blank in gmu playlist? 2013-02-21 11:26 yes 2013-02-21 11:26 can't it fallback to file name? 2013-02-21 11:26 it probably should, you should talk to upstream authors about that 2013-02-21 11:27 nice :) about gmuc: gmuc connects to gmu through the gmuhttp.so plugin. this has to be enabled. by default, it listens only on the local loopbakc interface, but that should be fine for the nanonote, since it has no networking by default anyway. so if you just want gmu with an ncurses interface but no sdl interface, you would either omit the sdl.so plugin altogether, or call the gmu executable gmu.bin with the -p parameter specifying only frontends/gmuhttp.so 2013-02-21 11:27 that way you can even run gmu completely headless and only connect with gmuc when you actually want to do something with it 2013-02-21 11:28 wej: ah, that explains.. i was just running "gmuc" without any parameters or gmu running elsewhere.. i will also double check if the gmuhttp.so is installed 2013-02-21 11:28 yep :) 2013-02-21 11:28 oh and there is a password authentication, both gmu and gmuc need to be configured with the same password (at least 9 chars long) 2013-02-21 11:29 all that is also explained somewhere in the README.txt file :) 2013-02-21 11:29 wej: i also ignored the warning to edit config file, which it autogenerated :) i assumed i could live with defaults 2013-02-21 11:29 hehe, yeah, in that config file you can set the password and hostname to connect to 2013-02-21 11:30 in gmu's config file gmuhttp.Password should be set to the same password 2013-02-21 11:30 so you are more or less reproducing the mpd technology, right? Or are there any fundamental differences? 2013-02-21 11:30 but gmuc will tell you if the login fails because of a password mismatch 2013-02-21 11:31 kyak, it is somewhat different. with Gmu. for one, it is still possible to have a frontend running in the "server" like the sdl frontend does 2013-02-21 11:31 also the client-server thing going on there is nt some proprietary gmu-protocol, but instead is http with websocket, so it is even possible to use a webbrowser to control Gmu 2013-02-21 11:32 xiangfu has joined #qi-hardware 2013-02-21 11:32 soudn cool! 2013-02-21 11:32 (i have even implemented a small client with javascript to be used in a browser) 2013-02-21 11:32 works with any modern browser with websocket support like firefox or chromium. obviously this is mostly interesting for devices with some sort of networking 2013-02-21 11:33 ben is network-capable, sometimes :) 2013-02-21 11:34 yeah, that's true, but not in its default configuration ;) 2013-02-21 11:35 oh and the actual data transmitted over the network is encoded as JSON, so it is pretty easy to understand and to implement other clients or build more advanced web applications than the one i have supplied 2013-02-21 11:36 none of that stuff has external dependencies though and i always try to keep things small, so they run well on devices with limited ressources 2013-02-21 11:39 xiangfu has quit [Remote host closed the connection] 2013-02-21 11:41 wej: and that you do successfully 2013-02-21 11:41 :) 2013-02-21 11:42 wej: do you think it makes sense to fall back to the file name display, if there are no id tags in file? 2013-02-21 11:43 yeah, probably 2013-02-21 11:43 i probably don't have a lot of such files, but i noticed it when i wanted to test the capability to display cyrillic properly 2013-02-21 11:43 xiangfu has joined #qi-hardware 2013-02-21 11:43 so i just 'touch'ed an mp3 file with cyrillic name :) 2013-02-21 11:43 ah :> 2013-02-21 11:44 sometimes there are files, that actually have meta data but where everything's empty. i am not entirely sure how to handle those. it is probably best to use the filename there as well 2013-02-21 11:45 or something like everything is full of spaces but no visible characters 2013-02-21 11:48 jekhor has joined #qi-hardware 2013-02-21 11:51 yeah, that would be another case 2013-02-21 12:42 jekhor has quit [Ping timeout: 240 seconds] 2013-02-21 13:36 jekhor has joined #qi-hardware 2013-02-21 14:05 unix has joined #qi-hardware 2013-02-21 14:39 guanucoluis has joined #qi-hardware 2013-02-21 14:47 jekhor has quit [Ping timeout: 260 seconds] 2013-02-21 15:04 xiangfu has quit [Ping timeout: 264 seconds] 2013-02-21 15:10 xiangfu has joined #qi-hardware 2013-02-21 15:17 urandom_ has joined #qi-hardware 2013-02-21 15:28 _whitelogger has joined #qi-hardware 2013-02-21 15:32 LunaVorax has joined #qi-hardware 2013-02-21 15:34 kuribas has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 2013-02-21 15:44 Hi 2013-02-21 15:52 _whitelogger has joined #qi-hardware 2013-02-21 16:02 LunaVorax has quit [Ping timeout: 260 seconds] 2013-02-21 16:20 emeb has joined #qi-hardware 2013-02-21 16:37 jluis has quit [Remote host closed the connection] 2013-02-21 16:57 xiangfu has quit [Ping timeout: 244 seconds] 2013-02-21 16:59 xiangfu has joined #qi-hardware 2013-02-21 17:05 emeb has quit [Quit: Leaving.] 2013-02-21 17:07 emeb has joined #qi-hardware 2013-02-21 17:10 xiangfu has quit [Ping timeout: 248 seconds] 2013-02-21 17:45 kilae has joined #qi-hardware 2013-02-21 17:59 jekhor has joined #qi-hardware 2013-02-21 18:08 _whitelogger has joined #qi-hardware 2013-02-21 18:32 urandom_ has quit [Remote host closed the connection] 2013-02-21 18:32 urandom_ has joined #qi-hardware 2013-02-21 18:32 roh has quit [Read error: Operation timed out] 2013-02-21 18:32 roh has joined #qi-hardware 2013-02-21 19:03 baba has joined #qi-hardware 2013-02-21 19:04 unix has quit [Ping timeout: 248 seconds] 2013-02-21 19:09 rz2k_ has joined #qi-hardware 2013-02-21 19:10 rz2k has quit [Ping timeout: 255 seconds] 2013-02-21 19:12 lekernel has joined #qi-hardware 2013-02-21 19:12 http://news.xinhuanet.com/english/china/2013-02/20/c_132181495.htm 2013-02-21 19:12 China mulls BBQ ban in major cities 2013-02-21 19:14 how many bbq do you need to get the equivalent of one factory? 2013-02-21 19:21 hellekin has joined #qi-hardware 2013-02-21 19:23 lol a company is receiving a picture of a key, and sends back a copy of that key. Lockpicking made obsolete. 2013-02-21 19:31 LunaVorax has joined #qi-hardware 2013-02-21 19:43 jekhor has quit [Read error: Operation timed out] 2013-02-21 19:45 lockpicking is probably still faster 2013-02-21 19:53 hellekin: does the picture include a size reference ? :) 2013-02-21 19:54 lekernel: in other news, argentine meat exports plummet 2013-02-21 19:57 mth has quit [Remote host closed the connection] 2013-02-21 19:57 mth has joined #qi-hardware 2013-02-21 20:03 wpwrak: does that mean we'll get better meat in town for the net hacksado? :) 2013-02-21 20:17 mth has quit [Ping timeout: 248 seconds] 2013-02-21 20:17 does anybody know how to get the offset of a label to the current instruction in gnu asm? 2013-02-21 20:18 mth has joined #qi-hardware 2013-02-21 20:21 larsc: 1: insn 1 - label ? 2013-02-21 20:21 er, 1: insn 1b - label ? 2013-02-21 20:21 something along these lines 2013-02-21 20:23 I think (.label - .) should also work 2013-02-21 20:27 at least the generated code looks good 2013-02-21 20:40 kilae has quit [Quit: ChatZilla 0.9.90 [Firefox 19.0/20130215130331]] 2013-02-21 20:41 guanucoluis has quit [Ping timeout: 244 seconds] 2013-02-21 20:42 baba is now known as unix 2013-02-21 20:43 hellekin: i probably means that the good farmers go out of business and only the crappy ones survive. expect beef-horse-dog hybrid meat soon ... 2013-02-21 21:10 wpwrak: please don't do this, I'm trying to recover from very low mood 2013-02-21 21:10 I might become vegan 2013-02-21 21:13 * whitequark considers that one of the most valid cases to become vegan 2013-02-21 21:14 hellekin: (low mood) did you find out that you're out of beer ? that would of course truly suck 2013-02-21 21:14 jekhor has joined #qi-hardware 2013-02-21 21:14 wpwrak: man you're right. 2013-02-21 21:16 maybe I should rush out and put my radar on your fridge wpwrak :) 2013-02-21 21:17 maybe you should learn from my example: whenever the fridge's beer content drops below 50%, start restocking :) 2013-02-21 21:18 lol 2013-02-21 21:19 * wpwrak just checked ... and restocked from the out-of-fridge reserve 2013-02-21 21:19 wow, that's an industrial process 2013-02-21 21:23 preparedness is everything ;-) 2013-02-21 21:39 rz2k_ is now known as rz2k 2013-02-21 21:57 jekhor has quit [Ping timeout: 245 seconds] 2013-02-21 21:58 wolfspraul has quit [Quit: leaving] 2013-02-21 22:48 unix has quit [Quit: WeeChat 0.4.0] 2013-02-21 22:53 I'm tryin 2013-02-21 22:54 I'm trying to build a ubi image for the ben nanonote with openembedded 2013-02-21 22:54 I need to know if the ben nand flash chip has sub-page support 2013-02-21 22:55 does it ? 2013-02-21 22:57 rz2k has quit [] 2013-02-21 22:59 apelete: dunno. but you can check the data sheet. e.g., here: http://downloads.qi-hardware.com/hardware/datasheets/K9GAG08U0M.pdf 2013-02-21 23:01 thanks wpwrak, I was trying to get data from the device itself py poking around the linux filesystem, but that kind of data may not be reliable (it depends on how the software was configured) 2013-02-21 23:08 wej has quit [Ping timeout: 248 seconds] 2013-02-21 23:13 wej has joined #qi-hardware 2013-02-21 23:57 panda|x201 has joined #qi-hardware