| qi-bot | [commit] Werner Almesberger: ubb-la/gui.c: add horizontal panning (WIP) (master) http://qi-hw.com/p/ben-blinkenlights/c702fc0 | 01:09 |
|---|---|---|
| qi-bot | [commit] Werner Almesberger: ubb-la/gui.c (gui_init): enable keyboard repeat (master) http://qi-hw.com/p/ben-blinkenlights/4fb2a8c | 01:09 |
| qi-bot | [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 | 01:09 |
| qi-bot | [commit] Werner Almesberger: ubb-la/Makefile: add SDL (may break "static") (master) http://qi-hw.com/p/ben-blinkenlights/65a8578 | 01:09 |
| qi-bot | [commit] Werner Almesberger: ubb-la/try.c: run the GUI with fake data (master) http://qi-hw.com/p/ben-blinkenlights/2d49a73 | 01:09 |
| qi-bot | [commit] Werner Almesberger: ubb-la/gui.c (DEBUG): make debugging fprintfs optional via DEBUG macro (master) http://qi-hw.com/p/ben-blinkenlights/533e964 | 01:09 |
| qi-bot | [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 | 01:09 |
| qi-bot | [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 | 01:09 |
| wpwrak | hmm, does anyone use SDL_gfx ? i'm trying to draw text using the default font, but it stubbornly refuses to do anything | 01:26 |
| whitequark | this happens to SDL | 01:30 |
| whitequark | check if it was built with SDL_ttf or so | 01:31 |
| wpwrak | i'm not even using TTF. just the default font. | 01:32 |
| wpwrak | tried not initializing the font, initializing it to NULL, and initializing it to gfxPrimitivesFontdata. always the same non-result. | 01:32 |
| whitequark | mhm | 01:34 |
| whitequark | does it have non-truetype fonts? | 01:34 |
| whitequark | if so, try using TTF, as it worked for me. | 01:35 |
| whitequark | (I wasn't aware of other options.) | 01:35 |
| wpwrak | at least stringColor and such return -1. hmm... | 01:35 |
| wpwrak | it should have a built-in default font. well, let's see what TTF does. most likely, it'll produce portability issues ... | 01:36 |
| whitequark | llvm's buildbot writes down a "blamelist" when a build fails | 01:43 |
| whitequark | I should really reimplement that somewhere | 01:43 |
| wpwrak | yeah, SDL_ttf is just trouble. let's do our own text output then ... | 02:01 |
| roh | why do sdl? | 02:34 |
| roh | so desperate? | 02:34 |
| wpwrak | it's for the ben | 02:59 |
| roh | ah. hm | 03:00 |
| qi-bot | [commit] Werner Almesberger: ubb-la/gui.c: label channels (master) http://qi-hw.com/p/ben-blinkenlights/f99b626 | 04:24 |
| qi-bot | [commit] Werner Almesberger: ubb-la/gui.c: display a small map of buffer and view (master) http://qi-hw.com/p/ben-blinkenlights/e1be0f2 | 04:24 |
| qi-bot | [commit] Werner Almesberger: ubb-la/: display sample rate and sample interval in the GUI (master) http://qi-hw.com/p/ben-blinkenlights/5bb086e | 04:24 |
| qi-bot | [commit] Werner Almesberger: ubb-la/gui.c: show horizontal divisions (master) http://qi-hw.com/p/ben-blinkenlights/acd9fd6 | 04:24 |
| qi-bot | [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 | 04:24 |
| qi-bot | [commit] Werner Almesberger: ubb-la/gui.c: show division size (in samples and seconds) (master) http://qi-hw.com/p/ben-blinkenlights/cdcfb6c | 04:24 |
| wpwrak | hmm. seems that SDL has a memory leak. | 04:34 |
| wpwrak | oops. no, it's my code. i've unlearned how to use vasprintf, how embarrassing :-( | 04:42 |
| qi-bot | [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 | 04:48 |
| kyak | hey, i thought you said "no" to dynamic memory allocation :) | 05:17 |
| wpwrak | yeah, i'm actually contemplating to make this use alloca. it's still dynamic, but may be friendlier in a mlockall'ed environment | 05:23 |
| wpwrak | done :) | 06:00 |
| qi-bot | [commit] Werner Almesberger: ubb-la/gui.c (textf): use vsnprintf+valloca instead of vasprintf (master) http://qi-hw.com/p/ben-blinkenlights/06c5f6b | 06:00 |
| qi-bot | [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 | 06:00 |
| qi-bot | [commit] Werner Almesberger: ubb-la/gui.c: add section comments for color and layout definitions (master) http://qi-hw.com/p/ben-blinkenlights/ba033cc | 06:00 |
| qi-bot | [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 | 17:48 |
| qi-bot | [commit] Werner Almesberger: ubb-la/gui.c: mark the center of the view area (master) http://qi-hw.com/p/ben-blinkenlights/b0a576d | 17:48 |
| qi-bot | [commit] Werner Almesberger: ubb-la/gui.c: display time of center (from start of buffer) (master) http://qi-hw.com/p/ben-blinkenlights/db133f2 | 17:48 |
| qi-bot | [commit] Werner Almesberger: ubb-la/gui.c (show_map): keep view rectangle size constant (master) http://qi-hw.com/p/ben-blinkenlights/f26fd35 | 17:48 |
| qi-bot | [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 | 17:48 |
| qi-bot | [commit] Werner Almesberger: ubb-la/gui.c: make debug output clearer and more detailed (master) http://qi-hw.com/p/ben-blinkenlights/8b69d26 | 17:48 |
| qi-bot | [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 | 17:48 |
| qi-bot | [commit] Werner Almesberger: ubb-la/gui.c (show_map): fix calculation of middle point (master) http://qi-hw.com/p/ben-blinkenlights/709506e | 17:48 |
| qi-bot | [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 | 17:48 |
| whitequark | http://www.schneier.com/blog/archives/2013/01/the_eavesdroppi.html?utm_medium=twitter&utm_source=twitterfeed | 20:16 |
| whitequark | this would be hilarious if it wasn't so sad | 20:17 |
| wpwrak | you really ought to avoid going though twitter. schneier's site is good on its own. | 20:19 |
| whitequark | wpwrak: hm? | 20:25 |
| roh | well.. duh.. | 20:38 |
| Action: 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 | 20:38 | |
| roh | but since there is low to no money interrested in security there, nothing happens.. usually one is really glad when it works at all. | 20:39 |
| wpwrak | 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 | 20:40 |
| whitequark | wpwrak: I suck at recurring tasks | 20:45 |
| whitequark | unless there are only few of them | 20:45 |
| whitequark | "check email" and "check twitter" is somewhere along 66.(6)% of what I can realistically keep in mind. | 20:45 |
| wpwrak | vi home.html :) | 20:46 |
| larsc | whitequark: get a rss client | 20:48 |
| larsc | or as they call it aggregator | 20:49 |
| roh | well.. not that important. schneier isn really fast when it comes to new topics | 21:03 |
| roh | but he can explain complicated stuff good, so everbody? gets it. thats good. | 21:04 |
| whitequark | larsc: everybody who has rss has also a twitter feed, but not vice-versa | 21:17 |
| whitequark | plus, I already do have an RSS "client" which sends new entries in feeds to my e-mail | 21:17 |
| whitequark | but I only use it for things which I'm sure I want to actually read | 21:18 |
| whitequark | whereas twitter is good if you in most cases will shrug and scroll it over | 21:18 |
| whitequark | meh, is there a sane way to do visa->bitcoin?.. | 21:54 |
| whitequark | ooh right, chargebacks. | 22:04 |
| --- Fri Feb 1 2013 | 00:00 | |
Generated by irclog2html.py 2.9.2 by Marius Gedminas - find it at mg.pov.lt!