2013-01-31 00:21 xiangfu has joined #qi-hardware 2013-01-31 00:28 xiangfu has quit [Ping timeout: 252 seconds] 2013-01-31 00:29 megha is now known as gia 2013-01-31 00:41 xiangfu has joined #qi-hardware 2013-01-31 01:09 [commit] Werner Almesberger: ubb-la/gui.c: add horizontal panning (WIP) (master) http://qi-hw.com/p/ben-blinkenlights/c702fc0 2013-01-31 01:09 [commit] Werner Almesberger: ubb-la/gui.c (gui_init): enable keyboard repeat (master) http://qi-hw.com/p/ben-blinkenlights/4fb2a8c 2013-01-31 01:09 [commit] Werner Almesberger: ubb-la/gui.c (gui): make panning zoom-dependent (2 samples at maximum zoom) (master) http://qi-hw.com/p/ben-blinkenlights/4351442 2013-01-31 01:09 [commit] Werner Almesberger: ubb-la/Makefile: add SDL (may break "static") (master) http://qi-hw.com/p/ben-blinkenlights/65a8578 2013-01-31 01:09 [commit] Werner Almesberger: ubb-la/try.c: run the GUI with fake data (master) http://qi-hw.com/p/ben-blinkenlights/2d49a73 2013-01-31 01:09 [commit] Werner Almesberger: ubb-la/gui.c (DEBUG): make debugging fprintfs optional via DEBUG macro (master) http://qi-hw.com/p/ben-blinkenlights/533e964 2013-01-31 01:09 [commit] Werner Almesberger: ubb-la/gui.c: add section titles and reorder some of the functions (master) http://qi-hw.com/p/ben-blinkenlights/0925b0f 2013-01-31 01:09 [commit] Werner Almesberger: ubb-la/ubb-la.c: new option -g to use the GUI to display results (master) http://qi-hw.com/p/ben-blinkenlights/444e081 2013-01-31 01:11 gia has quit [Ping timeout: 255 seconds] 2013-01-31 01:26 gia has joined #qi-hardware 2013-01-31 01:26 hmm, does anyone use SDL_gfx ? i'm trying to draw text using the default font, but it stubbornly refuses to do anything 2013-01-31 01:30 this happens to SDL 2013-01-31 01:31 check if it was built with SDL_ttf or so 2013-01-31 01:32 i'm not even using TTF. just the default font. 2013-01-31 01:32 tried not initializing the font, initializing it to NULL, and initializing it to gfxPrimitivesFontdata. always the same non-result. 2013-01-31 01:34 mhm 2013-01-31 01:34 does it have non-truetype fonts? 2013-01-31 01:35 if so, try using TTF, as it worked for me. 2013-01-31 01:35 (I wasn't aware of other options.) 2013-01-31 01:35 at least stringColor and such return -1. hmm... 2013-01-31 01:36 it should have a built-in default font. well, let's see what TTF does. most likely, it'll produce portability issues ... 2013-01-31 01:43 llvm's buildbot writes down a "blamelist" when a build fails 2013-01-31 01:43 I should really reimplement that somewhere 2013-01-31 02:01 yeah, SDL_ttf is just trouble. let's do our own text output then ... 2013-01-31 02:34 why do sdl? 2013-01-31 02:34 so desperate? 2013-01-31 02:59 it's for the ben 2013-01-31 03:00 ah. hm 2013-01-31 03:48 porchao has quit [Quit: Leaving...] 2013-01-31 03:51 porchao has joined #qi-hardware 2013-01-31 03:57 wolfspraul has quit [Quit: leaving] 2013-01-31 03:57 wolfspraul has joined #qi-hardware 2013-01-31 04:04 DocScrutinizer05 has quit [Ping timeout: 244 seconds] 2013-01-31 04:04 DocScrutinizer05 has joined #qi-hardware 2013-01-31 04:24 [commit] Werner Almesberger: ubb-la/gui.c: label channels (master) http://qi-hw.com/p/ben-blinkenlights/f99b626 2013-01-31 04:24 [commit] Werner Almesberger: ubb-la/gui.c: display a small map of buffer and view (master) http://qi-hw.com/p/ben-blinkenlights/e1be0f2 2013-01-31 04:24 [commit] Werner Almesberger: ubb-la/: display sample rate and sample interval in the GUI (master) http://qi-hw.com/p/ben-blinkenlights/5bb086e 2013-01-31 04:24 [commit] Werner Almesberger: ubb-la/gui.c: show horizontal divisions (master) http://qi-hw.com/p/ben-blinkenlights/acd9fd6 2013-01-31 04:24 [commit] Werner Almesberger: ubb-la/gui.c (XWIDTH): move view width into macro instead of open-coding it (master) http://qi-hw.com/p/ben-blinkenlights/8d81b58 2013-01-31 04:24 [commit] Werner Almesberger: ubb-la/gui.c: show division size (in samples and seconds) (master) http://qi-hw.com/p/ben-blinkenlights/cdcfb6c 2013-01-31 04:33 hmm. seems that SDL has a memory leak. 2013-01-31 04:42 oops. no, it's my code. i've unlearned how to use vasprintf, how embarrassing :-( 2013-01-31 04:48 [commit] Werner Almesberger: ubb-la/gui.c (textf): vasprintf ain't alloca, so we need to free() (master) http://qi-hw.com/p/ben-blinkenlights/52c3dcc 2013-01-31 05:03 qwebirc45338 has joined #qi-hardware 2013-01-31 05:17 hey, i thought you said "no" to dynamic memory allocation :) 2013-01-31 05:23 yeah, i'm actually contemplating to make this use alloca. it's still dynamic, but may be friendlier in a mlockall'ed environment 2013-01-31 05:32 qwebirc45338 has quit [Quit: Page closed] 2013-01-31 06:00 done :) 2013-01-31 06:00 [commit] Werner Almesberger: ubb-la/gui.c (textf): use vsnprintf+valloca instead of vasprintf (master) http://qi-hw.com/p/ben-blinkenlights/06c5f6b 2013-01-31 06:00 [commit] Werner Almesberger: ubb-la.c/gui.c: show units in light blue to better separate them from numbers (master) http://qi-hw.com/p/ben-blinkenlights/159a128 2013-01-31 06:00 [commit] Werner Almesberger: ubb-la/gui.c: add section comments for color and layout definitions (master) http://qi-hw.com/p/ben-blinkenlights/ba033cc 2013-01-31 06:06 emeb has quit [Quit: Leaving.] 2013-01-31 06:12 jekhor has joined #qi-hardware 2013-01-31 06:50 panda|x201 has quit [Ping timeout: 240 seconds] 2013-01-31 07:41 jekhor has quit [Ping timeout: 248 seconds] 2013-01-31 07:43 jluis has joined #qi-hardware 2013-01-31 07:45 jekhor has joined #qi-hardware 2013-01-31 07:56 wej has quit [Ping timeout: 248 seconds] 2013-01-31 08:00 panda|x201 has joined #qi-hardware 2013-01-31 08:07 wej has joined #qi-hardware 2013-01-31 08:36 jekhor_ has joined #qi-hardware 2013-01-31 08:40 jekhor has quit [Ping timeout: 245 seconds] 2013-01-31 08:57 jekhor_ has quit [Ping timeout: 245 seconds] 2013-01-31 09:15 gia has quit [Ping timeout: 245 seconds] 2013-01-31 10:14 xiangfu has quit [Ping timeout: 252 seconds] 2013-01-31 10:27 megha has joined #qi-hardware 2013-01-31 10:54 xiangfu has joined #qi-hardware 2013-01-31 11:02 jluis has quit [Remote host closed the connection] 2013-01-31 11:05 megha has quit [Ping timeout: 245 seconds] 2013-01-31 11:07 jekhor_ has joined #qi-hardware 2013-01-31 11:10 jluis has joined #qi-hardware 2013-01-31 11:23 megha has joined #qi-hardware 2013-01-31 11:28 wolfspraul has quit [Ping timeout: 240 seconds] 2013-01-31 11:28 wolfspraul has joined #qi-hardware 2013-01-31 11:30 rz2k has joined #qi-hardware 2013-01-31 11:56 panda|x201 has quit [Ping timeout: 246 seconds] 2013-01-31 12:01 Jay7 has quit [Read error: Connection reset by peer] 2013-01-31 12:01 Jay7 has joined #qi-hardware 2013-01-31 12:06 LunaVorax has quit [Quit: Quitte] 2013-01-31 12:28 jekhor_ has quit [Ping timeout: 246 seconds] 2013-01-31 12:38 woakas has quit [Ping timeout: 246 seconds] 2013-01-31 12:51 woakas has joined #qi-hardware 2013-01-31 13:25 urandom__ has joined #qi-hardware 2013-01-31 13:43 Hoolxi has joined #qi-hardware 2013-01-31 13:49 xiangfu has quit [Quit: leaving] 2013-01-31 14:40 hellekin has quit [Read error: Operation timed out] 2013-01-31 14:41 hellekin has joined #qi-hardware 2013-01-31 14:47 panda|x201 has joined #qi-hardware 2013-01-31 14:55 Hoolxi has quit [Remote host closed the connection] 2013-01-31 14:56 bzb has quit [Quit: Leaving] 2013-01-31 15:16 megha has quit [Read error: Operation timed out] 2013-01-31 15:17 rz2k has quit [] 2013-01-31 15:32 megha has joined #qi-hardware 2013-01-31 15:34 erikkugel has joined #qi-hardware 2013-01-31 16:05 emeb has joined #qi-hardware 2013-01-31 16:06 jluis has quit [Remote host closed the connection] 2013-01-31 16:10 bzb has joined #qi-hardware 2013-01-31 16:34 kyak has quit [] 2013-01-31 16:36 kyak has joined #qi-hardware 2013-01-31 16:36 kyak has quit [Changing host] 2013-01-31 16:36 kyak has joined #qi-hardware 2013-01-31 16:59 megha has quit [Quit: WeeChat 0.4.0] 2013-01-31 17:15 kilae has joined #qi-hardware 2013-01-31 17:39 urandom__ has quit [Quit: Konversation terminated!] 2013-01-31 17:48 [commit] Werner Almesberger: ubb-la/gui.c: add small gap (UNIT_GAP) between numbers and units (master) http://qi-hw.com/p/ben-blinkenlights/a83d8bf 2013-01-31 17:48 [commit] Werner Almesberger: ubb-la/gui.c: mark the center of the view area (master) http://qi-hw.com/p/ben-blinkenlights/b0a576d 2013-01-31 17:48 [commit] Werner Almesberger: ubb-la/gui.c: display time of center (from start of buffer) (master) http://qi-hw.com/p/ben-blinkenlights/db133f2 2013-01-31 17:48 [commit] Werner Almesberger: ubb-la/gui.c (show_map): keep view rectangle size constant (master) http://qi-hw.com/p/ben-blinkenlights/f26fd35 2013-01-31 17:48 [commit] Werner Almesberger: ubb-la/try.c (main): use same buffer size and offset as the Ben (master) http://qi-hw.com/p/ben-blinkenlights/af3c18a 2013-01-31 17:48 [commit] Werner Almesberger: ubb-la/gui.c: make debug output clearer and more detailed (master) http://qi-hw.com/p/ben-blinkenlights/8b69d26 2013-01-31 17:48 [commit] Werner Almesberger: ubb-la/gui.c (show_buffer): fix calculation of the position offset (dp) (master) http://qi-hw.com/p/ben-blinkenlights/137ed18 2013-01-31 17:48 [commit] Werner Almesberger: ubb-la/gui.c (show_map): fix calculation of middle point (master) http://qi-hw.com/p/ben-blinkenlights/709506e 2013-01-31 17:48 [commit] Werner Almesberger: ubb-la/gui.c (gui): the upper bound for "pos" is nibbles-skip-1, not "nibbles" (master) http://qi-hw.com/p/ben-blinkenlights/f9b3c36 2013-01-31 18:20 LunaVorax has joined #qi-hardware 2013-01-31 19:21 bzb has quit [Quit: Leaving] 2013-01-31 19:24 woakas has quit [Read error: Connection reset by peer] 2013-01-31 20:16 http://www.schneier.com/blog/archives/2013/01/the_eavesdroppi.html?utm_medium=twitter&utm_source=twitterfeed 2013-01-31 20:17 this would be hilarious if it wasn't so sad 2013-01-31 20:19 you really ought to avoid going though twitter. schneier's site is good on its own. 2013-01-31 20:25 wpwrak: hm? 2013-01-31 20:38 well.. duh.. 2013-01-31 20:38 * roh rather wonders if schneier just needed to install a server by himself.. i also want to know the fw in the ilo i use 2013-01-31 20:39 but since there is low to no money interrested in security there, nothing happens.. usually one is really glad when it works at all. 2013-01-31 20:40 whitequark: what i mean is that http://www.schneier.com/blog/ is a good place to have in your "visit at least once per week" list 2013-01-31 20:45 wpwrak: I suck at recurring tasks 2013-01-31 20:45 unless there are only few of them 2013-01-31 20:45 "check email" and "check twitter" is somewhere along 66.(6)% of what I can realistically keep in mind. 2013-01-31 20:46 vi home.html :) 2013-01-31 20:48 whitequark: get a rss client 2013-01-31 20:49 or as they call it aggregator 2013-01-31 21:03 well.. not that important. schneier isn really fast when it comes to new topics 2013-01-31 21:04 but he can explain complicated stuff good, so everbody? gets it. thats good. 2013-01-31 21:09 kilae has quit [Quit: ChatZilla 0.9.89 [Firefox 18.0.1/20130116073211]] 2013-01-31 21:17 larsc: everybody who has rss has also a twitter feed, but not vice-versa 2013-01-31 21:17 plus, I already do have an RSS "client" which sends new entries in feeds to my e-mail 2013-01-31 21:18 but I only use it for things which I'm sure I want to actually read 2013-01-31 21:18 whereas twitter is good if you in most cases will shrug and scroll it over 2013-01-31 21:52 erikkugel has quit [Quit: Leaving.] 2013-01-31 21:54 meh, is there a sane way to do visa->bitcoin?.. 2013-01-31 22:04 ooh right, chargebacks. 2013-01-31 22:52 LunaVorax has quit [Read error: No route to host] 2013-01-31 23:33 rz2k has joined #qi-hardware 2013-01-31 23:41 pcercuei has joined #qi-hardware 2013-01-31 23:44 Jay7 has quit [Read error: Connection reset by peer] 2013-01-31 23:45 Jay7 has joined #qi-hardware