Re: [dev] [announce] ff2sixel: view farbfeld images in terminal

2017-03-20 Thread Marcel Rodrigues
You can abuse the Unicode "Braille Patterns" [1] to display binary images on the terminal. I made a demo a while ago [2]. [1] https://en.wikipedia.org/wiki/Braille_Patterns [2] http://imgur.com/VSZ5Pxy 2017-03-20 15:26 GMT-03:00 hiro <23h...@gmail.com>: >> We're here to learn and share > Yes! >

Re: [dev] [ANNOUNCE] dvtm-0.15

2016-01-14 Thread Marcel Rodrigues
Very nice! Seems like you need to update [0] & [1]. [0] http://www.brain-dump.org/projects/dvtm/#news [1] http://www.brain-dump.org/projects/abduco/#news 2016-01-09 9:48 GMT-02:00 Marc André Tanner : > [ANNOUNCE] dvtm-0.15 > > Hi, > > I just released dvtm-0.15, the tiling

Re: [dev] [farbfeld] version 1 release

2016-01-07 Thread Marcel Rodrigues
Last time I wanted to create some animations the API of both libvpx and ffmpeg looked so unfriendly (too much boilerplate required and too little documentation/examples provided) that I ended up writing a GIF encoder from scratch [0]. GIFs have some serious limitations, such as the 256 color limit

Re: [dev] Font edition tooling

2015-12-23 Thread Marcel Rodrigues
Genuine question: does anyone know of any actual instance where some code released as "public domain" caused trouble for citizens (from whatever country) who copied it? 2015-12-23 19:51 GMT-02:00 Marcel Rodrigues <marcel...@gmail.com>: > Genuine question: does anyone know of

[dev] [vis][PATCH] Add basic Lua syntax highlighting support

2015-04-06 Thread Marcel Rodrigues
Hello, The attached patch adds syntax highlighting for Lua code. Marcel 0001-Add-basic-Lua-syntax-highlighting-support.patch Description: Binary data

[dev] [vis][PATCH] Implement 'o' in visual mode: go to other end of selection.

2015-03-24 Thread Marcel Rodrigues
Hello, This feature makes it easier to extend the selection in both directions. The behavior is the same as in vim: in visual mode, the 'o' key toggles the cursor position between the two ends (handles) of the selection range. The attached patch seems to work as expected but I'm not sure it's

Re: [dev] [vis][PATCH] Implement 'o' in visual mode: go to other end of selection.

2015-03-24 Thread Marcel Rodrigues
-03:00 Marc André Tanner m...@brain-dump.org: On Tue, Mar 24, 2015 at 12:22:14PM -0300, Marcel Rodrigues wrote: Hello, This feature makes it easier to extend the selection in both directions. The behavior is the same as in vim: in visual mode, the 'o' key toggles the cursor position